Searched refs:connection_type (Results 1 – 2 of 2) sorted by relevance
73 def is_user_plane_data_type(connection_type): argument74 if connection_type in _ConnectionTables.user_plane_data_type:75 return _ConnectionTables.user_plane_data_type[connection_type]
2441 def _connection_state_change(_event, target_state, connection_type): argument2442 if connection_type:2448 if cur_type != connection_type:2451 connection_type, connection_type_string_in_event, cur_type)2624 connection_type=None, argument2653 if not connection_type:2656 if not is_connected and current_type != connection_type:2657 ad.log.info("data connection not on %s!", connection_type)2659 elif is_connected and current_type == connection_type:2661 connection_type)[all …]