Searched refs:connection_type (Results 1 – 4 of 4) sorted by relevance
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]
3974 def _connection_state_change(_event, target_state, connection_type): argument3975 if connection_type:3981 if cur_type != connection_type:3984 connection_type, connection_type_string_in_event, cur_type)4161 connection_type=None, argument4190 if not connection_type:4193 if not is_connected and current_type != connection_type:4194 ad.log.info("data connection not on %s!", connection_type)4196 elif is_connected and current_type == connection_type:4198 connection_type)[all …]
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