Skip to main content

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: IMSI
Tag: imsi
Data Type: string
Optional: False


PIN field of tag pin

The optional PIN to unlock the SIM in quectel deployment models. Not specifying the PIN or using NULL as the value would indicate that the SIM is not locked.

Kind: *string
Tag: pin
Data Type: Pointer
Default Values: NULL
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: OperatorParameterConcealed
Tag: opc
Data Type: string
Optional: False


Key field of tag key

The Key of the SIM. It should be presented in Hexadecimal format, with 0x prefix.

Kind: AuthenticationKey
Tag: key
Data Type: string
Optional: False


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: *gitlab.eurecom.fr/br/t9s/athena/insignia/security.SequenceNumber
Tag: sqn
Data Type: string
Default Values: 0x000000000000
Optional: True