Imsi

SCPI Command :

FETCh:SIGNaling:UE:IMSI
class ImsiCls[source]

Imsi commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Identity_Type: enums.IdentityType: IMSI: international mobile subscriber identity NAI: network specific identifier (NSI) GCI: global cable identifier GLI: global line identifier

  • Identity: str: No parameter help available

fetch() FetchStruct[source]
# SCPI: FETCh:SIGNaling:UE:IMSI
value: FetchStruct = driver.signaling.ue.imsi.fetch()

Queries the identity reported by the UE. In an EPS tracking area, the UE sends an IMSI. In a 5GS tracking area, it can also send an NSI, GCI or GLI.

return:

structure: for return value, see the help for FetchStruct structure arguments.