Home / Call Flows / LTE / RRC Re-establishment Procedure

LTE RRC Re-establishment Procedure Call Flow

call-flowLTE | E-UTRAN | RRC

LTE RRC Re-establishment is the recovery branch used when the UE loses the current connected radio path but still tries to restore the connection without starting a completely fresh access attempt. It is built around RRC Connection Reestablishment Request, RRC Connection Reestablishment, and RRC Connection Reestablishment Complete.

If this branch fails, the UE usually falls back to release, idle return, or a fresh setup attempt.

Introduction

The LTE RRC Re-establishment procedure restores the radio-control path after radio link failure, handover-related break, or similar context disruption. It is a recovery procedure, not a normal access entry procedure.

The main nodes are the UE and eNB. The earlier context matters because the request references the lost connection rather than starting from zero.

What Is LTE RRC Re-establishment in Simple Terms?

  • What starts the procedure: The UE loses the connected radio path and tries to recover it.
  • What the UE and network want to achieve: Restore the radio connection quickly enough to continue later signaling.
  • What success looks like: The UE sends Reestablishment Request, the eNB returns Reestablishment, and the UE confirms with Reestablishment Complete.
  • What failure means: The request is rejected, the restore branch does not complete, or the UE falls back to fresh access.

Why this procedure matters

This branch explains why some failures recover without a full new attach or service entry path, and why others collapse back to idle behavior.

Quick Fact Sheet

Procedure nameLTE RRC Re-establishment Procedure
DomainRadio recovery after connected-path failure
Main triggerRadio link failure, handover-related break, or similar connected-path loss
Start stateUE had a connected context but the active radio path is no longer stable
End stateConnected radio signaling is restored or the UE falls back to another branch
Main nodesUE, eNB
Main protocolsRRC
Main success outcomeRe-establishment completes and later signaling can continue
Main failure outcomeRe-establishment is rejected or abandoned and recovery moves elsewhere
Most important messagesRRC Connection Reestablishment Request, RRC Connection Reestablishment, RRC Connection Reestablishment Complete
Main specsTS 36.331, TS 36.300
LTE RRC Re-establishment procedure call flow across UE and eNB
Click the diagram to open the full-size in a new tab.
Sponsored Advertisement

Preconditions

  • The UE had a valid earlier connected context.
  • The failure scenario still allows re-establishment rather than immediate fresh setup.
  • The eNB can map the request to a recoverable earlier context.

Nodes and Interfaces

Nodes involved

NodeRole in this procedure
UEDetects the break, sends the recovery request, and confirms restore success if accepted.
eNBDecides whether the earlier context can be recovered and either restores or rejects it.

Interfaces used

Interface or channel contextPathWhy it matters here
LTE UuUE <-> eNBCarries the full recovery branch.
CCCH / DCCH transitionUE <-> eNBShows the move from early recovery signaling into restored dedicated control.

End-to-End Call Flow

UE                          eNB
|                            |
|-- Reestablishment Request ->|
|                            |
|<- Reestablishment ---------|
|                            |
|-- Reestablishment Complete ->|
|                            |
|   later resumed signaling   |

Major Phases

PhaseWhat happens
1. Failure detectionThe UE detects loss of the connected radio path.
2. Recovery requestThe UE asks the eNB to restore the earlier context.
3. Context restorationThe eNB either restores the context or rejects the recovery attempt.
4. CompletionThe UE confirms the restored branch if recovery succeeded.

Step-by-Step Breakdown

Step 1: Failure detected

Sender -> receiver: UE internal processing

Message(s): No RRC message yet

Purpose: Decide whether recovery through re-establishment is possible.

State or context change: The connected branch is no longer stable enough for normal continuation.

Note: This is usually the first point where radio link failure becomes operationally important.

Step 2: Reestablishment Request

Sender -> receiver: UE -> eNB

Message(s): RRC Connection Reestablishment Request

Purpose: Ask the eNB to recover the earlier radio context.

State or context change: The eNB now decides whether the request matches a recoverable connection.

Note: Cause and earlier context relation are the most useful checks.

Step 3: Reestablishment or reject

Sender -> receiver: eNB -> UE

Message(s): RRC Connection Reestablishment or RRC Connection Reestablishment Reject

Purpose: Accept or deny the recovery branch.

State or context change: The UE either moves into restoration or falls back to another recovery path.

Note: A reject usually means the earlier context was no longer usable.

Step 4: Reestablishment Complete

Sender -> receiver: UE -> eNB

Message(s): RRC Connection Reestablishment Complete

Purpose: Confirm that the recovered branch is usable.

State or context change: Later dedicated signaling can continue through the restored branch.

Note: This is the best proof that recovery succeeded formally.

Important Messages in This Flow

MessageProtocolDirectionPurpose in this procedureWhat to inspect briefly
RRC Connection Reestablishment RequestRRCUE -> eNBStarts the recovery branch.Failure cause and earlier context relation.
RRC Connection ReestablishmentRRCeNB -> UERestores the radio path.Whether the restore branch was really accepted.
RRC Connection Reestablishment CompleteRRCUE -> eNBConfirms formal recovery completion.Completion timing and later continuation.
RRC Connection Reestablishment RejectRRCeNB -> UERejects the recovery branch.Whether the UE must move to fresh access instead.

Important Parameters to Inspect

ParameterWhat it isWhere it appearsWhy it mattersCommon issues
Re-establishment causeThe reason the UE gives for the recovery attempt.Reestablishment RequestExplains whether the branch is due to radio failure, handover failure, or another recovery trigger.Wrong scenario assumption.
Earlier context referenceThe identity relation to the lost connection.Reestablishment RequestLets the eNB decide whether recovery is possible.Stale or mismatched context.
Completion continuityThe first later message after Reestablishment Complete.After recovery completesConfirms that the restored branch remained usable.Formal recovery succeeded, but later signaling still breaks.

Successful Completion

Success means the eNB accepts the recovery branch and the UE returns RRC Connection Reestablishment Complete with stable later signaling.

Common Failures and Troubleshooting

SymptomLikely causeWhere to inspectRelevant message(s)Relevant interface(s)Likely next step
Request appears, but no accept returnsThe earlier context is no longer recoverable.Context relation and later fallback behavior.Reestablishment RequestLTE UuCheck whether the UE moved into fresh setup.
Reject branch appearsThe network cannot restore the lost context.Reject timing and next access branch.Reestablishment RejectLTE UuMove into fresh-access analysis.
Complete is missingThe UE could not finish the restored branch or uplink transport failed again.Restore content and radio stability right after acceptance.Reestablishment, Reestablishment CompleteLTE UuTreat it as incomplete recovery.
Sponsored Advertisement

What to Check in Logs and Traces

  • Confirm that the scenario really used recovery rather than fresh setup.
  • Inspect the re-establishment cause first.
  • Check whether the branch ended with Reestablishment Complete or fallback to another path.

Related Pages

Related sub-procedures

Related message reference pages

Related troubleshooting pages

Notes

Re-establishment is a recovery branch, not a fresh-entry branch. The message set is the quickest way to separate the two.

FAQ

What is LTE RRC Re-establishment?

It is the radio recovery procedure used after loss of the connected path.

What confirms success?

RRC Connection Reestablishment Complete is the main success checkpoint.

What happens if recovery fails?

The UE usually falls back to another branch such as fresh setup or idle return.