How can we convert CGI into CELL ID for all different technologies 2G,3G,LTE & 5G NR?

#optimizationhassle

Noting that in above formula we fixed (gNB ID Length) to be 23 bit.

In Huawei the parameter name is gNodeBFunction.gNBIdLength and this parameter have range from 22 → 32 in unit of bits.

Maximum = 2^(36-22) = 2^14 = 16,384
Minimum = 2^(36-32) =2^4= 16

@Fathy_Farouk
The length of gnbid is not fixed. The 23 in your NR formula is a variable that can take any value between 22 and 32 inclusive depending on operator choice

you are right , but in above formula we fixed it to be 32 bit.

In Huawei the parameter name is gNodeBFunction.gNBIdLength and this parameter have range from 22 → 32 in unit of bits.

Maximum = 2^(36-22) = 2^14 = 16,384
Minimum = 2^(36-32) =2^4= 16

Hello, is there any information element that can tell you the size of the gnodebid lenght?