TermIdentity
Description
TermIdentity represents the identity of a terminal as a whole.
IMSI field of tag imsi
The IMSI of the UE, supporting 15 digits IMSIs where the first 5 digits should match with the PLMN of a target network.
Kind: string
Tag: imsi
Data Type: string
Optional: False
Regular Expression:
(\d{15})
PIN field of tag pin
The optional PIN to unlock the SIM in quectel deployment models. Using NULL means that the SIM is not locked.
Kind: *string
Tag: pin
Allowed Null: True
Data Type: Pointer
Optional: True
Regular Expression:
(([0-9]{4})|NULL)
OPC field of tag opc
The concealed operator code (OPC) of the SIM. It should be presented in Hexadecimal format, with 0x prefix.
Kind: string
Tag: opc
Data Type: string
Format: hex
Optional: False
Regular Expression:
0x([0-9a-fA-F]{32})
Key field of tag key
The Key of the SIM. It should be presented in Hexadecimal format, with 0x prefix.
Kind: string
Tag: key
Data Type: string
Format: hex
Optional: False
Regular Expression:
0x([0-9a-fA-F]{32})
SQN field of tag sqn
The sequence number (SQN) of the SIM. It should be preferably presented in Hexadecimal format, with 0x prefix. Defaults to 0x000000000000.
Kind: *string
Tag: sqn
Data Type: Pointer
Default Value:
0x000000000000
Format: hex
Optional: True
Regular Expression:
0x([0-9a-fA-F]{12})