What is the formula for Cell ID (ECI) in LTE networks?

Hello @rafaeldamasio

The formula is: ECI = 256 * eNBId + Cellid

For Huawei, you can use ECI: 256 * [ENodeBFunction].[eNBId] + [EUtranCellFDD].[Cellid]
And for Ericsson ECI = 256 * [eNodeB].[ENODEBID] + [Cell].[Cellid]

BR
Carlos Alberto

11 Likes