// wwan.h
typedef struct _WWAN_LTE_MRL {
ULONG ElementCount;
BYTE LTEMrl[ANYSIZE_ARRAY];
} WWAN_LTE_MRL, *PWWAN_LTE_MRL;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_LTE_MRL structure represents the measured results list (MRL) of neighboring LTE cells.
ElementCountThe count of MRL entries following this member.
LTEMrlThe array of MRL records, each specified as a WWAN_LTE_MRL_INFO structure.
MB base stations information query support