What is SCG Failure Information r12 in LTE?
It is the uplink LTE RRC message the UE uses to report that the secondary cell group failed.
| Protocol | lte-rrc | Network | lte |
|---|---|---|---|
| Spec | 3GPP TS 36.331 | Spec Section | 5.6, 6.2.2 |
| Direction | UE -> eNodeB | Message Type | Failure Reporting |
| Full message name | LTE RRC SCG Failure Information r12 |
|---|---|
| Protocol | LTE-RRC |
| Technology | LTE |
| Direction | UE -> eNodeB |
| Interface | Uu |
| Signaling bearer / channel | SRB1 / SRB3 / UL-DCCH |
| Typical trigger | Triggered when the UE detects failure affecting the secondary cell group. |
| Main purpose | Lets the network know that SCG handling failed so later recovery, reconfiguration, or release action can be taken. |
| Main specification | 3GPP TS 36.331, 5.6, 6.2.2 |
| Release added | Release 12 |
| Procedures where used | SCG failure reporting, Dual connectivity recovery |
Uplink LTE RRC message used by the UE to report secondary cell group failure in dual-connectivity related LTE contexts.
Lets the network know that SCG handling failed so later recovery, reconfiguration, or release action can be taken.
SCG Failure Information r12 tells the LTE network that the secondary cell group has failed.
Call flow position: UE failure report sent when the secondary cell group has failed.
Typical state: The report tells the network that the dual-connectivity branch needs recovery, reconfiguration, or release handling.
Preconditions:
Next likely message: Recovery handling or reconfiguration
Call flow position: UE report sent as the trigger for investigating or recovering the failing secondary branch.
Typical state: The message helps the network distinguish SCG failure from a broader master-cell issue.
Preconditions:
Next likely message: Later SCG recovery or release
Previous message(s): RRCConnectionReconfiguration, Dual-connectivity related continuation
Next message(s): Recovery handling, RRCConnectionReconfiguration, RRCConnectionRelease
Security context: Sent as protected connected-mode signaling.
SCGFailureInformation-r12 ::= SEQUENCE {
criticalExtensions CHOICE {
c1 CHOICE {
scgFailureInformation-r12 SCGFailureInformation-r12-IEs,
spare3 NULL,
spare2 NULL,
spare1 NULL
},
criticalExtensionsFuture SEQUENCE {}
}
}
The report is mainly useful because it marks the SCG branch as failed and starts recovery handling.
UL-DCCH-Message
message c1 : scgFailureInformation-r12 : {
criticalExtensions c1 : scgFailureInformation-r12 : {
failureType-r12 t310-Expiry
}
}
| IE | Required | Description |
|---|---|---|
failureType-r12 | Yes | Indicates the SCG-related failure category reported by the UE. |
failureType-r12Indicates the SCG-related failure category reported by the UE.
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.
Likely cause: The UE may have reported SCG Failure Information r12 after detecting an SCG-side failure.
What to inspect: Check the reported failure type and what recovery action followed.
Next step: Compare SCG failure handling with broader master-cell behavior before assuming a full connection failure.
It is the uplink LTE RRC message the UE uses to report that the secondary cell group failed.
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.