Which 3GPP specification defines ECI?

The 3GPP specification that defines the ECI (E-UTRAN Cell Identifier) is **TS 36.331, "Radio Resource Control (RRC); Protocol specification."** This technical specification, developed within the 3GPP Radio Access Network (RAN) Working Group 2 (RAN2), serves as the definitive protocol document for the RRC layer in LTE (E-UTRAN). The ECI itself is a critical component of the Cell Global Identity (ECGI), which uniquely identifies a cell globally within the LTE network architecture. Within the RRC protocol procedures, particularly in system information broadcasting (SIB1) and in various measurement and mobility control messages, the ECI is encoded and transmitted to enable user equipment (UE) to identify and report on specific cells, forming the foundation for handovers, cell selection, and reselection processes.

The definition and structure of the ECI are detailed within the information elements and message formats specified in TS 36.331. The ECI is a 28-bit value, which concatenates the 20-bit eNB ID (evolved Node B identifier) with the 8-bit Cell ID (CI) to form the full 28-bit identifier for an LTE cell. This breakdown is architecturally significant: the eNB ID portion allows for network routing and association with a specific base station, while the Cell ID differentiates between sectors or carriers under that same eNB. The specification meticulously outlines how this value is packed into bit strings for transmission, how it is interpreted by the UE, and its relationship to other identifiers like the PLMN ID. It is within these protocol data structures and the associated procedural text that the ECI is formally standardized, ensuring interoperability between equipment from different manufacturers.

Understanding that TS 36.331 defines the ECI is essential for network engineers and protocol developers because it dictates how the identifier is used in live network signaling. For instance, during a handover, the target cell's ECI is included in the *MobilityControlInformation* message, commanding the UE to transition to that specific cell. Furthermore, the specification's role extends into network management and troubleshooting, as operations support systems (OSS) and drive-test tools use the ECI, as defined by 3GPP, to correlate signaling events with physical cell locations. While other specifications, such as TS 36.413 (S1 Application Protocol) and TS 36.423 (X2 Application Protocol), reference and transport the ECI for core network and inter-base station communication, respectively, they do not define its fundamental format; they inherit and utilize the identifier as established in the RRC layer specification.

Therefore, for anyone seeking the authoritative source on the ECI's technical composition and its primary application in the UE-to-network air interface, TS 36.331 is the mandatory reference. This specificity underscores a key principle in 3GPP's architecture: layer-specific definitions. The RRC layer, responsible for the direct control signaling between the UE and the radio access network, is the appropriate logical place to standardize this core radio identifier. Subsequent specifications in the protocol stack then leverage this definition for their own purposes, ensuring consistency across the entire LTE system.