5G NAS - PDU Session Establishment Reject Explained
PDU Session Establishment Reject is the 5GSM failure message the network sends when it cannot create the session requested by the UE. In simple terms, it means the UE asked for a data session, but the network refused it and returned the reason why.
For beginners, the simple meaning is: the network is saying “this requested data session is not allowed or cannot be created.”
For experienced engineers, this is one of the most important 5GSM troubleshooting messages because it reveals the session-side denial cause after registration may already have succeeded.
What is PDU Session Establishment Reject in simple terms?
The UE asked the network to create a new data session. The network checked the request and decided it could not accept it.
This message tells the UE:
- the requested session was not created
- why it was rejected
- whether the UE should wait before retrying
- whether a different SSC mode would have been acceptable
So this message does not just say “no.” It gives the reason and sometimes the retry guidance.
Why this message matters
This message matters because many service failures happen after successful registration, not during registration.
Engineers inspect this message to understand:
- whether the requested DNN is allowed
- whether the requested slice is permitted
- whether the PDU Session Type is acceptable
- whether the UE asked for an unsupported SSC Mode
- whether the network is forcing a retry pause through Back-off Timer Value
That makes this message the key starting point for many “registered but no data session” cases.
Where this message appears in the call flow
A simplified failure path is:
- UE sends PDU Session Establishment Request
- Network evaluates DNN, slice, policy, and subscription
- Network sends PDU Session Establishment Reject
- UE waits, retries, or remains without the requested session
Mini sequence:
UE gNB / AMF / SMF
| |
|--- UL NAS Transport ------------->|
| PDU Session Establishment Req |
|<-- DL NAS Transport --------------|
| PDU Session Establishment Rej |
In practice, this is the message that turns a generic session failure into a cause-driven troubleshooting path.
Transport characteristics
- sender: network / SMF side
- receiver: UE
- interface: N1
- access-side transport: usually inside DL NAS Transport
- signaling class: 5GSM
- security expectation: normally sent over an already protected NAS path
This is a NAS session-management failure response, not an RRC problem by itself.
What PDU Session Establishment Reject means operationally
Operationally, PDU Session Establishment Reject means the network understood the request but could not grant the requested session under the current conditions.
This is where engineers verify:
- which PDU Session ID was denied
- whether the PTI matches the original request
- what 5GSM Cause the network returned
- whether a Back-off Timer Value changes retry behavior
- whether a different SSC Mode would have been acceptable
That is why this message is usually more useful than repeated retry attempts when the service still cannot come up.
Important Information Elements
| IE | Why it matters |
|---|---|
PDU Session ID | Identifies which requested session was rejected. |
PTI | Matches the reject to the original 5GSM transaction. |
5GSM Cause | Main reason the session could not be created. |
Back-off Timer Value | Controls how long the UE should wait before retrying. |
Allowed SSC Mode | Shows what continuity mode would have been acceptable when relevant. |
Re-attempt Indicator | Helps explain retry expectations. |
Example message dump
PDU Session Establishment Reject
Extended Protocol Discriminator: 5G Session Management
PDU Session ID: 10
PTI: 1
Message Type: PDU Session Establishment Reject
5GSM Cause: Requested service option not subscribed
Back-off Timer Value: 10 minutes
Allowed SSC Mode: SSC mode 1
Re-attempt Indicator: retry after back-off
How to read this dump
- Start with PDU Session ID and PTI to make sure you are looking at the correct failed transaction.
- Read 5GSM Cause next because it drives the whole troubleshooting path.
- Then inspect Back-off Timer Value and Allowed SSC Mode because they explain whether the UE should retry and whether a different request profile might have succeeded.
- Finally compare the reject against the original request, especially DNN, S-NSSAI, PDU Session Type, and SSC Mode.
What to check in logs
- confirm the reject matches the correct request transaction
- inspect the returned 5GSM Cause
- check DNN, S-NSSAI, PDU Session Type, and SSC Mode in the original request
- verify whether a Back-off Timer Value is present
- compare the reject with registration-time slice context and subscriber policy
- correlate IMS or enterprise-service failures with this session-management denial before blaming radio behavior
Related message pages
- 5G NAS - PDU Session Establishment Request
- 5G NAS - Registration Complete
- 5G NAS - DL NAS Transport
- 5G PDU Session Establishment Procedure
- Network Slice Selection
FAQ
What is PDU Session Establishment Reject in 5G?
It is the 5GSM failure response that tells the UE the requested session could not be created and provides the reason.
What should engineers inspect first?
Start with PDU Session ID, PTI, and especially the 5GSM cause, then inspect any back-off or SSC-mode guidance.
Does this always mean the radio path failed?
No. It usually points to session-management, DNN, slice, subscription, or policy issues rather than radio decode failure.
Why is the back-off timer important?
Because it changes retry behavior and can make the UE appear idle when it is actually following network retry instructions.
What comes after PDU Session Establishment Reject?
That depends on the cause and any retry guidance. The UE may wait, retry with changed context, or remain without the requested service.
Summary
PDU Session Establishment Reject is the 5GSM failure message the network sends when it cannot create the requested PDU session and needs to return the reason for rejection.