No description available.
Warning The Cellular COM API is deprecated in Windows 10. This content is provided to support maintenance of OEM and mobile operator created Windows Phone 8.1 applications.
This structure represents RILEUTRAMRL, which is a EUTRA (LTE) network measurement report.
dwParamsA bitwise combination of RILEUTRAMRLPARAMMASK enumeration values that indicates which members of the structure contain valid data. A member of the structure is valid if the corresponding bit flag is set.
dwMobileCountryCodeMobile country code (0...999)
dwMobileNetworkCodeMobile Network Code (0...999)
dwCellIDCell identity (28 bits).
dwEARFCNEUTRA absolute radio frequency channel number (0...65535).
dwPhysCellIDPhysical cell ID (0...503).
dwTACTracking area code (0...65535).
dwRSRPAverage reference signal received power (–1400 ... –440) in units of 0.1dBm.
dwRSRQAverage reference signal received quality (–200 ... –30) in units of 0.1dBm.
struct RILEUTRAMRL {
DWORD dwParams;
DWORD dwMobileCountryCode;
DWORD dwMobileNetworkCode;
DWORD dwCellID;
DWORD dwEARFCN;
DWORD dwPhysCellID;
DWORD dwTAC;
DWORD dwRSRP;
DWORD dwRSRQ;
};
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
dwParamsdwMobileCountryCodedwMobileNetworkCodedwCellIDdwEARFCNdwPhysCellIDdwTACdwRSRPdwRSRQtypedef struct _RILEUTRAMRL {
DWORD dwParams;
DWORD dwMobileCountryCode;
DWORD dwMobileNetworkCode;
DWORD dwCellID;
DWORD dwEARFCN;
DWORD dwPhysCellID;
DWORD dwTAC;
LONG dwRSRP;
LONG dwRSRQ;
} RILEUTRAMRL, RILEUTRAMRL;