[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/interface/protocol/general/sim_public_struct.h b/mcu/interface/protocol/general/sim_public_struct.h
index 30aa030..659821b 100755
--- a/mcu/interface/protocol/general/sim_public_struct.h
+++ b/mcu/interface/protocol/general/sim_public_struct.h
@@ -68,6 +68,7 @@
 #include "kal_public_defs.h"
 #include "sim_public_enum.h"
 #include "ps_public_struct.h"
+#include "l5_structs.h"
 
 typedef struct {
     LOCAL_PARA_HDR
@@ -456,5 +457,10 @@
 	kal_bool	result;
 } sim_restrict_card_type_cnf_struct;
 
+typedef l5_l4c_set_ecall_mode_req_struct l4c_sim_set_ecall_mode_req_struct;
+typedef l5_l4c_set_ecall_mode_cnf_struct l4c_sim_set_ecall_mode_cnf_struct;
+typedef l5_l4c_get_ecall_mode_req_struct l4c_sim_get_ecall_mode_req_struct;
+typedef l5_l4c_get_ecall_mode_cnf_struct l4c_sim_get_ecall_mode_cnf_struct;
+
 #endif