Searched refs:_ConnectionTables (Results 1 – 1 of 1) sorted by relevance
68 if input_string in _ConnectionTables.connection_type_tbl:69 return _ConnectionTables.connection_type_tbl[input_string]74 if connection_type in _ConnectionTables.user_plane_data_type:75 return _ConnectionTables.user_plane_data_type[connection_type]118 class _ConnectionTables(): class