5G NR - RRC Reestablishment Explained

RRC Reestablishment 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 Reestablishment is the downlink NR RRC message the network sends when it accepts a reestablishment attempt and provides the recovered connected-mode context. Lets the UE resume protected connected-mode signaling after radio link failure recovery while reusing the recovered context.

What is RRC Reestablishment in simple terms?

RRC Reestablishment is the downlink NR RRC message the network sends to the UE when this specific procedure step needs to be controlled, configured, or completed.

Lets the UE resume protected connected-mode signaling after radio link failure recovery while reusing the recovered context.

Why this message matters

  • it directly affects RRC Reestablishment, Radio Link Failure Recovery
  • The UE starts reestablishment but still fails to recover
  • Sent when the gNB accepts an RRC Reestablishment Request and continues with recovery

Where this message appears in the call flow

RRC Reestablishment is typically seen during RRC Reestablishment. 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 radio link failure when engineers evaluate this message in traces. In the main procedure context, it appears sent after the network accepts the UE’s reestablishment request. Before this message appears, the important preconditions are The UE sent a valid RRC Reestablishment Request..

Simplified sequence:

UE                       gNB / Network
|                        |
|--- RRC Reestablishment Request ----------->|
|<-- RRC Reestablishment -----------|
|--- RRC Reestablishment Complete ----------->|

Message direction and transport

  • sender: gNB
  • receiver: UE
  • interface: Uu
  • signaling bearer: SRB1
  • signaling channel: DL-DCCH
  • transport type: Dedicated RRC signaling after a successful reestablishment attempt
  • domain: Access-side radio control and recovery
  • security context: Part of the reestablishment recovery path and tied to recovered security context.

Important Information Elements

IEWhy it matters
radioBearerConfigRecovered configuration the UE uses to rebuild the connected radio context.
nextHopChainingCountSecurity-related count used during recovery handling.

Example message dump

DL-DCCH-Message
  message: rrcReestablishment
    radioBearerConfig: present

How to read this dump

  • If this message exists, the network accepted the recovery path.

FAQ

What happens after RRC Reestablishment?

The UE normally answers with RRC Reestablishment Complete if recovery succeeds.

Summary

RRC Reestablishment is the downlink NR RRC message the network sends when it accepts a reestablishment attempt and provides the recovered connected-mode context.