5G NR - RRC Resume Request1 Explained
RRC Resume Request1 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 Request1 is an alternate NR RRC resume request message variant used in the resume procedure. Provides the UE with an alternate resume-request encoding path defined by the specification.
What is RRC Resume Request1 in simple terms?
RRC Resume Request1 is the uplink NR RRC message the UE sends to the network when this specific procedure step needs to be requested, reported, or confirmed.
Provides the UE with an alternate resume-request encoding path defined by the specification.
Why this message matters
- it directly affects RRC Resume, Inactive-to-Connected Transition
- Resume works inconsistently across UE types
- Used when the UE follows the RRCResumeRequest1 variant defined for the resume path
Where this message appears in the call flow
RRC Resume Request1 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 inactive or suspended state and attempts resume when engineers evaluate this message in traces. In the main procedure context, it appears alternate 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 Request1 ----------->|
|<-- 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 restored dedicated context exists
- domain: Access-side radio control
- security context: Sent before full connected context is restored.
Important Information Elements
| IE | Why it matters |
|---|---|
resumeIdentity / variant fields | Carries the alternative resume-request content defined by the spec. |
Example message dump
UL-CCCH-Message
message: rrcResumeRequest1
How to read this dump
- The main check is that the network recognizes and answers the alternate resume request correctly.
Related message pages
FAQ
How is RRC Resume Request1 different from RRC Resume Request?
It serves the same procedural role but represents an alternate resume-request encoding path defined by the spec.
Summary
RRC Resume Request1 is an alternate NR RRC resume request message variant used in the resume procedure.