What is InDeviceCoex Indication r11 in LTE?
It is the uplink LTE RRC message the UE uses to report in-device coexistence constraints that affect LTE operation.
| Protocol | lte-rrc | Network | lte |
|---|---|---|---|
| Spec | 3GPP TS 36.331 | Spec Section | 5.6, 6.2.2 |
| Direction | UE -> eNodeB | Message Type | Coexistence Reporting |
| Full message name | LTE RRC InDeviceCoex Indication r11 |
|---|---|
| Protocol | LTE-RRC |
| Technology | LTE |
| Direction | UE -> eNodeB |
| Interface | Uu |
| Signaling bearer / channel | SRB1 / UL-DCCH |
| Typical trigger | Triggered when the UE detects in-device coexistence constraints affecting LTE operation. |
| Main purpose | Lets the UE inform the eNodeB that another radio or internal coexistence condition is constraining LTE behavior so the network can adapt scheduling or configuration. |
| Main specification | 3GPP TS 36.331, 5.6, 6.2.2 |
| Release added | Release 11 |
| Procedures where used | In-device coexistence reporting |
Uplink LTE RRC message used by the UE to report in-device coexistence constraints that affect LTE radio operation.
Lets the UE inform the eNodeB that another radio or internal coexistence condition is constraining LTE behavior so the network can adapt scheduling or configuration.
InDeviceCoex Indication r11 tells the LTE network that another internal radio or coexistence condition is constraining LTE behavior.
Call flow position: UE report sent when another internal radio or coexistence condition affects LTE operation.
Typical state: The network can use the report to reduce interference impact or adapt later configuration.
Preconditions:
Next likely message: Later coexistence-aware reconfiguration or scheduling adjustment
Call flow position: UE update sent when the coexistence condition changes and the network needs refreshed context.
Typical state: The report helps the eNodeB distinguish a radio coexistence issue from pure LTE radio degradation.
Preconditions:
Next likely message: Connected-mode continuation with updated coexistence handling
Previous message(s): RRCConnectionReconfiguration
Next message(s): Network coexistence handling, RRCConnectionReconfiguration
Security context: Sent as protected connected-mode signaling after AS security activation.
InDeviceCoexIndication-r11 ::= SEQUENCE {
criticalExtensions CHOICE {
c1 CHOICE {
inDeviceCoexIndication-r11 InDeviceCoexIndication-r11-IEs,
spare3 NULL,
spare2 NULL,
spare1 NULL
},
criticalExtensionsFuture SEQUENCE {}
}
}
Treat this message as a coexistence report that explains why the UE may need network-side mitigation.
UL-DCCH-Message
message c1 : inDeviceCoexIndication-r11 : {
criticalExtensions c1 : inDeviceCoexIndication-r11 : {
affectedCarrierFreqList-r11 present
}
}
| IE | Required | Description |
|---|---|---|
criticalExtensions | Yes | Carries the InDeviceCoexIndication-r11 branch. |
affectedCarrierFreqList-r11 | Optional | Identifies LTE frequencies affected by the coexistence condition. |
criticalExtensionsCarries the InDeviceCoexIndication-r11 branch.
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.
affectedCarrierFreqList-r11Identifies LTE frequencies affected by the coexistence condition.
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.
Likely cause: The UE may be reporting coexistence constraints through InDeviceCoexIndication-r11.
What to inspect: Check whether the message appeared and what frequencies or coexistence context were indicated.
Next step: Correlate the report with later network mitigation behavior.
It is the uplink LTE RRC message the UE uses to report in-device coexistence constraints that affect LTE operation.
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.