5G NAS - Service Request Explained
Service Request is the NAS message used when the UE is already registered and just needs active service handling again. It is not a fresh registration and not a reject path. It is the UE’s way of saying: I already have context, now I need service resumed.
What is Service Request in simple terms?
The UE already has valid 5G registration. It now wants to send or receive data or signaling again, so it asks the network to restore active service.
Why this message matters
This message sits between reachability and real service continuation. If it fails, users often experience the symptom as “paging worked” or “resume worked” but traffic still did not continue.
Where this message appears in the call flow
UE gNB / AMF
|<-- Paging ---------------------|
|--- Resume / access ----------->|
|--- Service Request ----------->|
|<-- Service Accept / Reject ----|
Transport characteristics
- sender: UE
- receiver: AMF
- interface: N1
- common context: follows paging, setup, or resume depending on the scenario
What Service Request means operationally
Operationally, Service Request means the UE is not trying to register from scratch. It already has valid 5GMM context and now wants the network to restore active service handling.
That makes it a bridge between:
- reachability, paging, or resume on the access side
- and actual service continuation on the core side
If traces show successful paging or resume but no real service continuity, this message is often where the useful NAS analysis starts.
Important Information Elements
| IE | Why it matters |
|---|---|
Service type | Tells you what kind of service handling the UE is asking for. |
Identity context | Correlates the request with existing registration state. |
Example message dump
Service Request
Extended Protocol Discriminator: 5G Mobility Management
Security Header Type: Integrity protected and ciphered
Message Type: Service Request
Service Type: Mobile originating data
How to read this dump
- Confirm the UE really had valid registration context before the message.
- Read
Service Typefirst because it explains why active service is being requested. - Then correlate the message with the following
Service AcceptorService Reject.
What to check in logs
- verify that the message follows paging, resume, or another legitimate service trigger
- confirm the NAS security state matches an existing registered context
- inspect the service type and identity correlation fields
- look immediately at the AMF response because
Service AcceptversusService Rejectchanges the rest of the analysis
Related message pages
FAQ
What does Service Request do in 5G?
It asks the network to restore active service when the UE is already registered.
Summary
Service Request is the NAS message the UE uses to request service resumption when it already has a valid registration context but needs active signaling again.