5G NR - RRC Release Explained
RRC Release 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 Release is the downlink NR RRC message used by the network to release the connected-mode context and move the UE out of active connected signaling. Ends the current connected RRC context while optionally providing information relevant to idle, inactive, redirection, or release handling.
What is RRC Release in simple terms?
RRC Release is the downlink NR RRC message the network sends to the UE when this specific procedure step needs to be controlled, configured, or completed.
Ends the current connected RRC context while optionally providing information relevant to idle, inactive, redirection, or release handling.
Why this message matters
- it directly affects RRC Release, Connected-to-Idle Transition and the surrounding RRC workflow
- The UE is released but its later behavior looks wrong
- Used when the network decides to release the active RRC connection
Where this message appears in the call flow
RRC Release is typically seen during RRC Release. 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_CONNECTED when engineers evaluate this message in traces. In the main procedure context, it appears network command that ends the connected RRC context. Before this message appears, the important preconditions are The network has decided to release or deactivate the current context..
Simplified sequence:
UE gNB / Network
| |
|--- RRC Reconfiguration ----------->|
|<-- RRC Release -----------|
|--- RRC_IDLE ----------->|
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 as protected connected-mode signaling before the UE leaves the connected state.
Important Information Elements
| IE | Why it matters |
|---|---|
redirectedCarrierInfo | Provides redirection information if the UE should move to another carrier or system. |
suspendConfig | Provides suspend or inactive-related information when that path is used. |
Example message dump
DL-DCCH-Message
message: rrcRelease
suspendConfig: present
How to read this dump
- The presence of suspend or redirection information changes what the UE is expected to do next.
Related message pages
FAQ
Does RRC Release always mean the UE goes idle?
Not always. It can also lead to inactive behavior or redirection depending on the included context.
Summary
RRC Release is the downlink NR RRC message used by the network to release the connected-mode context and move the UE out of active connected signaling.