Searched refs:connection_type (Results 1 – 4 of 4) sorted by relevance
190 def connection_type(self): member in Cmx500194 @connection_type.setter195 def connection_type(self, ctype): member in Cmx500
418 def connection_type(self): member in Cmw500422 @connection_type.setter423 def connection_type(self, ctype): member in Cmw500
207 self.cmw.connection_type = cmw500.ConnectionType.DAU
77 def is_user_plane_data_type(connection_type): argument78 if connection_type in _ConnectionTables.user_plane_data_type:79 return _ConnectionTables.user_plane_data_type[connection_type]