What is MCG Failure Information r16 in LTE?
It is the uplink LTE RRC message the UE uses to report master cell group failure information.
| 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 MCG Failure Information r16 |
|---|---|
| Protocol | LTE-RRC |
| Technology | LTE |
| Direction | UE -> eNodeB |
| Interface | Uu |
| Signaling bearer / channel | SRB1 / UL-DCCH |
| Typical trigger | Triggered when the UE detects failure affecting the master cell group branch. |
| Main purpose | Lets the network know that the master cell group branch failed so recovery, investigation, or release handling can continue with the right failure focus. |
| Main specification | 3GPP TS 36.331, 5.6, 6.2.2 |
| Release added | Release 16 |
| Procedures where used | MCG failure reporting, Dual connectivity recovery |
Uplink LTE RRC message used by the UE to report master cell group failure information.
Lets the network know that the master cell group branch failed so recovery, investigation, or release handling can continue with the right failure focus.
MCG Failure Information r16 tells the network that the master cell group failed.
Call flow position: UE report sent when the master cell group is judged to have failed.
Typical state: The network can distinguish master-side failure from secondary-side failure and apply the right recovery path.
Preconditions:
Next likely message: Recovery handling or release
Call flow position: UE report sent before the network decides how to recover from the master-side failure.
Typical state: The message marks the failure as centered on the master branch instead of only the secondary branch.
Preconditions:
Next likely message: Later master-side recovery or reconfiguration
Previous message(s): Connected dual-connectivity continuation
Next message(s): Recovery handling, RRCConnectionReconfiguration, RRCConnectionRelease
Security context: Sent as protected connected-mode signaling.
MCGFailureInformation-r16 ::= SEQUENCE {
criticalExtensions CHOICE {
c1 CHOICE {
mcgFailureInformation-r16 MCGFailureInformation-r16-IEs,
spare3 NULL,
spare2 NULL,
spare1 NULL
},
criticalExtensionsFuture SEQUENCE {}
}
}
Read this message mainly to distinguish master-cell failure from SCG-side failure.
UL-DCCH-Message
message c1 : mcgFailureInformation-r16 : {
criticalExtensions c1 : mcgFailureInformation-r16 : {
failureType-r16 t310-Expiry
}
}
| IE | Required | Description |
|---|---|---|
failureType-r16 | Yes | Indicates the reported master-cell-group failure type. |
failureType-r16Indicates the reported master-cell-group failure type.
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 MCG Failure Information r16 for a master-side problem.
What to inspect: Check the message timing, failure type, and the later recovery or release branch.
Next step: Separate master-side failure handling from SCG-specific failure analysis.
It is the uplink LTE RRC message the UE uses to report master cell group failure information.
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.