Bearer Context Setup Request is the E1AP message the gNB-CU-CP sends to the gNB-CU-UP to create the user-plane bearer context, including PDU session, DRB, QoS, and NG-U transport instructions for one UE.
Message Fact Sheet
Protocol
e1ap
Network
5g
Spec
3GPP TS 37.483
Spec Section
Bearer Context Setup procedure and related IE definitions (Release 18 baseline)
Direction
gNB-CU-CP -> gNB-CU-UP initiatingMessage
Message Type
UE-associated bearer-context establishment control
The CU-CP has accepted or is continuing a UE procedure that requires CU-UP bearer creation, such as initial user-plane establishment, PDU session resource activation, or later DRB addition for an existing UE.
Main purpose
Creates the CU-UP side bearer context for a UE so the user plane can be anchored, QoS can be enforced, and NG-U and F1-U related user-plane behavior can continue under CU-CP control.
Main specification
3GPP TS 37.483, Bearer Context Setup procedure and related IE definitions (Release 18 baseline)
Release added
Release 17
Procedures where used
Initial user-plane bearer establishment, PDU session resource activation, DRB addition for an established UE
What is Bearer Context Setup Request in simple terms?
Bearer Context Setup Request is the E1AP message the gNB-CU-CP sends to the gNB-CU-UP to create the user-plane bearer context, including PDU session, DRB, QoS, and NG-U transport instructions for one UE.
Creates the CU-UP side bearer context for a UE so the user plane can be anchored, QoS can be enforced, and NG-U and F1-U related user-plane behavior can continue under CU-CP control.
Why this message matters
Bearer Context Setup Request is the CU-CP telling the CU-UP to build the UE's user-plane bearer state.
Where this message appears in the call flow
PDU session and DRB establishment
Establishment branch: the CU-CP creates the first CU-UP bearer instruction set for the UE, including the session and DRB payload to instantiate.
Call flow position: The CU-CP has decided which PDU sessions and DRBs should be anchored at the CU-UP and sends the first E1AP bearer build command.
Typical state: Control-plane UE context exists, but the CU-UP still needs enough bearer and transport detail to create the corresponding user-plane state.
Preconditions:
The CU-CP and CU-UP E1 connection is operational.
The CU-CP has selected the bearer model to be instantiated at the CU-UP.
Session, DRB, and QoS information is available from the wider UE procedure.
Next likely message: Bearer Context Setup Response
Security and user-plane activation
Activation branch: the message carries the security and bearer-control context the CU-UP needs before the user plane can continue correctly.
Call flow position: The setup request carries the security and bearer details the CU-UP needs before user-plane handling can continue.
Typical state: The CU-UP is being instructed how to interpret the user-plane branch for the UE, including transport and DRB-related context.
Preconditions:
The CU-CP has the relevant security and bearer-control information ready.
The CU-UP can allocate the requested bearer resources.
Next likely message: Bearer Context Setup Response or Bearer Context Setup Failure
Transport / encapsulation: E1AP over SCTP/IP between gNB-CU-CP and gNB-CU-UP
Security context: Bearer Context Setup Request does not create NAS security. It carries the security and bearer-control information the CU-UP needs in order to build the user-plane context that corresponds to the UE's already selected access and session state.
Message Structure Overview
Bearer Context Setup Request is the CU-CP initiated request side of the E1AP bearer setup procedure.
The message establishes the CU-UP view of bearer state for one UE rather than modifying an already mature bearer context in place.
The operational core is the CU-CP UE identifier plus the bearer-context payload that describes the user-plane resources to create.
Read the message as the control-plane instruction set the CU-UP needs in order to create bearer state. The exact payload depth sits inside the system bearer context rather than in the top-level wrapper alone.
5G E1AP - Bearer Context Setup Request - Example Dump
Start by matching the CU-CP UE E1AP ID with the control-plane UE context that triggered bearer creation.
The real bearer meaning sits in the system bearer context payload, so decode the session, DRB, and QoS branches before judging success or failure.
If a response later looks partial, come back to the setup request and confirm exactly which bearer items were requested.
Important Information Elements
IE
Required
Description
gNB-CU-CP UE E1AP ID
Yes
Mandatory CU-CP side UE identifier used to correlate the setup request with the wider UE context.
Security Information
Optional
Optional but operationally important security-related context the CU-UP needs for correct user-plane handling.
UE DL Aggregate Maximum Bit Rate
Optional
Optional aggregate downlink rate limit that influences CU-UP bearer enforcement for the UE.
System Bearer Context Setup Request
Yes
Mandatory bearer payload containing the session, DRB, QoS, and user-plane transport information the CU-UP must instantiate.
Detailed field explanation
gNB-CU-CP UE E1AP ID
Mandatory CU-CP side UE identifier used to correlate the setup request with the wider UE context.
Presence: Required
In practice: In practice, compare this field with the original request and with any later release-dependent optional fields so you can see whether the network accepted the same service model the UE asked for.
Security Information
Optional but operationally important security-related context the CU-UP needs for correct user-plane handling.
Presence: Optional
In practice: In practice, compare this field with the original request and with any later release-dependent optional fields so you can see whether the network accepted the same service model the UE asked for.
UE DL Aggregate Maximum Bit Rate
Optional aggregate downlink rate limit that influences CU-UP bearer enforcement for the UE.
Presence: Optional
In practice: In practice, compare this field with the original request and with any later release-dependent optional fields so you can see whether the network accepted the same service model the UE asked for.
System Bearer Context Setup Request
Mandatory bearer payload containing the session, DRB, QoS, and user-plane transport information the CU-UP must instantiate.
Presence: Required
In practice: In practice, compare this field with the original request and with any later release-dependent optional fields so you can see whether the network accepted the same service model the UE asked for.
What to check in logs and traces
Confirm the procedure is Bearer Context Setup and not later Bearer Context Modification.
Match the CU-CP UE E1AP ID to the corresponding control-plane UE procedure.
Inspect the system bearer context payload for session IDs, DRB IDs, QoS flows, and transport-related details.
Check whether security and aggregate-rate related context matches the wider UE and session state.
Common Issues and Troubleshooting
The CU-UP never creates the expected user-plane state.
Likely cause: The setup request may be missing required bearer details or the CU-UP may reject the requested bearer payload.
What to inspect: Read the system bearer context payload and then compare it with the later setup response or failure.
Next step: Validate the requested session and DRB structure before debugging the data path itself.
The bearer comes up, but QoS or DRB behavior is not what the CU-CP expected.
Likely cause: The requested bearer model and the accepted CU-UP result may differ, or the setup request may not carry the intended QoS branch.
What to inspect: Correlate requested DRB and QoS items with the later response payload.
Next step: Drive the investigation from request-versus-response deltas rather than from the request alone.
LTE / 5G / Variant Comparison
Compared with Bearer Context Modification Request
Setup creates the CU-UP bearer context for the UE. Modification changes an already existing bearer context in place.
FAQ
What is Bearer Context Setup Request in 5G E1AP?
It is the E1AP message the gNB-CU-CP sends to the gNB-CU-UP to create the UE's bearer context on the user-plane side.
Who sends Bearer Context Setup Request?
The gNB-CU-CP sends it to the gNB-CU-UP over the E1 interface.
What does the message mainly carry?
It mainly carries the UE identifier plus the bearer-context setup payload that defines session, DRB, QoS, and transport-related user-plane state.
Decode this message with the 3GPP Decoder, inspect the related message database, or open the matching call flow to see where this signaling step fits in the full procedure.