5G NAS - Service Reject Explained
Service Reject is the AMF’s negative response when the UE requests active service continuation using existing registration context and the network refuses that request.
For beginners, the simple meaning is: the UE is already registered, but the network did not allow service to continue right now.
For engineers, the message is important because it separates service-continuation failure from fresh registration failure.
What is Service Reject in simple terms?
The UE asks for active service using Service Request. The network evaluates that request and sends Service Reject when service continuation cannot be allowed.
Why this message matters
This message matters because it tells engineers the problem is not simply “the UE is not registered.” The UE already had valid context, but the network still refused the requested service continuation.
That often shifts debugging toward:
- the specific
5GMM cause - the requested service type
- AMF service-state decisions
- later retry or backoff behavior
Where this message appears in the call flow
UE gNB / AMF
|<-- Paging or trigger ----------|
|--- Resume / access ----------->|
|--- Service Request ----------->|
|<-- Service Reject -------------|
Transport characteristics
- Direction: AMF to UE
- Interface: N1
- Transport on access side: commonly via
DL Information Transfer - Security expectation: usually protected because it follows a protected service path
What Service Reject means operationally
Operationally, Service Reject means the UE reached the service-request decision point but the core network did not allow service to continue. That makes it a key message for separating:
- access recovery that worked
- from service restoration that did not
If the radio path looks healthy but the user still has no active service, this message is often the turning point in the trace.
Important Information Elements
| IE | Why it matters |
|---|---|
5GMM cause | Explains why service continuation was refused. |
Example message dump
Service Reject
Extended Protocol Discriminator: 5G Mobility Management
Security Header Type: Integrity protected and ciphered
Message Type: Service Reject
5GMM Cause: UE not reachable for requested service
How to read this dump
- Read the
5GMM causefirst. - Correlate it with the preceding
Service Requestand access-side state. - Then check whether the UE retries, backs off, or falls into another recovery path.
What to check in logs
- inspect the exact
5GMM cause - verify whether radio resume or access signaling succeeded earlier
- compare the reject with the service type requested by the UE
- check later retry behavior instead of assuming the issue is purely radio-side
Related message pages
FAQ
What does Service Reject mean in 5G?
It means the UE was registered, but the network did not accept the requested service continuation.
Summary
Service Reject is the NAS message the network sends when a service request is refused even though the UE already has registration context.