Searched refs:identity_type (Results 1 – 3 of 3) sorted by relevance
81 def _read_identity(self, set_simulation_func, rat, identity_type): argument119 identity_type)122 .format(self.ad.serial, identity_type.value))
1517 def get_ue_identity(self, identity_type): argument1529 if identity_type == UEIdentityType.IMSI:1531 elif identity_type == UEIdentityType.IMEI:1533 elif identity_type == UEIdentityType.IMEISV:1539 if identity_type == UEIdentityType.IMSI:1541 elif identity_type == UEIdentityType.IMEI:1543 elif identity_type == UEIdentityType.IMEISV:1549 if identity_type == UEIdentityType.IMSI:1551 elif identity_type == UEIdentityType.IMEI:1553 elif identity_type == UEIdentityType.IMEISV:[all …]
2226 def read_ue_identity(log, ad, anritsu_handle, identity_type): argument2237 return anritsu_handle.get_ue_identity(identity_type)