Home / Call Flows / LTE / NAS Recovery After Radio Failure

LTE NAS Recovery After Radio Failure Call Flow

call-flowLTE | NAS | RRC | S1AP

LTE NAS Recovery After Radio Failure describes the NAS-side procedure path that follows a radio interruption after the UE has already recovered enough access to talk to the network again. In many cases this means a new RRC access leg followed by Service Request or, if stored EPS context is no longer usable, a fallback to a broader re-entry path.

This page focuses on the NAS continuation after radio failure, not on the radio failure itself.

Introduction

Radio recovery and NAS recovery are related but not identical. The radio path may stabilize again, but the UE still needs to prove that stored EPS context is valid before full service can continue.

The main nodes are the UE, eNB, and MME.

What Is LTE NAS Recovery After Radio Failure in Simple Terms?

  • What starts the procedure: The radio path failed earlier and the UE now tries to resume NAS service with stored EPS context.
  • What the UE and network want to achieve: Restore normal service without rebuilding everything from zero.
  • What success looks like: The UE regains access, sends Service Request, and the network restores service.
  • What failure means: Stored context is no longer valid and the UE must fall back to a broader recovery branch such as fresh attach.

Why this procedure matters

This page explains why a radio failure can later appear as a NAS recovery problem even after the UE manages to access the cell again.

Quick Fact Sheet

Procedure nameLTE NAS Recovery After Radio Failure
DomainPost-radio-failure NAS continuation
Main triggerStored EPS context is reused after radio interruption
Start stateRadio failure happened earlier, and the UE has regained enough access to resume NAS signaling
End stateService is restored or the UE falls back to fresh entry
Main nodesUE, eNB, MME
Main protocolsRRC, NAS, S1AP
Main success outcomeStored EPS context is accepted and service returns
Main failure outcomeService request fails and broader recovery is needed
Most important messagesService Request, RRC Connection Setup Complete
Main specsTS 24.301, TS 23.401, TS 36.331
LTE NAS Recovery After Radio Failure call flow
Click the diagram to open the full-size in a new tab.
Sponsored Advertisement

Preconditions

  • The UE had valid EPS context before the radio interruption.
  • The UE can regain enough radio access to resume NAS signaling.
  • The network still has enough stored context to accept a service-restoration branch.

Nodes and Interfaces

Nodes involved

NodeRole in this procedure
UERestarts access and attempts to recover service using stored EPS context.
eNBProvides the access path that carries the NAS recovery branch.
MMEAccepts or rejects the NAS service-restoration attempt.

Interfaces used

InterfacePathRole
LTE UuUE <-> eNBCarries the fresh access used to restart NAS signaling.
S1-MMEeNB <-> MMETransports the recovered NAS branch to the EPC side.
NASUE <-> MMECarries the service recovery request.

End-to-End Call Flow

UE               eNB               MME
|-- fresh RRC access ------------->|
|-- RRC Setup Complete + Service Request -->|
|                 |-- Initial UE Message -->|
|                 |<-- service recovery -----|
|<-- service restored / fallback decision ---|

Major Phases

PhaseWhat happens
1. Access restartThe UE rebuilds enough radio signaling to carry NAS again.
2. NAS recovery requestThe UE tries to reuse stored EPS context through service request.
3. EPC validationThe MME decides whether the stored context is still valid.
4. Recovery resultService returns or the UE moves into broader recovery.

Step-by-Step Breakdown

Step 1: New access for NAS continuation

Sender -> receiver: UE -> eNB

Message(s): RRC setup sequence ending in RRC Connection Setup Complete

Purpose: Recreate the signaling path needed to deliver NAS again.

State or context change: The UE regains a radio control path after the earlier failure.

Note: This part can succeed even if NAS recovery later fails.

Step 2: NAS service recovery attempt

Sender -> receiver: UE -> MME

Message(s): Service Request

Purpose: Ask the network to restore service with stored EPS context.

State or context change: The MME validates the saved mobility and security context.

Note: KSI and temporary identity are the first useful checks here.

Step 3: Recovery result

Sender -> receiver: MME -> UE

Message(s): Service restoration or fallback branch

Purpose: Restore active service or force broader re-entry if context is no longer valid.

State or context change: The UE either returns to normal service or must move into attach or another recovery path.

Note: This is where radio failure turns into a NAS context issue.

Important Messages in This Flow

MessageProtocolDirectionPurpose in this procedureWhat to inspect briefly
RRC Connection Setup CompleteRRCUE -> eNBCarries the new NAS recovery start toward the MME.Whether the NAS container for recovery is present.
Service RequestNASUE -> MMERequests service restoration using stored EPS context.Temporary identity, KSI, and request type.

Important Parameters to Inspect

ParameterWhat it isWhere it appearsWhy it mattersCommon issues
Temporary identityThe UE identity used for stored EPS context recovery.Service RequestShows whether the old context is still being reused.Stale identity after failure.
NAS KSIThe security context reference used during recovery.Service RequestHelps the network match the right stored security state.Invalid KSI or stale security context.
Later service resultThe outcome after the recovery request reaches the MME.Post-request signalingSeparates successful context reuse from fallback to attach.Radio path restored, but NAS recovery still fails.

Successful Completion

Success means the UE regains active service through stored EPS context without needing to restart with a full new registration procedure.

Common Failures and Troubleshooting

SymptomLikely causeWhere to inspectRelevant message(s)Relevant interface(s)Likely next step
Radio access returns, but service request failsStored EPS context is no longer valid.Service Request identity and KSI.Service RequestNAS, S1-MMECheck whether the UE should have fallen back to attach instead.
Recovery loops between access and service requestThe UE can access the cell, but the EPC rejects or cannot continue the saved context.Repeated service-request attempts after new access.RRC Setup Complete, Service RequestLTE Uu, NASSeparate radio stability from EPS context validity.
Sponsored Advertisement

What to Check in Logs and Traces

  • First confirm the UE regained enough access to carry NAS again.
  • Inspect temporary identity and KSI in the recovery request.
  • Decide whether the failure is still radio-side or already an EPC context problem.

Related Pages

Related sub-procedures

Related message reference pages

Related troubleshooting pages

Notes

NAS recovery after radio failure assumes stored EPS context still exists. If that assumption is wrong, the later branch usually becomes a fresh registration path instead.

FAQ

What is LTE NAS Recovery After Radio Failure?

It is the NAS-side service-restoration path that happens after the UE has already regained enough radio access to talk to the network again.

What is the usual NAS message here?

Service Request is the most common NAS recovery message when stored EPS context is still valid.