Home / Call Flows / LTE / Bearer Modification Procedure

LTE Bearer Modification Procedure Call Flow

call-flowLTE | EPC | NAS | GTPv2-C

LTE Bearer Modification Procedure updates an existing EPS bearer without fully releasing and recreating it. It is used when the network needs to change the bearer profile, QoS relation, TFT content, or other session-side handling while keeping the bearer active.

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

Introduction

The bearer modification path appears after a bearer already exists and the network wants to adjust how that bearer is treated. The change may come from policy control, service adaptation, application behavior, or later EPC-side updates.

The main nodes are the UE, MME, SGW, and PGW. The eNB may also need matching radio-side updates if the change affects the access side.

What Is LTE Bearer Modification Procedure in Simple Terms?

  • What starts the procedure: The network decides an existing bearer needs updated handling.
  • What the UE and network want to achieve: Refresh the live bearer context without rebuilding the whole session.
  • What success looks like: The UE receives Modify EPS Bearer Context Request and returns Modify EPS Bearer Context Accept.
  • What failure means: The bearer stays on the old profile, enters an inconsistent state, or is released later.

Why this procedure matters

This procedure explains how a live bearer changes after initial setup, especially when QoS or TFT handling does not match the earlier bearer profile.

Quick Fact Sheet

Procedure nameLTE Bearer Modification Procedure
DomainLive EPS bearer update
Main triggerPolicy, QoS, or filter change on an existing bearer
Start stateUE already has an active EPS bearer
End stateExisting bearer remains active with updated parameters
Main nodesUE, MME, SGW, PGW
Main protocolsNAS, GTPv2-C
Main success outcomeBearer stays active with the new context
Main failure outcomeBearer update is not accepted or later service becomes inconsistent
Most important messagesModify EPS Bearer Context Request, Modify EPS Bearer Context Accept
Main specsTS 24.301, TS 23.401, TS 29.274
LTE Bearer Modification Procedure call flow across UE, MME, SGW, and PGW
Click the diagram to open the full-size in a new tab.
Sponsored Advertisement

Preconditions

  • The UE already has an active default or dedicated bearer.
  • The EPC already has a live session context for the bearer being modified.
  • The network has a reason to refresh QoS, TFT, or related session attributes.

Nodes and Interfaces

Nodes involved

NodeRole in this procedure
UEApplies the updated bearer parameters.
MMEDelivers the NAS bearer modification toward the UE.
SGWKeeps the serving session context aligned.
PGWProvides the PDN-side change source for the bearer profile.

Interfaces used

InterfacePathRole
S11MME <-> SGWUpdates bearer handling between control-plane nodes.
S5/S8SGW <-> PGWPropagates the PDN-side bearer change.
NASUE <-> MMECarries the bearer modification toward the UE.

End-to-End Call Flow

UE               MME               SGW               PGW
|                 |                 |-- Bearer update -->|
|                 |                 |<-- Update result ---|
|<- Modify EPS Bearer Ctx Req ------|                    |
|-- Modify EPS Bearer Ctx Accept --->|                   |
|   bearer stays active with changes  |                  |

Major Phases

PhaseWhat happens
1. EPC update decisionThe core decides the live bearer needs updated handling.
2. NAS bearer modificationThe MME sends the new bearer context toward the UE.
3. UE confirmationThe UE confirms the updated context if the change is accepted.

Step-by-Step Breakdown

Step 1: Bearer update in the EPC

Sender -> receiver: PGW -> SGW -> MME

Message(s): GTPv2-C bearer update handling

Purpose: Refresh the live bearer profile before the UE-side update.

State or context change: The core now holds the new bearer parameters.

Note: This is where policy-triggered QoS changes usually become visible first.

Step 2: Modify bearer context

Sender -> receiver: MME -> UE

Message(s): Modify EPS Bearer Context Request

Purpose: Tell the UE which live bearer parameters have changed.

State or context change: The UE receives the updated EBI, TFT, QoS, or related context.

Note: EBI continuity matters because the bearer is being modified, not recreated.

Step 3: UE accept

Sender -> receiver: UE -> MME

Message(s): Modify EPS Bearer Context Accept

Purpose: Confirm that the UE accepted the live update.

State or context change: The bearer remains active on the new profile.

Note: Missing uplink confirmation often leaves traces that look only partially updated.

Important Messages in This Flow

MessageProtocolDirectionPurpose in this procedureWhat to inspect briefly
Modify EPS Bearer Context RequestNASMME -> UEUpdates the live bearer context.EBI, TFT changes, QoS values, and transaction timing.
Modify EPS Bearer Context AcceptNASUE -> MMEConfirms that the update was accepted.Return timing and correlation to the same bearer identity.

Important Parameters to Inspect

ParameterWhat it isWhere it appearsWhy it mattersCommon issues
EPS Bearer IDThe identity of the bearer being modified.Bearer modification request and acceptKeeps the update tied to the correct live bearer.Wrong bearer correlation.
TFTTraffic filter rules applied to the bearer.Modify EPS Bearer Context RequestExplains which traffic should use the updated bearer path.Malformed or unexpected filter changes.
QoS / QCI / ARPThe refreshed service profile for the bearer.Modify request and EPC update pathShows why the modification happened.Policy mismatch or unsupported values.
PTIThe ESM transaction identity for the procedure.NAS bearer modificationHelps correlate the live transaction cleanly.PTI mismatch or stale transaction context.

Successful Completion

Success is confirmed when the UE accepts the modify request and the bearer remains active with the updated parameters across NAS and EPC context views.

Common Failures and Troubleshooting

SymptomLikely causeWhere to inspectRelevant message(s)Relevant interface(s)Likely next step
Modify request appears, but service behavior does not changeTFT or QoS update was not applied correctly.Compare old and new bearer fields.Modify EPS Bearer Context RequestNAS, S11, S5/S8Check whether the new profile actually differs from the previous one.
Accept does not returnUE rejected or did not complete the update.Look for missing uplink confirmation and later bearer cleanup.Modify request, later deactivation or retry handlingNAS, LTE UuSeparate UE-side rejection from transport loss.
Sponsored Advertisement

What to Check in Logs and Traces

  • Confirm the bearer already existed before the modify branch started.
  • Check EBI, PTI, TFT, and QoS continuity between the old and new context.
  • Align the NAS modify request with the EPC-side bearer update trigger.

Related Pages

Related sub-procedures

Related message reference pages

Related troubleshooting pages

Notes

Bearer modification keeps the bearer identity alive. It changes a live context instead of creating a new bearer from the beginning.

FAQ

What does LTE Bearer Modification Procedure do?

It updates the profile of an existing EPS bearer without releasing it.

Which fields are most important?

EBI, TFT, QoS, and PTI are the quickest checks for correlation and intent.