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 the276 * Channel Number (EARFCN, defined in 3GPP TS 36.101). The EARFCN is in the range from 0 to 262143.279 * UINT32_MAX value is returned if the value is not available. The index value returned is defined282 * le_mrc_GetPhysicalServingLteCellId() retrieves the physical serving cell Id in LTE. The physical285 * le_mrc_GetServingCellGsmBsic() retrieves the Base Station Identity Code (BSIC) for the serving289 * different neighbouring base stations. BSIC is a 6-bit length code structured the following way:331 * The Pci scan is used to get the according MCC/MNC for each neightboring cells ID. Not that a cell338 * le_mrc_GetPciScanMccMnc() by giving this reference as parameter to get the Mcc/Mnc of the Plmn.373 * - le_mrc_GetNeighborCellLocAreaCode() gets the location area code of the cell specified with the376 * - le_mrc_GetNeighborCellRxLevel() gets the signal strength (in dBm) of the cell specified with380 * - le_mrc_GetNeighborCellUmtsEcIo() gets the Ec/Io (the received energy per chip divided by the381 * power density in the band measured in dBm on the primary CPICH channel of serving cell) of the383 * - le_mrc_GetNeighborCellLteIntraFreq() gets the RSRP and RSRQ of the Interfrequency of the cell385 * - le_mrc_GetNeighborCellLteInterFreq() gets the RSRP and RSRQ of the Interfrequency of the cell389 * - le_mrc_GetPhysicalNeighborLteCellId() gets the physical neighbor cell Id in LTE. The physical391 * - le_mrc_GetNeighborCellGsmBsic() retrieves the Base Station Identity Code (BSIC) for the cell399 * The jamming detection algorithm is based on power measurements and cell synchronization actions414 * By registering a handler by calling le_mrc_AddJammingDetectionEventHandler(), the notification429 * This feature may be unsupported by some targets. Also, the number of supported states may vary444 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" Band Preferences451 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" RAT Preferences469 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" Loc information475 * @snippet "apps/test/modemServices/mrc/mrcIntegrationTest/mrcTest/le_mrcTest.c" Band Capabilities524 //--------------------------------------------------------------------------------------------------528 //--------------------------------------------------------------------------------------------------531 //--------------------------------------------------------------------------------------------------534 * Connect the current client thread to the service providing this API. Block until the service is537 * For each thread that wants to use this API, either ConnectService or TryConnectService must be538 * called before any other functions in this API. Normally, ConnectService is automatically called543 //--------------------------------------------------------------------------------------------------549 //--------------------------------------------------------------------------------------------------552 * Try to connect the current client thread to the service providing this API. Return with an error555 * For each thread that wants to use this API, either ConnectService or TryConnectService must be556 * called before any other functions in this API. Normally, ConnectService is automatically called565 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).568 //--------------------------------------------------------------------------------------------------574 //--------------------------------------------------------------------------------------------------578 * When a server connection is lost, call this handler then exit with LE_FATAL. If a program wants581 //--------------------------------------------------------------------------------------------------588 //--------------------------------------------------------------------------------------------------594 * longer a connection to the service, and the functions in this API can't be used. For details, see599 //--------------------------------------------------------------------------------------------------606 //--------------------------------------------------------------------------------------------------610 //--------------------------------------------------------------------------------------------------613 //--------------------------------------------------------------------------------------------------618 //--------------------------------------------------------------------------------------------------621 //--------------------------------------------------------------------------------------------------626 //--------------------------------------------------------------------------------------------------629 //--------------------------------------------------------------------------------------------------633 //--------------------------------------------------------------------------------------------------636 //--------------------------------------------------------------------------------------------------640 //--------------------------------------------------------------------------------------------------643 //--------------------------------------------------------------------------------------------------647 //--------------------------------------------------------------------------------------------------650 //--------------------------------------------------------------------------------------------------654 //--------------------------------------------------------------------------------------------------657 //--------------------------------------------------------------------------------------------------661 //--------------------------------------------------------------------------------------------------664 //--------------------------------------------------------------------------------------------------668 //--------------------------------------------------------------------------------------------------671 //--------------------------------------------------------------------------------------------------675 //--------------------------------------------------------------------------------------------------678 //--------------------------------------------------------------------------------------------------682 //--------------------------------------------------------------------------------------------------685 //--------------------------------------------------------------------------------------------------689 //--------------------------------------------------------------------------------------------------692 //--------------------------------------------------------------------------------------------------696 //--------------------------------------------------------------------------------------------------699 //--------------------------------------------------------------------------------------------------703 //--------------------------------------------------------------------------------------------------706 //--------------------------------------------------------------------------------------------------710 //--------------------------------------------------------------------------------------------------713 //--------------------------------------------------------------------------------------------------717 * @note If the reported status is the final status (end of the procedure), this shall be indicated719 * @note Other reports, called intermediate reports, gives only intermediate results issuing from722 //--------------------------------------------------------------------------------------------------725 //--------------------------------------------------------------------------------------------------731 //--------------------------------------------------------------------------------------------------734 //--------------------------------------------------------------------------------------------------738 //--------------------------------------------------------------------------------------------------741 //--------------------------------------------------------------------------------------------------745 //--------------------------------------------------------------------------------------------------748 //--------------------------------------------------------------------------------------------------752 //--------------------------------------------------------------------------------------------------755 //--------------------------------------------------------------------------------------------------759 //--------------------------------------------------------------------------------------------------762 //--------------------------------------------------------------------------------------------------766 //--------------------------------------------------------------------------------------------------769 //--------------------------------------------------------------------------------------------------773 //--------------------------------------------------------------------------------------------------776 //--------------------------------------------------------------------------------------------------781 //--------------------------------------------------------------------------------------------------784 //--------------------------------------------------------------------------------------------------788 //--------------------------------------------------------------------------------------------------791 //--------------------------------------------------------------------------------------------------796 //--------------------------------------------------------------------------------------------------799 //--------------------------------------------------------------------------------------------------803 //--------------------------------------------------------------------------------------------------806 //--------------------------------------------------------------------------------------------------811 //--------------------------------------------------------------------------------------------------814 //--------------------------------------------------------------------------------------------------818 //--------------------------------------------------------------------------------------------------821 //--------------------------------------------------------------------------------------------------827 //--------------------------------------------------------------------------------------------------830 //--------------------------------------------------------------------------------------------------836 //--------------------------------------------------------------------------------------------------839 //--------------------------------------------------------------------------------------------------844 //--------------------------------------------------------------------------------------------------847 //--------------------------------------------------------------------------------------------------855 //--------------------------------------------------------------------------------------------------858 //--------------------------------------------------------------------------------------------------862 //--------------------------------------------------------------------------------------------------865 //--------------------------------------------------------------------------------------------------870 //--------------------------------------------------------------------------------------------------873 //--------------------------------------------------------------------------------------------------877 //--------------------------------------------------------------------------------------------------880 //--------------------------------------------------------------------------------------------------884 //--------------------------------------------------------------------------------------------------887 //--------------------------------------------------------------------------------------------------891 //--------------------------------------------------------------------------------------------------894 //--------------------------------------------------------------------------------------------------902 //--------------------------------------------------------------------------------------------------911 //--------------------------------------------------------------------------------------------------915 //--------------------------------------------------------------------------------------------------922 //--------------------------------------------------------------------------------------------------930 //--------------------------------------------------------------------------------------------------939 //--------------------------------------------------------------------------------------------------943 //--------------------------------------------------------------------------------------------------950 //--------------------------------------------------------------------------------------------------958 //--------------------------------------------------------------------------------------------------967 //--------------------------------------------------------------------------------------------------971 //--------------------------------------------------------------------------------------------------978 //--------------------------------------------------------------------------------------------------986 //--------------------------------------------------------------------------------------------------1001 //--------------------------------------------------------------------------------------------------1005 //--------------------------------------------------------------------------------------------------1012 //--------------------------------------------------------------------------------------------------1023 //--------------------------------------------------------------------------------------------------1034 //--------------------------------------------------------------------------------------------------1043 * @note The signal delta is set in units of 0.1 dBm. For example, to set a delta of 10.6 dBm, the1049 //--------------------------------------------------------------------------------------------------1058 //--------------------------------------------------------------------------------------------------1068 //--------------------------------------------------------------------------------------------------1074 //--------------------------------------------------------------------------------------------------1082 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1088 //--------------------------------------------------------------------------------------------------1097 //--------------------------------------------------------------------------------------------------1102 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1109 //--------------------------------------------------------------------------------------------------1122 //--------------------------------------------------------------------------------------------------1132 //--------------------------------------------------------------------------------------------------1147 //--------------------------------------------------------------------------------------------------1157 //--------------------------------------------------------------------------------------------------1164 //--------------------------------------------------------------------------------------------------1174 //--------------------------------------------------------------------------------------------------1180 //--------------------------------------------------------------------------------------------------1191 //--------------------------------------------------------------------------------------------------1198 //--------------------------------------------------------------------------------------------------1208 //--------------------------------------------------------------------------------------------------1215 //--------------------------------------------------------------------------------------------------1225 //--------------------------------------------------------------------------------------------------1232 //--------------------------------------------------------------------------------------------------1242 //--------------------------------------------------------------------------------------------------1249 //--------------------------------------------------------------------------------------------------1260 //--------------------------------------------------------------------------------------------------1267 //--------------------------------------------------------------------------------------------------1277 //--------------------------------------------------------------------------------------------------1284 //--------------------------------------------------------------------------------------------------1295 //--------------------------------------------------------------------------------------------------1302 //--------------------------------------------------------------------------------------------------1313 //--------------------------------------------------------------------------------------------------1320 //--------------------------------------------------------------------------------------------------1330 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1336 //--------------------------------------------------------------------------------------------------1347 //--------------------------------------------------------------------------------------------------1357 * @note If strings are not set, too long (bigger than LE_MRC_MCC_LEN/LE_MRC_MNC_LEN digits), or too1363 //--------------------------------------------------------------------------------------------------1372 //--------------------------------------------------------------------------------------------------1382 //--------------------------------------------------------------------------------------------------1388 //--------------------------------------------------------------------------------------------------1402 //--------------------------------------------------------------------------------------------------1409 //--------------------------------------------------------------------------------------------------1423 //--------------------------------------------------------------------------------------------------1430 //--------------------------------------------------------------------------------------------------1440 //--------------------------------------------------------------------------------------------------1447 //--------------------------------------------------------------------------------------------------1458 //--------------------------------------------------------------------------------------------------1475 //--------------------------------------------------------------------------------------------------1488 //--------------------------------------------------------------------------------------------------1495 //--------------------------------------------------------------------------------------------------1508 //--------------------------------------------------------------------------------------------------1516 //--------------------------------------------------------------------------------------------------1526 //--------------------------------------------------------------------------------------------------1533 //--------------------------------------------------------------------------------------------------1546 //--------------------------------------------------------------------------------------------------1553 //--------------------------------------------------------------------------------------------------1561 //--------------------------------------------------------------------------------------------------1568 //--------------------------------------------------------------------------------------------------1574 * @warning PCI scan is platform dependent. Please refer to @ref platformConstraintsMdc for further1577 * @note On devices with the watchdog service enabled, the timeout is 4 mins. On those without, the1582 //--------------------------------------------------------------------------------------------------1589 //--------------------------------------------------------------------------------------------------1591 * This function must be called to perform a cellular network scan asynchronously. This function1597 //--------------------------------------------------------------------------------------------------1608 //--------------------------------------------------------------------------------------------------1613 * @warning PCI scan is platform dependent. Please refer to @ref platformConstraintsMdc for further1619 //--------------------------------------------------------------------------------------------------1630 //--------------------------------------------------------------------------------------------------1632 * This function must be called to get the first Scan Information object reference in the list of1643 //--------------------------------------------------------------------------------------------------1650 //--------------------------------------------------------------------------------------------------1652 * This function must be called to get the next Scan Information object reference in the list of1663 //--------------------------------------------------------------------------------------------------1670 //--------------------------------------------------------------------------------------------------1672 * This function must be called to get the first Pci Scan Information object reference in the list of1683 //--------------------------------------------------------------------------------------------------1690 //--------------------------------------------------------------------------------------------------1692 * This function must be called to get the next Scan Information object reference in the list of1703 //--------------------------------------------------------------------------------------------------1710 //--------------------------------------------------------------------------------------------------1712 * This function must be called to get the first Plmn Information object reference in the list of1722 //--------------------------------------------------------------------------------------------------1729 //--------------------------------------------------------------------------------------------------1731 * This function must be called to get the next Plmn Information object reference in the list of1741 //--------------------------------------------------------------------------------------------------1748 //--------------------------------------------------------------------------------------------------1750 * This function must be called to get the physical cell id referenced by PciScanInformation which1758 //--------------------------------------------------------------------------------------------------1765 //--------------------------------------------------------------------------------------------------1767 * This function must be called to get the global cell id referenced by PciScanInformation which is1775 //--------------------------------------------------------------------------------------------------1782 //--------------------------------------------------------------------------------------------------1794 //--------------------------------------------------------------------------------------------------1809 //--------------------------------------------------------------------------------------------------1820 //--------------------------------------------------------------------------------------------------1827 //--------------------------------------------------------------------------------------------------1837 //--------------------------------------------------------------------------------------------------1844 //--------------------------------------------------------------------------------------------------1858 //--------------------------------------------------------------------------------------------------1873 //--------------------------------------------------------------------------------------------------1887 //--------------------------------------------------------------------------------------------------1898 //--------------------------------------------------------------------------------------------------1908 //--------------------------------------------------------------------------------------------------1915 //--------------------------------------------------------------------------------------------------1927 //--------------------------------------------------------------------------------------------------1934 //--------------------------------------------------------------------------------------------------1946 //--------------------------------------------------------------------------------------------------1953 //--------------------------------------------------------------------------------------------------1965 //--------------------------------------------------------------------------------------------------1972 //--------------------------------------------------------------------------------------------------1984 //--------------------------------------------------------------------------------------------------1991 //--------------------------------------------------------------------------------------------------2006 //--------------------------------------------------------------------------------------------------2015 //--------------------------------------------------------------------------------------------------2025 //--------------------------------------------------------------------------------------------------2038 //--------------------------------------------------------------------------------------------------2055 //--------------------------------------------------------------------------------------------------2062 //--------------------------------------------------------------------------------------------------2072 //--------------------------------------------------------------------------------------------------2078 //--------------------------------------------------------------------------------------------------2087 //--------------------------------------------------------------------------------------------------2094 //--------------------------------------------------------------------------------------------------2107 //--------------------------------------------------------------------------------------------------2114 //--------------------------------------------------------------------------------------------------2127 //--------------------------------------------------------------------------------------------------2134 //--------------------------------------------------------------------------------------------------2138 * @return The Physical Cell Identifier. UINT32_MAX value is returned if the Cell Identifier is not2146 //--------------------------------------------------------------------------------------------------2153 //--------------------------------------------------------------------------------------------------2165 //--------------------------------------------------------------------------------------------------2172 //--------------------------------------------------------------------------------------------------2183 //--------------------------------------------------------------------------------------------------2190 //--------------------------------------------------------------------------------------------------2201 //--------------------------------------------------------------------------------------------------2208 //--------------------------------------------------------------------------------------------------2210 * This function must be called to get the Ec/Io; the received energy per chip divided by the power2211 * density in the band measured in dBm on the primary CPICH channel of serving cell (negative value)2222 //--------------------------------------------------------------------------------------------------2229 //--------------------------------------------------------------------------------------------------2242 //--------------------------------------------------------------------------------------------------2255 //--------------------------------------------------------------------------------------------------2268 //--------------------------------------------------------------------------------------------------2281 //--------------------------------------------------------------------------------------------------2283 * This function must be called to measure the signal metrics. It creates and returns a reference2291 //--------------------------------------------------------------------------------------------------2297 //--------------------------------------------------------------------------------------------------2306 //--------------------------------------------------------------------------------------------------2313 //--------------------------------------------------------------------------------------------------2324 //--------------------------------------------------------------------------------------------------2331 //--------------------------------------------------------------------------------------------------2333 * This function returns the signal strength in dBm and the bit error rate measured on GSM network.2344 //--------------------------------------------------------------------------------------------------2355 //--------------------------------------------------------------------------------------------------2368 //--------------------------------------------------------------------------------------------------2388 //--------------------------------------------------------------------------------------------------2402 //--------------------------------------------------------------------------------------------------2419 //--------------------------------------------------------------------------------------------------2433 //--------------------------------------------------------------------------------------------------2453 //--------------------------------------------------------------------------------------------------2459 * @note When the module is in UMTS network, the API returns the serving UTRAN Cell Identity (UC-Id)2461 * It is composed of the Controlling Radio Network Controller Identifier (CRNC-Id, 12 bits) and the2463 * The Cell Identifier is coded in the lower 2 bytes of the 4 bytes UC-Id and the CRNC-Id is coded2469 //--------------------------------------------------------------------------------------------------2475 //--------------------------------------------------------------------------------------------------2483 //--------------------------------------------------------------------------------------------------2489 //--------------------------------------------------------------------------------------------------2497 //--------------------------------------------------------------------------------------------------2503 //--------------------------------------------------------------------------------------------------2514 //--------------------------------------------------------------------------------------------------2521 //--------------------------------------------------------------------------------------------------2532 //--------------------------------------------------------------------------------------------------2539 //--------------------------------------------------------------------------------------------------2550 //--------------------------------------------------------------------------------------------------2557 //--------------------------------------------------------------------------------------------------2564 //--------------------------------------------------------------------------------------------------2573 //--------------------------------------------------------------------------------------------------2577 //--------------------------------------------------------------------------------------------------2584 //--------------------------------------------------------------------------------------------------2591 //--------------------------------------------------------------------------------------------------2600 //--------------------------------------------------------------------------------------------------2604 //--------------------------------------------------------------------------------------------------2611 //--------------------------------------------------------------------------------------------------2617 //--------------------------------------------------------------------------------------------------2626 //--------------------------------------------------------------------------------------------------2630 //--------------------------------------------------------------------------------------------------2637 //--------------------------------------------------------------------------------------------------2650 //--------------------------------------------------------------------------------------------------2656 //--------------------------------------------------------------------------------------------------2665 //--------------------------------------------------------------------------------------------------2671 //--------------------------------------------------------------------------------------------------2684 //--------------------------------------------------------------------------------------------------2692 //--------------------------------------------------------------------------------------------------2704 //--------------------------------------------------------------------------------------------------2712 //--------------------------------------------------------------------------------------------------2714 * Get the serving cell radio frequency channel number. The EARFCN is in the range from 0 to 262143.2716 * @return The serving cell frequency channel number. UINT32_MAX value is returned if the value is2719 //--------------------------------------------------------------------------------------------------2725 //--------------------------------------------------------------------------------------------------2730 * @return The neighbor cell frequency channel number. UINT32_MAX value is returned if the value is2733 //--------------------------------------------------------------------------------------------------2740 //--------------------------------------------------------------------------------------------------2745 * @return The serving cell timing advance index value. UINT32_MAX value is returned if the value2748 //--------------------------------------------------------------------------------------------------2754 //--------------------------------------------------------------------------------------------------2761 //--------------------------------------------------------------------------------------------------2767 //--------------------------------------------------------------------------------------------------2774 //--------------------------------------------------------------------------------------------------2781 //--------------------------------------------------------------------------------------------------2790 //--------------------------------------------------------------------------------------------------2797 //--------------------------------------------------------------------------------------------------2806 //--------------------------------------------------------------------------------------------------le_result_t le_mrc_GetLteBandCapabilities(le_mrc_LteBandBitMask_t *bandMaskPtrPtr)uint32_t le_mrc_GetNeighborCellId(le_mrc_CellInfoRef_t ngbrCellInfoRef)le_result_t le_mrc_GetPreferredOperatorDetails(le_mrc_PreferredOperatorRef_t preferredOperatorRef, char *mccPtr, size_t mccPtrSize, char *mncPtr, size_t mncPtrSize, le_mrc_RatBitMask_t *ratMaskPtr)le_result_t le_mrc_GetGsmSignalMetrics(le_mrc_MetricsRef_t MetricsRef, int32_t *rssiPtr, uint32_t *berPtr)le_result_t le_mrc_GetSignalQual(uint32_t *qualityPtr)uint16_t le_mrc_GetServingCellLteTracAreaCode(void)void le_mrc_DeleteNeighborCellsInfo(le_mrc_NeighborCellsRef_t ngbrCellsRef)le_mrc_CellInfoRef_t le_mrc_GetNextNeighborCellInfo(le_mrc_NeighborCellsRef_t ngbrCellsRef)void le_mrc_RemovePacketSwitchedChangeHandler(le_mrc_PacketSwitchedChangeHandlerRef_t handlerRef)le_result_t le_mrc_GetNetRegState(le_mrc_NetRegState_t *statePtr)le_mrc_RatChangeHandlerRef_t le_mrc_AddRatChangeHandler(le_mrc_RatChangeHandlerFunc_t handlerPtr, void *contextPtr)le_result_t le_mrc_SetAutomaticRegisterMode(void)le_result_t le_mrc_SetSignalStrengthIndThresholds(le_mrc_Rat_t rat, int32_t lowerRangeThreshold, int32_t upperRangeThreshold)le_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:529le_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)le_result_t le_mrc_SetTdScdmaBandPreferences(le_mrc_TdScdmaBandBitMask_t bandMask)le_result_t le_mrc_GetPacketSwitchedState(le_mrc_NetRegState_t *statePtr)le_result_t le_mrc_GetNeighborCellGsmBsic(le_mrc_CellInfoRef_t ngbrCellInfoRef, uint8_t *bsicPtr)le_mrc_Rat_t le_mrc_GetRatOfSignalMetrics(le_mrc_MetricsRef_t MetricsRef)le_result_t le_mrc_GetTdScdmaBandPreferences(le_mrc_TdScdmaBandBitMask_t *bandMaskPtrPtr)void le_mrc_DeleteSignalMetrics(le_mrc_MetricsRef_t MetricsRef)le_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)uint32_t le_mrc_GetNeighborCellEarfcn(le_mrc_CellInfoRef_t ngbrCellInfoRef)le_mrc_PlmnInformationRef_t le_mrc_GetNextPlmnInfo(le_mrc_PciScanInformationRef_t plmnRef)le_result_t le_mrc_TryConnectService(void)le_mrc_NetRegRejectHandlerRef_t le_mrc_AddNetRegRejectHandler(le_mrc_NetRegRejectHandlerFunc_t handlerPtr, void *contextPtr)uint16_t le_mrc_GetPhysicalServingLteCellId(void)le_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)le_result_t le_mrc_GetServingCellGsmBsic(uint8_t *BSICPtr)void le_mrc_RemoveSignalStrengthChangeHandler(le_mrc_SignalStrengthChangeHandlerRef_t handlerRef)le_result_t le_mrc_SetSarBackoffState(uint8_t state)le_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)uint32_t le_mrc_GetServingCellTimingAdvance(void)void le_mrc_RemoveNetRegRejectHandler(le_mrc_NetRegRejectHandlerRef_t handlerRef)le_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)le_mrc_PciScanInformationRef_t le_mrc_GetNextPciScanInfo(le_mrc_PciScanInformationListRef_t scanInformationListRef)int32_t le_mrc_GetPlatformSpecificRegistrationErrorCode(void)le_mrc_PreferredOperatorRef_t le_mrc_GetNextPreferredOperator(le_mrc_PreferredOperatorListRef_t preferredOperatorListRef)void le_mrc_SetManualRegisterModeAsync(const char *LE_NONNULL mcc, const char *LE_NONNULL mnc, le_mrc_ManualSelectionHandlerFunc_t handlerPtr, void *contextPtr)LE_FULL_API void le_mrc_SetServerDisconnectHandler(le_mrc_DisconnectHandler_t disconnectHandler, void *contextPtr)le_result_t le_mrc_GetTdScdmaBandCapabilities(le_mrc_TdScdmaBandBitMask_t *bandMaskPtrPtr)le_result_t le_mrc_GetRegisterMode(bool *isManualPtrPtr, char *mccPtr, size_t mccPtrSize, char *mncPtr, size_t mncPtrSize)le_result_t le_mrc_SetLteBandPreferences(le_mrc_LteBandBitMask_t bandMask)bool le_mrc_IsCellularNetworkForbidden(le_mrc_ScanInformationRef_t scanInformationRef)int32_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)le_result_t le_mrc_GetCurrentNetworkName(char *nameStr, size_t nameStrSize)le_result_t le_mrc_GetRadioAccessTechInUse(le_mrc_Rat_t *ratPtr)le_mrc_PreferredOperatorListRef_t le_mrc_GetPreferredOperatorsList(void)le_result_t le_mrc_GetLteBandPreferences(le_mrc_LteBandBitMask_t *bandMaskPtrPtr)le_result_t le_mrc_AddPreferredOperator(const char *LE_NONNULL mcc, const char *LE_NONNULL mnc, le_mrc_RatBitMask_t ratMask)le_result_t le_mrc_GetBandCapabilities(le_mrc_BandBitMask_t *bandMaskPtrPtr)bool le_mrc_IsCellularNetworkHome(le_mrc_ScanInformationRef_t scanInformationRef)le_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)le_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)uint32_t le_mrc_GetNeighborCellLocAreaCode(le_mrc_CellInfoRef_t ngbrCellInfoRef)le_mrc_MetricsRef_t le_mrc_MeasureSignalMetrics(void)uint32_t le_mrc_GetServingCellEarfcn(void)bool le_mrc_IsCellularNetworkAvailable(le_mrc_ScanInformationRef_t scanInformationRef)void le_mrc_DeletePciNetworkScan(le_mrc_PciScanInformationListRef_t scanInformationListRef)uint16_t le_mrc_GetPhysicalNeighborLteCellId(le_mrc_CellInfoRef_t ngbrCellInfoRef)uint16_t le_mrc_GetPciScanCellId(le_mrc_PciScanInformationRef_t pciScanInformationRef)void 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)void le_mrc_RemoveNetRegStateEventHandler(le_mrc_NetRegStateEventHandlerRef_t handlerRef)le_mrc_ScanInformationRef_t le_mrc_GetFirstCellularNetworkScan(le_mrc_ScanInformationListRef_t scanInformationListRef)le_mrc_Rat_t le_mrc_GetNeighborCellRat(le_mrc_CellInfoRef_t ngbrCellInfoRef)