[Feature][Modem]1.merge MTK P2 patch 2.RF:bias modification of frequency band

Change-Id: I846de8f085e50c1b9557ad8c5d0b2cc088b18d86
diff --git a/mcu/protocol/interface/l4misc/l4c_em.h b/mcu/protocol/interface/l4misc/l4c_em.h
index e235ee0..bc12866 100755
--- a/mcu/protocol/interface/l4misc/l4c_em.h
+++ b/mcu/protocol/interface/l4misc/l4c_em.h
@@ -474,7 +474,7 @@
 #if defined(__CHANNEL_LOCK__)
 void l4c_emmchlck_read(kal_uint8 src_id);
 void l4c_emmchlck_write(kal_uint8 src_id, kal_uint8 mode, kal_uint8 act, 
-    kal_uint16 *band_indicator_ptr, kal_uint32 *arfcn_ptr, kal_uint16 cell_id,kal_uint8 channel_num,kal_uint8 lock_mode);
+    kal_uint16 *band_indicator_ptr, kal_uint32 *arfcn_ptr, kal_uint16 cell_id,kal_uint8 channel_num,kal_uint8 lock_mode, kal_uint8 is_user_scenario);
 #endif /* __CHANNEL_LOCK__ */
 #endif /* __MODEM_EM_MODE__ */
 
diff --git a/mcu/protocol/interface/l4misc/l5_l4c_struct.h b/mcu/protocol/interface/l4misc/l5_l4c_struct.h
index b76df59..ddb0528 100755
--- a/mcu/protocol/interface/l4misc/l5_l4c_struct.h
+++ b/mcu/protocol/interface/l4misc/l5_l4c_struct.h
@@ -65,6 +65,7 @@
 #include "l5_l4c_enums.h"
 #include "rac2l4c_struct.h"
 #include "mmrf_msg_interface.h"
+#include "l4c_upds_struct.h"
 
 #ifdef __MBIM_MS_NETWORK_BLACKLIST__
 
@@ -185,6 +186,7 @@
 typedef l4crac_get_nssai_req_struct            l5_l4c_get_nssai_req_struct;
 typedef l4crac_get_nssai_cnf_struct            l5_l4c_get_nssai_cnf_struct;
 typedef l4crac_vgmm_nw_params_ind_struct       l5_l4c_vgmm_nw_params_ind_struct;
-
 #endif
+typedef l4c_upds_os_id_update_req_struct       l5_l4c_os_id_update_req_struct;
+
 #endif /* _L5_L4C_STRUCT_H */