Start by confirming that the network accepted recovery rather than rejecting it.
radioResourceConfigDedicated is the key payload used to restore the connected context.
The next useful read is whether the UE answers with RRCConnectionReestablishmentComplete.
Important Information Elements
IE
Required
Description
rrc-TransactionIdentifier
Yes
Transaction identifier used to correlate the recovery exchange.
radioResourceConfigDedicated
Yes
Dedicated radio configuration used to rebuild the recovered connected context.
nextHopChainingCount
Optional
Security-related counter context used in the recovery path.
nonCriticalExtension
Optional
Release-extension branch for later additions.
Detailed field explanation
rrc-TransactionIdentifier
Transaction identifier used to correlate the recovery 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
Dedicated radio configuration used to rebuild the recovered connected 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.
nextHopChainingCount
Security-related counter context used in the recovery path.
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 for later additions.
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 RRCConnectionReestablishmentRequest.
Check the rebuilt dedicated radio configuration.
Verify whether the UE completes recovery with RRCConnectionReestablishmentComplete.
Correlate the recovered behavior with the earlier failure cause.
If recovery still fails later, move forward into the post-accept path.
Common Issues and Troubleshooting
The network accepts re-establishment but the UE still does not recover.
Likely cause: The rebuilt connected configuration may still fail, or the later completion step may not happen.
What to inspect: Check radioResourceConfigDedicated, the following completion message, and the recovered radio behavior.
Next step: Continue into the post-accept recovery path instead of assuming acceptance solved the issue.
Re-establishment is accepted after handover failure, but service still drops.
Likely cause: The recovery path may continue, but the restored context may still be unstable.
What to inspect: Read the accept message together with the earlier mobility failure and the following complete message.
Next step: Treat this as recovered-but-unstable behavior rather than a pure accept/reject issue.
The message is present but later release follows quickly.
Likely cause: Recovery may have been accepted formally but not held successfully.
What to inspect: Check the rebuilt dedicated configuration and the immediate post-recovery signaling.
Next step: Compare with a known-good re-establishment success path.
LTE / 5G / Variant Comparison
Compared with RRCConnectionReestablishmentRequest
RRCConnectionReestablishmentRequest is the UE recovery request. RRCConnectionReestablishment is the network acceptance that continues recovery.
Compared with RRCConnectionSetup
RRCConnectionSetup creates a fresh connected context. RRCConnectionReestablishment restores a previously broken one.
FAQ
What is RRCConnectionReestablishment in LTE?
It is the downlink LTE RRC message the network sends to accept re-establishment and continue recovery of a broken connected context.
What comes after RRCConnectionReestablishment?
The UE normally responds with RRCConnectionReestablishmentComplete.
What should I inspect first in RRCConnectionReestablishment?
Start with whether recovery was accepted, then inspect the rebuilt dedicated configuration and the following completion step.
How is it different from RRCConnectionSetup?
RRCConnectionSetup creates a new connection. RRCConnectionReestablishment restores an earlier one after failure.
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.