le_ecall_interface.h
Go to the documentation of this file.
25 * The Mobile Network Operator handles the eCall like any other 112 call and routes the call to the28 * At the same time, a digital "minimum set of data" (MSD) message is sent over the voice call using54 * - le_ecall_ForceOnlyMode(): this function configures the eCall operation mode to eCall only, only60 * - le_ecall_ForcePersistentOnlyMode(): Same as le_ecall_ForceOnlyMode(), but the change persists69 * - le_ecall_GetConfiguredOperationMode(): this function allows the user to retrieve the configured107 * An application can also call le_ecall_GetTerminationReason() to retrieve the reason of the call109 * le_ecall_GetPlatformSpecificTerminationCode() to get platform specific termination code (refer114 * If another application tries to use the eCall service while a session is already in progress, the115 * le_ecall_StartManual(), le_ecall_StartAutomatic(), le_ecall_StartTest() functions will return a117 * application can follow the session progress with 'state' functions like le_ecall_GetState() and132 * @warning Those functions return a LE_DUPLICATE error when the MSD has been already imported with144 * The prepared MSD must answer the requirements described in the "EN 15722:2013" publication (this145 * publication has been prepared by Technical Committee CEN/TC 278 “Intelligent Transport Systems").150 * @warning The imported MSD overwrites the control flags (automaticActivation and testCall) set by158 * The MSD can be updated before calling le_ecall_SendMsd(), using the e_ecall_ImportMsd() function163 * To perform an emergency call following the ERA-GLONASS requirements, the 'systemStandard' entry169 * - le_ecall_SetEraGlonassManualDialAttempts(): set the ECALL_MANUAL_DIAL_ATTEMPTS value. If a dial182 * - le_ecall_SetEraGlonassDialDuration(): set the ECALL_DIAL_DURATION time. It is the maximum time192 * - le_ecall_SetEraGlonassMSDMaxTransmissionTime(): sets the ECALL_MSD_MAX_TRANSMISSION_TIME time,202 * - le_ecall_GetEraGlonassMSDMaxTransmissionTime(): get the ECALL_MSD_MAX_TRANSMISSION_TIME time.351 * In the case of PAN-EUROPEAN, the redial can be performed as many times as desired but should be354 * In the case of ERA-GLONASS, the redial can be performed ECALL_MANUAL_DIAL_ATTEMPTS times within374 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" PsapNumber376 * @note That PSAP number is not applied to a manual or an automatically initiated eCall. For these385 * @note If FDN directory is updated with new dial numbers, be sure that the SIM card is refreshed.393 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" NadTime408 * network for the duration of this timer and then automatically deregisters from the network upon414 * - If its duration is set to one hour, the @ref LE_ECALL_STATE_TIMEOUT_T9 event will be reported.441 * After termination of an emergency call the in-vehicle system remains registered on the network453 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" DialTimer476 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" Standard482 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" MsdVersion488 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" Vehicle500 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" Propulsion507 * A sample code that implements an eCall test session with a voice call connection can be found in546 //--------------------------------------------------------------------------------------------------550 //--------------------------------------------------------------------------------------------------553 //--------------------------------------------------------------------------------------------------556 * Connect the current client thread to the service providing this API. Block until the service is559 * For each thread that wants to use this API, either ConnectService or TryConnectService must be560 * called before any other functions in this API. Normally, ConnectService is automatically called565 //--------------------------------------------------------------------------------------------------571 //--------------------------------------------------------------------------------------------------574 * Try to connect the current client thread to the service providing this API. Return with an error577 * For each thread that wants to use this API, either ConnectService or TryConnectService must be578 * called before any other functions in this API. Normally, ConnectService is automatically called587 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).590 //--------------------------------------------------------------------------------------------------596 //--------------------------------------------------------------------------------------------------600 * When a server connection is lost, call this handler then exit with LE_FATAL. If a program wants603 //--------------------------------------------------------------------------------------------------610 //--------------------------------------------------------------------------------------------------616 * longer a connection to the service, and the functions in this API can't be used. For details, see621 //--------------------------------------------------------------------------------------------------628 //--------------------------------------------------------------------------------------------------632 //--------------------------------------------------------------------------------------------------635 //--------------------------------------------------------------------------------------------------639 //--------------------------------------------------------------------------------------------------642 //--------------------------------------------------------------------------------------------------647 //--------------------------------------------------------------------------------------------------650 //--------------------------------------------------------------------------------------------------654 //--------------------------------------------------------------------------------------------------658 //--------------------------------------------------------------------------------------------------662 //--------------------------------------------------------------------------------------------------676 //--------------------------------------------------------------------------------------------------680 //--------------------------------------------------------------------------------------------------691 //--------------------------------------------------------------------------------------------------695 //--------------------------------------------------------------------------------------------------755 //--------------------------------------------------------------------------------------------------759 //--------------------------------------------------------------------------------------------------770 //--------------------------------------------------------------------------------------------------774 //--------------------------------------------------------------------------------------------------807 //--------------------------------------------------------------------------------------------------811 //--------------------------------------------------------------------------------------------------825 //--------------------------------------------------------------------------------------------------830 //--------------------------------------------------------------------------------------------------847 LE_ECALL_DIAG_RESULT_PRESENT_STATUS_INDICATOR_FAILURE = 0x4000, ///< Present Status indicator failure.851 LE_ECALL_DIAG_RESULT_PRESENT_BATTERY_VOLTAGE_LOW = 0x40000, ///< Present Battery voltage low failure.853 LE_ECALL_DIAG_RESULT_PRESENT_CRASH_SENSOR_FAILURE = 0x100000, ///< Present Crash sensor failure.855 LE_ECALL_DIAG_RESULT_PRESENT_FIRMWARE_IMAGE_CORRUPTION = 0x400000, ///< Present Firmware image corruption failure.856 LE_ECALL_DIAG_RESULT_FIRMWARE_IMAGE_CORRUPTION = 0x800000, ///< Firmware image corruption failure status.857 LE_ECALL_DIAG_RESULT_PRESENT_COMM_MODULE_INTERFACE_FAILURE = 0x1000000, ///< Present Comm module interface failure.858 LE_ECALL_DIAG_RESULT_COMM_MODULE_INTERFACE_FAILURE = 0x2000000, ///< Comm module interface failure status.859 LE_ECALL_DIAG_RESULT_PRESENT_GNSS_RECEIVER_FAILURE = 0x4000000, ///< Present GNSS receiver failure.863 LE_ECALL_DIAG_RESULT_PRESENT_GNSS_ANTENNA_FAILURE = 0x40000000, ///< Present GNSS antenna failure.865 LE_ECALL_DIAG_RESULT_PRESENT_COMM_MODULE_FAILURE = 0x100000000, ///< Present Comm module failure.867 LE_ECALL_DIAG_RESULT_PRESENT_EVENTS_MEMORY_OVERFLOW = 0x400000000, ///< Present Events memory overflow.869 LE_ECALL_DIAG_RESULT_PRESENT_CRASH_PROFILE_MEMORY_OVERFLOW = 0x1000000000, ///< Present Crash profile memory overflow.870 LE_ECALL_DIAG_RESULT_CRASH_PROFILE_MEMORY_OVERFLOW = 0x2000000000, ///< Crash profile memory overflow status.871 LE_ECALL_DIAG_RESULT_PRESENT_OTHER_CRITICAL_FAILURES = 0x4000000000, ///< Present Other critical failures.872 LE_ECALL_DIAG_RESULT_OTHER_CRITICAL_FAILURES = 0x8000000000, ///< Other critical failures status.873 LE_ECALL_DIAG_RESULT_PRESENT_OTHER_NOT_CRITICAL_FAILURES = 0x10000000000, ///< Present Other not critical failures.874 LE_ECALL_DIAG_RESULT_OTHER_NOT_CRITICAL_FAILURES = 0x20000000000 ///< Other not critical failures status.879 //--------------------------------------------------------------------------------------------------884 //--------------------------------------------------------------------------------------------------899 LE_ECALL_CRASH_INFO_PRESENT_CRASH_FRONT_OR_SIDE = 0x1000, ///< Present Front or side collision indicator.901 LE_ECALL_CRASH_INFO_PRESENT_CRASH_ANOTHER_TYPE = 0x4000, ///< Present Other types of damage indicator.907 //--------------------------------------------------------------------------------------------------911 //--------------------------------------------------------------------------------------------------924 //--------------------------------------------------------------------------------------------------928 //--------------------------------------------------------------------------------------------------932 //--------------------------------------------------------------------------------------------------937 //--------------------------------------------------------------------------------------------------939 (948 //--------------------------------------------------------------------------------------------------961 //--------------------------------------------------------------------------------------------------967 //--------------------------------------------------------------------------------------------------976 //--------------------------------------------------------------------------------------------------982 //--------------------------------------------------------------------------------------------------984 * This function exits from eCall Only mode. It configures the eCall operation mode to Normal mode,985 * the modem uses the default operation mode at power up (or after U/SIM hotswap). The modem behaves986 * following the U/SIM eCall operation mode; for example the U/SIM can be configured only for eCall,994 //--------------------------------------------------------------------------------------------------1000 //--------------------------------------------------------------------------------------------------1012 //--------------------------------------------------------------------------------------------------1019 //--------------------------------------------------------------------------------------------------1026 //--------------------------------------------------------------------------------------------------1035 //--------------------------------------------------------------------------------------------------1039 //--------------------------------------------------------------------------------------------------1046 //--------------------------------------------------------------------------------------------------1059 //--------------------------------------------------------------------------------------------------1065 //--------------------------------------------------------------------------------------------------1072 //--------------------------------------------------------------------------------------------------1079 //--------------------------------------------------------------------------------------------------1088 //--------------------------------------------------------------------------------------------------1095 //--------------------------------------------------------------------------------------------------1104 //--------------------------------------------------------------------------------------------------1111 //--------------------------------------------------------------------------------------------------1120 //--------------------------------------------------------------------------------------------------1127 //--------------------------------------------------------------------------------------------------1136 //--------------------------------------------------------------------------------------------------1143 //--------------------------------------------------------------------------------------------------1152 //--------------------------------------------------------------------------------------------------1159 //--------------------------------------------------------------------------------------------------1168 //--------------------------------------------------------------------------------------------------1175 //--------------------------------------------------------------------------------------------------1184 //--------------------------------------------------------------------------------------------------1191 //--------------------------------------------------------------------------------------------------1201 //--------------------------------------------------------------------------------------------------1210 //--------------------------------------------------------------------------------------------------1219 //--------------------------------------------------------------------------------------------------1226 //--------------------------------------------------------------------------------------------------1237 //--------------------------------------------------------------------------------------------------1244 //--------------------------------------------------------------------------------------------------1253 //--------------------------------------------------------------------------------------------------1260 //--------------------------------------------------------------------------------------------------1272 //--------------------------------------------------------------------------------------------------1279 //--------------------------------------------------------------------------------------------------1291 //--------------------------------------------------------------------------------------------------1312 //--------------------------------------------------------------------------------------------------1314 * Set the position Delta N-1 from position set in le_ecall_SetMsdPosition() transmitted by the MSD.1324 //--------------------------------------------------------------------------------------------------1341 //--------------------------------------------------------------------------------------------------1343 * Set the position Delta N-2 from position set in le_ecall_SetMsdPositionN1() transmitted by the MSD.1353 //--------------------------------------------------------------------------------------------------1370 //--------------------------------------------------------------------------------------------------1381 //--------------------------------------------------------------------------------------------------1390 //--------------------------------------------------------------------------------------------------1405 //--------------------------------------------------------------------------------------------------1416 //--------------------------------------------------------------------------------------------------1430 //--------------------------------------------------------------------------------------------------1441 //--------------------------------------------------------------------------------------------------1454 //--------------------------------------------------------------------------------------------------1461 //--------------------------------------------------------------------------------------------------1474 //--------------------------------------------------------------------------------------------------1481 //--------------------------------------------------------------------------------------------------1494 //--------------------------------------------------------------------------------------------------1501 //--------------------------------------------------------------------------------------------------1514 //--------------------------------------------------------------------------------------------------1521 //--------------------------------------------------------------------------------------------------1531 //--------------------------------------------------------------------------------------------------1538 //--------------------------------------------------------------------------------------------------1547 //--------------------------------------------------------------------------------------------------1554 //--------------------------------------------------------------------------------------------------1558 * @note That PSAP number is not applied to Manually or Automatically initiated eCall. For those1567 * @note If PSAP number is too long (max LE_MDMDEFS_PHONE_NUM_MAX_LEN digits), it is a fatal error,1570 //--------------------------------------------------------------------------------------------------1577 //--------------------------------------------------------------------------------------------------1582 * @note That PSAP number is not applied to Manually or Automatically initiated eCall. For those1591 //--------------------------------------------------------------------------------------------------1600 //--------------------------------------------------------------------------------------------------1605 * @note If FDN directory is updated with new dial numbers, be sure that the SIM card is refreshed.1611 //--------------------------------------------------------------------------------------------------1617 //--------------------------------------------------------------------------------------------------1619 * Set the NAD (network access device) deregistration time value. After termination of an emergency1620 * call the in-vehicle system remains registered on the network for the period of time, defined by1630 //--------------------------------------------------------------------------------------------------1637 //--------------------------------------------------------------------------------------------------1645 //--------------------------------------------------------------------------------------------------1652 //--------------------------------------------------------------------------------------------------1660 //--------------------------------------------------------------------------------------------------1667 //--------------------------------------------------------------------------------------------------1675 //--------------------------------------------------------------------------------------------------1682 //--------------------------------------------------------------------------------------------------1687 * Redial attempts stop once the call has been cleared down correctly, or if counter/timer reached1694 //--------------------------------------------------------------------------------------------------1701 //--------------------------------------------------------------------------------------------------1706 * Redial attempts stop once the call has been cleared down correctly, or if counter/timer reached1713 //--------------------------------------------------------------------------------------------------1720 //--------------------------------------------------------------------------------------------------1722 * Set the ECALL_DIAL_DURATION time. It's the maximum time the IVS have to connect the emergency1732 //--------------------------------------------------------------------------------------------------1739 //--------------------------------------------------------------------------------------------------1743 * When the delay is reached and IVS NAD didn't receive a call clear-down indication then the call1746 * @note Default value of the ECALL_CCFT time is 60 minutes. When changing the ECALL_CCFT, a value1754 //--------------------------------------------------------------------------------------------------1761 //--------------------------------------------------------------------------------------------------1763 * Set the ECALL_AUTO_ANSWER_TIME time, the time interval wherein IVDS responds to incoming calls1773 //--------------------------------------------------------------------------------------------------1780 //--------------------------------------------------------------------------------------------------1791 //--------------------------------------------------------------------------------------------------1798 //--------------------------------------------------------------------------------------------------1806 //--------------------------------------------------------------------------------------------------1813 //--------------------------------------------------------------------------------------------------1821 //--------------------------------------------------------------------------------------------------1828 //--------------------------------------------------------------------------------------------------1836 //--------------------------------------------------------------------------------------------------1843 //--------------------------------------------------------------------------------------------------1851 //--------------------------------------------------------------------------------------------------1858 //--------------------------------------------------------------------------------------------------1866 //--------------------------------------------------------------------------------------------------1873 //--------------------------------------------------------------------------------------------------1882 //--------------------------------------------------------------------------------------------------1889 //--------------------------------------------------------------------------------------------------1899 //--------------------------------------------------------------------------------------------------1908 //--------------------------------------------------------------------------------------------------1910 * Reset the ERA-GLONASS crash severity parameter. Therefore that optional parameter is not included1919 //--------------------------------------------------------------------------------------------------1926 //--------------------------------------------------------------------------------------------------1936 //--------------------------------------------------------------------------------------------------1945 //--------------------------------------------------------------------------------------------------1956 //--------------------------------------------------------------------------------------------------1963 //--------------------------------------------------------------------------------------------------1973 //--------------------------------------------------------------------------------------------------1982 //--------------------------------------------------------------------------------------------------1993 //--------------------------------------------------------------------------------------------------2000 //--------------------------------------------------------------------------------------------------2010 //--------------------------------------------------------------------------------------------------2019 //--------------------------------------------------------------------------------------------------2021 * Reset the ERA-GLONASS coordinate system type. Therefore that optional parameter is not included2030 //--------------------------------------------------------------------------------------------------2037 //--------------------------------------------------------------------------------------------------2046 //--------------------------------------------------------------------------------------------------2053 //--------------------------------------------------------------------------------------------------2062 //--------------------------------------------------------------------------------------------------AL-ACK clear-down received.Definition: le_ecall_interface.h:722Present Left collision indicator.Definition: le_ecall_interface.h:889int32_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:670Timeout for Timer T5 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:741le_result_t le_ecall_SetPsapNumber(const char *LE_NONNULL psap)Present Battery failure.Definition: le_ecall_interface.h:849Definition: le_ecall_interface.h:729le_result_t le_ecall_ForceOnlyMode(void)Present Right speaker failure.Definition: le_ecall_interface.h:837le_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:857Present Other critical failures.Definition: le_ecall_interface.h:871le_result_t le_ecall_SetMsdEraGlonassDiagnosticResult(le_ecall_CallRef_t ecallRef, le_ecall_DiagnosticResultBitMask_t diagnosticResultMask)le_result_t le_ecall_GetEraGlonassAutoAnswerTime(uint16_t *autoAnswerTimePtr)Definition: le_ecall_interface.h:667Present Battery voltage low failure.Definition: le_ecall_interface.h:851le_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:900le_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:749Firmware image corruption failure status.Definition: le_ecall_interface.h:856Present Side collision indicator.Definition: le_ecall_interface.h:897Present Mic connection failure.Definition: le_ecall_interface.h:833Right speaker failure status.Definition: le_ecall_interface.h:838Present Right collision indicator.Definition: le_ecall_interface.h:891Other critical failures status.Definition: le_ecall_interface.h:872Crash profile memory overflow status.Definition: le_ecall_interface.h:870le_result_t le_ecall_SetEraGlonassMSDMaxTransmissionTime(uint16_t msdMaxTransTime)le_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:869Present Front or side collision indicator.Definition: le_ecall_interface.h:899le_result_t le_ecall_ResetMsdEraGlonassCrashInfo(le_ecall_CallRef_t ecallRef)Left speaker failure status.Definition: le_ecall_interface.h:840Present Other not critical failures.Definition: le_ecall_interface.h:873Ignition line failure status.Definition: le_ecall_interface.h:844Pull mode (modem/host waits for MSD request from PSAP to send MSD).Definition: le_ecall_interface.h:762le_result_t le_ecall_ResetMsdEraGlonassCoordinateSystemType(le_ecall_CallRef_t ecallRef)struct le_ecall_StateChangeHandler * le_ecall_StateChangeHandlerRef_tDefinition: le_ecall_interface.h:929le_result_t le_ecall_GetConfiguredOperationMode(le_ecall_OpMode_t *opModePtr)GNSS antenna failure status.Definition: le_ecall_interface.h:864le_result_t le_ecall_SetNadDeregistrationTime(uint16_t deregTime)Present GNSS receiver failure.Definition: le_ecall_interface.h:859le_result_t le_ecall_GetEraGlonassMSDMaxTransmissionTime(uint16_t *msdMaxTransTimePtr)void le_ecall_SetServerDisconnectHandler(le_ecall_DisconnectHandler_t disconnectHandler, void *contextPtr)void le_ecall_DisconnectService(void)le_result_t le_ecall_GetEraGlonassFallbackTime(uint16_t *durationPtr)Push mode (modem/host sends MSD to PSAP right after eCall is connected).Definition: le_ecall_interface.h:764le_result_t le_ecall_SetEraGlonassAutoDialAttempts(uint16_t attempts)Other types of damage indicator.Definition: le_ecall_interface.h:902le_result_t le_ecall_SetEraGlonassManualDialAttempts(uint16_t attempts)Timeout for Timer T6 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:743PSAP start indication received.Definition: le_ecall_interface.h:708Light commercial vehicles (Class N1)Definition: le_ecall_interface.h:783le_mcc_TerminationReason_t le_ecall_GetTerminationReason(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_SetMsdEraGlonassCoordinateSystemType(le_ecall_CallRef_t ecallRef, le_ecall_MsdCoordinateType_t coordinateSystemType)void le_ecall_RemoveStateChangeHandler(le_ecall_StateChangeHandlerRef_t handlerRef)le_ecall_DiagnosticResultBitMask_tDefinition: le_ecall_interface.h:831Present Front collision indicator.Definition: le_ecall_interface.h:887Other not critical failures status.Definition: le_ecall_interface.h:874le_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:739Coordinate system type WGS-84.Definition: le_ecall_interface.h:916Present Other types of damage indicator.Definition: le_ecall_interface.h:901le_ecall_State_t le_ecall_GetState(le_ecall_CallRef_t ecallRef)Waiting for PSAP start indication.Definition: le_ecall_interface.h:706le_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:745Comm module failure status.Definition: le_ecall_interface.h:866le_result_t le_ecall_SetMsdEraGlonassCrashInfo(le_ecall_CallRef_t ecallRef, le_ecall_CrashInfoBitMask_t crashInfoMask)Events memory overflow status.Definition: le_ecall_interface.h:868Timeout for Timer T2 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:737Present GNSS antenna failure.Definition: le_ecall_interface.h:863void(* le_ecall_DisconnectHandler_t)(void *)Definition: le_ecall_interface.h:551le_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:895le_ecall_CallRef_t le_ecall_Create(void)Status indicator failure status.Definition: le_ecall_interface.h:848le_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:839le_result_t le_ecall_UseUSimNumbers(void)le_result_t le_ecall_GetEraGlonassManualDialAttempts(uint16_t *attemptsPtr)Present Status indicator failure.Definition: le_ecall_interface.h:847le_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:939Present Crash sensor failure.Definition: le_ecall_interface.h:853le_result_t le_ecall_GetEraGlonassDialDuration(uint16_t *durationPtr)Present Speaker failure.Definition: le_ecall_interface.h:841Battery voltage low failure status.Definition: le_ecall_interface.h:852le_result_t le_ecall_SetIntervalBetweenDialAttempts(uint16_t pause)Definition: le_ecall_interface.h:724Present Events memory overflow.Definition: le_ecall_interface.h:867Compressed natural gas propulsion.Definition: le_ecall_interface.h:816le_result_t le_ecall_StartAutomatic(le_ecall_CallRef_t ecallRef)Comm module interface failure status.Definition: le_ecall_interface.h:858GNSS receiver failure status.Definition: le_ecall_interface.h:860Coordinate system type PZ-90.Definition: le_ecall_interface.h:918eCall session has lost synchronization and starts over.Definition: le_ecall_interface.h:727Present Comm module failure.Definition: le_ecall_interface.h:865Timeout for Timer T9 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:747Mic connection failure status.Definition: le_ecall_interface.h:834le_result_t le_ecall_SetEraGlonassAutoAnswerTime(uint16_t autoAnswerTime)le_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_SetEraGlonassFallbackTime(uint16_t duration)Coordinate system type is absent.Definition: le_ecall_interface.h:914le_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:855void 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:843le_result_t le_ecall_SetPropulsionType(le_ecall_PropulsionTypeBitMask_t propulsionType)le_ecall_PropulsionTypeBitMask_tDefinition: le_ecall_interface.h:812le_result_t le_ecall_GetIntervalBetweenDialAttempts(uint16_t *pausePtr)Crash sensor failure status.Definition: le_ecall_interface.h:854