Home / Call Flows / LTE / E-RAB Release Procedure

LTE E-RAB Release Procedure Call Flow

call-flowLTE | S1AP | E-RAB | eNB

LTE E-RAB Release Procedure removes one or more active E-RABs from the access side. It is used when the MME wants the eNB to release bearer-specific radio resources because service ended, a bearer was deactivated, or a later control path is cleaning up the UE context.

The main S1AP pair is E-RAB Release Command and E-RAB Release Response.

Introduction

The E-RAB release path is the radio-access side of bearer cleanup. It does not necessarily mean the whole UE context is gone, but it does mean that specific E-RAB resources are being removed from the eNB-side view.

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

What Is LTE E-RAB Release Procedure in Simple Terms?

  • What starts the procedure: The network decides active E-RAB resources should be removed.
  • What the UE and network want to achieve: Cleanly release selected radio bearer resources.
  • What success looks like: The eNB receives E-RAB Release Command and returns E-RAB Release Response.
  • What failure means: Access-side bearer cleanup stays partial or stale radio resources remain.

Why this procedure matters

This procedure shows why an otherwise healthy bearer or service branch disappears from the radio side and whether that release was complete.

Quick Fact Sheet

Procedure nameLTE E-RAB Release Procedure
DomainAccess-side bearer cleanup
Main triggerRelease of one or more active E-RABs
Start stateeNB has active E-RAB resources for the UE
End stateTarget E-RAB resources are removed
Main nodesMME, eNB, UE
Main protocolsS1AP
Main success outcomeeNB releases the requested E-RAB items cleanly
Main failure outcomeRadio-side cleanup is incomplete
Most important messagesE-RAB Release Command, E-RAB Release Response
Main specsTS 36.413, TS 23.401
LTE E-RAB Release Procedure call flow across MME, eNB, and UE
Click the diagram to open the full-size in a new tab.
Sponsored Advertisement

Preconditions

  • One or more E-RABs are still active at the eNB.
  • The MME has a reason to release those E-RABs.
  • The UE context on S1-MME is still available for targeted cleanup.

Nodes and Interfaces

Nodes involved

NodeRole in this procedure
MMEStarts the E-RAB release toward the eNB.
eNBReleases the requested access-side bearer resources.
UEStops using the released radio bearer resources after cleanup.

Interfaces used

InterfacePathRole
S1-MMEMME <-> eNBCarries E-RAB Release Command and Response.
LTE UuUE <-> eNBReflects the later absence of the released radio resources.

End-to-End Call Flow

UE               eNB               MME
|                 |<-- E-RAB Release Cmd -|
|                 |-- release bearer ctx -|
|                 |-- E-RAB Release Resp ->|
|   released E-RAB no longer usable        |

Major Phases

PhaseWhat happens
1. Release decisionThe MME decides which E-RAB resources should be removed.
2. Access-side cleanupThe eNB releases the requested E-RAB items.
3. Result reportingThe eNB reports completion or partial failure back to the MME.

Step-by-Step Breakdown

Step 1: E-RAB Release Command

Sender -> receiver: MME -> eNB

Message(s): E-RAB Release Command

Purpose: Ask the eNB to release specific E-RAB resources.

State or context change: The eNB begins bearer-specific cleanup.

Note: Inspect which E-RAB IDs are included and why they are being removed.

Step 2: E-RAB Release Response

Sender -> receiver: eNB -> MME

Message(s): E-RAB Release Response

Purpose: Confirm which E-RABs were successfully released.

State or context change: The MME now knows whether the access-side cleanup finished correctly.

Note: Partial release handling matters in multi-bearer sessions.

Important Messages in This Flow

MessageProtocolDirectionPurpose in this procedureWhat to inspect briefly
E-RAB Release CommandS1APMME -> eNBStarts radio bearer release at the access side.E-RAB IDs, release reason, and UE context identifiers.
E-RAB Release ResponseS1APeNB -> MMEReports the result of the requested release.Released list, failed items, and partial cleanup details.

Important Parameters to Inspect

ParameterWhat it isWhere it appearsWhy it mattersCommon issues
E-RAB IDThe access bearer being released.Release Command and ResponseShows exactly which bearer resources are being removed.Wrong item released or failed item mapping.
CauseThe reason attached to the release branch.Release CommandHelps separate normal cleanup from failure-led removal.Release reason interpreted incorrectly.
S1AP UE IDsThe UE context identifiers on S1-MME.Command and ResponseKeep the release tied to the correct UE context.Stale UE mapping.

Successful Completion

Success is confirmed when the eNB returns E-RAB Release Response and the target E-RAB resources disappear from the access-side UE context.

Common Failures and Troubleshooting

SymptomLikely causeWhere to inspectRelevant message(s)Relevant interface(s)Likely next step
Some E-RABs release, but others remainThe eNB completed only part of the cleanup.Per-item result details in the response.E-RAB Release Command, E-RAB Release ResponseS1-MMECheck the failed item list and the earlier bearer history.
Bearer looks released in EPC, but not at the access sideAccess-side cleanup did not complete or did not target the correct UE context.UE IDs and E-RAB IDs in the command.Release Command and ResponseS1-MME, LTE UuAlign the S1AP release with the bearer deactivation branch.
Sponsored Advertisement

What to Check in Logs and Traces

  • Match E-RAB IDs in the command and response before checking later traffic behavior.
  • Use the cause and earlier bearer history to decide whether the release was normal or failure-led.
  • Correlate access-side cleanup with any NAS bearer release that happened at the same time.

Related Pages

Related sub-procedures

Related message reference pages

Related troubleshooting pages

Notes

E-RAB release is access-side cleanup. It may happen because of normal service teardown or because another bearer-control branch has already started removing the session.

FAQ

What is LTE E-RAB Release Procedure?

It is the S1AP procedure used to remove active E-RAB resources from the eNB side.

What is the main success message?

E-RAB Release Response is the clearest confirmation that the requested access-side cleanup finished.