// wwan.h
typedef struct _WWAN_TDSCDMA_MRL {
ULONG ElementCount;
BYTE TDSCDMAMrl[ANYSIZE_ARRAY];
} WWAN_TDSCDMA_MRL, *PWWAN_TDSCDMA_MRL;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_TDSCDMA_MRL structure represents the measured results list (MRL) of neighboring TDSCDMA cells.
ElementCountThe count of MRL entries following this member.
TDSCDMAMrlThe array of MRL records, each specified as a WWAN_TDSCDMA_MRL_INFO structure.
MB base stations information query support
WWAN_TDSCDMA_SERVING_CELL_INFO