[Feature][T8TSK-212][Modem]Update MTK modem version to MOBILETEK35_IVT_T800_MOLY.NR15.R3.MD700.MP.V75.P6
Only Configure:No
Affected branch:T800_MD
Affected module:Modem
Is it affected on both ZXIC and MTK:only MTK
Self-test:Yes
Doc Update:No
Change-Id: Id19a67bd78c05e3f07b27b5943045cc78cb5c24d
diff --git a/mcu/protocol/interface/l4/nas_sv_struct.h b/mcu/protocol/interface/l4/nas_sv_struct.h
index 3d0c9e7..9884921 100755
--- a/mcu/protocol/interface/l4/nas_sv_struct.h
+++ b/mcu/protocol/interface/l4/nas_sv_struct.h
@@ -75,6 +75,7 @@
#include "l3_inc_enums_public.h"
#include "ims_interface_md.h"
#include "ps_public_struct.h"
+#include "sim_ps_struct.h"
#define MAX_SEARCH_BAND_LIST_SIZE 32
@@ -252,6 +253,7 @@
* bit of selected PLMN in PLMN-InfoList-r15 from SIB2 is TRUE.
*/
kal_bool endc_available; /* "endc_available" wil be set to TRUE if any bit in PLMN-InfoList-r15 from SIB2 is TRUE */
+ kal_bool endc_band_ue_supported; /* TRUE: UE support at least 1 ENDC combo with attached LTE cell band */
} nas_sv_emm_sys_info_update_ind_struct;
typedef struct {
@@ -309,6 +311,10 @@
irat_reject_cause_enum irat_reject_cause;
} nas_sv_mm_rat_change_cnf_struct;
+#if defined(__ECALL_SUPPORT__) || defined(__NG_ECALL_SUPPORT__)
+/** [MT2735][WNC] ILM: MSG_ID_SIM_NAS_SV_ECALL_MODE_SWITCH_IND which will carry changed ecall mode information */
+typedef sim_nas_sv_set_ecall_mode_ind_struct nas_sv_any_update_ecall_mode_change_ind_struct;
+#endif
typedef struct {
LOCAL_PARA_HDR
diff --git a/mcu/protocol/interface/l4/vdm_l4c_struct.h b/mcu/protocol/interface/l4/vdm_l4c_struct.h
index 9975b43..471de1e 100755
--- a/mcu/protocol/interface/l4/vdm_l4c_struct.h
+++ b/mcu/protocol/interface/l4/vdm_l4c_struct.h
@@ -451,6 +451,7 @@
{
LOCAL_PARA_HDR
rat_enum rat;
+ rat_enum reported_rat;
} vdm_l4c_rat_mode_ind_struct;
/******************************************************************************