// wwan.h
typedef struct _WWAN_GSM_NMR {
ULONG ElementCount;
BYTE GSMNmr[ANYSIZE_ARRAY];
} WWAN_GSM_NMR, *PWWAN_GSM_NMR;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_GSM_NMR structure represents the network measurement report (NMR) of neighboring GSM cells.
ElementCountThe count of NMR entries following this member.
GSMNmrThe array of NMR records, each specified as a WWAN_GSM_NMR_INFO structure.
MB base stations information query support