// wwan.h
typedef struct _WWAN_TDSCDMA_SERVING_CELL_INFO {
ULONG ProviderIdOffset;
ULONG ProviderIdSize;
ULONG LocationAreaCode;
ULONG CellId;
ULONG UARFCN;
ULONG CellParameterId;
ULONG TimingAdvance;
ULONG RSCP;
ULONG PathLoss;
BYTE Data[ANYSIZE_ARRAY];
} WWAN_TDSCDMA_SERVING_CELL_INFO, *PWWAN_TDSCDMA_SERVING_CELL_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_TDSCDMA_SERVING_CELL_INFO structure represents information about the TDSCDMA serving cell.
ProviderIdOffsetThe offset in bytes, calculated from the beginning of this structure, to a numeric (0-9) string called ProviderId that represents the network provider identity. This string is a concatenation of a three-digit Mobile Country Code (MCC) and a two or three-digit Mobile Network Code (MNC). This member can be NULL when no ProviderId information is returned.
ProviderIdSizeThe size, in bytes, used for ProviderId.
LocationAreaCodeThe Location Area Code (0-65535). Use 0xFFFFFFFF when this information is not available.
CellIdThe Cell ID (0-268435455). Use 0xFFFFFFFF when this information is not available.
UARFCNThe UTRA Absolute Radio Frequency Channel Number for the serving cell (0-16383). Use 0xFFFFFFFF when this information is not available.
CellParameterIdThe Cell Parameter ID (0-127). Use 0xFFFFFFFF when this information is not available.
TimingAdvanceThe Timing Advance (0-1023). This member is the same value for all timeslots. Use 0xFFFFFFFF when this information is not available.
RSCPThe Received Signal Code Power of the serving cell. The range is -120 to -25, in units of 1dBm in Q8 L3 filtered. Use 0xFFFFFFFF when this information is not available.
PathLossThe path loss of the serving cell (46-158). Use 0xFFFFFFFF when this information is not available.
DataThe data buffer containing ProviderId.
MB base stations information query support