[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/general/ratdm_export_api.h b/mcu/protocol/interface/general/ratdm_export_api.h
old mode 100755
new mode 100644
index 5210ac5..97e45bc
--- a/mcu/protocol/interface/general/ratdm_export_api.h
+++ b/mcu/protocol/interface/general/ratdm_export_api.h
@@ -359,4 +359,13 @@
extern void ratdm_nr_45g_irat_suspend_upcm_done(kal_uint8 protocol_idx);
extern kal_uint16 ratdm_nr_get_pending_ul_data_status_5g(kal_uint8 protocol_id);
+/**
+ * FUNCTION
+ * ratdm_nr_45g_irat_rlbk_sit_proc_chk
+ *
+ * RETURNS
+ * KAL_TRUE: UPCM can process rollback_sit due to RAT change done
+ * KAL_FALSE: UPCM cannot process rollback_sit due to RAT change ongoing
+ */
+extern kal_bool ratdm_nr_45g_irat_rlbk_sit_proc_chk(kal_uint8 sim_idx);
#endif /* _RATDM_EXPORT_API_H */
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;