[Feature][T8TSK-212][Modem]Update MTK modem version to MOLY.NR15.R3.MD700.MP.V75.P9.L805A.L1.240604.20240618

MTK modem version: MOLY01265183_AUTO00294031(For_MOBILETEK35_IVT_T800_MOLY.NR15.R3.MD700.MP.V75.P9).tar
RF  modem version: L805A/l1_240604.rar

Change-Id: I9c5da492234418a6b5c593bf55197ea17fbe2a55
diff --git a/mcu/protocol/interface/general/mrs_utility.h b/mcu/protocol/interface/general/mrs_utility.h
old mode 100755
new mode 100644
index 9318790..65622d2
--- a/mcu/protocol/interface/general/mrs_utility.h
+++ b/mcu/protocol/interface/general/mrs_utility.h
@@ -870,27 +870,29 @@
 *******************************************************************************/
 operator_id_enum mrs_get_operator_id_of_plmn(const plmn_id_struct *p_plmn);
 
-/*******************************************************************************
-Description:
-    This function is called during MRS task init, to check for OTA Update
-
-Parameters: 
-    None
-
-Return Value: void
-*******************************************************************************/
-extern void mrs_set_ota_update_during_init();
-
-/*******************************************************************************
-Description:
-    This function is used to reset the NVRAM values to through OTA during Init.
-
-Parameters: 
-     LID Name and SIZE
-
-Return Value: void
-*******************************************************************************/
-void  mrs_update_nvram_with_ota_values(kal_uint16 nvram_id, kal_uint32 size);
+#if 0
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+/* under construction !*/
+#endif /* 0 */
 
 /*******************************************************************************
 Description:
@@ -920,4 +922,17 @@
 *******************************************************************************/
 kal_bool mrs_is_plmn_id_match_with_bcch_plmn_id(const plmn_id_struct *ms_plmn_id, const plmn_id_struct *bcch_plmn_id);
 
+
+/*******************************************************************************
+Description:
+    This is a function to set status in mrs_context to skip 4G5 afr with respect to cause
+
+Parameters:
+    [kal_uint8] SIM index
+    [MRS_SKIP_4G5_AFR_CAUSE] cause
+Return Value:
+    N/A
+*******************************************************************************/
+extern void mrs_afr_set_cntx_to_skip_4g5_afr(MRS_SIM_INDEX sim_index, MRS_SKIP_4G5_AFR_CAUSE cause);
+
 #endif /* _MRS_UTILITY_H */