le_mrc_interface.h
Go to the documentation of this file.
23 * It allows you to limit some M2M services based on the reliability of the network environment, and124 * le_mrc_GetLteBandCapabilities() let you get the LTE band capabilities by retrieving a bit mask136 * The application can register a handler function to retrieve the Radio Access Technology each time160 * The application can register a handler function to retrieve the registration status each time the175 * When the network registration fails, the platform specific network registration error code can209 * When the signal metrics are no longer needed, you must call le_mrc_DeleteSignalMetrics() to free214 * le_mrc_GetGsmSignalMetrics() the signal strength in dBm and the bit error rate measured on GSM217 * le_mrc_GetUmtsSignalMetrics() returns the signal metrics measured on UMTS or TD-SCDMA networks.227 * The RAT, the lower-range and the upper-range thresholds must be passed as input parameters. These228 * parameters are updated each time the function is called, the previous thresholds are replaced by229 * the new ones if the function is called with the same RAT. le_mrc_SetSignalStrengthIndThresholds()232 * @warning The threshold values must be in the allowed platform range and the RAT must be valid,248 * le_mrc_GetServingCellLteTracAreaCode() retrieves the the Tracking Area Code of the serving cell303 * - le_mrc_GetNeighborCellLocAreaCode() gets the location area code of the cell specified with the306 * - le_mrc_GetNeighborCellRxLevel() gets the signal strength (in dBm) of the cell specified with310 * - le_mrc_GetNeighborCellUmtsEcIo() gets the Ec/Io (the received energy per chip divided by the311 * power density in the band measured in dBm on the primary CPICH channel of serving cell) of the313 * - le_mrc_GetNeighborCellLteIntraFreq() gets the RSRP and RSRQ of the Interfrequency of the cell315 * - le_mrc_GetNeighborCellLteInterFreq() gets the RSRP and RSRQ of the Interfrequency of the cell334 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" Band Preferences341 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" RAT Preferences359 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" Loc information365 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" Band Capabilities407 //--------------------------------------------------------------------------------------------------411 //--------------------------------------------------------------------------------------------------414 //--------------------------------------------------------------------------------------------------417 * Connect the current client thread to the service providing this API. Block until the service is420 * For each thread that wants to use this API, either ConnectService or TryConnectService must be421 * called before any other functions in this API. Normally, ConnectService is automatically called426 //--------------------------------------------------------------------------------------------------432 //--------------------------------------------------------------------------------------------------435 * Try to connect the current client thread to the service providing this API. Return with an error438 * For each thread that wants to use this API, either ConnectService or TryConnectService must be439 * called before any other functions in this API. Normally, ConnectService is automatically called448 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).451 //--------------------------------------------------------------------------------------------------457 //--------------------------------------------------------------------------------------------------461 * When a server connection is lost, call this handler then exit with LE_FATAL. If a program wants464 //--------------------------------------------------------------------------------------------------471 //--------------------------------------------------------------------------------------------------477 * longer a connection to the service, and the functions in this API can't be used. For details, see482 //--------------------------------------------------------------------------------------------------489 //--------------------------------------------------------------------------------------------------493 //--------------------------------------------------------------------------------------------------496 //--------------------------------------------------------------------------------------------------501 //--------------------------------------------------------------------------------------------------504 //--------------------------------------------------------------------------------------------------508 //--------------------------------------------------------------------------------------------------511 //--------------------------------------------------------------------------------------------------516 //--------------------------------------------------------------------------------------------------519 //--------------------------------------------------------------------------------------------------524 //--------------------------------------------------------------------------------------------------527 //--------------------------------------------------------------------------------------------------531 //--------------------------------------------------------------------------------------------------576 //--------------------------------------------------------------------------------------------------581 //--------------------------------------------------------------------------------------------------620 //--------------------------------------------------------------------------------------------------625 //--------------------------------------------------------------------------------------------------638 //--------------------------------------------------------------------------------------------------642 //--------------------------------------------------------------------------------------------------646 //--------------------------------------------------------------------------------------------------650 //--------------------------------------------------------------------------------------------------654 //--------------------------------------------------------------------------------------------------658 //--------------------------------------------------------------------------------------------------662 //--------------------------------------------------------------------------------------------------666 //--------------------------------------------------------------------------------------------------670 //--------------------------------------------------------------------------------------------------674 //--------------------------------------------------------------------------------------------------678 //--------------------------------------------------------------------------------------------------682 //--------------------------------------------------------------------------------------------------686 //--------------------------------------------------------------------------------------------------690 //--------------------------------------------------------------------------------------------------694 //--------------------------------------------------------------------------------------------------698 //--------------------------------------------------------------------------------------------------717 //--------------------------------------------------------------------------------------------------721 //--------------------------------------------------------------------------------------------------738 //--------------------------------------------------------------------------------------------------742 //--------------------------------------------------------------------------------------------------756 //--------------------------------------------------------------------------------------------------760 //--------------------------------------------------------------------------------------------------764 //--------------------------------------------------------------------------------------------------768 //--------------------------------------------------------------------------------------------------772 //--------------------------------------------------------------------------------------------------776 //--------------------------------------------------------------------------------------------------780 //--------------------------------------------------------------------------------------------------784 //--------------------------------------------------------------------------------------------------788 //--------------------------------------------------------------------------------------------------793 //--------------------------------------------------------------------------------------------------795 (802 //--------------------------------------------------------------------------------------------------807 //--------------------------------------------------------------------------------------------------809 (816 //--------------------------------------------------------------------------------------------------821 //--------------------------------------------------------------------------------------------------823 (830 //--------------------------------------------------------------------------------------------------835 //--------------------------------------------------------------------------------------------------837 (844 //--------------------------------------------------------------------------------------------------850 //--------------------------------------------------------------------------------------------------852 (860 //--------------------------------------------------------------------------------------------------865 //--------------------------------------------------------------------------------------------------867 (874 //--------------------------------------------------------------------------------------------------882 //--------------------------------------------------------------------------------------------------891 //--------------------------------------------------------------------------------------------------895 //--------------------------------------------------------------------------------------------------902 //--------------------------------------------------------------------------------------------------910 //--------------------------------------------------------------------------------------------------919 //--------------------------------------------------------------------------------------------------923 //--------------------------------------------------------------------------------------------------930 //--------------------------------------------------------------------------------------------------938 //--------------------------------------------------------------------------------------------------947 //--------------------------------------------------------------------------------------------------951 //--------------------------------------------------------------------------------------------------958 //--------------------------------------------------------------------------------------------------966 //--------------------------------------------------------------------------------------------------981 //--------------------------------------------------------------------------------------------------985 //--------------------------------------------------------------------------------------------------992 //--------------------------------------------------------------------------------------------------1003 //--------------------------------------------------------------------------------------------------1014 //--------------------------------------------------------------------------------------------------1024 //--------------------------------------------------------------------------------------------------1030 //--------------------------------------------------------------------------------------------------1038 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1044 //--------------------------------------------------------------------------------------------------1053 //--------------------------------------------------------------------------------------------------1058 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1065 //--------------------------------------------------------------------------------------------------1078 //--------------------------------------------------------------------------------------------------1088 //--------------------------------------------------------------------------------------------------1103 //--------------------------------------------------------------------------------------------------1113 //--------------------------------------------------------------------------------------------------1120 //--------------------------------------------------------------------------------------------------1127 //--------------------------------------------------------------------------------------------------1133 //--------------------------------------------------------------------------------------------------1143 //--------------------------------------------------------------------------------------------------1150 //--------------------------------------------------------------------------------------------------1160 //--------------------------------------------------------------------------------------------------1167 //--------------------------------------------------------------------------------------------------1177 //--------------------------------------------------------------------------------------------------1184 //--------------------------------------------------------------------------------------------------1194 //--------------------------------------------------------------------------------------------------1201 //--------------------------------------------------------------------------------------------------1211 //--------------------------------------------------------------------------------------------------1218 //--------------------------------------------------------------------------------------------------1228 //--------------------------------------------------------------------------------------------------1235 //--------------------------------------------------------------------------------------------------1245 //--------------------------------------------------------------------------------------------------1252 //--------------------------------------------------------------------------------------------------1262 //--------------------------------------------------------------------------------------------------1269 //--------------------------------------------------------------------------------------------------1279 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1285 //--------------------------------------------------------------------------------------------------1296 //--------------------------------------------------------------------------------------------------1306 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1312 //--------------------------------------------------------------------------------------------------1321 //--------------------------------------------------------------------------------------------------1331 //--------------------------------------------------------------------------------------------------1337 //--------------------------------------------------------------------------------------------------1351 //--------------------------------------------------------------------------------------------------1358 //--------------------------------------------------------------------------------------------------1372 //--------------------------------------------------------------------------------------------------1379 //--------------------------------------------------------------------------------------------------1389 //--------------------------------------------------------------------------------------------------1396 //--------------------------------------------------------------------------------------------------1407 //--------------------------------------------------------------------------------------------------1424 //--------------------------------------------------------------------------------------------------1437 //--------------------------------------------------------------------------------------------------1444 //--------------------------------------------------------------------------------------------------1457 //--------------------------------------------------------------------------------------------------1465 //--------------------------------------------------------------------------------------------------1475 //--------------------------------------------------------------------------------------------------1482 //--------------------------------------------------------------------------------------------------1495 //--------------------------------------------------------------------------------------------------1502 //--------------------------------------------------------------------------------------------------1510 //--------------------------------------------------------------------------------------------------1517 //--------------------------------------------------------------------------------------------------1519 * This function must be called to perform a cellular network scan asynchronously. This function1525 //--------------------------------------------------------------------------------------------------1536 //--------------------------------------------------------------------------------------------------1538 * This function must be called to get the first Scan Information object reference in the list of1549 //--------------------------------------------------------------------------------------------------1556 //--------------------------------------------------------------------------------------------------1558 * This function must be called to get the next Scan Information object reference in the list of1569 //--------------------------------------------------------------------------------------------------1576 //--------------------------------------------------------------------------------------------------1587 //--------------------------------------------------------------------------------------------------1594 //--------------------------------------------------------------------------------------------------1608 //--------------------------------------------------------------------------------------------------1623 //--------------------------------------------------------------------------------------------------1637 //--------------------------------------------------------------------------------------------------1648 //--------------------------------------------------------------------------------------------------1658 //--------------------------------------------------------------------------------------------------1665 //--------------------------------------------------------------------------------------------------1677 //--------------------------------------------------------------------------------------------------1684 //--------------------------------------------------------------------------------------------------1696 //--------------------------------------------------------------------------------------------------1703 //--------------------------------------------------------------------------------------------------1715 //--------------------------------------------------------------------------------------------------1722 //--------------------------------------------------------------------------------------------------1734 //--------------------------------------------------------------------------------------------------1741 //--------------------------------------------------------------------------------------------------1756 //--------------------------------------------------------------------------------------------------1765 //--------------------------------------------------------------------------------------------------1775 //--------------------------------------------------------------------------------------------------1788 //--------------------------------------------------------------------------------------------------1801 //--------------------------------------------------------------------------------------------------1808 //--------------------------------------------------------------------------------------------------1818 //--------------------------------------------------------------------------------------------------1824 //--------------------------------------------------------------------------------------------------1833 //--------------------------------------------------------------------------------------------------1840 //--------------------------------------------------------------------------------------------------1853 //--------------------------------------------------------------------------------------------------1860 //--------------------------------------------------------------------------------------------------1873 //--------------------------------------------------------------------------------------------------1880 //--------------------------------------------------------------------------------------------------1891 //--------------------------------------------------------------------------------------------------1898 //--------------------------------------------------------------------------------------------------1910 //--------------------------------------------------------------------------------------------------1917 //--------------------------------------------------------------------------------------------------1928 //--------------------------------------------------------------------------------------------------1935 //--------------------------------------------------------------------------------------------------1946 //--------------------------------------------------------------------------------------------------1953 //--------------------------------------------------------------------------------------------------1955 * This function must be called to get the Ec/Io; the received energy per chip divided by the power1956 * density in the band measured in dBm on the primary CPICH channel of serving cell (negative value)1967 //--------------------------------------------------------------------------------------------------1974 //--------------------------------------------------------------------------------------------------1987 //--------------------------------------------------------------------------------------------------2000 //--------------------------------------------------------------------------------------------------2013 //--------------------------------------------------------------------------------------------------2026 //--------------------------------------------------------------------------------------------------2028 * This function must be called to measure the signal metrics. It creates and returns a reference2036 //--------------------------------------------------------------------------------------------------2042 //--------------------------------------------------------------------------------------------------2051 //--------------------------------------------------------------------------------------------------2058 //--------------------------------------------------------------------------------------------------2069 //--------------------------------------------------------------------------------------------------2076 //--------------------------------------------------------------------------------------------------2078 * This function returns the signal strength in dBm and the bit error rate measured on GSM network.2089 //--------------------------------------------------------------------------------------------------2100 //--------------------------------------------------------------------------------------------------2113 //--------------------------------------------------------------------------------------------------2133 //--------------------------------------------------------------------------------------------------2147 //--------------------------------------------------------------------------------------------------2164 //--------------------------------------------------------------------------------------------------2178 //--------------------------------------------------------------------------------------------------2198 //--------------------------------------------------------------------------------------------------2206 //--------------------------------------------------------------------------------------------------2212 //--------------------------------------------------------------------------------------------------2220 //--------------------------------------------------------------------------------------------------2226 //--------------------------------------------------------------------------------------------------2234 //--------------------------------------------------------------------------------------------------2240 //--------------------------------------------------------------------------------------------------2251 //--------------------------------------------------------------------------------------------------2258 //--------------------------------------------------------------------------------------------------2269 //--------------------------------------------------------------------------------------------------2276 //--------------------------------------------------------------------------------------------------2287 //--------------------------------------------------------------------------------------------------le_result_t le_mrc_GetLteBandCapabilities(le_mrc_LteBandBitMask_t *bandMaskPtrPtr)uint32_t le_mrc_GetNeighborCellId(le_mrc_CellInfoRef_t ngbrCellInfoRef)le_result_t le_mrc_GetPreferredOperatorDetails(le_mrc_PreferredOperatorRef_t preferredOperatorRef, char *mccPtr, size_t mccPtrSize, char *mncPtr, size_t mncPtrSize, le_mrc_RatBitMask_t *ratMaskPtr)le_result_t le_mrc_GetGsmSignalMetrics(le_mrc_MetricsRef_t MetricsRef, int32_t *rssiPtr, uint32_t *berPtr)le_result_t le_mrc_GetSignalQual(uint32_t *qualityPtr)uint16_t le_mrc_GetServingCellLteTracAreaCode(void)void le_mrc_DeleteNeighborCellsInfo(le_mrc_NeighborCellsRef_t ngbrCellsRef)le_mrc_CellInfoRef_t le_mrc_GetNextNeighborCellInfo(le_mrc_NeighborCellsRef_t ngbrCellsRef)void le_mrc_RemovePacketSwitchedChangeHandler(le_mrc_PacketSwitchedChangeHandlerRef_t handlerRef)le_result_t le_mrc_GetNetRegState(le_mrc_NetRegState_t *statePtr)le_mrc_RatChangeHandlerRef_t le_mrc_AddRatChangeHandler(le_mrc_RatChangeHandlerFunc_t handlerPtr, void *contextPtr)le_result_t le_mrc_SetAutomaticRegisterMode(void)struct le_mrc_PreferredOperatorList * le_mrc_PreferredOperatorListRef_tDefinition: le_mrc_interface.h:667le_result_t le_mrc_SetSignalStrengthIndThresholds(le_mrc_Rat_t rat, int32_t lowerRangeThreshold, int32_t upperRangeThreshold)struct le_mrc_PreferredOperator * le_mrc_PreferredOperatorRef_tDefinition: le_mrc_interface.h:659le_result_t le_mrc_RemovePreferredOperator(const char *LE_NONNULL mcc, const char *LE_NONNULL mnc)le_mrc_SignalStrengthChangeHandlerRef_t le_mrc_AddSignalStrengthChangeHandler(le_mrc_Rat_t rat, int32_t lowerRangeThreshold, int32_t upperRangeThreshold, le_mrc_SignalStrengthChangeHandlerFunc_t handlerPtr, void *contextPtr)le_result_t le_mrc_GetRadioPower(le_onoff_t *powerPtr)uint32_t le_mrc_GetServingCellId(void)le_mrc_NetRegStateEventHandlerRef_t le_mrc_AddNetRegStateEventHandler(le_mrc_NetRegStateHandlerFunc_t handlerPtr, void *contextPtr)void(* le_mrc_DisconnectHandler_t)(void *)Definition: le_mrc_interface.h:412le_result_t le_mrc_SetRadioPower(le_onoff_t power)le_result_t le_mrc_GetCurrentNetworkMccMnc(char *mccStr, size_t mccStrSize, char *mncStr, size_t mncStrSize)struct le_mrc_NeighborCells * le_mrc_NeighborCellsRef_tDefinition: le_mrc_interface.h:683le_result_t le_mrc_SetTdScdmaBandPreferences(le_mrc_TdScdmaBandBitMask_t bandMask)le_result_t le_mrc_GetPacketSwitchedState(le_mrc_NetRegState_t *statePtr)le_mrc_Rat_t le_mrc_GetRatOfSignalMetrics(le_mrc_MetricsRef_t MetricsRef)struct le_mrc_NetRegStateEventHandler * le_mrc_NetRegStateEventHandlerRef_tDefinition: le_mrc_interface.h:761le_result_t le_mrc_GetTdScdmaBandPreferences(le_mrc_TdScdmaBandBitMask_t *bandMaskPtrPtr)void le_mrc_DeleteSignalMetrics(le_mrc_MetricsRef_t MetricsRef)struct le_mrc_RatChangeHandler * le_mrc_RatChangeHandlerRef_tDefinition: le_mrc_interface.h:769le_mrc_CellInfoRef_t le_mrc_GetFirstNeighborCellInfo(le_mrc_NeighborCellsRef_t ngbrCellsRef)void(* le_mrc_ManualSelectionHandlerFunc_t)(le_result_t result, void *contextPtr)Definition: le_mrc_interface.h:867le_result_t le_mrc_GetCdmaSignalMetrics(le_mrc_MetricsRef_t MetricsRef, int32_t *ssPtr, uint32_t *erPtr, int32_t *ecioPtr, int32_t *sinrPtr, int32_t *ioPtr)le_result_t le_mrc_SetManualRegisterMode(const char *LE_NONNULL mcc, const char *LE_NONNULL mnc)le_result_t le_mrc_GetNeighborCellLteIntraFreq(le_mrc_CellInfoRef_t ngbrCellInfoRef, int32_t *rsrqPtr, int32_t *rsrpPtr)struct le_mrc_ScanInformationList * le_mrc_ScanInformationListRef_tDefinition: le_mrc_interface.h:651le_result_t le_mrc_TryConnectService(void)void(* le_mrc_PacketSwitchedChangeHandlerFunc_t)(le_mrc_NetRegState_t state, void *contextPtr)Definition: le_mrc_interface.h:823void(* le_mrc_RatChangeHandlerFunc_t)(le_mrc_Rat_t rat, void *contextPtr)Definition: le_mrc_interface.h:809le_result_t le_mrc_GetRatPreferences(le_mrc_RatBitMask_t *ratMaskPtrPtr)le_mrc_ScanInformationListRef_t le_mrc_PerformCellularNetworkScan(le_mrc_RatBitMask_t ratMask)le_result_t le_mrc_SetBandPreferences(le_mrc_BandBitMask_t bandMask)le_result_t le_mrc_SetRatPreferences(le_mrc_RatBitMask_t ratMask)void le_mrc_DeleteCellularNetworkScan(le_mrc_ScanInformationListRef_t scanInformationListRef)int32_t le_mrc_GetNeighborCellRxLevel(le_mrc_CellInfoRef_t ngbrCellInfoRef)le_mrc_PacketSwitchedChangeHandlerRef_t le_mrc_AddPacketSwitchedChangeHandler(le_mrc_PacketSwitchedChangeHandlerFunc_t packetHandlerPtr, void *contextPtr)le_result_t le_mrc_GetNeighborCellLteInterFreq(le_mrc_CellInfoRef_t ngbrCellInfoRef, int32_t *rsrqPtr, int32_t *rsrpPtr)void le_mrc_RemoveSignalStrengthChangeHandler(le_mrc_SignalStrengthChangeHandlerRef_t handlerRef)struct le_mrc_SignalStrengthChangeHandler * le_mrc_SignalStrengthChangeHandlerRef_tDefinition: le_mrc_interface.h:785le_mrc_NeighborCellsRef_t le_mrc_GetNeighborCellsInfo(void)le_mrc_Rat_t le_mrc_GetCellularNetworkRat(le_mrc_ScanInformationRef_t scanInformationRef)void le_mrc_RemoveRatChangeHandler(le_mrc_RatChangeHandlerRef_t handlerRef)uint32_t le_mrc_GetServingCellLocAreaCode(void)le_mrc_PreferredOperatorRef_t le_mrc_GetFirstPreferredOperator(le_mrc_PreferredOperatorListRef_t preferredOperatorListRef)void le_mrc_PerformCellularNetworkScanAsync(le_mrc_RatBitMask_t ratMask, le_mrc_CellularNetworkScanHandlerFunc_t handlerPtr, void *contextPtr)void(* le_mrc_NetRegStateHandlerFunc_t)(le_mrc_NetRegState_t state, void *contextPtr)Definition: le_mrc_interface.h:795int32_t le_mrc_GetPlatformSpecificRegistrationErrorCode(void)le_mrc_PreferredOperatorRef_t le_mrc_GetNextPreferredOperator(le_mrc_PreferredOperatorListRef_t preferredOperatorListRef)void le_mrc_SetManualRegisterModeAsync(const char *LE_NONNULL mcc, const char *LE_NONNULL mnc, le_mrc_ManualSelectionHandlerFunc_t handlerPtr, void *contextPtr)le_result_t le_mrc_GetTdScdmaBandCapabilities(le_mrc_TdScdmaBandBitMask_t *bandMaskPtrPtr)le_result_t le_mrc_GetRegisterMode(bool *isManualPtrPtr, char *mccPtr, size_t mccPtrSize, char *mncPtr, size_t mncPtrSize)le_result_t le_mrc_SetLteBandPreferences(le_mrc_LteBandBitMask_t bandMask)bool le_mrc_IsCellularNetworkForbidden(le_mrc_ScanInformationRef_t scanInformationRef)struct le_mrc_ScanInformation * le_mrc_ScanInformationRef_tDefinition: le_mrc_interface.h:643int32_t le_mrc_GetNeighborCellUmtsEcIo(le_mrc_CellInfoRef_t ngbrCellInfoRef)le_result_t le_mrc_GetCellularNetworkMccMnc(le_mrc_ScanInformationRef_t scanInformationRef, char *mccPtr, size_t mccPtrSize, char *mncPtr, size_t mncPtrSize)le_mrc_ScanInformationRef_t le_mrc_GetNextCellularNetworkScan(le_mrc_ScanInformationListRef_t scanInformationListRef)void le_mrc_SetServerDisconnectHandler(le_mrc_DisconnectHandler_t disconnectHandler, void *contextPtr)le_result_t le_mrc_GetCurrentNetworkName(char *nameStr, size_t nameStrSize)le_result_t le_mrc_GetRadioAccessTechInUse(le_mrc_Rat_t *ratPtr)le_mrc_PreferredOperatorListRef_t le_mrc_GetPreferredOperatorsList(void)le_result_t le_mrc_GetLteBandPreferences(le_mrc_LteBandBitMask_t *bandMaskPtrPtr)le_result_t le_mrc_AddPreferredOperator(const char *LE_NONNULL mcc, const char *LE_NONNULL mnc, le_mrc_RatBitMask_t ratMask)le_result_t le_mrc_GetBandCapabilities(le_mrc_BandBitMask_t *bandMaskPtrPtr)bool le_mrc_IsCellularNetworkHome(le_mrc_ScanInformationRef_t scanInformationRef)le_result_t le_mrc_GetCellularNetworkName(le_mrc_ScanInformationRef_t scanInformationRef, char *namePtr, size_t namePtrSize)void le_mrc_ConnectService(void)void le_mrc_DeletePreferredOperatorsList(le_mrc_PreferredOperatorListRef_t preferredOperatorListRef)Not registered but currently searching for a new operator.Definition: le_mrc_interface.h:705le_result_t le_mrc_GetLteSignalMetrics(le_mrc_MetricsRef_t MetricsRef, int32_t *ssPtr, uint32_t *blerPtr, int32_t *rsrqPtr, int32_t *rsrpPtr, int32_t *sinrPtr)le_result_t le_mrc_GetUmtsSignalMetrics(le_mrc_MetricsRef_t MetricsRef, int32_t *ssPtr, uint32_t *blerPtr, int32_t *ecioPtr, int32_t *rscpPtr, int32_t *sinrPtr)void(* le_mrc_SignalStrengthChangeHandlerFunc_t)(int32_t ss, void *contextPtr)Definition: le_mrc_interface.h:837void le_mrc_DisconnectService(void)bool le_mrc_IsCellularNetworkInUse(le_mrc_ScanInformationRef_t scanInformationRef)void(* le_mrc_CellularNetworkScanHandlerFunc_t)(le_mrc_ScanInformationListRef_t listRef, void *contextPtr)Definition: le_mrc_interface.h:852uint32_t le_mrc_GetNeighborCellLocAreaCode(le_mrc_CellInfoRef_t ngbrCellInfoRef)le_mrc_MetricsRef_t le_mrc_MeasureSignalMetrics(void)bool le_mrc_IsCellularNetworkAvailable(le_mrc_ScanInformationRef_t scanInformationRef)Registration was denied, usually because of invalid access credentials.Definition: le_mrc_interface.h:707Not registered and not currently searching for new operator.Definition: le_mrc_interface.h:701le_result_t le_mrc_GetBandPreferences(le_mrc_BandBitMask_t *bandMaskPtrPtr)struct le_mrc_PacketSwitchedChangeHandler * le_mrc_PacketSwitchedChangeHandlerRef_tDefinition: le_mrc_interface.h:777void le_mrc_RemoveNetRegStateEventHandler(le_mrc_NetRegStateEventHandlerRef_t handlerRef)le_mrc_ScanInformationRef_t le_mrc_GetFirstCellularNetworkScan(le_mrc_ScanInformationListRef_t scanInformationListRef)le_mrc_Rat_t le_mrc_GetNeighborCellRat(le_mrc_CellInfoRef_t ngbrCellInfoRef)