5G NR - RRC Resume Request Explained

RRC Resume Request is a 5G NR RRC message reference page for engineers who need to understand what the message carries, where it fits in the procedure, and what to inspect in traces when behavior does not match expectation.

RRC Resume Request is the UE-to-network NR RRC message used to request resumption of a suspended or inactive context. Starts the resume procedure so the network can restore the earlier connected context instead of creating a fresh setup.

What is RRC Resume Request in simple terms?

RRC Resume Request is the uplink NR RRC message the UE sends to the network when this specific procedure step needs to be requested, reported, or confirmed.

Starts the resume procedure so the network can restore the earlier connected context instead of creating a fresh setup.

Why this message matters

  • it directly affects RRC Resume, Paging Response from Inactive and the surrounding RRC workflow
  • The UE falls back to fresh setup instead of resuming
  • Used when the UE has an inactive or suspended context and needs to return to connected mode

Where this message appears in the call flow

RRC Resume Request is typically seen during RRC Resume. Engineers usually read it together with the messages just before and just after it so they can tell whether the procedure is progressing normally or drifting into a fallback or failure path.

The UE is usually in in RRC_INACTIVE or suspended state when engineers evaluate this message in traces. In the main procedure context, it appears first UE message in the resume path. Before this message appears, the important preconditions are A valid inactive or suspended context exists..

Simplified sequence:

UE                       gNB / Network
|                        |
|<-- Paging -----------|
|--- RRC Resume Request ----------->|
|<-- RRC Resume -----------|

Message direction and transport

  • sender: UE
  • receiver: gNB
  • interface: Uu
  • signaling bearer: SRB0
  • signaling channel: UL-CCCH
  • transport type: Early resume signaling before the restored dedicated context exists
  • domain: Access-side radio control
  • security context: Sent before full connected context is restored.

Important Information Elements

IEWhy it matters
resumeIdentityIdentifies the suspended or inactive UE context to be resumed.
resumeCauseExplains why the UE is requesting the resume.

Example message dump

UL-CCCH-Message
  message: rrcResumeRequest
    resumeCause: mo-Data

How to read this dump

  • The resume cause should line up with the user or network event that triggered the resume.

FAQ

What happens after RRC Resume Request?

The network normally answers with RRC Resume if it accepts the request.

Summary

RRC Resume Request is the UE-to-network NR RRC message used to request resumption of a suspended or inactive context.