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, and132 * The application can register a handler function to report network reject with MNC/MCC code and142 * le_mrc_GetLteBandCapabilities() let you get the LTE band capabilities by retrieving a bit mask152 * le_mrc_GetRadioAccessTechInUse() API retrieves the current active Radio Access Technology (RAT).155 * The application can register a handler function to retrieve the Radio Access Technology each time180 * The application can register a handler function to retrieve the registration status each time the195 * When the network registration fails, the platform specific network registration error code can230 * When the signal metrics are no longer needed, you must call le_mrc_DeleteSignalMetrics() to free235 * le_mrc_GetGsmSignalMetrics() the signal strength in dBm and the bit error rate measured on GSM238 * le_mrc_GetUmtsSignalMetrics() returns the signal metrics measured on UMTS or TD-SCDMA networks.248 * The RAT, the lower-range and the upper-range thresholds must be passed as input parameters. These249 * parameters are updated each time the function is called, the previous thresholds are replaced by250 * the new ones if the function is called with the same RAT. The event is notified when we cross the272 * le_mrc_GetServingCellLteTracAreaCode() retrieves the the Tracking Area Code of the serving cell313 * The Pci scan is used to get the according MCC/MNC for each neightboring cells ID. Not that a cell320 * le_mrc_GetPciScanMccMnc() by giving this reference as parameter to get the Mcc/Mnc of the Plmn.355 * - le_mrc_GetNeighborCellLocAreaCode() gets the location area code of the cell specified with the358 * - le_mrc_GetNeighborCellRxLevel() gets the signal strength (in dBm) of the cell specified with362 * - le_mrc_GetNeighborCellUmtsEcIo() gets the Ec/Io (the received energy per chip divided by the363 * power density in the band measured in dBm on the primary CPICH channel of serving cell) of the365 * - le_mrc_GetNeighborCellLteIntraFreq() gets the RSRP and RSRQ of the Interfrequency of the cell367 * - le_mrc_GetNeighborCellLteInterFreq() gets the RSRP and RSRQ of the Interfrequency of the cell375 * The jamming detection algorithm is based on power measurements and cell synchronization actions390 * By registering a handler by calling le_mrc_AddJammingDetectionEventHandler(), the notification405 * This feature may be unsupported by some targets. Also, the number of supported states may vary420 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" Band Preferences427 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" RAT Preferences445 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" Loc information451 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" Band Capabilities499 //--------------------------------------------------------------------------------------------------503 //--------------------------------------------------------------------------------------------------506 //--------------------------------------------------------------------------------------------------509 * Connect the current client thread to the service providing this API. Block until the service is512 * For each thread that wants to use this API, either ConnectService or TryConnectService must be513 * called before any other functions in this API. Normally, ConnectService is automatically called518 //--------------------------------------------------------------------------------------------------524 //--------------------------------------------------------------------------------------------------527 * Try to connect the current client thread to the service providing this API. Return with an error530 * For each thread that wants to use this API, either ConnectService or TryConnectService must be531 * called before any other functions in this API. Normally, ConnectService is automatically called540 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).543 //--------------------------------------------------------------------------------------------------549 //--------------------------------------------------------------------------------------------------553 * When a server connection is lost, call this handler then exit with LE_FATAL. If a program wants556 //--------------------------------------------------------------------------------------------------563 //--------------------------------------------------------------------------------------------------569 * longer a connection to the service, and the functions in this API can't be used. For details, see574 //--------------------------------------------------------------------------------------------------581 //--------------------------------------------------------------------------------------------------585 //--------------------------------------------------------------------------------------------------588 //--------------------------------------------------------------------------------------------------593 //--------------------------------------------------------------------------------------------------596 //--------------------------------------------------------------------------------------------------600 //--------------------------------------------------------------------------------------------------603 //--------------------------------------------------------------------------------------------------608 //--------------------------------------------------------------------------------------------------611 //--------------------------------------------------------------------------------------------------616 //--------------------------------------------------------------------------------------------------619 //--------------------------------------------------------------------------------------------------623 //--------------------------------------------------------------------------------------------------668 //--------------------------------------------------------------------------------------------------673 //--------------------------------------------------------------------------------------------------714 //--------------------------------------------------------------------------------------------------719 //--------------------------------------------------------------------------------------------------732 //--------------------------------------------------------------------------------------------------736 //--------------------------------------------------------------------------------------------------740 //--------------------------------------------------------------------------------------------------744 //--------------------------------------------------------------------------------------------------748 //--------------------------------------------------------------------------------------------------752 //--------------------------------------------------------------------------------------------------756 //--------------------------------------------------------------------------------------------------760 //--------------------------------------------------------------------------------------------------764 //--------------------------------------------------------------------------------------------------768 //--------------------------------------------------------------------------------------------------772 //--------------------------------------------------------------------------------------------------776 //--------------------------------------------------------------------------------------------------780 //--------------------------------------------------------------------------------------------------784 //--------------------------------------------------------------------------------------------------788 //--------------------------------------------------------------------------------------------------792 //--------------------------------------------------------------------------------------------------796 //--------------------------------------------------------------------------------------------------800 //--------------------------------------------------------------------------------------------------804 //--------------------------------------------------------------------------------------------------808 //--------------------------------------------------------------------------------------------------812 //--------------------------------------------------------------------------------------------------816 //--------------------------------------------------------------------------------------------------835 //--------------------------------------------------------------------------------------------------839 //--------------------------------------------------------------------------------------------------858 //--------------------------------------------------------------------------------------------------862 * @note If the reported status is the final status (end of the procedure), this shall be indicated864 * @note Other reports, called intermediate reports, gives only intermediate results issuing from867 //--------------------------------------------------------------------------------------------------878 //--------------------------------------------------------------------------------------------------884 //--------------------------------------------------------------------------------------------------908 //--------------------------------------------------------------------------------------------------912 //--------------------------------------------------------------------------------------------------926 //--------------------------------------------------------------------------------------------------930 //--------------------------------------------------------------------------------------------------999 //--------------------------------------------------------------------------------------------------1003 //--------------------------------------------------------------------------------------------------1020 //--------------------------------------------------------------------------------------------------1024 //--------------------------------------------------------------------------------------------------1036 //--------------------------------------------------------------------------------------------------1040 //--------------------------------------------------------------------------------------------------1044 //--------------------------------------------------------------------------------------------------1048 //--------------------------------------------------------------------------------------------------1052 //--------------------------------------------------------------------------------------------------1056 //--------------------------------------------------------------------------------------------------1060 //--------------------------------------------------------------------------------------------------1064 //--------------------------------------------------------------------------------------------------1068 //--------------------------------------------------------------------------------------------------1072 //--------------------------------------------------------------------------------------------------1076 //--------------------------------------------------------------------------------------------------1080 //--------------------------------------------------------------------------------------------------1084 //--------------------------------------------------------------------------------------------------1088 //--------------------------------------------------------------------------------------------------1092 //--------------------------------------------------------------------------------------------------1096 //--------------------------------------------------------------------------------------------------1098 (1105 //--------------------------------------------------------------------------------------------------1110 //--------------------------------------------------------------------------------------------------1112 (1119 //--------------------------------------------------------------------------------------------------1124 //--------------------------------------------------------------------------------------------------1126 (1133 //--------------------------------------------------------------------------------------------------1138 //--------------------------------------------------------------------------------------------------1140 (1147 //--------------------------------------------------------------------------------------------------1153 //--------------------------------------------------------------------------------------------------1155 (1163 //--------------------------------------------------------------------------------------------------1169 //--------------------------------------------------------------------------------------------------1171 (1179 //--------------------------------------------------------------------------------------------------1184 //--------------------------------------------------------------------------------------------------1186 (1193 //--------------------------------------------------------------------------------------------------1201 //--------------------------------------------------------------------------------------------------1203 (1214 //--------------------------------------------------------------------------------------------------1219 //--------------------------------------------------------------------------------------------------1221 (1228 //--------------------------------------------------------------------------------------------------1232 //--------------------------------------------------------------------------------------------------1234 (1243 //--------------------------------------------------------------------------------------------------1251 //--------------------------------------------------------------------------------------------------1260 //--------------------------------------------------------------------------------------------------1264 //--------------------------------------------------------------------------------------------------1271 //--------------------------------------------------------------------------------------------------1279 //--------------------------------------------------------------------------------------------------1288 //--------------------------------------------------------------------------------------------------1292 //--------------------------------------------------------------------------------------------------1299 //--------------------------------------------------------------------------------------------------1307 //--------------------------------------------------------------------------------------------------1316 //--------------------------------------------------------------------------------------------------1320 //--------------------------------------------------------------------------------------------------1327 //--------------------------------------------------------------------------------------------------1335 //--------------------------------------------------------------------------------------------------1350 //--------------------------------------------------------------------------------------------------1354 //--------------------------------------------------------------------------------------------------1361 //--------------------------------------------------------------------------------------------------1372 //--------------------------------------------------------------------------------------------------1383 //--------------------------------------------------------------------------------------------------1392 * @note The signal delta is set in units of 0.1 dBm. For example, to set a delta of 10.6 dBm, the1398 //--------------------------------------------------------------------------------------------------1407 //--------------------------------------------------------------------------------------------------1417 //--------------------------------------------------------------------------------------------------1423 //--------------------------------------------------------------------------------------------------1431 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1437 //--------------------------------------------------------------------------------------------------1446 //--------------------------------------------------------------------------------------------------1451 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1458 //--------------------------------------------------------------------------------------------------1471 //--------------------------------------------------------------------------------------------------1481 //--------------------------------------------------------------------------------------------------1496 //--------------------------------------------------------------------------------------------------1506 //--------------------------------------------------------------------------------------------------1513 //--------------------------------------------------------------------------------------------------1523 //--------------------------------------------------------------------------------------------------1529 //--------------------------------------------------------------------------------------------------1540 //--------------------------------------------------------------------------------------------------1547 //--------------------------------------------------------------------------------------------------1557 //--------------------------------------------------------------------------------------------------1564 //--------------------------------------------------------------------------------------------------1574 //--------------------------------------------------------------------------------------------------1581 //--------------------------------------------------------------------------------------------------1591 //--------------------------------------------------------------------------------------------------1598 //--------------------------------------------------------------------------------------------------1609 //--------------------------------------------------------------------------------------------------1616 //--------------------------------------------------------------------------------------------------1626 //--------------------------------------------------------------------------------------------------1633 //--------------------------------------------------------------------------------------------------1644 //--------------------------------------------------------------------------------------------------1651 //--------------------------------------------------------------------------------------------------1662 //--------------------------------------------------------------------------------------------------1669 //--------------------------------------------------------------------------------------------------1679 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1685 //--------------------------------------------------------------------------------------------------1696 //--------------------------------------------------------------------------------------------------1706 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1712 //--------------------------------------------------------------------------------------------------1721 //--------------------------------------------------------------------------------------------------1731 //--------------------------------------------------------------------------------------------------1737 //--------------------------------------------------------------------------------------------------1751 //--------------------------------------------------------------------------------------------------1758 //--------------------------------------------------------------------------------------------------1772 //--------------------------------------------------------------------------------------------------1779 //--------------------------------------------------------------------------------------------------1789 //--------------------------------------------------------------------------------------------------1796 //--------------------------------------------------------------------------------------------------1807 //--------------------------------------------------------------------------------------------------1824 //--------------------------------------------------------------------------------------------------1837 //--------------------------------------------------------------------------------------------------1844 //--------------------------------------------------------------------------------------------------1857 //--------------------------------------------------------------------------------------------------1865 //--------------------------------------------------------------------------------------------------1875 //--------------------------------------------------------------------------------------------------1882 //--------------------------------------------------------------------------------------------------1895 //--------------------------------------------------------------------------------------------------1902 //--------------------------------------------------------------------------------------------------1910 //--------------------------------------------------------------------------------------------------1917 //--------------------------------------------------------------------------------------------------1923 * @warning PCI scan is platform dependent. Please refer to @ref platformConstraintsMdc for further1928 //--------------------------------------------------------------------------------------------------1935 //--------------------------------------------------------------------------------------------------1937 * This function must be called to perform a cellular network scan asynchronously. This function1943 //--------------------------------------------------------------------------------------------------1954 //--------------------------------------------------------------------------------------------------1959 * @warning PCI scan is platform dependent. Please refer to @ref platformConstraintsMdc for further1965 //--------------------------------------------------------------------------------------------------1976 //--------------------------------------------------------------------------------------------------1978 * This function must be called to get the first Scan Information object reference in the list of1989 //--------------------------------------------------------------------------------------------------1996 //--------------------------------------------------------------------------------------------------1998 * This function must be called to get the next Scan Information object reference in the list of2009 //--------------------------------------------------------------------------------------------------2016 //--------------------------------------------------------------------------------------------------2018 * This function must be called to get the first Pci Scan Information object reference in the list of2029 //--------------------------------------------------------------------------------------------------2036 //--------------------------------------------------------------------------------------------------2038 * This function must be called to get the next Scan Information object reference in the list of2049 //--------------------------------------------------------------------------------------------------2056 //--------------------------------------------------------------------------------------------------2058 * This function must be called to get the first Plmn Information object reference in the list of2068 //--------------------------------------------------------------------------------------------------2075 //--------------------------------------------------------------------------------------------------2077 * This function must be called to get the next Plmn Information object reference in the list of2087 //--------------------------------------------------------------------------------------------------2094 //--------------------------------------------------------------------------------------------------2096 * This function must be called to get the physical cell id referenced by PciScanInformation which2104 //--------------------------------------------------------------------------------------------------2111 //--------------------------------------------------------------------------------------------------2113 * This function must be called to get the global cell id referenced by PciScanInformation which is2121 //--------------------------------------------------------------------------------------------------2128 //--------------------------------------------------------------------------------------------------2140 //--------------------------------------------------------------------------------------------------2155 //--------------------------------------------------------------------------------------------------2166 //--------------------------------------------------------------------------------------------------2173 //--------------------------------------------------------------------------------------------------2183 //--------------------------------------------------------------------------------------------------2190 //--------------------------------------------------------------------------------------------------2204 //--------------------------------------------------------------------------------------------------2219 //--------------------------------------------------------------------------------------------------2233 //--------------------------------------------------------------------------------------------------2244 //--------------------------------------------------------------------------------------------------2254 //--------------------------------------------------------------------------------------------------2261 //--------------------------------------------------------------------------------------------------2273 //--------------------------------------------------------------------------------------------------2280 //--------------------------------------------------------------------------------------------------2292 //--------------------------------------------------------------------------------------------------2299 //--------------------------------------------------------------------------------------------------2311 //--------------------------------------------------------------------------------------------------2318 //--------------------------------------------------------------------------------------------------2330 //--------------------------------------------------------------------------------------------------2337 //--------------------------------------------------------------------------------------------------2352 //--------------------------------------------------------------------------------------------------2361 //--------------------------------------------------------------------------------------------------2371 //--------------------------------------------------------------------------------------------------2384 //--------------------------------------------------------------------------------------------------2401 //--------------------------------------------------------------------------------------------------2408 //--------------------------------------------------------------------------------------------------2418 //--------------------------------------------------------------------------------------------------2424 //--------------------------------------------------------------------------------------------------2433 //--------------------------------------------------------------------------------------------------2440 //--------------------------------------------------------------------------------------------------2453 //--------------------------------------------------------------------------------------------------2460 //--------------------------------------------------------------------------------------------------2473 //--------------------------------------------------------------------------------------------------2480 //--------------------------------------------------------------------------------------------------2484 * @return The Physical Cell Identifier. UINT32_MAX value is returned if the Cell Identifier is not2492 //--------------------------------------------------------------------------------------------------2499 //--------------------------------------------------------------------------------------------------2511 //--------------------------------------------------------------------------------------------------2518 //--------------------------------------------------------------------------------------------------2529 //--------------------------------------------------------------------------------------------------2536 //--------------------------------------------------------------------------------------------------2547 //--------------------------------------------------------------------------------------------------2554 //--------------------------------------------------------------------------------------------------2556 * This function must be called to get the Ec/Io; the received energy per chip divided by the power2557 * density in the band measured in dBm on the primary CPICH channel of serving cell (negative value)2568 //--------------------------------------------------------------------------------------------------2575 //--------------------------------------------------------------------------------------------------2588 //--------------------------------------------------------------------------------------------------2601 //--------------------------------------------------------------------------------------------------2614 //--------------------------------------------------------------------------------------------------2627 //--------------------------------------------------------------------------------------------------2629 * This function must be called to measure the signal metrics. It creates and returns a reference2637 //--------------------------------------------------------------------------------------------------2643 //--------------------------------------------------------------------------------------------------2652 //--------------------------------------------------------------------------------------------------2659 //--------------------------------------------------------------------------------------------------2670 //--------------------------------------------------------------------------------------------------2677 //--------------------------------------------------------------------------------------------------2679 * This function returns the signal strength in dBm and the bit error rate measured on GSM network.2690 //--------------------------------------------------------------------------------------------------2701 //--------------------------------------------------------------------------------------------------2714 //--------------------------------------------------------------------------------------------------2734 //--------------------------------------------------------------------------------------------------2748 //--------------------------------------------------------------------------------------------------2765 //--------------------------------------------------------------------------------------------------2779 //--------------------------------------------------------------------------------------------------2799 //--------------------------------------------------------------------------------------------------2805 * @note When the module is in UMTS network, the API returns the serving UTRAN Cell Identity (UC-Id)2807 * It is composed of the Controlling Radio Network Controller Identifier (CRNC-Id, 12 bits) and the2809 * The Cell Identifier is coded in the lower 2 bytes of the 4 bytes UC-Id and the CRNC-Id is coded2815 //--------------------------------------------------------------------------------------------------2821 //--------------------------------------------------------------------------------------------------2829 //--------------------------------------------------------------------------------------------------2835 //--------------------------------------------------------------------------------------------------2843 //--------------------------------------------------------------------------------------------------2849 //--------------------------------------------------------------------------------------------------2860 //--------------------------------------------------------------------------------------------------2867 //--------------------------------------------------------------------------------------------------2878 //--------------------------------------------------------------------------------------------------2885 //--------------------------------------------------------------------------------------------------2896 //--------------------------------------------------------------------------------------------------2903 //--------------------------------------------------------------------------------------------------2910 //--------------------------------------------------------------------------------------------------2919 //--------------------------------------------------------------------------------------------------2923 //--------------------------------------------------------------------------------------------------2930 //--------------------------------------------------------------------------------------------------2937 //--------------------------------------------------------------------------------------------------2946 //--------------------------------------------------------------------------------------------------2950 //--------------------------------------------------------------------------------------------------2957 //--------------------------------------------------------------------------------------------------2963 //--------------------------------------------------------------------------------------------------2972 //--------------------------------------------------------------------------------------------------2976 //--------------------------------------------------------------------------------------------------2983 //--------------------------------------------------------------------------------------------------2996 //--------------------------------------------------------------------------------------------------3002 //--------------------------------------------------------------------------------------------------3011 //--------------------------------------------------------------------------------------------------3017 //--------------------------------------------------------------------------------------------------3030 //--------------------------------------------------------------------------------------------------3038 //--------------------------------------------------------------------------------------------------3050 //--------------------------------------------------------------------------------------------------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:753le_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:785le_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:777Information element non-existent or not implemented.Definition: le_mrc_interface.h:987le_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:504le_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:801le_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:1041GPRS services not allowed in this PLMN.Definition: le_mrc_interface.h:955le_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:1049le_mrc_CellInfoRef_t le_mrc_GetFirstNeighborCellInfo(le_mrc_NeighborCellsRef_t ngbrCellsRef)le_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:889struct le_mrc_ScanInformationList * le_mrc_ScanInformationListRef_tDefinition: le_mrc_interface.h:745le_result_t le_mrc_TryConnectService(void)le_mrc_NetRegRejectHandlerRef_t le_mrc_AddNetRegRejectHandler(le_mrc_NetRegRejectHandlerFunc_t handlerPtr, void *contextPtr)void(* le_mrc_PciNetworkScanHandlerFunc_t)(le_mrc_PciScanInformationListRef_t listRef, void *contextPtr)Definition: le_mrc_interface.h:1171le_result_t le_mrc_SetSignalStrengthIndDelta(le_mrc_Rat_t rat, uint16_t delta)void(* le_mrc_NetRegRejectHandlerFunc_t)(const le_mrc_NetRegRejectInd_t *LE_NONNULL networkRejectIndPtr, void *contextPtr)Definition: le_mrc_interface.h:1221le_result_t le_mrc_GetRatPreferences(le_mrc_RatBitMask_t *ratMaskPtrPtr)Definition: le_mrc_interface.h:1025le_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:1065le_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)uint32_t le_mrc_GetPciScanGlobalCellId(le_mrc_PciScanInformationRef_t pciScanInformationRef)void le_mrc_RemoveRatChangeHandler(le_mrc_RatChangeHandlerRef_t handlerRef)Message not compatible with the protocol state.Definition: le_mrc_interface.h:991struct le_mrc_NetworkRejectHandler * le_mrc_NetworkRejectHandlerRef_tDefinition: le_mrc_interface.h:1073void le_mrc_RemoveNetRegRejectHandler(le_mrc_NetRegRejectHandlerRef_t handlerRef)struct le_mrc_PlmnInformation * le_mrc_PlmnInformationRef_tDefinition: le_mrc_interface.h:769Definition: le_mrc_interface.h:897le_result_t le_mrc_GetSarBackoffState(uint8_t *statePtr)uint32_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)struct le_mrc_NetRegRejectHandler * le_mrc_NetRegRejectHandlerRef_tDefinition: le_mrc_interface.h:1081GPRS services and non-GPRS services not allowed.Definition: le_mrc_interface.h:943void le_mrc_RemoveNetworkRejectHandler(le_mrc_NetworkRejectHandlerRef_t handlerRef)void(* le_mrc_RatChangeHandlerFunc_t)(le_mrc_Rat_t rat, void *contextPtr)Definition: le_mrc_interface.h:1112le_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)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:1203le_result_t le_mrc_GetRegisterMode(bool *isManualPtrPtr, char *mccPtr, size_t mccPtrSize, char *mncPtr, size_t mncPtrSize)Definition: le_mrc_interface.h:891Network cannot derive the MS’s identity.Definition: le_mrc_interface.h:945le_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:737int32_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_JammingDetectionHandlerFunc_t)(le_mrc_JammingReport_t report, le_mrc_JammingStatus_t status, void *contextPtr)Definition: le_mrc_interface.h:1234Scan is ongoing, the module cannot see any networks.Definition: le_mrc_interface.h:1006Definition: le_mrc_interface.h:894Message type non-existent or not implemented.Definition: le_mrc_interface.h:983void 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:872le_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_NetRegStateHandlerFunc_t)(le_mrc_NetRegState_t state, void *contextPtr)Definition: le_mrc_interface.h:1098Not registered but currently searching for a new operator.Definition: le_mrc_interface.h:823le_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_DisconnectService(void)bool le_mrc_IsCellularNetworkInUse(le_mrc_ScanInformationRef_t scanInformationRef)void le_mrc_PerformPciNetworkScanAsync(le_mrc_RatBitMask_t ratMask, le_mrc_PciNetworkScanHandlerFunc_t handlerPtr, void *contextPtr)void(* le_mrc_ManualSelectionHandlerFunc_t)(le_result_t result, void *contextPtr)Definition: le_mrc_interface.h:1186uint32_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:1089Registration was denied, usually because of invalid access credentials.Definition: le_mrc_interface.h:825void le_mrc_DeletePciNetworkScan(le_mrc_PciScanInformationListRef_t scanInformationListRef)uint16_t le_mrc_GetPciScanCellId(le_mrc_PciScanInformationRef_t pciScanInformationRef)void(* le_mrc_SignalStrengthChangeHandlerFunc_t)(int32_t ss, void *contextPtr)Definition: le_mrc_interface.h:1140Not registered and not currently searching for new operator.Definition: le_mrc_interface.h:819void 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:1057void(* le_mrc_CellularNetworkScanHandlerFunc_t)(le_mrc_ScanInformationListRef_t listRef, void *contextPtr)Definition: le_mrc_interface.h:1155void(* le_mrc_PacketSwitchedChangeHandlerFunc_t)(le_mrc_NetRegState_t state, void *contextPtr)Definition: le_mrc_interface.h:1126void le_mrc_RemoveNetRegStateEventHandler(le_mrc_NetRegStateEventHandlerRef_t handlerRef)Roaming not allowed in this location area.Definition: le_mrc_interface.h:953le_mrc_ScanInformationRef_t le_mrc_GetFirstCellularNetworkScan(le_mrc_ScanInformationListRef_t scanInformationListRef)struct le_mrc_PciScanInformation * le_mrc_PciScanInformationRef_tDefinition: le_mrc_interface.h:761le_mrc_Rat_t le_mrc_GetNeighborCellRat(le_mrc_CellInfoRef_t ngbrCellInfoRef)Definition: le_mrc_interface.h:901Message type not compatible with the protocol state.Definition: le_mrc_interface.h:985