Searched refs:_ConnectionTables (Results 1 – 1 of 1) sorted by relevance
72 if input_string in _ConnectionTables.connection_type_tbl:73 return _ConnectionTables.connection_type_tbl[input_string]78 if connection_type in _ConnectionTables.user_plane_data_type:79 return _ConnectionTables.user_plane_data_type[connection_type]122 class _ConnectionTables(): class