Structure CellId

┗ HPE.Cellular.CellId

namespace: HPE.Cellular
packed: true

Description

CellIDInfo is a structure that uniquely identifies the Cell Tower in the cellular network.
It relies on the RadioType field to interpret the meaning of specific fields.

Summary

Fields defined in HPE.Cellular.CellId

rtype, mncLength, mcc, mnc, lac, cid

Field Detail

rtype (required) : RadioType

 

mncLength (required) : uint8

Indicates number of digits for MNC to pad to (2 or 3).
If unknown, use 0.
For:
     rtype=4(CDMA), this field is ignored.

mcc (required) : uint16

Mobile Country Code.

mnc (required) : uint16

Mobile Network Code.
For:
     rtype=4(CDMA) this field is the SID

lac (required) : uint16

Location Area Code.
For:
     rtype=3(LTE) this field is the TAC.
     rtype=4(CDMA) this field is the NID.

cid (required) : uint32

Cell ID.
For:
     rtype=4(CDMA) this field is the BID.