Searched refs:operator_name_from_plmn_id (Results 1 – 4 of 4) sorted by relevance
27 from acts_contrib.test_utils.tel.tel_lookup_tables import operator_name_from_plmn_id312 return operator_name_from_plmn_id(mcc_mnc)
67 'operator'] = tel_lookup_tables.operator_name_from_plmn_id(
41 from acts_contrib.test_utils.tel.tel_lookup_tables import operator_name_from_plmn_id408 return operator_name_from_plmn_id(mcc_mnc)
51 def operator_name_from_plmn_id(plmn_id): function