[Feature][Modem]Add Modem Patch P1

Change-Id: Idee4f9fd6700b484f7db86704cf5639cec4d71a2
diff --git a/mcu/protocol/interface/l4/rac2l4c_struct.h b/mcu/protocol/interface/l4/rac2l4c_struct.h
old mode 100644
new mode 100755
index 91846be..5a15392
--- a/mcu/protocol/interface/l4/rac2l4c_struct.h
+++ b/mcu/protocol/interface/l4/rac2l4c_struct.h
@@ -745,6 +745,7 @@
     rat_enum rat;
     esm_cause_enum esm_cause;
     lr_result_enum lr_result;
+    plmn_id_struct plmn_id;
 }l4crac_nw_reg_rej_ind_struct; //MOLY00293006
 
 typedef l4crac_plmn_found_ind_struct l4c_peer_plmn_found_ind_struct;
@@ -878,6 +879,13 @@
 } l4crac_nw_black_list_state_ind_struct;
 #endif
 
+typedef struct
+{
+    LOCAL_PARA_HDR
+    kal_bool is_emc_info_valid;
+} l4crac_nr_emc_service_availability_rsp_struct;
+
+
 #if defined(__ECALL_SUPPORT__) || defined(__NG_ECALL_SUPPORT__)
 typedef struct
 {