5G NR - RRC Resume Explained
RRC Resume 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 is the downlink NR RRC message used by the network to resume a suspended or inactive context after a valid resume request. Restores the UE’s connected-mode context from an inactive or suspended state so protected signaling and data transfer can continue.
What is RRC Resume in simple terms?
RRC Resume is the downlink NR RRC message the network sends to the UE when this specific procedure step needs to be controlled, configured, or completed.
Restores the UE’s connected-mode context from an inactive or suspended state so protected signaling and data transfer can continue.
Why this message matters
- it directly affects RRC Resume, Inactive-to-Connected Transition
- The UE tries to resume but service does not recover
- Used when the network accepts an RRC Resume Request and restores the UE’s context
Where this message appears in the call flow
RRC Resume 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 recovering from RRC_INACTIVE or suspended context when engineers evaluate this message in traces. In the main procedure context, it appears sent after the network accepts the resume attempt. Before this message appears, the important preconditions are The UE sent a valid resume request..
Simplified sequence:
UE gNB / Network
| |
|--- RRC Resume Request ----------->|
|<-- RRC Resume -----------|
|--- RRC Resume Complete ----------->|
Message direction and transport
- sender: gNB
- receiver: UE
- interface: Uu
- signaling bearer: SRB1
- signaling channel: DL-DCCH
- transport type: Dedicated protected RRC signaling
- domain: Access-side radio control
- security context: Sent when resuming an existing suspended or inactive context.
Important Information Elements
| IE | Why it matters |
|---|---|
radioBearerConfig | Restored or updated bearer configuration used during resume. |
masterCellGroup | Cell-group information the UE applies when resuming the connected context. |
Example message dump
DL-DCCH-Message
message: rrcResume
radioBearerConfig: present
How to read this dump
- If this message appears, the network accepted the resume path.
Related message pages
FAQ
What happens after RRC Resume?
The UE normally answers with RRC Resume Complete if the resume succeeds.
Summary
RRC Resume is the downlink NR RRC message used by the network to resume a suspended or inactive context after a valid resume request.