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() function173 * To perform an emergency call following the ERA-GLONASS requirements, the 'systemStandard' entry179 * - le_ecall_SetEraGlonassManualDialAttempts(): set the ECALL_MANUAL_DIAL_ATTEMPTS value. If a dial193 * - le_ecall_SetEraGlonassDialDuration(): set the ECALL_DIAL_DURATION time. It is the maximum time203 * - le_ecall_SetEraGlonassMSDMaxTransmissionTime(): sets the ECALL_MSD_MAX_TRANSMISSION_TIME time,207 * - le_ecall_SetEraGlonassPostTestRegistrationTime(): sets the ECALL_POST_TEST_REGISTRATION_TIME,209 * transmission of test results to System Operator. The ECALL_POST_TEST_REGISTRATION_TIME default219 * - le_ecall_GetEraGlonassMSDMaxTransmissionTime(): get the ECALL_MSD_MAX_TRANSMISSION_TIME time.370 * In the case of PAN-EUROPEAN, the redial can be performed as many times as desired but should be373 * In the case of ERA-GLONASS, the redial can be performed ECALL_MANUAL_DIAL_ATTEMPTS times within393 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" PsapNumber395 * @note That PSAP number is not applied to a manual or an automatically initiated eCall. For these404 * @note If FDN directory is updated with new dial numbers, be sure that the SIM card is refreshed.412 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" NadTime427 * network for the duration of this timer and then automatically deregisters from the network upon433 * - If its duration is set to one hour, the @ref LE_ECALL_STATE_TIMEOUT_T9 event will be reported.460 * After termination of an emergency call the in-vehicle system remains registered on the network472 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" PostTest480 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" DialTimer503 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" Standard509 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" MsdVersion515 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" Vehicle527 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" Propulsion534 * A sample code that implements an eCall test session with a voice call connection can be found in573 //--------------------------------------------------------------------------------------------------577 //--------------------------------------------------------------------------------------------------580 //--------------------------------------------------------------------------------------------------583 * Connect the current client thread to the service providing this API. Block until the service is586 * For each thread that wants to use this API, either ConnectService or TryConnectService must be587 * called before any other functions in this API. Normally, ConnectService is automatically called592 //--------------------------------------------------------------------------------------------------598 //--------------------------------------------------------------------------------------------------601 * Try to connect the current client thread to the service providing this API. Return with an error604 * For each thread that wants to use this API, either ConnectService or TryConnectService must be605 * called before any other functions in this API. Normally, ConnectService is automatically called614 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).617 //--------------------------------------------------------------------------------------------------623 //--------------------------------------------------------------------------------------------------627 * When a server connection is lost, call this handler then exit with LE_FATAL. If a program wants630 //--------------------------------------------------------------------------------------------------637 //--------------------------------------------------------------------------------------------------643 * longer a connection to the service, and the functions in this API can't be used. For details, see648 //--------------------------------------------------------------------------------------------------655 //--------------------------------------------------------------------------------------------------659 //--------------------------------------------------------------------------------------------------662 //--------------------------------------------------------------------------------------------------666 //--------------------------------------------------------------------------------------------------669 //--------------------------------------------------------------------------------------------------674 //--------------------------------------------------------------------------------------------------677 //--------------------------------------------------------------------------------------------------681 //--------------------------------------------------------------------------------------------------685 //--------------------------------------------------------------------------------------------------689 //--------------------------------------------------------------------------------------------------703 //--------------------------------------------------------------------------------------------------707 //--------------------------------------------------------------------------------------------------718 //--------------------------------------------------------------------------------------------------722 //--------------------------------------------------------------------------------------------------782 //--------------------------------------------------------------------------------------------------786 //--------------------------------------------------------------------------------------------------797 //--------------------------------------------------------------------------------------------------801 //--------------------------------------------------------------------------------------------------834 //--------------------------------------------------------------------------------------------------838 //--------------------------------------------------------------------------------------------------852 //--------------------------------------------------------------------------------------------------857 //--------------------------------------------------------------------------------------------------874 LE_ECALL_DIAG_RESULT_PRESENT_STATUS_INDICATOR_FAILURE = 0x4000, ///< Present Status indicator failure.878 LE_ECALL_DIAG_RESULT_PRESENT_BATTERY_VOLTAGE_LOW = 0x40000, ///< Present Battery voltage low failure.880 LE_ECALL_DIAG_RESULT_PRESENT_CRASH_SENSOR_FAILURE = 0x100000, ///< Present Crash sensor failure.882 LE_ECALL_DIAG_RESULT_PRESENT_FIRMWARE_IMAGE_CORRUPTION = 0x400000, ///< Present Firmware image corruption failure.883 LE_ECALL_DIAG_RESULT_FIRMWARE_IMAGE_CORRUPTION = 0x800000, ///< Firmware image corruption failure status.884 LE_ECALL_DIAG_RESULT_PRESENT_COMM_MODULE_INTERFACE_FAILURE = 0x1000000, ///< Present Comm module interface failure.885 LE_ECALL_DIAG_RESULT_COMM_MODULE_INTERFACE_FAILURE = 0x2000000, ///< Comm module interface failure status.886 LE_ECALL_DIAG_RESULT_PRESENT_GNSS_RECEIVER_FAILURE = 0x4000000, ///< Present GNSS receiver failure.890 LE_ECALL_DIAG_RESULT_PRESENT_GNSS_ANTENNA_FAILURE = 0x40000000, ///< Present GNSS antenna failure.892 LE_ECALL_DIAG_RESULT_PRESENT_COMM_MODULE_FAILURE = 0x100000000, ///< Present Comm module failure.894 LE_ECALL_DIAG_RESULT_PRESENT_EVENTS_MEMORY_OVERFLOW = 0x400000000, ///< Present Events memory overflow.896 LE_ECALL_DIAG_RESULT_PRESENT_CRASH_PROFILE_MEMORY_OVERFLOW = 0x1000000000, ///< Present Crash profile memory overflow.897 LE_ECALL_DIAG_RESULT_CRASH_PROFILE_MEMORY_OVERFLOW = 0x2000000000, ///< Crash profile memory overflow status.898 LE_ECALL_DIAG_RESULT_PRESENT_OTHER_CRITICAL_FAILURES = 0x4000000000, ///< Present Other critical failures.899 LE_ECALL_DIAG_RESULT_OTHER_CRITICAL_FAILURES = 0x8000000000, ///< Other critical failures status.900 LE_ECALL_DIAG_RESULT_PRESENT_OTHER_NOT_CRITICAL_FAILURES = 0x10000000000, ///< Present Other not critical failures.901 LE_ECALL_DIAG_RESULT_OTHER_NOT_CRITICAL_FAILURES = 0x20000000000 ///< Other not critical failures status.906 //--------------------------------------------------------------------------------------------------911 //--------------------------------------------------------------------------------------------------926 LE_ECALL_CRASH_INFO_PRESENT_CRASH_FRONT_OR_SIDE = 0x1000, ///< Present Front or side collision indicator.928 LE_ECALL_CRASH_INFO_PRESENT_CRASH_ANOTHER_TYPE = 0x4000, ///< Present Other types of damage indicator.934 //--------------------------------------------------------------------------------------------------938 //--------------------------------------------------------------------------------------------------951 //--------------------------------------------------------------------------------------------------955 //--------------------------------------------------------------------------------------------------959 //--------------------------------------------------------------------------------------------------964 //--------------------------------------------------------------------------------------------------966 (975 //--------------------------------------------------------------------------------------------------988 //--------------------------------------------------------------------------------------------------994 //--------------------------------------------------------------------------------------------------1003 //--------------------------------------------------------------------------------------------------1009 //--------------------------------------------------------------------------------------------------1011 * This function exits from eCall Only mode. It configures the eCall operation mode to Normal mode,1012 * the modem uses the default operation mode at power up (or after U/SIM hotswap). The modem behaves1013 * following the U/SIM eCall operation mode; for example the U/SIM can be configured only for eCall,1021 //--------------------------------------------------------------------------------------------------1027 //--------------------------------------------------------------------------------------------------1039 //--------------------------------------------------------------------------------------------------1046 //--------------------------------------------------------------------------------------------------1053 //--------------------------------------------------------------------------------------------------1062 //--------------------------------------------------------------------------------------------------1066 //--------------------------------------------------------------------------------------------------1073 //--------------------------------------------------------------------------------------------------1086 //--------------------------------------------------------------------------------------------------1092 //--------------------------------------------------------------------------------------------------1099 //--------------------------------------------------------------------------------------------------1106 //--------------------------------------------------------------------------------------------------1115 //--------------------------------------------------------------------------------------------------1122 //--------------------------------------------------------------------------------------------------1131 //--------------------------------------------------------------------------------------------------1138 //--------------------------------------------------------------------------------------------------1147 //--------------------------------------------------------------------------------------------------1154 //--------------------------------------------------------------------------------------------------1163 //--------------------------------------------------------------------------------------------------1170 //--------------------------------------------------------------------------------------------------1179 //--------------------------------------------------------------------------------------------------1186 //--------------------------------------------------------------------------------------------------1195 //--------------------------------------------------------------------------------------------------1202 //--------------------------------------------------------------------------------------------------1211 //--------------------------------------------------------------------------------------------------1218 //--------------------------------------------------------------------------------------------------1228 //--------------------------------------------------------------------------------------------------1237 //--------------------------------------------------------------------------------------------------1246 //--------------------------------------------------------------------------------------------------1253 //--------------------------------------------------------------------------------------------------1264 //--------------------------------------------------------------------------------------------------1271 //--------------------------------------------------------------------------------------------------1280 //--------------------------------------------------------------------------------------------------1287 //--------------------------------------------------------------------------------------------------1299 //--------------------------------------------------------------------------------------------------1306 //--------------------------------------------------------------------------------------------------1318 //--------------------------------------------------------------------------------------------------1339 //--------------------------------------------------------------------------------------------------1341 * Set the position Delta N-1 from position set in le_ecall_SetMsdPosition() transmitted by the MSD.1351 //--------------------------------------------------------------------------------------------------1368 //--------------------------------------------------------------------------------------------------1370 * Set the position Delta N-2 from position set in le_ecall_SetMsdPositionN1() transmitted by the MSD.1380 //--------------------------------------------------------------------------------------------------1397 //--------------------------------------------------------------------------------------------------1408 //--------------------------------------------------------------------------------------------------1417 //--------------------------------------------------------------------------------------------------1432 //--------------------------------------------------------------------------------------------------1443 //--------------------------------------------------------------------------------------------------1457 //--------------------------------------------------------------------------------------------------1468 //--------------------------------------------------------------------------------------------------1481 //--------------------------------------------------------------------------------------------------1488 //--------------------------------------------------------------------------------------------------1501 //--------------------------------------------------------------------------------------------------1508 //--------------------------------------------------------------------------------------------------1521 //--------------------------------------------------------------------------------------------------1528 //--------------------------------------------------------------------------------------------------1541 //--------------------------------------------------------------------------------------------------1548 //--------------------------------------------------------------------------------------------------1558 //--------------------------------------------------------------------------------------------------1565 //--------------------------------------------------------------------------------------------------1574 //--------------------------------------------------------------------------------------------------1581 //--------------------------------------------------------------------------------------------------1585 * @note That PSAP number is not applied to Manually or Automatically initiated eCall. For those1598 //--------------------------------------------------------------------------------------------------1605 //--------------------------------------------------------------------------------------------------1610 * @note That PSAP number is not applied to Manually or Automatically initiated eCall. For those1624 //--------------------------------------------------------------------------------------------------1634 //--------------------------------------------------------------------------------------------------1639 * @note If FDN directory is updated with new dial numbers, be sure that the SIM card is refreshed.1645 //--------------------------------------------------------------------------------------------------1651 //--------------------------------------------------------------------------------------------------1653 * Set the NAD (network access device) deregistration time value. After termination of an emergency1654 * call the in-vehicle system remains registered on the network for the period of time, defined by1664 //--------------------------------------------------------------------------------------------------1671 //--------------------------------------------------------------------------------------------------1679 //--------------------------------------------------------------------------------------------------1686 //--------------------------------------------------------------------------------------------------1694 //--------------------------------------------------------------------------------------------------1701 //--------------------------------------------------------------------------------------------------1709 //--------------------------------------------------------------------------------------------------1716 //--------------------------------------------------------------------------------------------------1721 * Redial attempts stop once the call has been cleared down correctly, or if counter/timer reached1728 //--------------------------------------------------------------------------------------------------1735 //--------------------------------------------------------------------------------------------------1740 * Redial attempts stop once the call has been cleared down correctly, or if counter/timer reached1747 //--------------------------------------------------------------------------------------------------1754 //--------------------------------------------------------------------------------------------------1756 * Set the ECALL_DIAL_DURATION time. It's the maximum time the IVS have to connect the emergency1766 //--------------------------------------------------------------------------------------------------1773 //--------------------------------------------------------------------------------------------------1777 * When the delay is reached and IVS NAD didn't receive a call clear-down indication then the call1787 //--------------------------------------------------------------------------------------------------1794 //--------------------------------------------------------------------------------------------------1796 * Set the ECALL_AUTO_ANSWER_TIME time, the time interval wherein IVDS responds to incoming calls1806 //--------------------------------------------------------------------------------------------------1813 //--------------------------------------------------------------------------------------------------1824 //--------------------------------------------------------------------------------------------------1831 //--------------------------------------------------------------------------------------------------1839 * @note The ECALL_POST_TEST_REGISTRATION_TIME setting takes effect immediately and is persistent to1842 * @note An ECALL_POST_TEST_REGISTRATION_TIME value of zero means the IVS doesn't remain registered1850 //--------------------------------------------------------------------------------------------------1857 //--------------------------------------------------------------------------------------------------1865 //--------------------------------------------------------------------------------------------------1872 //--------------------------------------------------------------------------------------------------1880 //--------------------------------------------------------------------------------------------------1887 //--------------------------------------------------------------------------------------------------1895 //--------------------------------------------------------------------------------------------------1902 //--------------------------------------------------------------------------------------------------1910 //--------------------------------------------------------------------------------------------------1917 //--------------------------------------------------------------------------------------------------1925 //--------------------------------------------------------------------------------------------------1932 //--------------------------------------------------------------------------------------------------1941 //--------------------------------------------------------------------------------------------------1948 //--------------------------------------------------------------------------------------------------1957 //--------------------------------------------------------------------------------------------------1965 //--------------------------------------------------------------------------------------------------1975 //--------------------------------------------------------------------------------------------------1984 //--------------------------------------------------------------------------------------------------1986 * Reset the ERA-GLONASS crash severity parameter. Therefore that optional parameter is not included1995 //--------------------------------------------------------------------------------------------------2002 //--------------------------------------------------------------------------------------------------2012 //--------------------------------------------------------------------------------------------------2021 //--------------------------------------------------------------------------------------------------2032 //--------------------------------------------------------------------------------------------------2039 //--------------------------------------------------------------------------------------------------2049 //--------------------------------------------------------------------------------------------------2058 //--------------------------------------------------------------------------------------------------2069 //--------------------------------------------------------------------------------------------------2076 //--------------------------------------------------------------------------------------------------2086 //--------------------------------------------------------------------------------------------------2095 //--------------------------------------------------------------------------------------------------2097 * Reset the ERA-GLONASS coordinate system type. Therefore that optional parameter is not included2106 //--------------------------------------------------------------------------------------------------2113 //--------------------------------------------------------------------------------------------------2122 //--------------------------------------------------------------------------------------------------2129 //--------------------------------------------------------------------------------------------------2138 //--------------------------------------------------------------------------------------------------AL-ACK clear-down received.Definition: le_ecall_interface.h:749Present Left collision indicator.Definition: le_ecall_interface.h:916int32_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:697Timeout for Timer T5 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:768le_result_t le_ecall_SetPsapNumber(const char *LE_NONNULL psap)Present Battery failure.Definition: le_ecall_interface.h:876Definition: le_ecall_interface.h:756le_result_t le_ecall_ForceOnlyMode(void)Present Right speaker failure.Definition: le_ecall_interface.h:864le_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:884Present Other critical failures.Definition: le_ecall_interface.h:898le_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:694Present Battery voltage low failure.Definition: le_ecall_interface.h:878le_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:927le_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:776Firmware image corruption failure status.Definition: le_ecall_interface.h:883Present Side collision indicator.Definition: le_ecall_interface.h:924Present Mic connection failure.Definition: le_ecall_interface.h:860Right speaker failure status.Definition: le_ecall_interface.h:865Present Right collision indicator.Definition: le_ecall_interface.h:918Other critical failures status.Definition: le_ecall_interface.h:899Crash profile memory overflow status.Definition: le_ecall_interface.h:897le_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)le_result_t le_ecall_GetEraGlonassPostTestRegistrationTime(uint16_t *postTestRegTimePtr)Present Crash profile memory overflow.Definition: le_ecall_interface.h:896Present Front or side collision indicator.Definition: le_ecall_interface.h:926le_result_t le_ecall_ResetMsdEraGlonassCrashInfo(le_ecall_CallRef_t ecallRef)Left speaker failure status.Definition: le_ecall_interface.h:867Present Other not critical failures.Definition: le_ecall_interface.h:900Ignition line failure status.Definition: le_ecall_interface.h:871void(* le_ecall_StateChangeHandlerFunc_t)(le_ecall_CallRef_t ecallRef, le_ecall_State_t state, void *contextPtr)Definition: le_ecall_interface.h:966Pull mode (modem/host waits for MSD request from PSAP to send MSD).Definition: le_ecall_interface.h:789le_result_t le_ecall_ResetMsdEraGlonassCoordinateSystemType(le_ecall_CallRef_t ecallRef)struct le_ecall_StateChangeHandler * le_ecall_StateChangeHandlerRef_tDefinition: le_ecall_interface.h:956le_result_t le_ecall_GetConfiguredOperationMode(le_ecall_OpMode_t *opModePtr)GNSS antenna failure status.Definition: le_ecall_interface.h:891le_result_t le_ecall_SetNadDeregistrationTime(uint16_t deregTime)Present GNSS receiver failure.Definition: le_ecall_interface.h:886le_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:791le_result_t le_ecall_SetEraGlonassAutoDialAttempts(uint16_t attempts)Other types of damage indicator.Definition: le_ecall_interface.h:929le_result_t le_ecall_SetEraGlonassManualDialAttempts(uint16_t attempts)Timeout for Timer T6 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:770PSAP start indication received.Definition: le_ecall_interface.h:735Light commercial vehicles (Class N1)Definition: le_ecall_interface.h:810le_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:858Present Front collision indicator.Definition: le_ecall_interface.h:914Other not critical failures status.Definition: le_ecall_interface.h:901le_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:766Coordinate system type WGS-84.Definition: le_ecall_interface.h:943Present Other types of damage indicator.Definition: le_ecall_interface.h:928le_ecall_State_t le_ecall_GetState(le_ecall_CallRef_t ecallRef)Waiting for PSAP start indication.Definition: le_ecall_interface.h:733le_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:772Comm module failure status.Definition: le_ecall_interface.h:893le_result_t le_ecall_SetMsdEraGlonassCrashInfo(le_ecall_CallRef_t ecallRef, le_ecall_CrashInfoBitMask_t crashInfoMask)Events memory overflow status.Definition: le_ecall_interface.h:895Timeout for Timer T2 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:764Present GNSS antenna failure.Definition: le_ecall_interface.h:890void(* le_ecall_DisconnectHandler_t)(void *)Definition: le_ecall_interface.h:578le_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:922le_ecall_CallRef_t le_ecall_Create(void)Status indicator failure status.Definition: le_ecall_interface.h:875le_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:866le_result_t le_ecall_UseUSimNumbers(void)le_result_t le_ecall_GetEraGlonassManualDialAttempts(uint16_t *attemptsPtr)Present Status indicator failure.Definition: le_ecall_interface.h:874le_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)Present Crash sensor failure.Definition: le_ecall_interface.h:880le_result_t le_ecall_GetEraGlonassDialDuration(uint16_t *durationPtr)Present Speaker failure.Definition: le_ecall_interface.h:868Battery voltage low failure status.Definition: le_ecall_interface.h:879le_result_t le_ecall_SetIntervalBetweenDialAttempts(uint16_t pause)Definition: le_ecall_interface.h:751Present Events memory overflow.Definition: le_ecall_interface.h:894Compressed natural gas propulsion.Definition: le_ecall_interface.h:843le_result_t le_ecall_StartAutomatic(le_ecall_CallRef_t ecallRef)Comm module interface failure status.Definition: le_ecall_interface.h:885GNSS receiver failure status.Definition: le_ecall_interface.h:887Coordinate system type PZ-90.Definition: le_ecall_interface.h:945eCall session has lost synchronization and starts over.Definition: le_ecall_interface.h:754Present Comm module failure.Definition: le_ecall_interface.h:892le_result_t le_ecall_SetEraGlonassPostTestRegistrationTime(uint16_t postTestRegTime)Timeout for Timer T9 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:774Mic connection failure status.Definition: le_ecall_interface.h:861le_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:941le_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:882void 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:870le_result_t le_ecall_SetPropulsionType(le_ecall_PropulsionTypeBitMask_t propulsionType)le_ecall_PropulsionTypeBitMask_tDefinition: le_ecall_interface.h:839le_result_t le_ecall_GetIntervalBetweenDialAttempts(uint16_t *pausePtr)Crash sensor failure status.Definition: le_ecall_interface.h:881