[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/l5_structs.h b/mcu/interface/protocol/general/l5_structs.h
index cd6847e..317472f 100755
--- a/mcu/interface/protocol/general/l5_structs.h
+++ b/mcu/interface/protocol/general/l5_structs.h
@@ -273,4 +273,27 @@
kal_uint32 mbim_msg_len;
} mbim_l5io_mbci_status_ind_struct;
+typedef struct {
+ LOCAL_PARA_HDR
+ kal_uint32 seq_id;
+ sim_ecall_mode_enum ecall_mode;
+} l5_l4c_set_ecall_mode_req_struct;
+
+typedef struct {
+ LOCAL_PARA_HDR
+ kal_uint32 seq_id;
+ kal_bool is_success;
+} l5_l4c_set_ecall_mode_cnf_struct;
+
+typedef struct {
+ LOCAL_PARA_HDR
+ kal_uint32 seq_id;
+} l5_l4c_get_ecall_mode_req_struct;
+
+typedef struct {
+ LOCAL_PARA_HDR
+ kal_uint32 seq_id;
+ sim_ecall_mode_enum ecall_mode;
+} l5_l4c_get_ecall_mode_cnf_struct;
+
#endif