SRB1 creation is one of the first things to confirm in a healthy LTE setup path.
radioResourceConfigDedicated is the main container to inspect when setup succeeds on paper but later dedicated signaling fails.
The following message should normally be RRCConnectionSetupComplete.
Important Information Elements
IE
Required
Description
rrc-TransactionIdentifier
Yes
Transaction identifier used to correlate the connection-establishment exchange.
radioResourceConfigDedicated
Yes
Initial dedicated radio configuration for SRB1 and other connected-mode parameters.
nextHopChainingCount
Optional
Appears in later security-related contexts rather than basic early setup and is not the focus of this message.
nonCriticalExtension
Optional
Release-extension branch used for forward compatibility.
Detailed field explanation
rrc-TransactionIdentifier
Transaction identifier used to correlate the connection-establishment exchange.
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.
radioResourceConfigDedicated
Initial dedicated radio configuration for SRB1 and other connected-mode parameters.
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.
nextHopChainingCount
Appears in later security-related contexts rather than basic early setup and is not the focus of this message.
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.
nonCriticalExtension
Release-extension branch used for forward compatibility.
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.
What to check in logs and traces
Confirm the message follows RRCConnectionRequest and not a rejected access attempt.
Check that SRB1 is present in the dedicated radio configuration.
Inspect radioResourceConfigDedicated for plausible MAC and PHY setup.
Verify the transaction identifier if correlating repeated setup attempts.
Confirm the next UE action is RRCConnectionSetupComplete.
Common Issues and Troubleshooting
RRCConnectionSetup arrives but the UE never completes setup.
Likely cause: The UE may fail to apply or accept part of radioResourceConfigDedicated.
What to inspect: Check SRB1 configuration, MAC main config, physical dedicated settings, and UE capability alignment.
Next step: Compare against a known-good setup for the same UE and cell profile.
The setup path repeats several times.
Likely cause: Earlier access may succeed, but the UE or network cannot hold the new dedicated context.
What to inspect: Correlate RRCConnectionSetup with the later setup-complete path and any immediate release or failure.
Next step: Walk forward from setup rather than stopping at the acceptance message.
Later security or reconfiguration fails.
Likely cause: The issue may start in the initial dedicated radio configuration delivered here.
What to inspect: Check the first connected-mode configuration before debugging only later DCCH messages.
Next step: Review RRCConnectionSetup together with the next dedicated control messages.
LTE / 5G / Variant Comparison
Compared with LTE RRCConnectionRequest
RRCConnectionRequest is the UE asking for access. RRCConnectionSetup is the network accepting that request and delivering the first dedicated LTE RRC configuration.
Compared with NR RRCSetup
LTE RRCConnectionSetup and NR RRCSetup play the same early acceptance role, but the field names and connected-mode setup containers differ between TS 36.331 and TS 38.331.
FAQ
What is RRCConnectionSetup in LTE?
It is the downlink LTE RRC message the eNodeB sends to accept the connection request and start dedicated connected-mode signaling.
What comes after RRCConnectionSetup?
The UE applies the received configuration and responds with RRCConnectionSetupComplete.
Does RRCConnectionSetup create SRB1?
Yes. The initial dedicated radio configuration in this message creates SRB1 for later dedicated LTE RRC signaling.
Why is RRCConnectionSetup important in troubleshooting?
It is the first dedicated LTE RRC configuration point, so later failures often trace back to what was delivered here.
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.