[Feature][T8TSK-212][Modem]Update MTK modem version to MOLY.NR15.R3.MD700.MP.V75.P13.L805A.L1.240627.20240709
MTK modem version: MOLY01385032_AUTO00314323(For_MOBILETEK35_IVT_T800_MOLY.NR15.R3.MD700.MP.V75.P13).tar.gz
RF modem version: L805A/l1_240627.rar
Change-Id: I5f00c64a13360477ed56f3ba91ce7b12deeb9bf3
diff --git a/mcu/protocol/interface/ims/ims_common_def.h b/mcu/protocol/interface/ims/ims_common_def.h
index 84bc76b..524a370 100644
--- a/mcu/protocol/interface/ims/ims_common_def.h
+++ b/mcu/protocol/interface/ims/ims_common_def.h
@@ -2873,7 +2873,7 @@
VoLTE_ATCMD_ELOCAEN = 14, /* AT+ELOCAEN=<op> */
VoLTE_ATCMD_CECN = 15, /* +CECN:<data_type> 0: updated MSD transfered; 1: request update MSD;
* 100: request in-band MSD transfer; 101: request in-band MSD transfer for SRVCC; 102: MSD transfered fail*/
- VoLTE_ATCMD_ERCSMTINV = 16, /* +ERCSMTINV: <from number>, <total count>, <index>, <MT SIP INVITE> */
+ VoLTE_ATCMD_ERCSMTINV = 17, /* +ERCSMTINV: <from number>, <total count>, <index>, <MT SIP INVITE> */
VoLTE_ATCMD_MAX,
} VoLTE_ATCmd_Id_e, VoLTE_ATCmd_Id_t;
@@ -3884,6 +3884,7 @@
CALL_EMC_PUBLISH_TIMER, ///< PUBLISH refresh timer for EMC Current Location Discovery
CALL_CS_SERVICE_NOTIFY_RSP_TIMER, /////For Airtel, during ongoing IMS call, handles CS service response delay timer
CALL_INVITE_NO_RSP_RAN_PRIO_REQ_TIMER, ///<Timer for waiting INVITE response in WiFi call and trigger MSG_ID_IMC_IWLAN_REG_RAN_PRIO_UPDATE_REQ to IWLAN to trigger possible HO to LTE..>
+ CALL_EMERG_REQUEST_TIMER, ///< For 3GPP 24.229 table 7.8.1 emerg-request timer.
CALL_SENDING_DELAY_TIMER, ///< Timer to delay the sending of ILMs.
CALL_MO_SDP_ANS_TIMER, ///<Timer for waiting SDP answer after initial SDP offer was send in MO Call
} ims_call_timer_type_enum;