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, and121 * The application can register a handler function to report network reject with MNC/MCC code and131 * le_mrc_GetLteBandCapabilities() let you get the LTE band capabilities by retrieving a bit mask141 * le_mrc_GetRadioAccessTechInUse() API retrieves the current active Radio Access Technology (RAT).144 * The application can register a handler function to retrieve the Radio Access Technology each time169 * The application can register a handler function to retrieve the registration status each time the184 * When the network registration fails, the platform specific network registration error code can219 * When the signal metrics are no longer needed, you must call le_mrc_DeleteSignalMetrics() to free224 * le_mrc_GetGsmSignalMetrics() the signal strength in dBm and the bit error rate measured on GSM227 * le_mrc_GetUmtsSignalMetrics() returns the signal metrics measured on UMTS or TD-SCDMA networks.237 * The RAT, the lower-range and the upper-range thresholds must be passed as input parameters. These238 * parameters are updated each time the function is called, the previous thresholds are replaced by239 * the new ones if the function is called with the same RAT. The event is notified when we cross the261 * le_mrc_GetServingCellLteTracAreaCode() retrieves the the Tracking Area Code of the serving cell302 * The Pci scan is used to get the according MCC/MNC for each neightboring cells ID. Not that a cell308 * le_mrc_GetPciScanMccMnc() by giving this reference as parameter to get the Mcc/Mnc of the Plmn.390 * - le_mrc_GetNeighborCellLocAreaCode() gets the location area code of the cell specified with the393 * - le_mrc_GetNeighborCellRxLevel() gets the signal strength (in dBm) of the cell specified with397 * - le_mrc_GetNeighborCellUmtsEcIo() gets the Ec/Io (the received energy per chip divided by the398 * power density in the band measured in dBm on the primary CPICH channel of serving cell) of the400 * - le_mrc_GetNeighborCellLteIntraFreq() gets the RSRP and RSRQ of the Interfrequency of the cell402 * - le_mrc_GetNeighborCellLteInterFreq() gets the RSRP and RSRQ of the Interfrequency of the cell410 * The jamming detection algorithm is based on power measurements and cell synchronization actions425 * By registering a handler by calling le_mrc_AddJammingDetectionEventHandler(), the notification440 * This feature may be unsupported by some targets. Also, the number of supported states may vary455 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" Band Preferences462 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" RAT Preferences480 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" Loc information486 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" Band Capabilities528 //--------------------------------------------------------------------------------------------------532 //--------------------------------------------------------------------------------------------------535 //--------------------------------------------------------------------------------------------------538 * Connect the current client thread to the service providing this API. Block until the service is541 * For each thread that wants to use this API, either ConnectService or TryConnectService must be542 * called before any other functions in this API. Normally, ConnectService is automatically called547 //--------------------------------------------------------------------------------------------------553 //--------------------------------------------------------------------------------------------------556 * Try to connect the current client thread to the service providing this API. Return with an error559 * For each thread that wants to use this API, either ConnectService or TryConnectService must be560 * called before any other functions in this API. Normally, ConnectService is automatically called569 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).572 //--------------------------------------------------------------------------------------------------578 //--------------------------------------------------------------------------------------------------582 * When a server connection is lost, call this handler then exit with LE_FATAL. If a program wants585 //--------------------------------------------------------------------------------------------------592 //--------------------------------------------------------------------------------------------------598 * longer a connection to the service, and the functions in this API can't be used. For details, see603 //--------------------------------------------------------------------------------------------------610 //--------------------------------------------------------------------------------------------------614 //--------------------------------------------------------------------------------------------------617 //--------------------------------------------------------------------------------------------------622 //--------------------------------------------------------------------------------------------------625 //--------------------------------------------------------------------------------------------------629 //--------------------------------------------------------------------------------------------------632 //--------------------------------------------------------------------------------------------------637 //--------------------------------------------------------------------------------------------------640 //--------------------------------------------------------------------------------------------------645 //--------------------------------------------------------------------------------------------------648 //--------------------------------------------------------------------------------------------------652 //--------------------------------------------------------------------------------------------------697 //--------------------------------------------------------------------------------------------------702 //--------------------------------------------------------------------------------------------------743 //--------------------------------------------------------------------------------------------------748 //--------------------------------------------------------------------------------------------------761 //--------------------------------------------------------------------------------------------------765 //--------------------------------------------------------------------------------------------------769 //--------------------------------------------------------------------------------------------------773 //--------------------------------------------------------------------------------------------------777 //--------------------------------------------------------------------------------------------------781 //--------------------------------------------------------------------------------------------------785 //--------------------------------------------------------------------------------------------------789 //--------------------------------------------------------------------------------------------------793 //--------------------------------------------------------------------------------------------------797 //--------------------------------------------------------------------------------------------------801 //--------------------------------------------------------------------------------------------------805 //--------------------------------------------------------------------------------------------------809 //--------------------------------------------------------------------------------------------------813 //--------------------------------------------------------------------------------------------------817 //--------------------------------------------------------------------------------------------------821 //--------------------------------------------------------------------------------------------------825 //--------------------------------------------------------------------------------------------------829 //--------------------------------------------------------------------------------------------------833 //--------------------------------------------------------------------------------------------------837 //--------------------------------------------------------------------------------------------------841 //--------------------------------------------------------------------------------------------------845 //--------------------------------------------------------------------------------------------------864 //--------------------------------------------------------------------------------------------------868 //--------------------------------------------------------------------------------------------------887 //--------------------------------------------------------------------------------------------------891 * @note If the reported status is the final status (end of the procedure), this shall be indicated893 * @note Other reports, called intermediate reports, gives only intermediate results issuing from896 //--------------------------------------------------------------------------------------------------907 //--------------------------------------------------------------------------------------------------913 //--------------------------------------------------------------------------------------------------937 //--------------------------------------------------------------------------------------------------941 //--------------------------------------------------------------------------------------------------955 //--------------------------------------------------------------------------------------------------959 //--------------------------------------------------------------------------------------------------963 //--------------------------------------------------------------------------------------------------967 //--------------------------------------------------------------------------------------------------971 //--------------------------------------------------------------------------------------------------975 //--------------------------------------------------------------------------------------------------979 //--------------------------------------------------------------------------------------------------983 //--------------------------------------------------------------------------------------------------987 //--------------------------------------------------------------------------------------------------991 //--------------------------------------------------------------------------------------------------995 //--------------------------------------------------------------------------------------------------999 //--------------------------------------------------------------------------------------------------1003 //--------------------------------------------------------------------------------------------------1008 //--------------------------------------------------------------------------------------------------1010 (1017 //--------------------------------------------------------------------------------------------------1022 //--------------------------------------------------------------------------------------------------1024 (1031 //--------------------------------------------------------------------------------------------------1036 //--------------------------------------------------------------------------------------------------1038 (1045 //--------------------------------------------------------------------------------------------------1050 //--------------------------------------------------------------------------------------------------1052 (1059 //--------------------------------------------------------------------------------------------------1065 //--------------------------------------------------------------------------------------------------1067 (1075 //--------------------------------------------------------------------------------------------------1081 //--------------------------------------------------------------------------------------------------1083 (1091 //--------------------------------------------------------------------------------------------------1096 //--------------------------------------------------------------------------------------------------1098 (1105 //--------------------------------------------------------------------------------------------------1110 //--------------------------------------------------------------------------------------------------1112 (1123 //--------------------------------------------------------------------------------------------------1127 //--------------------------------------------------------------------------------------------------1129 (1138 //--------------------------------------------------------------------------------------------------1146 //--------------------------------------------------------------------------------------------------1155 //--------------------------------------------------------------------------------------------------1159 //--------------------------------------------------------------------------------------------------1166 //--------------------------------------------------------------------------------------------------1174 //--------------------------------------------------------------------------------------------------1183 //--------------------------------------------------------------------------------------------------1187 //--------------------------------------------------------------------------------------------------1194 //--------------------------------------------------------------------------------------------------1202 //--------------------------------------------------------------------------------------------------1211 //--------------------------------------------------------------------------------------------------1215 //--------------------------------------------------------------------------------------------------1222 //--------------------------------------------------------------------------------------------------1230 //--------------------------------------------------------------------------------------------------1245 //--------------------------------------------------------------------------------------------------1249 //--------------------------------------------------------------------------------------------------1256 //--------------------------------------------------------------------------------------------------1267 //--------------------------------------------------------------------------------------------------1278 //--------------------------------------------------------------------------------------------------1287 * @note The signal delta is set in units of 0.1 dBm. For example, to set a delta of 10.6 dBm, the1293 //--------------------------------------------------------------------------------------------------1302 //--------------------------------------------------------------------------------------------------1312 //--------------------------------------------------------------------------------------------------1318 //--------------------------------------------------------------------------------------------------1326 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1332 //--------------------------------------------------------------------------------------------------1341 //--------------------------------------------------------------------------------------------------1346 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1353 //--------------------------------------------------------------------------------------------------1366 //--------------------------------------------------------------------------------------------------1376 //--------------------------------------------------------------------------------------------------1391 //--------------------------------------------------------------------------------------------------1401 //--------------------------------------------------------------------------------------------------1408 //--------------------------------------------------------------------------------------------------1418 //--------------------------------------------------------------------------------------------------1424 //--------------------------------------------------------------------------------------------------1435 //--------------------------------------------------------------------------------------------------1442 //--------------------------------------------------------------------------------------------------1452 //--------------------------------------------------------------------------------------------------1459 //--------------------------------------------------------------------------------------------------1469 //--------------------------------------------------------------------------------------------------1476 //--------------------------------------------------------------------------------------------------1486 //--------------------------------------------------------------------------------------------------1493 //--------------------------------------------------------------------------------------------------1504 //--------------------------------------------------------------------------------------------------1511 //--------------------------------------------------------------------------------------------------1521 //--------------------------------------------------------------------------------------------------1528 //--------------------------------------------------------------------------------------------------1539 //--------------------------------------------------------------------------------------------------1546 //--------------------------------------------------------------------------------------------------1557 //--------------------------------------------------------------------------------------------------1564 //--------------------------------------------------------------------------------------------------1574 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1580 //--------------------------------------------------------------------------------------------------1591 //--------------------------------------------------------------------------------------------------1601 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1607 //--------------------------------------------------------------------------------------------------1616 //--------------------------------------------------------------------------------------------------1626 //--------------------------------------------------------------------------------------------------1632 //--------------------------------------------------------------------------------------------------1646 //--------------------------------------------------------------------------------------------------1653 //--------------------------------------------------------------------------------------------------1667 //--------------------------------------------------------------------------------------------------1674 //--------------------------------------------------------------------------------------------------1684 //--------------------------------------------------------------------------------------------------1691 //--------------------------------------------------------------------------------------------------1702 //--------------------------------------------------------------------------------------------------1719 //--------------------------------------------------------------------------------------------------1732 //--------------------------------------------------------------------------------------------------1739 //--------------------------------------------------------------------------------------------------1752 //--------------------------------------------------------------------------------------------------1760 //--------------------------------------------------------------------------------------------------1770 //--------------------------------------------------------------------------------------------------1777 //--------------------------------------------------------------------------------------------------1790 //--------------------------------------------------------------------------------------------------1797 //--------------------------------------------------------------------------------------------------1805 //--------------------------------------------------------------------------------------------------1812 //--------------------------------------------------------------------------------------------------1820 //--------------------------------------------------------------------------------------------------1827 //--------------------------------------------------------------------------------------------------1829 * This function must be called to perform a cellular network scan asynchronously. This function1835 //--------------------------------------------------------------------------------------------------1846 //--------------------------------------------------------------------------------------------------1848 * This function must be called to perform a cellular network scan asynchronously. This function1854 //--------------------------------------------------------------------------------------------------1865 //--------------------------------------------------------------------------------------------------1867 * This function must be called to get the first Scan Information object reference in the list of1878 //--------------------------------------------------------------------------------------------------1885 //--------------------------------------------------------------------------------------------------1887 * This function must be called to get the next Scan Information object reference in the list of1898 //--------------------------------------------------------------------------------------------------1905 //--------------------------------------------------------------------------------------------------1907 * This function must be called to get the first Pci Scan Information object reference in the list of1918 //--------------------------------------------------------------------------------------------------1925 //--------------------------------------------------------------------------------------------------1927 * This function must be called to get the next Scan Information object reference in the list of1938 //--------------------------------------------------------------------------------------------------1945 //--------------------------------------------------------------------------------------------------1947 * This function must be called to get the first Plmn Information object reference in the list of1957 //--------------------------------------------------------------------------------------------------1964 //--------------------------------------------------------------------------------------------------1966 * This function must be called to get the next Plmn Information object reference in the list of1976 //--------------------------------------------------------------------------------------------------1983 //--------------------------------------------------------------------------------------------------1993 //--------------------------------------------------------------------------------------------------2000 //--------------------------------------------------------------------------------------------------2012 //--------------------------------------------------------------------------------------------------2027 //--------------------------------------------------------------------------------------------------2038 //--------------------------------------------------------------------------------------------------2045 //--------------------------------------------------------------------------------------------------2055 //--------------------------------------------------------------------------------------------------2062 //--------------------------------------------------------------------------------------------------2076 //--------------------------------------------------------------------------------------------------2091 //--------------------------------------------------------------------------------------------------2105 //--------------------------------------------------------------------------------------------------2116 //--------------------------------------------------------------------------------------------------2126 //--------------------------------------------------------------------------------------------------2133 //--------------------------------------------------------------------------------------------------2145 //--------------------------------------------------------------------------------------------------2152 //--------------------------------------------------------------------------------------------------2164 //--------------------------------------------------------------------------------------------------2171 //--------------------------------------------------------------------------------------------------2183 //--------------------------------------------------------------------------------------------------2190 //--------------------------------------------------------------------------------------------------2202 //--------------------------------------------------------------------------------------------------2209 //--------------------------------------------------------------------------------------------------2224 //--------------------------------------------------------------------------------------------------2233 //--------------------------------------------------------------------------------------------------2243 //--------------------------------------------------------------------------------------------------2256 //--------------------------------------------------------------------------------------------------2273 //--------------------------------------------------------------------------------------------------2280 //--------------------------------------------------------------------------------------------------2290 //--------------------------------------------------------------------------------------------------2296 //--------------------------------------------------------------------------------------------------2305 //--------------------------------------------------------------------------------------------------2312 //--------------------------------------------------------------------------------------------------2325 //--------------------------------------------------------------------------------------------------2332 //--------------------------------------------------------------------------------------------------2345 //--------------------------------------------------------------------------------------------------2352 //--------------------------------------------------------------------------------------------------2364 //--------------------------------------------------------------------------------------------------2371 //--------------------------------------------------------------------------------------------------2383 //--------------------------------------------------------------------------------------------------2390 //--------------------------------------------------------------------------------------------------2401 //--------------------------------------------------------------------------------------------------2408 //--------------------------------------------------------------------------------------------------2419 //--------------------------------------------------------------------------------------------------2426 //--------------------------------------------------------------------------------------------------2428 * This function must be called to get the Ec/Io; the received energy per chip divided by the power2429 * density in the band measured in dBm on the primary CPICH channel of serving cell (negative value)2440 //--------------------------------------------------------------------------------------------------2447 //--------------------------------------------------------------------------------------------------2460 //--------------------------------------------------------------------------------------------------2473 //--------------------------------------------------------------------------------------------------2486 //--------------------------------------------------------------------------------------------------2499 //--------------------------------------------------------------------------------------------------2501 * This function must be called to measure the signal metrics. It creates and returns a reference2509 //--------------------------------------------------------------------------------------------------2515 //--------------------------------------------------------------------------------------------------2524 //--------------------------------------------------------------------------------------------------2531 //--------------------------------------------------------------------------------------------------2542 //--------------------------------------------------------------------------------------------------2549 //--------------------------------------------------------------------------------------------------2551 * This function returns the signal strength in dBm and the bit error rate measured on GSM network.2562 //--------------------------------------------------------------------------------------------------2573 //--------------------------------------------------------------------------------------------------2586 //--------------------------------------------------------------------------------------------------2606 //--------------------------------------------------------------------------------------------------2620 //--------------------------------------------------------------------------------------------------2637 //--------------------------------------------------------------------------------------------------2651 //--------------------------------------------------------------------------------------------------2671 //--------------------------------------------------------------------------------------------------2677 * @note When the module is in UMTS network, the API returns the serving UTRAN Cell Identity (UC-Id)2679 * It is composed of the Controlling Radio Network Controller Identifier (CRNC-Id, 12 bits) and the2681 * The Cell Identifier is coded in the lower 2 bytes of the 4 bytes UC-Id and the CRNC-Id is coded2687 //--------------------------------------------------------------------------------------------------2693 //--------------------------------------------------------------------------------------------------2701 //--------------------------------------------------------------------------------------------------2707 //--------------------------------------------------------------------------------------------------2715 //--------------------------------------------------------------------------------------------------2721 //--------------------------------------------------------------------------------------------------2732 //--------------------------------------------------------------------------------------------------2739 //--------------------------------------------------------------------------------------------------2750 //--------------------------------------------------------------------------------------------------2757 //--------------------------------------------------------------------------------------------------2768 //--------------------------------------------------------------------------------------------------2775 //--------------------------------------------------------------------------------------------------2782 //--------------------------------------------------------------------------------------------------2791 //--------------------------------------------------------------------------------------------------2795 //--------------------------------------------------------------------------------------------------2802 //--------------------------------------------------------------------------------------------------2808 //--------------------------------------------------------------------------------------------------2817 //--------------------------------------------------------------------------------------------------2821 //--------------------------------------------------------------------------------------------------2828 //--------------------------------------------------------------------------------------------------2841 //--------------------------------------------------------------------------------------------------2847 //--------------------------------------------------------------------------------------------------2856 //--------------------------------------------------------------------------------------------------2862 //--------------------------------------------------------------------------------------------------2875 //--------------------------------------------------------------------------------------------------2883 //--------------------------------------------------------------------------------------------------2895 //--------------------------------------------------------------------------------------------------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)struct le_mrc_PciScanInformationList * le_mrc_PciScanInformationListRef_tDefinition: le_mrc_interface.h:782le_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:814le_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:806le_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:533le_result_t le_mrc_SetRadioPower(le_onoff_t power)le_mrc_PlmnInformationRef_t le_mrc_GetFirstPlmnInfo(le_mrc_PciScanInformationRef_t pciScanInformationRef)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:830le_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:960le_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:968le_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:1098le_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)le_mrc_PlmnInformationRef_t le_mrc_GetNextPlmnInfo(le_mrc_PciScanInformationRef_t plmnRef)No jamming suspicion; radio environment is considered normal.Definition: le_mrc_interface.h:918struct le_mrc_ScanInformationList * le_mrc_ScanInformationListRef_tDefinition: le_mrc_interface.h:774le_result_t le_mrc_TryConnectService(void)le_result_t le_mrc_SetSignalStrengthIndDelta(le_mrc_Rat_t rat, uint16_t delta)void(* le_mrc_PacketSwitchedChangeHandlerFunc_t)(le_mrc_NetRegState_t state, void *contextPtr)Definition: le_mrc_interface.h:1038void(* le_mrc_RatChangeHandlerFunc_t)(le_mrc_Rat_t rat, void *contextPtr)Definition: le_mrc_interface.h:1024le_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)le_result_t le_mrc_SetSarBackoffState(uint8_t state)struct le_mrc_SignalStrengthChangeHandler * le_mrc_SignalStrengthChangeHandlerRef_tDefinition: le_mrc_interface.h:984void(* le_mrc_PciNetworkScanHandlerFunc_t)(le_mrc_PciScanInformationListRef_t listRef, void *contextPtr)Definition: le_mrc_interface.h:1083le_mrc_NeighborCellsRef_t le_mrc_GetNeighborCellsInfo(void)le_result_t le_mrc_GetPciScanMccMnc(le_mrc_PlmnInformationRef_t plmnRef, char *mccPtr, size_t mccPtrSize, char *mncPtr, size_t mncPtrSize)le_mrc_Rat_t le_mrc_GetCellularNetworkRat(le_mrc_ScanInformationRef_t scanInformationRef)void le_mrc_RemoveRatChangeHandler(le_mrc_RatChangeHandlerRef_t handlerRef)struct le_mrc_NetworkRejectHandler * le_mrc_NetworkRejectHandlerRef_tDefinition: le_mrc_interface.h:992struct le_mrc_PlmnInformation * le_mrc_PlmnInformationRef_tDefinition: le_mrc_interface.h:798Definition: le_mrc_interface.h:926le_result_t le_mrc_GetSarBackoffState(uint8_t *statePtr)void(* le_mrc_JammingDetectionHandlerFunc_t)(le_mrc_JammingReport_t report, le_mrc_JammingStatus_t status, void *contextPtr)Definition: le_mrc_interface.h:1129uint32_t le_mrc_GetServingCellLocAreaCode(void)le_mrc_PreferredOperatorRef_t le_mrc_GetFirstPreferredOperator(le_mrc_PreferredOperatorListRef_t preferredOperatorListRef)le_mrc_PciScanInformationRef_t le_mrc_GetFirstPciScanInfo(le_mrc_PciScanInformationListRef_t scanInformationListRef)void le_mrc_PerformCellularNetworkScanAsync(le_mrc_RatBitMask_t ratMask, le_mrc_CellularNetworkScanHandlerFunc_t handlerPtr, void *contextPtr)le_result_t le_mrc_GetLteSignalMetrics(le_mrc_MetricsRef_t MetricsRef, int32_t *ssPtr, uint32_t *blerPtr, int32_t *rsrqPtr, int32_t *rsrpPtr, int32_t *snrPtr)void(* le_mrc_NetRegStateHandlerFunc_t)(le_mrc_NetRegState_t state, void *contextPtr)Definition: le_mrc_interface.h:1010void le_mrc_RemoveNetworkRejectHandler(le_mrc_NetworkRejectHandlerRef_t handlerRef)le_mrc_PciScanInformationRef_t le_mrc_GetNextPciScanInfo(le_mrc_PciScanInformationListRef_t scanInformationListRef)int32_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)Definition: le_mrc_interface.h:920le_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:766int32_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)Definition: le_mrc_interface.h:923void le_mrc_SetServerDisconnectHandler(le_mrc_DisconnectHandler_t disconnectHandler, void *contextPtr)le_result_t le_mrc_GetCurrentNetworkName(char *nameStr, size_t nameStrSize)Intermediate jamming status report.Definition: le_mrc_interface.h:901le_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_mrc_PciScanInformationListRef_t le_mrc_PerformPciNetworkScan(le_mrc_RatBitMask_t ratMask)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)le_mrc_JammingDetectionEventHandlerRef_t le_mrc_AddJammingDetectionEventHandler(le_mrc_JammingDetectionHandlerFunc_t handlerPtr, void *contextPtr)le_result_t le_mrc_StartJammingDetection(void)void(* le_mrc_NetworkRejectHandlerFunc_t)(const char *LE_NONNULL mcc, const char *LE_NONNULL mnc, le_mrc_Rat_t rat, void *contextPtr)Definition: le_mrc_interface.h:1112Not registered but currently searching for a new operator.Definition: le_mrc_interface.h:852le_result_t le_mrc_StopJammingDetection(void)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:1052void 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:1067void le_mrc_PerformPciNetworkScanAsync(le_mrc_RatBitMask_t ratMask, le_mrc_PciNetworkScanHandlerFunc_t handlerPtr, void *contextPtr)uint32_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)struct le_mrc_JammingDetectionEventHandler * le_mrc_JammingDetectionEventHandlerRef_tDefinition: le_mrc_interface.h:1000Registration was denied, usually because of invalid access credentials.Definition: le_mrc_interface.h:854void le_mrc_DeletePciNetworkScan(le_mrc_PciScanInformationListRef_t scanInformationListRef)uint16_t le_mrc_GetPciScanCellId(le_mrc_PciScanInformationRef_t pciScanInformationRef)Not registered and not currently searching for new operator.Definition: le_mrc_interface.h:848void le_mrc_RemoveJammingDetectionEventHandler(le_mrc_JammingDetectionEventHandlerRef_t handlerRef)le_mrc_NetworkRejectHandlerRef_t le_mrc_AddNetworkRejectHandler(le_mrc_NetworkRejectHandlerFunc_t handlerPtr, void *contextPtr)le_result_t le_mrc_GetBandPreferences(le_mrc_BandBitMask_t *bandMaskPtrPtr)struct le_mrc_PacketSwitchedChangeHandler * le_mrc_PacketSwitchedChangeHandlerRef_tDefinition: le_mrc_interface.h:976void le_mrc_RemoveNetRegStateEventHandler(le_mrc_NetRegStateEventHandlerRef_t handlerRef)le_mrc_ScanInformationRef_t le_mrc_GetFirstCellularNetworkScan(le_mrc_ScanInformationListRef_t scanInformationListRef)struct le_mrc_PciScanInformation * le_mrc_PciScanInformationRef_tDefinition: le_mrc_interface.h:790le_mrc_Rat_t le_mrc_GetNeighborCellRat(le_mrc_CellInfoRef_t ngbrCellInfoRef)Definition: le_mrc_interface.h:930