[Feature][Modem]Add Modem Patch P1
Change-Id: Idee4f9fd6700b484f7db86704cf5639cec4d71a2
diff --git a/mcu/protocol/interface/l4/rac_vgmm_struct.h b/mcu/protocol/interface/l4/rac_vgmm_struct.h
old mode 100644
new mode 100755
index f0cd013..3f8cfce
--- a/mcu/protocol/interface/l4/rac_vgmm_struct.h
+++ b/mcu/protocol/interface/l4/rac_vgmm_struct.h
@@ -376,6 +376,8 @@
LOCAL_PARA_HDR
} rac_vgmm_5gsloci_clear_req_struct;
+typedef l4crac_set_ms_sv_req_struct rac_vgmm_set_ms_sv_req_struct;
+
typedef l4crac_vgmm_proc_failure_ind_struct rac_vgmm_proc_failure_ind_struct;
typedef struct {
@@ -429,6 +431,16 @@
kal_uint8 num_of_ladn_info;
ladn_info_with_tai_list_type_struct ladn_info[MAX_LADN_INFO];
} rac_vgmm_nw_params_ind_struct;
+
+typedef struct
+{
+ LOCAL_PARA_HDR
+ kal_bool is_ps_sim_valid;
+ nas_proc_enum event;
+ vgmm_cause_enum original_cause;
+ vgmm_cause_enum converted_cause;
+} rac_vgmm_cause_info_ind_struct;
+
/********************************************
* VARIABLES *
********************************************/