5G NAS - Identity Response Explained
Identity Response is the NAS message the UE sends after receiving Identity Request from the network. Its job is simple but important: provide the exact identity type the AMF asked for so the wider 5GMM procedure can continue.
For beginners, the simple meaning is: the UE is answering the network’s identity question.
For engineers, this message is where the identity exchange either clears the way for authentication or exposes an identity mismatch that later leads to reject or repeated querying behavior.
What is Identity Response in simple terms?
The network asks the UE for a specific identity. The UE sends Identity Response back with that identity.
Why Identity Response matters
This message matters because it closes the identity query step. If the UE returns the expected identity cleanly, the AMF can move forward. If it does not, later NAS behavior can stall, repeat the identity exchange, or branch into reject handling.
Identity Response is therefore a small message with a large impact on procedure continuity.
Where Identity Response appears in the call flow
UE gNB / AMF
|--- Registration Request ------>|
|<-- Identity Request -----------|
|--- Identity Response --------->|
|<-- Authentication Request -----|
It most commonly appears in registration, but it can also show up in other 5GMM procedures where the AMF needs a clearer or alternate UE identity.
Transport characteristics
- Direction: UE to AMF
- Interface: N1
- Transport on access side: commonly via
UL Information Transfer - Security expectation: often plain NAS during early procedure stages, depending on when identity clarification happens
What Identity Response means operationally
Operationally, Identity Response tells engineers that the UE has supplied the identity the network asked for and is waiting for the next decision from the AMF.
The key practical checks are:
- did the UE return the correct identity type
- was the identity encoded as expected
- did the AMF accept that identity and continue into authentication or service handling
Important Information Elements
| IE | Why it matters |
|---|---|
Mobile identity | Carries the identity value requested by the network and determines whether the identity exchange succeeds. |
Example message dump
Identity Response
Extended Protocol Discriminator: 5G Mobility Management
Security Header Type: Plain NAS
Message Type: Identity Response
Mobile Identity
Type of identity: SUCI
SUPI format: IMSI
MCC: 001
MNC: 01
Routing Indicator: 1234
How to read this dump
- Start by checking the identity type returned in
Mobile Identity. - Then compare it with the identity type requested by the network in the earlier
Identity Request. - Finally, look at the next network message to see whether the core accepted the returned identity and continued normally.
What to check in logs
- correlate
Identity Responsewith the precedingIdentity Request - verify that the UE returned the identity type the network actually asked for
- inspect whether the next message is
Authentication Request,Registration Reject, or another unexpected branch - confirm that the uplink NAS transport path delivered the response without segmentation or integrity issues
Related message pages
- 5G NAS - Identity Request
- 5G NAS - Authentication Request
- 5G NAS - Registration Reject
- 5G Initial Registration
FAQ
What does Identity Response do in 5G?
It returns the specific UE identity the network asked for in Identity Request so the NAS procedure can continue.
Is Identity Response usually protected?
It can appear before full NAS security is established because identity exchange often happens early in registration.
What should happen after Identity Response?
The network usually continues with Authentication Request, though a reject or another branch is also possible depending on the returned identity and core evaluation.
Summary
Identity Response is the NAS message the UE sends after Identity Request to provide the specific identity type the network asked for, such as SUCI, IMEI, IMEISV, or another requested identifier.