Home / Call Flows / LTE / UE Capability Transfer Procedure

LTE UE Capability Transfer Procedure Call Flow

call-flowLTE | E-UTRAN | RRC

LTE UE Capability Transfer is the connected-mode RRC procedure used when the eNB needs the UE to report its radio capability information before later control decisions such as configuration, bearer setup, carrier aggregation, or mobility-related behavior.

The core message pair is UE Capability Enquiry followed by UE Capability Information.

Introduction

The LTE UE Capability Transfer procedure does not create access or registration by itself. It gives the network the information needed to decide what the UE can actually support before later configuration is pushed.

The main nodes are UE and eNB. The procedure matters because a later configuration failure can begin with wrong, missing, or misread capability information here.

What Is LTE UE Capability Transfer in Simple Terms?

  • What starts the procedure: The eNB needs the UE's capability information before later radio decisions.
  • What the UE and network want to achieve: Report the supported features accurately so the network configures only what the UE can handle.
  • What success looks like: The eNB sends UE Capability Enquiry and the UE returns UE Capability Information.
  • What failure means: Capability reporting is missing, incomplete, or later configuration assumes support that was not really present.

Why this procedure matters

This is the reference point behind many later feature-dependent LTE behaviors, especially when configuration looks valid but still fails at the UE side.

Quick Fact Sheet

Procedure nameLTE UE Capability Transfer Procedure
DomainConnected-mode LTE capability signaling
Main triggereNB needs UE capability information before later control decisions
Start stateUE is already in connected signaling and can exchange dedicated RRC messages
End stateeNB has the UE capability report needed for later configuration
Main nodesUE, eNB
Main protocolsRRC
Main success outcomeThe network receives usable capability containers and can continue with capability-aware control
Main failure outcomeLater configuration uses wrong assumptions or the capability report is incomplete
Most important messagesUE Capability Enquiry, UE Capability Information
Main specsTS 36.331
LTE UE Capability Transfer procedure flow between UE and eNB
Click the diagram to open the full-size in a new tab.
Sponsored Advertisement

Preconditions

  • The UE is already in connected mode and can exchange dedicated RRC messages.
  • The eNB has a reason to validate or refresh capability information.
  • The UE can build the capability containers requested by the network.

Nodes involved

NodeRole in this procedure
UEReturns the requested capability information.
eNBRequests and consumes the capability report for later control decisions.

Interfaces used

Interface or channel contextPathWhy it matters here
LTE UuUE <-> eNBCarries the dedicated RRC exchange.
DCCH / SRB1UE <-> eNBProvides the connected signaling path used for enquiry and report.

End-to-end call flow

UE                          eNB
|                            |
|<- UE Capability Enquiry ---|
|                            |
|-- UE Capability Information ->|
|                            |
|   later configuration uses capability result   |

Major phases

PhaseWhat happens
1. Network requests reportThe eNB asks for the UE capability information it needs.
2. UE builds responseThe UE composes the requested capability containers.
3. Capability deliveryThe report reaches the eNB for later control use.

Step-by-step breakdown

Step 1: UE Capability Enquiry

Sender -> receiver: eNB -> UE

Message(s): UE Capability Enquiry

Purpose: Ask the UE for capability information needed before later configuration.

State or context change: The UE knows which capability report the network expects.

Note: The enquiry content explains why later capability exchange appears at that moment.

Step 2: UE Capability Information

Sender -> receiver: UE -> eNB

Message(s): UE Capability Information

Purpose: Return the supported capability containers to the eNB.

State or context change: The eNB can now continue with capability-dependent control decisions.

Note: Later reconfiguration should be read against this message, not in isolation.

Important messages

MessageProtocolDirectionPurpose in this procedureWhat to inspect briefly
UE Capability EnquiryRRCeNB -> UERequests the UE capability report.Requested RAT or capability scope and timing within the larger procedure.
UE Capability InformationRRCUE -> eNBReturns the actual capability containers.Container presence and whether later configuration matches the reported support.

Important parameters to inspect

ParameterWhat it isWhere it appearsWhy it mattersCommon issues
Requested scopeThe capability area the eNB wants to learn about.UE Capability EnquiryExplains why the network requested the report.Enquiry too narrow for later feature use.
Capability containersThe actual reported capability data.UE Capability InformationForms the basis of later network decisions.Missing container, decode gap, unexpected omission.
Transaction pairingThe relation between enquiry and information response.Both messagesConfirms the right report belongs to the right request.Merged attempts or wrong pairing in long traces.
Later configuration relationThe first feature-dependent action taken after the report.After UE Capability InformationShows whether the network used the report correctly.Later configuration assumes unsupported feature.

Successful completion of the procedure

Success means the capability report reached the eNB and the later LTE control decision is consistent with what the UE actually reported.

Common failures in LTE UE Capability Transfer

SymptomLikely causeWhere to inspectRelevant message(s)Relevant interface(s)Likely next step
Later configuration fails unexpectedlyThe network used capability assumptions that do not match the report.UE Capability Information and later reconfiguration together.UE Capability InformationLTE UuCheck whether the feature was really declared as supported.
Capability report seems incompleteMissing container, narrow enquiry, or decode limitation.Enquiry scope and returned containers.UE Capability Enquiry, UE Capability InformationLTE UuDecide whether the report is truly incomplete or only partially decoded.
Sponsored Advertisement

What to check in logs and traces

  • Pair the enquiry and information messages correctly.
  • Inspect which capability containers were actually present.
  • Compare the report with the next configuration or feature action.

Related Pages

Related sub-procedures

Related message reference pages

Related troubleshooting pages

Notes

This procedure is easy to underestimate because it is short. Many later feature and bearer problems only make sense when the capability report is read first.

FAQ

What is LTE UE Capability Transfer?

It is the RRC procedure used to request and return the UE's radio capability information.

Which message starts it?

UE Capability Enquiry starts the exchange.

Why is it important?

Because later LTE configuration depends on what the UE reported here.