le_ecall_interface.h
Go to the documentation of this file.
27 * The Mobile Network Operator handles the eCall like any other 112 call and routes the call to the30 * At the same time, a digital "minimum set of data" (MSD) message is sent over the voice call using56 * - le_ecall_ForceOnlyMode(): this function configures the eCall operation mode to eCall only, only62 * - le_ecall_ForcePersistentOnlyMode(): Same as le_ecall_ForceOnlyMode(), but the change persists71 * - le_ecall_GetConfiguredOperationMode(): this function allows the user to retrieve the configured109 * An application can also call le_ecall_GetTerminationReason() to retrieve the reason of the call111 * le_ecall_GetPlatformSpecificTerminationCode() to get platform specific termination code (refer116 * If another application tries to use the eCall service while a session is already in progress, the117 * le_ecall_StartManual(), le_ecall_StartAutomatic(), le_ecall_StartTest() functions will return a119 * application can follow the session progress with 'state' functions like le_ecall_GetState() and134 * @warning Those functions return a LE_DUPLICATE error when the MSD has been already imported with146 * The prepared MSD must answer the requirements described in the "EN 15722:2013" publication (this147 * publication has been prepared by Technical Committee CEN/TC 278 “Intelligent Transport Systems").152 * @warning The imported MSD overwrites the control flags (automaticActivation and testCall) set by160 * The MSD can be updated before calling le_ecall_SendMsd(), using the e_ecall_ImportMsd() function165 * To perform an emergency call following the ERA-GLONASS requirements, the 'systemStandard' entry178 * - le_ecall_SetEraGlonassAutoDialAttempts(): set the AUTO_DIAL_ATTEMPTS value. If a dial attempt184 * - le_ecall_SetEraGlonassDialDuration(): set the ECALL_DIAL_DURATION time. It is the maximum time271 * In the case of PAN-EUROPEAN, the redial can be performed as many times as desired but should be274 * In the case of ERA-GLONASS, the redial can be performed ECALL_MANUAL_DIAL_ATTEMPTS times within285 * A sample code that implements an eCall test session with a voice call connection can be found in305 * le_ecall_UseUSimNumbers() function can be recalled to indicate the modem to read the number to308 * The NAD (Network Access Device, i.e. the Modem) deregistration time value can be set or get with:319 * After termination of an emergency call the in-vehicle system remains registered on the network397 //--------------------------------------------------------------------------------------------------401 //--------------------------------------------------------------------------------------------------404 //--------------------------------------------------------------------------------------------------407 * Connect the current client thread to the service providing this API. Block until the service is410 * For each thread that wants to use this API, either ConnectService or TryConnectService must be411 * called before any other functions in this API. Normally, ConnectService is automatically called416 //--------------------------------------------------------------------------------------------------422 //--------------------------------------------------------------------------------------------------425 * Try to connect the current client thread to the service providing this API. Return with an error428 * For each thread that wants to use this API, either ConnectService or TryConnectService must be429 * called before any other functions in this API. Normally, ConnectService is automatically called438 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).441 //--------------------------------------------------------------------------------------------------447 //--------------------------------------------------------------------------------------------------451 * When a server connection is lost, call this handler then exit with LE_FATAL. If a program wants454 //--------------------------------------------------------------------------------------------------461 //--------------------------------------------------------------------------------------------------467 * longer a connection to the service, and the functions in this API can't be used. For details, see472 //--------------------------------------------------------------------------------------------------479 //--------------------------------------------------------------------------------------------------483 //--------------------------------------------------------------------------------------------------486 //--------------------------------------------------------------------------------------------------490 //--------------------------------------------------------------------------------------------------493 //--------------------------------------------------------------------------------------------------498 //--------------------------------------------------------------------------------------------------501 //--------------------------------------------------------------------------------------------------505 //--------------------------------------------------------------------------------------------------509 //--------------------------------------------------------------------------------------------------513 //--------------------------------------------------------------------------------------------------527 //--------------------------------------------------------------------------------------------------531 //--------------------------------------------------------------------------------------------------542 //--------------------------------------------------------------------------------------------------546 //--------------------------------------------------------------------------------------------------606 //--------------------------------------------------------------------------------------------------610 //--------------------------------------------------------------------------------------------------621 //--------------------------------------------------------------------------------------------------625 //--------------------------------------------------------------------------------------------------658 //--------------------------------------------------------------------------------------------------662 //--------------------------------------------------------------------------------------------------676 //--------------------------------------------------------------------------------------------------681 //--------------------------------------------------------------------------------------------------698 LE_ECALL_DIAG_RESULT_PRESENT_STATUS_INDICATOR_FAILURE = 0x4000, ///< Present Status indicator failure.702 LE_ECALL_DIAG_RESULT_PRESENT_BATTERY_VOLTAGE_LOW = 0x40000, ///< Present Battery voltage low failure.704 LE_ECALL_DIAG_RESULT_PRESENT_CRASH_SENSOR_FAILURE = 0x100000, ///< Present Crash sensor failure.706 LE_ECALL_DIAG_RESULT_PRESENT_FIRMWARE_IMAGE_CORRUPTION = 0x400000, ///< Present Firmware image corruption failure.707 LE_ECALL_DIAG_RESULT_FIRMWARE_IMAGE_CORRUPTION = 0x800000, ///< Firmware image corruption failure status.708 LE_ECALL_DIAG_RESULT_PRESENT_COMM_MODULE_INTERFACE_FAILURE = 0x1000000, ///< Present Comm module interface failure.709 LE_ECALL_DIAG_RESULT_COMM_MODULE_INTERFACE_FAILURE = 0x2000000, ///< Comm module interface failure status.710 LE_ECALL_DIAG_RESULT_PRESENT_GNSS_RECEIVER_FAILURE = 0x4000000, ///< Present GNSS receiver failure.714 LE_ECALL_DIAG_RESULT_PRESENT_GNSS_ANTENNA_FAILURE = 0x40000000, ///< Present GNSS antenna failure.716 LE_ECALL_DIAG_RESULT_PRESENT_COMM_MODULE_FAILURE = 0x100000000, ///< Present Comm module failure.718 LE_ECALL_DIAG_RESULT_PRESENT_EVENTS_MEMORY_OVERFLOW = 0x400000000, ///< Present Events memory overflow.720 LE_ECALL_DIAG_RESULT_PRESENT_CRASH_PROFILE_MEMORY_OVERFLOW = 0x1000000000, ///< Present Crash profile memory overflow.721 LE_ECALL_DIAG_RESULT_CRASH_PROFILE_MEMORY_OVERFLOW = 0x2000000000, ///< Crash profile memory overflow status.722 LE_ECALL_DIAG_RESULT_PRESENT_OTHER_CRITICAL_FAILURES = 0x4000000000, ///< Present Other critical failures.723 LE_ECALL_DIAG_RESULT_OTHER_CRITICAL_FAILURES = 0x8000000000, ///< Other critical failures status.724 LE_ECALL_DIAG_RESULT_PRESENT_OTHER_NOT_CRITICAL_FAILURES = 0x10000000000, ///< Present Other not critical failures.725 LE_ECALL_DIAG_RESULT_OTHER_NOT_CRITICAL_FAILURES = 0x20000000000 ///< Other not critical failures status.730 //--------------------------------------------------------------------------------------------------735 //--------------------------------------------------------------------------------------------------750 LE_ECALL_CRASH_INFO_PRESENT_CRASH_FRONT_OR_SIDE = 0x1000, ///< Present Front or side collision indicator.752 LE_ECALL_CRASH_INFO_PRESENT_CRASH_ANOTHER_TYPE = 0x4000, ///< Present Other types of damage indicator.758 //--------------------------------------------------------------------------------------------------762 //--------------------------------------------------------------------------------------------------766 //--------------------------------------------------------------------------------------------------771 //--------------------------------------------------------------------------------------------------773 (782 //--------------------------------------------------------------------------------------------------794 //--------------------------------------------------------------------------------------------------800 //--------------------------------------------------------------------------------------------------808 //--------------------------------------------------------------------------------------------------814 //--------------------------------------------------------------------------------------------------816 * This function exits from eCall Only mode. It configures the eCall operation mode to Normal mode,817 * the modem uses the default operation mode at power up (or after U/SIM hotswap). The modem behaves818 * following the U/SIM eCall operation mode; for example the U/SIM can be configured only for eCall,825 //--------------------------------------------------------------------------------------------------831 //--------------------------------------------------------------------------------------------------842 //--------------------------------------------------------------------------------------------------849 //--------------------------------------------------------------------------------------------------856 //--------------------------------------------------------------------------------------------------865 //--------------------------------------------------------------------------------------------------869 //--------------------------------------------------------------------------------------------------876 //--------------------------------------------------------------------------------------------------889 //--------------------------------------------------------------------------------------------------895 //--------------------------------------------------------------------------------------------------902 //--------------------------------------------------------------------------------------------------909 //--------------------------------------------------------------------------------------------------918 //--------------------------------------------------------------------------------------------------925 //--------------------------------------------------------------------------------------------------934 //--------------------------------------------------------------------------------------------------941 //--------------------------------------------------------------------------------------------------950 //--------------------------------------------------------------------------------------------------957 //--------------------------------------------------------------------------------------------------966 //--------------------------------------------------------------------------------------------------973 //--------------------------------------------------------------------------------------------------982 //--------------------------------------------------------------------------------------------------989 //--------------------------------------------------------------------------------------------------998 //--------------------------------------------------------------------------------------------------1005 //--------------------------------------------------------------------------------------------------1014 //--------------------------------------------------------------------------------------------------1022 //--------------------------------------------------------------------------------------------------1032 //--------------------------------------------------------------------------------------------------1041 //--------------------------------------------------------------------------------------------------1050 //--------------------------------------------------------------------------------------------------1057 //--------------------------------------------------------------------------------------------------1068 //--------------------------------------------------------------------------------------------------1075 //--------------------------------------------------------------------------------------------------1083 //--------------------------------------------------------------------------------------------------1090 //--------------------------------------------------------------------------------------------------1101 //--------------------------------------------------------------------------------------------------1108 //--------------------------------------------------------------------------------------------------1120 //--------------------------------------------------------------------------------------------------1141 //--------------------------------------------------------------------------------------------------1143 * Set the position Delta N-1 from position set in le_ecall_SetMsdPosition() transmitted by the MSD.1153 //--------------------------------------------------------------------------------------------------1170 //--------------------------------------------------------------------------------------------------1172 * Set the position Delta N-2 from position set in le_ecall_SetMsdPositionN1() transmitted by the MSD.1182 //--------------------------------------------------------------------------------------------------1199 //--------------------------------------------------------------------------------------------------1210 //--------------------------------------------------------------------------------------------------1219 //--------------------------------------------------------------------------------------------------1234 //--------------------------------------------------------------------------------------------------1245 //--------------------------------------------------------------------------------------------------1259 //--------------------------------------------------------------------------------------------------1270 //--------------------------------------------------------------------------------------------------1282 //--------------------------------------------------------------------------------------------------1289 //--------------------------------------------------------------------------------------------------1301 //--------------------------------------------------------------------------------------------------1308 //--------------------------------------------------------------------------------------------------1320 //--------------------------------------------------------------------------------------------------1327 //--------------------------------------------------------------------------------------------------1339 //--------------------------------------------------------------------------------------------------1346 //--------------------------------------------------------------------------------------------------1355 //--------------------------------------------------------------------------------------------------1362 //--------------------------------------------------------------------------------------------------1371 //--------------------------------------------------------------------------------------------------1378 //--------------------------------------------------------------------------------------------------1382 * @note That PSAP number is not applied to Manually or Automatically initiated eCall. For those1391 * @note If PSAP number is too long (max LE_MDMDEFS_PHONE_NUM_MAX_LEN digits), it is a fatal error,1394 //--------------------------------------------------------------------------------------------------1402 //--------------------------------------------------------------------------------------------------1407 * @note That PSAP number is not applied to Manually or Automatically initiated eCall. For those1416 //--------------------------------------------------------------------------------------------------1425 //--------------------------------------------------------------------------------------------------1427 * This function can be recalled to indicate the modem to read the number to dial from the FDN/SDN1434 //--------------------------------------------------------------------------------------------------1440 //--------------------------------------------------------------------------------------------------1450 //--------------------------------------------------------------------------------------------------1457 //--------------------------------------------------------------------------------------------------1465 //--------------------------------------------------------------------------------------------------1472 //--------------------------------------------------------------------------------------------------1480 //--------------------------------------------------------------------------------------------------1487 //--------------------------------------------------------------------------------------------------1495 //--------------------------------------------------------------------------------------------------1502 //--------------------------------------------------------------------------------------------------1505 * failed, it should be repeated maximally ECALL_MANUAL_DIAL_ATTEMPTS-1 times within the maximal1507 * Redial attempts stop once the call has been cleared down correctly, or if counter/timer reached1514 //--------------------------------------------------------------------------------------------------1521 //--------------------------------------------------------------------------------------------------1523 * Set tthe AUTO_DIAL_ATTEMPTS value. If a dial attempt under automatic emergency call initiation1524 * failed, it should be repeated maximally ECALL_AUTO_DIAL_ATTEMPTS-1 times within the maximal time1526 * Redial attempts stop once the call has been cleared down correctly, or if counter/timer reached1533 //--------------------------------------------------------------------------------------------------1540 //--------------------------------------------------------------------------------------------------1542 * Set the ECALL_DIAL_DURATION time. It's the maximum time the IVS have to connect the emergency1551 //--------------------------------------------------------------------------------------------------1558 //--------------------------------------------------------------------------------------------------1566 //--------------------------------------------------------------------------------------------------1573 //--------------------------------------------------------------------------------------------------1581 //--------------------------------------------------------------------------------------------------1588 //--------------------------------------------------------------------------------------------------1596 //--------------------------------------------------------------------------------------------------1603 //--------------------------------------------------------------------------------------------------1612 //--------------------------------------------------------------------------------------------------1621 //--------------------------------------------------------------------------------------------------1623 * Reset the ERA-GLONASS crash severity parameter. Therefore that optional parameter is not included1631 //--------------------------------------------------------------------------------------------------1638 //--------------------------------------------------------------------------------------------------1647 //--------------------------------------------------------------------------------------------------1656 //--------------------------------------------------------------------------------------------------1666 //--------------------------------------------------------------------------------------------------1673 //--------------------------------------------------------------------------------------------------1682 //--------------------------------------------------------------------------------------------------1691 //--------------------------------------------------------------------------------------------------1701 //--------------------------------------------------------------------------------------------------1708 //--------------------------------------------------------------------------------------------------1717 //--------------------------------------------------------------------------------------------------1724 //--------------------------------------------------------------------------------------------------1733 //--------------------------------------------------------------------------------------------------AL-ACK clear-down received.Definition: le_ecall_interface.h:573Present Left collision indicator.Definition: le_ecall_interface.h:740int32_t le_ecall_GetPlatformSpecificTerminationCode(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_SetMsdVersion(uint32_t msdVersion)le_result_t le_ecall_StartTest(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_SetMsdPositionN2(le_ecall_CallRef_t ecallRef, int32_t latitudeDeltaN2, int32_t longitudeDeltaN2)Persistent eCall only mode.Definition: le_ecall_interface.h:521Timeout for Timer T5 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:592Present Battery failure.Definition: le_ecall_interface.h:700Definition: le_ecall_interface.h:580le_result_t le_ecall_ForceOnlyMode(void)Present Right speaker failure.Definition: le_ecall_interface.h:688le_result_t le_ecall_SendMsd(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_ResetMsdEraGlonassCrashSeverity(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_SetEraGlonassDialDuration(uint16_t duration)le_result_t le_ecall_GetMsdVersion(uint32_t *msdVersionPtr)Present Comm module interface failure.Definition: le_ecall_interface.h:708Present Other critical failures.Definition: le_ecall_interface.h:722le_result_t le_ecall_SetMsdEraGlonassDiagnosticResult(le_ecall_CallRef_t ecallRef, le_ecall_DiagnosticResultBitMask_t diagnosticResultMask)Definition: le_ecall_interface.h:518Present Battery voltage low failure.Definition: le_ecall_interface.h:702le_result_t le_ecall_SetMsdEraGlonassCrashSeverity(le_ecall_CallRef_t ecallRef, uint32_t crashSeverity)le_result_t le_ecall_ForcePersistentOnlyMode(void)Front or side collision indicator.Definition: le_ecall_interface.h:751le_result_t le_ecall_SetMsdTxMode(le_ecall_MsdTxMode_t mode)void le_ecall_ConnectService(void)Timeout for Timer T10 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:600Firmware image corruption failure status.Definition: le_ecall_interface.h:707Present Side collision indicator.Definition: le_ecall_interface.h:748Present Mic connection failure.Definition: le_ecall_interface.h:684Right speaker failure status.Definition: le_ecall_interface.h:689Present Right collision indicator.Definition: le_ecall_interface.h:742Other critical failures status.Definition: le_ecall_interface.h:723Crash profile memory overflow status.Definition: le_ecall_interface.h:721le_result_t le_ecall_GetMsdTxMode(le_ecall_MsdTxMode_t *modePtr)le_result_t le_ecall_GetVehicleType(le_ecall_MsdVehicleType_t *vehicleTypePtr)Present Crash profile memory overflow.Definition: le_ecall_interface.h:720Present Front or side collision indicator.Definition: le_ecall_interface.h:750le_result_t le_ecall_ResetMsdEraGlonassCrashInfo(le_ecall_CallRef_t ecallRef)Left speaker failure status.Definition: le_ecall_interface.h:691le_result_t le_ecall_SetVIN(const char *vin)Present Other not critical failures.Definition: le_ecall_interface.h:724Ignition line failure status.Definition: le_ecall_interface.h:695Pull mode (modem/host waits for MSD request from PSAP to send MSD).Definition: le_ecall_interface.h:613struct le_ecall_StateChangeHandler * le_ecall_StateChangeHandlerRef_tDefinition: le_ecall_interface.h:763le_result_t le_ecall_GetConfiguredOperationMode(le_ecall_OpMode_t *opModePtr)GNSS antenna failure status.Definition: le_ecall_interface.h:715le_result_t le_ecall_SetNadDeregistrationTime(uint16_t deregTime)Present GNSS receiver failure.Definition: le_ecall_interface.h:710void le_ecall_SetServerDisconnectHandler(le_ecall_DisconnectHandler_t disconnectHandler, void *contextPtr)void le_ecall_DisconnectService(void)Push mode (modem/host sends MSD to PSAP right after eCall is connected).Definition: le_ecall_interface.h:615le_result_t le_ecall_SetEraGlonassAutoDialAttempts(uint16_t attempts)Other types of damage indicator.Definition: le_ecall_interface.h:753le_result_t le_ecall_SetEraGlonassManualDialAttempts(uint16_t attempts)Timeout for Timer T6 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:594PSAP start indication received.Definition: le_ecall_interface.h:559Light commercial vehicles (Class N1)Definition: le_ecall_interface.h:634le_mcc_TerminationReason_t le_ecall_GetTerminationReason(le_ecall_CallRef_t ecallRef)void le_ecall_RemoveStateChangeHandler(le_ecall_StateChangeHandlerRef_t handlerRef)le_ecall_DiagnosticResultBitMask_tDefinition: le_ecall_interface.h:682Present Front collision indicator.Definition: le_ecall_interface.h:738Other not critical failures status.Definition: le_ecall_interface.h:725le_result_t le_ecall_SetMsdPassengersCount(le_ecall_CallRef_t ecallRef, uint32_t paxCount)Timeout for Timer T3 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:590Present Other types of damage indicator.Definition: le_ecall_interface.h:752le_ecall_State_t le_ecall_GetState(le_ecall_CallRef_t ecallRef)Waiting for PSAP start indication.Definition: le_ecall_interface.h:557le_result_t le_ecall_End(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_StartManual(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_ResetMsdEraGlonassDiagnosticResult(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_GetSystemStandard(le_ecall_SystemStandard_t *systemStandardPtr)Timeout for Timer T7 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:596Comm module failure status.Definition: le_ecall_interface.h:717le_result_t le_ecall_SetMsdEraGlonassCrashInfo(le_ecall_CallRef_t ecallRef, le_ecall_CrashInfoBitMask_t crashInfoMask)Events memory overflow status.Definition: le_ecall_interface.h:719Timeout for Timer T2 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:588Present GNSS antenna failure.Definition: le_ecall_interface.h:714void(* le_ecall_DisconnectHandler_t)(void *)Definition: le_ecall_interface.h:402le_result_t le_ecall_SetMsdPosition(le_ecall_CallRef_t ecallRef, bool isTrusted, int32_t latitude, int32_t longitude, int32_t direction)le_result_t le_ecall_SetVehicleType(le_ecall_MsdVehicleType_t vehicleType)Present Rollover indicator.Definition: le_ecall_interface.h:746le_ecall_CallRef_t le_ecall_Create(void)Status indicator failure status.Definition: le_ecall_interface.h:699le_result_t le_ecall_ImportMsd(le_ecall_CallRef_t ecallRef, const uint8_t *msdPtr, size_t msdSize)Present Left speaker failure.Definition: le_ecall_interface.h:690le_result_t le_ecall_UseUSimNumbers(void)le_result_t le_ecall_SetPsapNumber(const char *psap)le_result_t le_ecall_GetEraGlonassManualDialAttempts(uint16_t *attemptsPtr)Present Status indicator failure.Definition: le_ecall_interface.h:698le_result_t le_ecall_GetNadDeregistrationTime(uint16_t *deregTimePtr)le_result_t le_ecall_GetEraGlonassAutoDialAttempts(uint16_t *attemptsPtr)le_result_t le_ecall_ExitOnlyMode(void)le_result_t le_ecall_SetMsdPositionN1(le_ecall_CallRef_t ecallRef, int32_t latitudeDeltaN1, int32_t longitudeDeltaN1)le_result_t le_ecall_GetPropulsionType(le_ecall_PropulsionTypeBitMask_t *propulsionTypePtr)void(* le_ecall_StateChangeHandlerFunc_t)(le_ecall_CallRef_t ecallRef, le_ecall_State_t state, void *contextPtr)Definition: le_ecall_interface.h:773Present Crash sensor failure.Definition: le_ecall_interface.h:704le_result_t le_ecall_GetEraGlonassDialDuration(uint16_t *durationPtr)Present Speaker failure.Definition: le_ecall_interface.h:692Battery voltage low failure status.Definition: le_ecall_interface.h:703le_result_t le_ecall_SetIntervalBetweenDialAttempts(uint16_t pause)Definition: le_ecall_interface.h:575Present Events memory overflow.Definition: le_ecall_interface.h:718Compressed natural gas propulsion.Definition: le_ecall_interface.h:667le_result_t le_ecall_StartAutomatic(le_ecall_CallRef_t ecallRef)Comm module interface failure status.Definition: le_ecall_interface.h:709GNSS receiver failure status.Definition: le_ecall_interface.h:711eCall session has lost synchronization and starts over.Definition: le_ecall_interface.h:578Present Comm module failure.Definition: le_ecall_interface.h:716Timeout for Timer T9 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:598Mic connection failure status.Definition: le_ecall_interface.h:685le_result_t le_ecall_TryConnectService(void)le_ecall_StateChangeHandlerRef_t le_ecall_AddStateChangeHandler(le_ecall_StateChangeHandlerFunc_t handlerPtr, void *contextPtr)le_result_t le_ecall_ExportMsd(le_ecall_CallRef_t ecallRef, uint8_t *msdPtr, size_t *msdSizePtr)le_result_t le_ecall_GetPsapNumber(char *psap, size_t psapSize)le_result_t le_ecall_GetVIN(char *vin, size_t vinSize)Present Firmware image corruption failure.Definition: le_ecall_interface.h:706void le_ecall_Delete(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_SetSystemStandard(le_ecall_SystemStandard_t systemStandard)Present Ignition line failure.Definition: le_ecall_interface.h:694le_result_t le_ecall_SetPropulsionType(le_ecall_PropulsionTypeBitMask_t propulsionType)le_ecall_PropulsionTypeBitMask_tDefinition: le_ecall_interface.h:663le_result_t le_ecall_GetIntervalBetweenDialAttempts(uint16_t *pausePtr)Crash sensor failure status.Definition: le_ecall_interface.h:705