|
||
id-AMF-UE-NGAP-ID (often simply called the AMF UE NGAP ID) is an identifier allocated by the Access and AMF. It is used on the 5G core side to uniquely identify a UE within the context of NGAP-based signaling between the gNB and the AMF.. The main purpose this ID is :
Key Characteristics and FunctionsIn short, id-AMF-UE-NGAP-ID is the core (AMF) side’s unique identifier for a UE, used in conjunction with the gNB’s RAN UE NGAP ID to ensure all NGAP messages can be properly associated with the correct UE context. Allocation by AMF
Pairing with RAN UE NGAP ID
Usage in NGAP Messages
Importance
id-RAN-UE-NGAP-ID in SignalingAt the first NGAP message from gNB to AMF, gNB assigns a id-RAN-UE-NGAP-ID for the UE. From this point on, all the NGAP messages from gNB to AMF for this UE uses this ID. Message: 127.0.1.1:33620 Initial UE message
initiatingMessage: { procedureCode id-InitialUEMessage, criticality ignore, value { protocolIEs { { id id-RAN-UE-NGAP-ID, criticality reject, value 1 }, { id id-NAS-PDU, criticality reject, value '7E014295C6102E7...0530101'H }, { id id-UserLocationInformation, criticality reject, value userLocationInformationNR: { nR-CGI { pLMNIdentity '00F110'H, nRCellIdentity '001234501'H }, tAI { pLMNIdentity '00F110'H, tAC '000064'H } } }, { id id-RRCEstablishmentCause, criticality ignore, value mo-Signalling }, { id id-UEContextRequest, criticality ignore, value requested } } } } At the first NGAP message from AMF to gNB, gNB assigns a id-AMF-UE-NGAP-ID for the UE. From this point on, all the NGAP messages from AMF to gNB for this UE uses this ID. Message: 127.0.1.1:33620 Downlink NAS transport
initiatingMessage: { procedureCode id-DownlinkNASTransport, criticality ignore, value { protocolIEs { { id id-AMF-UE-NGAP-ID, criticality reject, value 100 }, { id id-RAN-UE-NGAP-ID, criticality reject, value 1 }, { id id-NAS-PDU, criticality reject, value '7E005B01'H } } } } Reference :[1]
|
||