Home / Call Flows / LTE / Dedicated EPS Bearer Establishment

LTE Dedicated EPS Bearer Establishment Call Flow

call-flowLTE | EPC | NAS | S1AP

LTE Dedicated EPS Bearer Establishment is the procedure that adds a dedicated bearer after the default bearer already exists. It is used when traffic needs a service profile different from the default bearer, such as separate QoS treatment.

The main NAS pair is Activate Dedicated EPS Bearer Context Request and Activate Dedicated EPS Bearer Context Accept.

Introduction

The dedicated EPS bearer is created on top of an existing PDN session and default bearer. It gives the network a separate bearer identity and service profile for traffic that needs different handling.

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

What Is LTE Dedicated EPS Bearer Establishment in Simple Terms?

  • What starts the procedure: The network decides an existing session needs an additional bearer with its own service handling.
  • What the UE and network want to achieve: Add a dedicated bearer without recreating the whole PDN session.
  • What success looks like: The UE receives Activate Dedicated EPS Bearer Context Request and returns Activate Dedicated EPS Bearer Context Accept.
  • What failure means: The extra bearer cannot be activated or later traffic stays on the default bearer unexpectedly.

Why this procedure matters

This is the bearer path that explains why one session can carry multiple service profiles instead of using only the default bearer.

Quick Fact Sheet

Procedure nameLTE Dedicated EPS Bearer Establishment
DomainAdditional bearer setup on an existing PDN session
Main triggerAn existing session needs an extra bearer for separate service handling
Start stateUE already has a default bearer and active session context
End stateUE has an additional dedicated bearer
Main nodesUE, eNB, MME, SGW, PGW
Main protocolsNAS, S1AP
Main success outcomeThe dedicated bearer becomes active with its own EBI and QoS relation
Main failure outcomeThe additional bearer is not activated or is rejected
Most important messagesActivate Dedicated EPS Bearer Context Request, Activate Dedicated EPS Bearer Context Accept
Main specsTS 24.301, TS 23.401
LTE Dedicated EPS Bearer Establishment call flow
Click the diagram to open the full-size in a new tab.
Sponsored Advertisement

Preconditions

  • The default bearer and PDN session already exist.
  • The network has a reason to add a separate bearer profile.
  • The eNB can apply the related radio-side bearer context.

Nodes and Interfaces

Nodes involved

NodeRole in this procedure
UEReceives and accepts the dedicated bearer context.
MMECoordinates bearer activation toward the UE.
eNBApplies the radio-side bearer relation.
SGW / PGWProvide the underlying session and traffic anchoring context.

Interfaces used

InterfacePathRole
NASUE <-> MMECarries the dedicated bearer activation pair.
S1-MMEeNB <-> MMETransports bearer-related context to the access side.

End-to-End Call Flow

UE               eNB               MME
|<- Activate Dedicated Bearer Req -|
|-- Activate Dedicated Bearer Accept ->|
|   dedicated bearer becomes active  |

Major Phases

PhaseWhat happens
1. Bearer decisionThe network decides to add a dedicated bearer.
2. Bearer activationThe dedicated bearer context is delivered to the UE.
3. UE acceptanceThe UE confirms the added bearer.

Step-by-Step Breakdown

Step 1: Dedicated bearer request

Sender -> receiver: MME -> UE

Message(s): Activate Dedicated EPS Bearer Context Request

Purpose: Tell the UE to add a dedicated bearer.

State or context change: The UE now has a second bearer context to process.

Note: EBI, TFT, and QoS are the main checks.

Step 2: Dedicated bearer accept

Sender -> receiver: UE -> MME

Message(s): Activate Dedicated EPS Bearer Context Accept

Purpose: Confirm the dedicated bearer activation.

State or context change: The added bearer is now active if the access side also completed correctly.

Note: Accept timing is the fastest success checkpoint.

Important Messages in This Flow

MessageProtocolDirectionPurpose in this procedureWhat to inspect briefly
Activate Dedicated EPS Bearer Context RequestNASMME -> UEStarts dedicated bearer activation.EBI, TFT, and QoS relation.
Activate Dedicated EPS Bearer Context AcceptNASUE -> MMEConfirms dedicated bearer activation.Timing and bearer identity match.

Important Parameters to Inspect

ParameterWhat it isWhere it appearsWhy it mattersCommon issues
EBIThe identity of the dedicated bearer.Activation request and acceptSeparates the added bearer from the default bearer.Wrong bearer identity correlation.
TFTTraffic-filter relation for the dedicated bearer.Activation requestExplains which traffic should use the added bearer.Wrong filter logic or mismatch.
QoS / QCI / ARPThe service profile of the dedicated bearer.Activation requestDefines why the extra bearer exists at all.Unexpected service profile.

Successful Completion

Success is confirmed when the UE returns Activate Dedicated EPS Bearer Context Accept and the added bearer is visible as active in the session context.

Common Failures and Troubleshooting

SymptomLikely causeWhere to inspectRelevant message(s)Relevant interface(s)Likely next step
Request appears, but accept never returnsUE cannot apply the dedicated bearer parameters or uplink return failed.TFT, QoS, and timing after the request.Activate Dedicated EPS Bearer Context RequestNAS, LTE UuCheck bearer profile consistency first.
Dedicated bearer exists in signaling, but traffic still stays on default bearerFilter or access-side handling is incomplete.TFT relation and later traffic behavior.Request and accept pairNAS and later data-path checksConfirm that the bearer was not only signaled but also used.
Sponsored Advertisement

What to Check in Logs and Traces

  • Confirm the default bearer already existed before this procedure started.
  • Check EBI, TFT, and QoS fields in the activation request.
  • Use the accept as the main UE-side success marker.

Related Pages

Related sub-procedures

Related message reference pages

Related troubleshooting pages

Notes

The dedicated bearer is added on top of the default bearer. It does not replace the original bearer.

FAQ

What is LTE Dedicated EPS Bearer Establishment?

It is the procedure that adds an extra bearer to an existing PDN session.

What is the main message pair?

Activate Dedicated EPS Bearer Context Request and Accept.