|
||
In 5G networks, id-RAN-UE-NGAP-ID refers to the RAN UE NGAP ID—an identifier used in the NGAP (Next Generation Application Protocol) interface between the gNB and the AMF. The main purpose this ID is :
Key Characteristics and FunctionsIn short, id-RAN-UE-NGAP-ID is simply the RAN’s unique identifier for a UE in NGAP signaling, ensuring correct association of messages with the appropriate UE context on the gNB side. Unique RAN-Side Identifier
Pairing with AMF UE NGAP ID
Usage in NGAP Procedures
Significance
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]
|
||