HiCellTek HiCellTek
Back to blog
5G SANASDNNNetwork Slicing

5GS MM Cause #72: DNN Not Supported or Not Subscribed in the Slice โ€” Field Guide

5GS MM cause #72 means the requested DNN is not available for the specified S-NSSAI. Diagnosing PDU Session rejection in 5G SA and private 5G deployments per 3GPP TS 24.501.

Takwa Sebai
Takwa Sebai
Founder & CEO, HiCellTek
April 27, 2026 ยท 5 min read

5GS MM cause #72 (โ€œDNN not supported or not subscribed in the sliceโ€) is returned in a PDU Session Establishment Reject when the SMF (Session Management Function) determines that the requested DNN (Data Network Name โ€” the 5G equivalent of an APN) is not available for the S-NSSAI (network slice) specified in the PDU Session Establishment Request.

This cause code captures a uniquely 5G-SA failure mode: the combination of DNN and S-NSSAI is invalid. Understanding it requires distinguishing between slice registration (Registration Accept with Allowed NSSAI) and session establishment (PDU Session Establishment Accept with DNN + QoS flows).

Technical Reference

FieldValue
Cause code#72 (decimal) / 0x48 (hexadecimal)
IE name5GSM cause
Standard3GPP TS 24.501 ยง9.11.4.2, Table 9.11.4.2.1
NAS messagePDU Session Establishment Reject
Back-off timerNone (unless T3396 timer IE is included)
UE state afterPDU session not established; 5GMM state unchanged
Stored listDNN marked unavailable for S-NSSAI in current PLMN

How DNN and S-NSSAI Interact in 5G SA

In 5G SA, a PDU session is defined by three parameters:

  1. S-NSSAI โ€” identifies the network slice
  2. DNN โ€” identifies the data network within the slice
  3. SSC mode (Session and Service Continuity mode) โ€” determines session mobility behavior

The UDM stores the UEโ€™s session management subscription as a set of DNN configurations per S-NSSAI. If the UE requests DNN โ€œenterprise.5gโ€ on S-NSSAI SST=2 (URLLC), but the UDM subscription only maps โ€œenterprise.5gโ€ to S-NSSAI SST=1 (eMBB), the SMF returns cause #72.

This DNN-to-slice binding makes 5G session management more granular than LTE, but also introduces a new class of provisioning error specific to the slice-DNN combination.

PDU Session Establishment Flow Where Cause #72 Appears

The flow preceding a cause #72 rejection:

  1. UE sends Registration Request with Requested NSSAI (SST=2, SD=0x000001)
  2. AMF grants Registration Accept with Allowed NSSAI including SST=2 โ€” the slice is authorized
  3. UE sends PDU Session Establishment Request with DNN=โ€œenterprise.5gโ€, S-NSSAI=SST=2
  4. AMF selects an SMF for SST=2 and forwards the PDU Session Establishment
  5. SMF queries UDM โ€” finds โ€œenterprise.5gโ€ is not subscribed for SST=2
  6. SMF returns PDU Session Establishment Reject with 5GSM cause #72
  7. AMF forwards the PDU Session Establishment Reject to the UE

Note: The Registration Accept in step 2 confirms the slice is granted. Cause #72 is not a slice rejection (that would be cause #62) but a within-slice DNN mismatch.

Field Scenarios

DNN not provisioned for the requested slice in the UDM. The UDM subscription maps โ€œinternetโ€ DNN to eMBB slice but the device requests โ€œinternetโ€ on the URLLC slice. The SMF for URLLC rejects with cause #72. Common during enterprise deployments where the DNN-to-slice mapping was configured incorrectly in the UDM provisioning system.

Private 5G deployment with enterprise DNN on wrong slice. A private 5G network has two slices: eMBB (SST=1) for general connectivity and URLLC (SST=2) for automation control. The enterprise devices are programmed to request the automation DNN (โ€œfactory.localโ€) on the eMBB slice instead of URLLC. Every PDU session attempt receives cause #72 until the device configuration is corrected.

Roaming with unsupported DNN mapping. In 5G roaming, the home PLMNโ€™s DNN may not be mapped to the equivalent DNN in the visited PLMN for the requested slice. The visited SMF cannot establish the PDU session for the home DNN within the slice, returning cause #72.

DNN typo or case-sensitivity error. DNNs in 5G SA are case-insensitive per 3GPP TS 23.003 ยง9A.2, but some SMF implementations treat them case-sensitively. A DNN โ€œInternetโ€ configured on the device when the UDM expects โ€œinternetโ€ can produce cause #72 in non-standard implementations.

Step-by-Step Field Diagnosis

Step 1 โ€” Confirm cause #72 in the PDU Session Establishment Reject. In the 5GS NAS log, locate the PDU Session Establishment Reject (NAS message type 0xC2) and verify the 5GSM cause IE value is 0x48. This is a session management failure, not a registration failure โ€” the UE remains registered.

Step 2 โ€” Read the DNN and S-NSSAI in the PDU Session Establishment Request. In the preceding PDU Session Establishment Request, extract the DNN IE and the S-NSSAI IE. These two values together define the exact combination that was rejected.

Step 3 โ€” Verify the Allowed NSSAI in the Registration Accept. Confirm the rejected S-NSSAI was included in the Allowed NSSAI IE of the Registration Accept. If yes, the slice was granted but the DNN is invalid for that slice. If the S-NSSAI was not in the Allowed NSSAI, the issue is a Registration-level rejection (cause #62) that preceded this event.

Step 4 โ€” Check the UDM subscription for the DNN-S-NSSAI mapping. On the operator or private 5G core side, verify the UEโ€™s session management subscription in the UDM (TS 29.503 ยง5.2.2.2): confirm the DNN โ€œXโ€ is listed under the subscription context for S-NSSAI SST=Y. A missing entry produces cause #72.

Step 5 โ€” Test with an alternative DNN or S-NSSAI. If the UE can be configured to request the same DNN on a different S-NSSAI, a successful PDU session on the alternative combination confirms the DNN itself is valid but bound to a different slice in the subscription.

Capturing Cause #72 in the Field

5GS NAS PDU Session Establishment Reject messages are captured via DIAG log code 0xB821 (NR5G NAS OTA). The decoded message shows the 5GSM cause IE value 0x48 alongside the PDU Session ID, DNN, and S-NSSAI from the rejected session request. Correlate with the Registration Accept to confirm the slice-level grant preceded the session-level rejection.

  • Cause #62 โ€” No network slices available (slice-level rejection, occurs in Registration Reject)
  • Cause #67 โ€” Insufficient resources for specific slice and DNN (resources available but exhausted)
  • Cause #73 โ€” Insufficient resources for specific slice (slice-level resource exhaustion, no DNN specificity)
  • ESM cause #27 in LTE โ€” Missing or unknown APN (the 4G equivalent, without slice dimension)
  • Cause #74 โ€” Not supported SSC mode (SSC mode mismatch, not DNN mismatch)
Share: LinkedIn X
Takwa Sebai
Takwa Sebai

Founder of HiCellTek. 15+ years in telecom, operator side, vendor side, field side. Building the field tool RF engineers deserve.

Ready for the field?

Request a personalized demo of HiCellTek โ€” 2G/3G/4G/5G network diagnostics on Android.

Try our free telecom tools

TAC Lookup, IMEI Calculator, EARFCN Calculator, used by telecom engineers worldwide.

Try Free Tools

Get telecom engineering insights. No spam, ever.

Unsubscribe in one click. Data processed in the EU.