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:343 * After termination of an emergency call the in-vehicle system remains registered on the network421 //--------------------------------------------------------------------------------------------------425 //--------------------------------------------------------------------------------------------------428 //--------------------------------------------------------------------------------------------------431 * Connect the current client thread to the service providing this API. Block until the service is434 * For each thread that wants to use this API, either ConnectService or TryConnectService must be435 * called before any other functions in this API. Normally, ConnectService is automatically called440 //--------------------------------------------------------------------------------------------------446 //--------------------------------------------------------------------------------------------------449 * Try to connect the current client thread to the service providing this API. Return with an error452 * For each thread that wants to use this API, either ConnectService or TryConnectService must be453 * called before any other functions in this API. Normally, ConnectService is automatically called462 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).465 //--------------------------------------------------------------------------------------------------471 //--------------------------------------------------------------------------------------------------475 * When a server connection is lost, call this handler then exit with LE_FATAL. If a program wants478 //--------------------------------------------------------------------------------------------------485 //--------------------------------------------------------------------------------------------------491 * longer a connection to the service, and the functions in this API can't be used. For details, see496 //--------------------------------------------------------------------------------------------------503 //--------------------------------------------------------------------------------------------------507 //--------------------------------------------------------------------------------------------------510 //--------------------------------------------------------------------------------------------------514 //--------------------------------------------------------------------------------------------------517 //--------------------------------------------------------------------------------------------------522 //--------------------------------------------------------------------------------------------------525 //--------------------------------------------------------------------------------------------------529 //--------------------------------------------------------------------------------------------------533 //--------------------------------------------------------------------------------------------------537 //--------------------------------------------------------------------------------------------------551 //--------------------------------------------------------------------------------------------------555 //--------------------------------------------------------------------------------------------------566 //--------------------------------------------------------------------------------------------------570 //--------------------------------------------------------------------------------------------------630 //--------------------------------------------------------------------------------------------------634 //--------------------------------------------------------------------------------------------------645 //--------------------------------------------------------------------------------------------------649 //--------------------------------------------------------------------------------------------------682 //--------------------------------------------------------------------------------------------------686 //--------------------------------------------------------------------------------------------------700 //--------------------------------------------------------------------------------------------------705 //--------------------------------------------------------------------------------------------------722 LE_ECALL_DIAG_RESULT_PRESENT_STATUS_INDICATOR_FAILURE = 0x4000, ///< Present Status indicator failure.726 LE_ECALL_DIAG_RESULT_PRESENT_BATTERY_VOLTAGE_LOW = 0x40000, ///< Present Battery voltage low failure.728 LE_ECALL_DIAG_RESULT_PRESENT_CRASH_SENSOR_FAILURE = 0x100000, ///< Present Crash sensor failure.730 LE_ECALL_DIAG_RESULT_PRESENT_FIRMWARE_IMAGE_CORRUPTION = 0x400000, ///< Present Firmware image corruption failure.731 LE_ECALL_DIAG_RESULT_FIRMWARE_IMAGE_CORRUPTION = 0x800000, ///< Firmware image corruption failure status.732 LE_ECALL_DIAG_RESULT_PRESENT_COMM_MODULE_INTERFACE_FAILURE = 0x1000000, ///< Present Comm module interface failure.733 LE_ECALL_DIAG_RESULT_COMM_MODULE_INTERFACE_FAILURE = 0x2000000, ///< Comm module interface failure status.734 LE_ECALL_DIAG_RESULT_PRESENT_GNSS_RECEIVER_FAILURE = 0x4000000, ///< Present GNSS receiver failure.738 LE_ECALL_DIAG_RESULT_PRESENT_GNSS_ANTENNA_FAILURE = 0x40000000, ///< Present GNSS antenna failure.740 LE_ECALL_DIAG_RESULT_PRESENT_COMM_MODULE_FAILURE = 0x100000000, ///< Present Comm module failure.742 LE_ECALL_DIAG_RESULT_PRESENT_EVENTS_MEMORY_OVERFLOW = 0x400000000, ///< Present Events memory overflow.744 LE_ECALL_DIAG_RESULT_PRESENT_CRASH_PROFILE_MEMORY_OVERFLOW = 0x1000000000, ///< Present Crash profile memory overflow.745 LE_ECALL_DIAG_RESULT_CRASH_PROFILE_MEMORY_OVERFLOW = 0x2000000000, ///< Crash profile memory overflow status.746 LE_ECALL_DIAG_RESULT_PRESENT_OTHER_CRITICAL_FAILURES = 0x4000000000, ///< Present Other critical failures.747 LE_ECALL_DIAG_RESULT_OTHER_CRITICAL_FAILURES = 0x8000000000, ///< Other critical failures status.748 LE_ECALL_DIAG_RESULT_PRESENT_OTHER_NOT_CRITICAL_FAILURES = 0x10000000000, ///< Present Other not critical failures.749 LE_ECALL_DIAG_RESULT_OTHER_NOT_CRITICAL_FAILURES = 0x20000000000 ///< Other not critical failures status.754 //--------------------------------------------------------------------------------------------------759 //--------------------------------------------------------------------------------------------------774 LE_ECALL_CRASH_INFO_PRESENT_CRASH_FRONT_OR_SIDE = 0x1000, ///< Present Front or side collision indicator.776 LE_ECALL_CRASH_INFO_PRESENT_CRASH_ANOTHER_TYPE = 0x4000, ///< Present Other types of damage indicator.782 //--------------------------------------------------------------------------------------------------786 //--------------------------------------------------------------------------------------------------790 //--------------------------------------------------------------------------------------------------795 //--------------------------------------------------------------------------------------------------797 (806 //--------------------------------------------------------------------------------------------------818 //--------------------------------------------------------------------------------------------------824 //--------------------------------------------------------------------------------------------------832 //--------------------------------------------------------------------------------------------------838 //--------------------------------------------------------------------------------------------------840 * This function exits from eCall Only mode. It configures the eCall operation mode to Normal mode,841 * the modem uses the default operation mode at power up (or after U/SIM hotswap). The modem behaves842 * following the U/SIM eCall operation mode; for example the U/SIM can be configured only for eCall,849 //--------------------------------------------------------------------------------------------------855 //--------------------------------------------------------------------------------------------------866 //--------------------------------------------------------------------------------------------------873 //--------------------------------------------------------------------------------------------------880 //--------------------------------------------------------------------------------------------------889 //--------------------------------------------------------------------------------------------------893 //--------------------------------------------------------------------------------------------------900 //--------------------------------------------------------------------------------------------------913 //--------------------------------------------------------------------------------------------------919 //--------------------------------------------------------------------------------------------------926 //--------------------------------------------------------------------------------------------------933 //--------------------------------------------------------------------------------------------------942 //--------------------------------------------------------------------------------------------------949 //--------------------------------------------------------------------------------------------------958 //--------------------------------------------------------------------------------------------------965 //--------------------------------------------------------------------------------------------------974 //--------------------------------------------------------------------------------------------------981 //--------------------------------------------------------------------------------------------------990 //--------------------------------------------------------------------------------------------------997 //--------------------------------------------------------------------------------------------------1006 //--------------------------------------------------------------------------------------------------1013 //--------------------------------------------------------------------------------------------------1022 //--------------------------------------------------------------------------------------------------1029 //--------------------------------------------------------------------------------------------------1038 //--------------------------------------------------------------------------------------------------1045 //--------------------------------------------------------------------------------------------------1055 //--------------------------------------------------------------------------------------------------1064 //--------------------------------------------------------------------------------------------------1073 //--------------------------------------------------------------------------------------------------1080 //--------------------------------------------------------------------------------------------------1091 //--------------------------------------------------------------------------------------------------1098 //--------------------------------------------------------------------------------------------------1106 //--------------------------------------------------------------------------------------------------1113 //--------------------------------------------------------------------------------------------------1124 //--------------------------------------------------------------------------------------------------1131 //--------------------------------------------------------------------------------------------------1143 //--------------------------------------------------------------------------------------------------1164 //--------------------------------------------------------------------------------------------------1166 * Set the position Delta N-1 from position set in le_ecall_SetMsdPosition() transmitted by the MSD.1176 //--------------------------------------------------------------------------------------------------1193 //--------------------------------------------------------------------------------------------------1195 * Set the position Delta N-2 from position set in le_ecall_SetMsdPositionN1() transmitted by the MSD.1205 //--------------------------------------------------------------------------------------------------1222 //--------------------------------------------------------------------------------------------------1233 //--------------------------------------------------------------------------------------------------1242 //--------------------------------------------------------------------------------------------------1257 //--------------------------------------------------------------------------------------------------1268 //--------------------------------------------------------------------------------------------------1282 //--------------------------------------------------------------------------------------------------1293 //--------------------------------------------------------------------------------------------------1305 //--------------------------------------------------------------------------------------------------1312 //--------------------------------------------------------------------------------------------------1324 //--------------------------------------------------------------------------------------------------1331 //--------------------------------------------------------------------------------------------------1343 //--------------------------------------------------------------------------------------------------1350 //--------------------------------------------------------------------------------------------------1362 //--------------------------------------------------------------------------------------------------1369 //--------------------------------------------------------------------------------------------------1378 //--------------------------------------------------------------------------------------------------1385 //--------------------------------------------------------------------------------------------------1394 //--------------------------------------------------------------------------------------------------1401 //--------------------------------------------------------------------------------------------------1405 * @note That PSAP number is not applied to Manually or Automatically initiated eCall. For those1414 * @note If PSAP number is too long (max LE_MDMDEFS_PHONE_NUM_MAX_LEN digits), it is a fatal error,1417 //--------------------------------------------------------------------------------------------------1424 //--------------------------------------------------------------------------------------------------1429 * @note That PSAP number is not applied to Manually or Automatically initiated eCall. For those1438 //--------------------------------------------------------------------------------------------------1447 //--------------------------------------------------------------------------------------------------1449 * This function can be recalled to indicate the modem to read the number to dial from the FDN/SDN1456 //--------------------------------------------------------------------------------------------------1462 //--------------------------------------------------------------------------------------------------1472 //--------------------------------------------------------------------------------------------------1479 //--------------------------------------------------------------------------------------------------1487 //--------------------------------------------------------------------------------------------------1494 //--------------------------------------------------------------------------------------------------1502 //--------------------------------------------------------------------------------------------------1509 //--------------------------------------------------------------------------------------------------1517 //--------------------------------------------------------------------------------------------------1524 //--------------------------------------------------------------------------------------------------1527 * failed, it should be repeated maximally ECALL_MANUAL_DIAL_ATTEMPTS-1 times within the maximal1529 * Redial attempts stop once the call has been cleared down correctly, or if counter/timer reached1536 //--------------------------------------------------------------------------------------------------1543 //--------------------------------------------------------------------------------------------------1545 * Set tthe AUTO_DIAL_ATTEMPTS value. If a dial attempt under automatic emergency call initiation1546 * failed, it should be repeated maximally ECALL_AUTO_DIAL_ATTEMPTS-1 times within the maximal time1548 * Redial attempts stop once the call has been cleared down correctly, or if counter/timer reached1555 //--------------------------------------------------------------------------------------------------1562 //--------------------------------------------------------------------------------------------------1564 * Set the ECALL_DIAL_DURATION time. It's the maximum time the IVS have to connect the emergency1573 //--------------------------------------------------------------------------------------------------1580 //--------------------------------------------------------------------------------------------------1588 //--------------------------------------------------------------------------------------------------1595 //--------------------------------------------------------------------------------------------------1603 //--------------------------------------------------------------------------------------------------1610 //--------------------------------------------------------------------------------------------------1618 //--------------------------------------------------------------------------------------------------1625 //--------------------------------------------------------------------------------------------------1634 //--------------------------------------------------------------------------------------------------1643 //--------------------------------------------------------------------------------------------------1645 * Reset the ERA-GLONASS crash severity parameter. Therefore that optional parameter is not included1653 //--------------------------------------------------------------------------------------------------1660 //--------------------------------------------------------------------------------------------------1669 //--------------------------------------------------------------------------------------------------1678 //--------------------------------------------------------------------------------------------------1688 //--------------------------------------------------------------------------------------------------1695 //--------------------------------------------------------------------------------------------------1704 //--------------------------------------------------------------------------------------------------1713 //--------------------------------------------------------------------------------------------------1723 //--------------------------------------------------------------------------------------------------1730 //--------------------------------------------------------------------------------------------------1739 //--------------------------------------------------------------------------------------------------1746 //--------------------------------------------------------------------------------------------------1755 //--------------------------------------------------------------------------------------------------AL-ACK clear-down received.Definition: le_ecall_interface.h:597Present Left collision indicator.Definition: le_ecall_interface.h:764int32_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:545Timeout for Timer T5 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:616le_result_t le_ecall_SetPsapNumber(const char *LE_NONNULL psap)Present Battery failure.Definition: le_ecall_interface.h:724Definition: le_ecall_interface.h:604le_result_t le_ecall_ForceOnlyMode(void)Present Right speaker failure.Definition: le_ecall_interface.h:712le_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:732Present Other critical failures.Definition: le_ecall_interface.h:746le_result_t le_ecall_SetMsdEraGlonassDiagnosticResult(le_ecall_CallRef_t ecallRef, le_ecall_DiagnosticResultBitMask_t diagnosticResultMask)Definition: le_ecall_interface.h:542Present Battery voltage low failure.Definition: le_ecall_interface.h:726le_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:775le_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:624Firmware image corruption failure status.Definition: le_ecall_interface.h:731Present Side collision indicator.Definition: le_ecall_interface.h:772Present Mic connection failure.Definition: le_ecall_interface.h:708Right speaker failure status.Definition: le_ecall_interface.h:713Present Right collision indicator.Definition: le_ecall_interface.h:766Other critical failures status.Definition: le_ecall_interface.h:747Crash profile memory overflow status.Definition: le_ecall_interface.h:745le_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:744Present Front or side collision indicator.Definition: le_ecall_interface.h:774le_result_t le_ecall_ResetMsdEraGlonassCrashInfo(le_ecall_CallRef_t ecallRef)Left speaker failure status.Definition: le_ecall_interface.h:715Present Other not critical failures.Definition: le_ecall_interface.h:748Ignition line failure status.Definition: le_ecall_interface.h:719Pull mode (modem/host waits for MSD request from PSAP to send MSD).Definition: le_ecall_interface.h:637struct le_ecall_StateChangeHandler * le_ecall_StateChangeHandlerRef_tDefinition: le_ecall_interface.h:787le_result_t le_ecall_GetConfiguredOperationMode(le_ecall_OpMode_t *opModePtr)GNSS antenna failure status.Definition: le_ecall_interface.h:739le_result_t le_ecall_SetNadDeregistrationTime(uint16_t deregTime)Present GNSS receiver failure.Definition: le_ecall_interface.h:734void 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:639le_result_t le_ecall_SetEraGlonassAutoDialAttempts(uint16_t attempts)Other types of damage indicator.Definition: le_ecall_interface.h:777le_result_t le_ecall_SetEraGlonassManualDialAttempts(uint16_t attempts)Timeout for Timer T6 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:618PSAP start indication received.Definition: le_ecall_interface.h:583Light commercial vehicles (Class N1)Definition: le_ecall_interface.h:658le_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:706Present Front collision indicator.Definition: le_ecall_interface.h:762Other not critical failures status.Definition: le_ecall_interface.h:749le_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:614Present Other types of damage indicator.Definition: le_ecall_interface.h:776le_ecall_State_t le_ecall_GetState(le_ecall_CallRef_t ecallRef)Waiting for PSAP start indication.Definition: le_ecall_interface.h:581le_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:620Comm module failure status.Definition: le_ecall_interface.h:741le_result_t le_ecall_SetMsdEraGlonassCrashInfo(le_ecall_CallRef_t ecallRef, le_ecall_CrashInfoBitMask_t crashInfoMask)Events memory overflow status.Definition: le_ecall_interface.h:743Timeout for Timer T2 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:612Present GNSS antenna failure.Definition: le_ecall_interface.h:738void(* le_ecall_DisconnectHandler_t)(void *)Definition: le_ecall_interface.h:426le_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:770le_ecall_CallRef_t le_ecall_Create(void)Status indicator failure status.Definition: le_ecall_interface.h:723le_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:714le_result_t le_ecall_UseUSimNumbers(void)le_result_t le_ecall_GetEraGlonassManualDialAttempts(uint16_t *attemptsPtr)Present Status indicator failure.Definition: le_ecall_interface.h:722le_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:797Present Crash sensor failure.Definition: le_ecall_interface.h:728le_result_t le_ecall_GetEraGlonassDialDuration(uint16_t *durationPtr)Present Speaker failure.Definition: le_ecall_interface.h:716Battery voltage low failure status.Definition: le_ecall_interface.h:727le_result_t le_ecall_SetIntervalBetweenDialAttempts(uint16_t pause)Definition: le_ecall_interface.h:599Present Events memory overflow.Definition: le_ecall_interface.h:742Compressed natural gas propulsion.Definition: le_ecall_interface.h:691le_result_t le_ecall_StartAutomatic(le_ecall_CallRef_t ecallRef)Comm module interface failure status.Definition: le_ecall_interface.h:733GNSS receiver failure status.Definition: le_ecall_interface.h:735eCall session has lost synchronization and starts over.Definition: le_ecall_interface.h:602Present Comm module failure.Definition: le_ecall_interface.h:740Timeout for Timer T9 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:622Mic connection failure status.Definition: le_ecall_interface.h:709le_result_t le_ecall_TryConnectService(void)le_result_t le_ecall_SetVIN(const char *LE_NONNULL vin)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:730void 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:718le_result_t le_ecall_SetPropulsionType(le_ecall_PropulsionTypeBitMask_t propulsionType)le_ecall_PropulsionTypeBitMask_tDefinition: le_ecall_interface.h:687le_result_t le_ecall_GetIntervalBetweenDialAttempts(uint16_t *pausePtr)Crash sensor failure status.Definition: le_ecall_interface.h:729