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 cell309 * le_mrc_GetPciScanMccMnc() by giving this reference as parameter to get the Mcc/Mnc of the Plmn.343 * - le_mrc_GetNeighborCellLocAreaCode() gets the location area code of the cell specified with the346 * - le_mrc_GetNeighborCellRxLevel() gets the signal strength (in dBm) of the cell specified with350 * - le_mrc_GetNeighborCellUmtsEcIo() gets the Ec/Io (the received energy per chip divided by the351 * power density in the band measured in dBm on the primary CPICH channel of serving cell) of the353 * - le_mrc_GetNeighborCellLteIntraFreq() gets the RSRP and RSRQ of the Interfrequency of the cell355 * - le_mrc_GetNeighborCellLteInterFreq() gets the RSRP and RSRQ of the Interfrequency of the cell363 * The jamming detection algorithm is based on power measurements and cell synchronization actions378 * By registering a handler by calling le_mrc_AddJammingDetectionEventHandler(), the notification393 * This feature may be unsupported by some targets. Also, the number of supported states may vary408 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" Band Preferences415 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" RAT Preferences433 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" Loc information439 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" Band Capabilities487 //--------------------------------------------------------------------------------------------------491 //--------------------------------------------------------------------------------------------------494 //--------------------------------------------------------------------------------------------------497 * Connect the current client thread to the service providing this API. Block until the service is500 * For each thread that wants to use this API, either ConnectService or TryConnectService must be501 * called before any other functions in this API. Normally, ConnectService is automatically called506 //--------------------------------------------------------------------------------------------------512 //--------------------------------------------------------------------------------------------------515 * Try to connect the current client thread to the service providing this API. Return with an error518 * For each thread that wants to use this API, either ConnectService or TryConnectService must be519 * called before any other functions in this API. Normally, ConnectService is automatically called528 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).531 //--------------------------------------------------------------------------------------------------537 //--------------------------------------------------------------------------------------------------541 * When a server connection is lost, call this handler then exit with LE_FATAL. If a program wants544 //--------------------------------------------------------------------------------------------------551 //--------------------------------------------------------------------------------------------------557 * longer a connection to the service, and the functions in this API can't be used. For details, see562 //--------------------------------------------------------------------------------------------------569 //--------------------------------------------------------------------------------------------------573 //--------------------------------------------------------------------------------------------------576 //--------------------------------------------------------------------------------------------------581 //--------------------------------------------------------------------------------------------------584 //--------------------------------------------------------------------------------------------------588 //--------------------------------------------------------------------------------------------------591 //--------------------------------------------------------------------------------------------------596 //--------------------------------------------------------------------------------------------------599 //--------------------------------------------------------------------------------------------------604 //--------------------------------------------------------------------------------------------------607 //--------------------------------------------------------------------------------------------------611 //--------------------------------------------------------------------------------------------------656 //--------------------------------------------------------------------------------------------------661 //--------------------------------------------------------------------------------------------------702 //--------------------------------------------------------------------------------------------------707 //--------------------------------------------------------------------------------------------------720 //--------------------------------------------------------------------------------------------------724 //--------------------------------------------------------------------------------------------------728 //--------------------------------------------------------------------------------------------------732 //--------------------------------------------------------------------------------------------------736 //--------------------------------------------------------------------------------------------------740 //--------------------------------------------------------------------------------------------------744 //--------------------------------------------------------------------------------------------------748 //--------------------------------------------------------------------------------------------------752 //--------------------------------------------------------------------------------------------------756 //--------------------------------------------------------------------------------------------------760 //--------------------------------------------------------------------------------------------------764 //--------------------------------------------------------------------------------------------------768 //--------------------------------------------------------------------------------------------------772 //--------------------------------------------------------------------------------------------------776 //--------------------------------------------------------------------------------------------------780 //--------------------------------------------------------------------------------------------------784 //--------------------------------------------------------------------------------------------------788 //--------------------------------------------------------------------------------------------------792 //--------------------------------------------------------------------------------------------------796 //--------------------------------------------------------------------------------------------------800 //--------------------------------------------------------------------------------------------------804 //--------------------------------------------------------------------------------------------------823 //--------------------------------------------------------------------------------------------------827 //--------------------------------------------------------------------------------------------------846 //--------------------------------------------------------------------------------------------------850 * @note If the reported status is the final status (end of the procedure), this shall be indicated852 * @note Other reports, called intermediate reports, gives only intermediate results issuing from855 //--------------------------------------------------------------------------------------------------866 //--------------------------------------------------------------------------------------------------872 //--------------------------------------------------------------------------------------------------896 //--------------------------------------------------------------------------------------------------900 //--------------------------------------------------------------------------------------------------914 //--------------------------------------------------------------------------------------------------918 //--------------------------------------------------------------------------------------------------922 //--------------------------------------------------------------------------------------------------926 //--------------------------------------------------------------------------------------------------930 //--------------------------------------------------------------------------------------------------934 //--------------------------------------------------------------------------------------------------938 //--------------------------------------------------------------------------------------------------942 //--------------------------------------------------------------------------------------------------946 //--------------------------------------------------------------------------------------------------950 //--------------------------------------------------------------------------------------------------954 //--------------------------------------------------------------------------------------------------958 //--------------------------------------------------------------------------------------------------962 //--------------------------------------------------------------------------------------------------967 //--------------------------------------------------------------------------------------------------969 (976 //--------------------------------------------------------------------------------------------------981 //--------------------------------------------------------------------------------------------------983 (990 //--------------------------------------------------------------------------------------------------995 //--------------------------------------------------------------------------------------------------997 (1004 //--------------------------------------------------------------------------------------------------1009 //--------------------------------------------------------------------------------------------------1011 (1018 //--------------------------------------------------------------------------------------------------1024 //--------------------------------------------------------------------------------------------------1026 (1034 //--------------------------------------------------------------------------------------------------1040 //--------------------------------------------------------------------------------------------------1042 (1050 //--------------------------------------------------------------------------------------------------1055 //--------------------------------------------------------------------------------------------------1057 (1064 //--------------------------------------------------------------------------------------------------1069 //--------------------------------------------------------------------------------------------------1071 (1082 //--------------------------------------------------------------------------------------------------1086 //--------------------------------------------------------------------------------------------------1088 (1097 //--------------------------------------------------------------------------------------------------1105 //--------------------------------------------------------------------------------------------------1114 //--------------------------------------------------------------------------------------------------1118 //--------------------------------------------------------------------------------------------------1125 //--------------------------------------------------------------------------------------------------1133 //--------------------------------------------------------------------------------------------------1142 //--------------------------------------------------------------------------------------------------1146 //--------------------------------------------------------------------------------------------------1153 //--------------------------------------------------------------------------------------------------1161 //--------------------------------------------------------------------------------------------------1170 //--------------------------------------------------------------------------------------------------1174 //--------------------------------------------------------------------------------------------------1181 //--------------------------------------------------------------------------------------------------1189 //--------------------------------------------------------------------------------------------------1204 //--------------------------------------------------------------------------------------------------1208 //--------------------------------------------------------------------------------------------------1215 //--------------------------------------------------------------------------------------------------1226 //--------------------------------------------------------------------------------------------------1237 //--------------------------------------------------------------------------------------------------1246 * @note The signal delta is set in units of 0.1 dBm. For example, to set a delta of 10.6 dBm, the1252 //--------------------------------------------------------------------------------------------------1261 //--------------------------------------------------------------------------------------------------1271 //--------------------------------------------------------------------------------------------------1277 //--------------------------------------------------------------------------------------------------1285 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1291 //--------------------------------------------------------------------------------------------------1300 //--------------------------------------------------------------------------------------------------1305 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1312 //--------------------------------------------------------------------------------------------------1325 //--------------------------------------------------------------------------------------------------1335 //--------------------------------------------------------------------------------------------------1350 //--------------------------------------------------------------------------------------------------1360 //--------------------------------------------------------------------------------------------------1367 //--------------------------------------------------------------------------------------------------1377 //--------------------------------------------------------------------------------------------------1383 //--------------------------------------------------------------------------------------------------1394 //--------------------------------------------------------------------------------------------------1401 //--------------------------------------------------------------------------------------------------1411 //--------------------------------------------------------------------------------------------------1418 //--------------------------------------------------------------------------------------------------1428 //--------------------------------------------------------------------------------------------------1435 //--------------------------------------------------------------------------------------------------1445 //--------------------------------------------------------------------------------------------------1452 //--------------------------------------------------------------------------------------------------1463 //--------------------------------------------------------------------------------------------------1470 //--------------------------------------------------------------------------------------------------1480 //--------------------------------------------------------------------------------------------------1487 //--------------------------------------------------------------------------------------------------1498 //--------------------------------------------------------------------------------------------------1505 //--------------------------------------------------------------------------------------------------1516 //--------------------------------------------------------------------------------------------------1523 //--------------------------------------------------------------------------------------------------1533 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1539 //--------------------------------------------------------------------------------------------------1550 //--------------------------------------------------------------------------------------------------1560 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1566 //--------------------------------------------------------------------------------------------------1575 //--------------------------------------------------------------------------------------------------1585 //--------------------------------------------------------------------------------------------------1591 //--------------------------------------------------------------------------------------------------1605 //--------------------------------------------------------------------------------------------------1612 //--------------------------------------------------------------------------------------------------1626 //--------------------------------------------------------------------------------------------------1633 //--------------------------------------------------------------------------------------------------1643 //--------------------------------------------------------------------------------------------------1650 //--------------------------------------------------------------------------------------------------1661 //--------------------------------------------------------------------------------------------------1678 //--------------------------------------------------------------------------------------------------1691 //--------------------------------------------------------------------------------------------------1698 //--------------------------------------------------------------------------------------------------1711 //--------------------------------------------------------------------------------------------------1719 //--------------------------------------------------------------------------------------------------1729 //--------------------------------------------------------------------------------------------------1736 //--------------------------------------------------------------------------------------------------1749 //--------------------------------------------------------------------------------------------------1756 //--------------------------------------------------------------------------------------------------1764 //--------------------------------------------------------------------------------------------------1771 //--------------------------------------------------------------------------------------------------1777 * @warning PCI scan is platform dependent. Please refer to @ref platformConstraintsMdc for further1782 //--------------------------------------------------------------------------------------------------1789 //--------------------------------------------------------------------------------------------------1791 * This function must be called to perform a cellular network scan asynchronously. This function1797 //--------------------------------------------------------------------------------------------------1808 //--------------------------------------------------------------------------------------------------1813 * @warning PCI scan is platform dependent. Please refer to @ref platformConstraintsMdc for further1819 //--------------------------------------------------------------------------------------------------1830 //--------------------------------------------------------------------------------------------------1832 * This function must be called to get the first Scan Information object reference in the list of1843 //--------------------------------------------------------------------------------------------------1850 //--------------------------------------------------------------------------------------------------1852 * This function must be called to get the next Scan Information object reference in the list of1863 //--------------------------------------------------------------------------------------------------1870 //--------------------------------------------------------------------------------------------------1872 * This function must be called to get the first Pci Scan Information object reference in the list of1883 //--------------------------------------------------------------------------------------------------1890 //--------------------------------------------------------------------------------------------------1892 * This function must be called to get the next Scan Information object reference in the list of1903 //--------------------------------------------------------------------------------------------------1910 //--------------------------------------------------------------------------------------------------1912 * This function must be called to get the first Plmn Information object reference in the list of1922 //--------------------------------------------------------------------------------------------------1929 //--------------------------------------------------------------------------------------------------1931 * This function must be called to get the next Plmn Information object reference in the list of1941 //--------------------------------------------------------------------------------------------------1948 //--------------------------------------------------------------------------------------------------1958 //--------------------------------------------------------------------------------------------------1965 //--------------------------------------------------------------------------------------------------1977 //--------------------------------------------------------------------------------------------------1992 //--------------------------------------------------------------------------------------------------2003 //--------------------------------------------------------------------------------------------------2010 //--------------------------------------------------------------------------------------------------2020 //--------------------------------------------------------------------------------------------------2027 //--------------------------------------------------------------------------------------------------2041 //--------------------------------------------------------------------------------------------------2056 //--------------------------------------------------------------------------------------------------2070 //--------------------------------------------------------------------------------------------------2081 //--------------------------------------------------------------------------------------------------2091 //--------------------------------------------------------------------------------------------------2098 //--------------------------------------------------------------------------------------------------2110 //--------------------------------------------------------------------------------------------------2117 //--------------------------------------------------------------------------------------------------2129 //--------------------------------------------------------------------------------------------------2136 //--------------------------------------------------------------------------------------------------2148 //--------------------------------------------------------------------------------------------------2155 //--------------------------------------------------------------------------------------------------2167 //--------------------------------------------------------------------------------------------------2174 //--------------------------------------------------------------------------------------------------2189 //--------------------------------------------------------------------------------------------------2198 //--------------------------------------------------------------------------------------------------2208 //--------------------------------------------------------------------------------------------------2221 //--------------------------------------------------------------------------------------------------2238 //--------------------------------------------------------------------------------------------------2245 //--------------------------------------------------------------------------------------------------2255 //--------------------------------------------------------------------------------------------------2261 //--------------------------------------------------------------------------------------------------2270 //--------------------------------------------------------------------------------------------------2277 //--------------------------------------------------------------------------------------------------2290 //--------------------------------------------------------------------------------------------------2297 //--------------------------------------------------------------------------------------------------2310 //--------------------------------------------------------------------------------------------------2317 //--------------------------------------------------------------------------------------------------2329 //--------------------------------------------------------------------------------------------------2336 //--------------------------------------------------------------------------------------------------2348 //--------------------------------------------------------------------------------------------------2355 //--------------------------------------------------------------------------------------------------2366 //--------------------------------------------------------------------------------------------------2373 //--------------------------------------------------------------------------------------------------2384 //--------------------------------------------------------------------------------------------------2391 //--------------------------------------------------------------------------------------------------2393 * This function must be called to get the Ec/Io; the received energy per chip divided by the power2394 * density in the band measured in dBm on the primary CPICH channel of serving cell (negative value)2405 //--------------------------------------------------------------------------------------------------2412 //--------------------------------------------------------------------------------------------------2425 //--------------------------------------------------------------------------------------------------2438 //--------------------------------------------------------------------------------------------------2451 //--------------------------------------------------------------------------------------------------2464 //--------------------------------------------------------------------------------------------------2466 * This function must be called to measure the signal metrics. It creates and returns a reference2474 //--------------------------------------------------------------------------------------------------2480 //--------------------------------------------------------------------------------------------------2489 //--------------------------------------------------------------------------------------------------2496 //--------------------------------------------------------------------------------------------------2507 //--------------------------------------------------------------------------------------------------2514 //--------------------------------------------------------------------------------------------------2516 * This function returns the signal strength in dBm and the bit error rate measured on GSM network.2527 //--------------------------------------------------------------------------------------------------2538 //--------------------------------------------------------------------------------------------------2551 //--------------------------------------------------------------------------------------------------2571 //--------------------------------------------------------------------------------------------------2585 //--------------------------------------------------------------------------------------------------2602 //--------------------------------------------------------------------------------------------------2616 //--------------------------------------------------------------------------------------------------2636 //--------------------------------------------------------------------------------------------------2642 * @note When the module is in UMTS network, the API returns the serving UTRAN Cell Identity (UC-Id)2644 * It is composed of the Controlling Radio Network Controller Identifier (CRNC-Id, 12 bits) and the2646 * The Cell Identifier is coded in the lower 2 bytes of the 4 bytes UC-Id and the CRNC-Id is coded2652 //--------------------------------------------------------------------------------------------------2658 //--------------------------------------------------------------------------------------------------2666 //--------------------------------------------------------------------------------------------------2672 //--------------------------------------------------------------------------------------------------2680 //--------------------------------------------------------------------------------------------------2686 //--------------------------------------------------------------------------------------------------2697 //--------------------------------------------------------------------------------------------------2704 //--------------------------------------------------------------------------------------------------2715 //--------------------------------------------------------------------------------------------------2722 //--------------------------------------------------------------------------------------------------2733 //--------------------------------------------------------------------------------------------------2740 //--------------------------------------------------------------------------------------------------2747 //--------------------------------------------------------------------------------------------------2756 //--------------------------------------------------------------------------------------------------2760 //--------------------------------------------------------------------------------------------------2767 //--------------------------------------------------------------------------------------------------2773 //--------------------------------------------------------------------------------------------------2782 //--------------------------------------------------------------------------------------------------2786 //--------------------------------------------------------------------------------------------------2793 //--------------------------------------------------------------------------------------------------2806 //--------------------------------------------------------------------------------------------------2812 //--------------------------------------------------------------------------------------------------2821 //--------------------------------------------------------------------------------------------------2827 //--------------------------------------------------------------------------------------------------2840 //--------------------------------------------------------------------------------------------------2848 //--------------------------------------------------------------------------------------------------2860 //--------------------------------------------------------------------------------------------------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:741le_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:773le_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:765le_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:492le_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:789le_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:919le_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:927le_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:877struct le_mrc_ScanInformationList * le_mrc_ScanInformationListRef_tDefinition: le_mrc_interface.h:733le_result_t le_mrc_TryConnectService(void)void(* le_mrc_PciNetworkScanHandlerFunc_t)(le_mrc_PciScanInformationListRef_t listRef, void *contextPtr)Definition: le_mrc_interface.h:1042le_result_t le_mrc_SetSignalStrengthIndDelta(le_mrc_Rat_t rat, uint16_t delta)le_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:943le_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:951struct le_mrc_PlmnInformation * le_mrc_PlmnInformationRef_tDefinition: le_mrc_interface.h:757Definition: le_mrc_interface.h:885le_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)void 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:983le_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:1071le_result_t le_mrc_GetRegisterMode(bool *isManualPtrPtr, char *mccPtr, size_t mccPtrSize, char *mncPtr, size_t mncPtrSize)Definition: le_mrc_interface.h:879le_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:725int32_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:1088Definition: le_mrc_interface.h:882void 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:860le_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:969Not registered but currently searching for a new operator.Definition: le_mrc_interface.h:811le_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:1057uint32_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:959Registration was denied, usually because of invalid access credentials.Definition: le_mrc_interface.h:813void 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:1011Not registered and not currently searching for new operator.Definition: le_mrc_interface.h:807void 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:935void(* le_mrc_CellularNetworkScanHandlerFunc_t)(le_mrc_ScanInformationListRef_t listRef, void *contextPtr)Definition: le_mrc_interface.h:1026void(* le_mrc_PacketSwitchedChangeHandlerFunc_t)(le_mrc_NetRegState_t state, void *contextPtr)Definition: le_mrc_interface.h:997void 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:749le_mrc_Rat_t le_mrc_GetNeighborCellRat(le_mrc_CellInfoRef_t ngbrCellInfoRef)Definition: le_mrc_interface.h:889