[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/protocol/interface/general/mrs_nras_capability.h b/mcu/protocol/interface/general/mrs_nras_capability.h
index 9f45d5f..8cae743 100755
--- a/mcu/protocol/interface/general/mrs_nras_capability.h
+++ b/mcu/protocol/interface/general/mrs_nras_capability.h
@@ -532,15 +532,16 @@
 kal_bool mrs_nras_band_setting_update_by_plmn(function_caller_id_enum caller_id,
     MRS_SIM_INDEX sim_index, mrs_plmn_id_list* p_plmn, mrs_ehplmn_id_list* p_ehplmn);
 
-mrs_nr_band_disable_by_plmn_state_enum mrs_nras_get_band_disable_by_plmn_state(MRS_SIM_INDEX sim_index);
+//mrs_nr_band_disable_by_plmn_state_enum mrs_nras_get_band_disable_by_plmn_state(MRS_SIM_INDEX sim_index);
 
-function_caller_id_enum mrs_nras_get_band_disable_last_caller_id(MRS_SIM_INDEX sim_index);
+function_caller_id_enum mrs_nras_get_band_update_by_plmn_last_caller_id(MRS_SIM_INDEX sim_index);
 
 /**
  * @brief Checks if EN-DC band combination is supported with given LTE/NR bands.
  * @param[in] sim_index SIM index
  * @param[in] lte_band LTE band
- * @param[in] p_nr_band Pointer to NR band, if NULL, any NR band is OK for EN-DC band combination check
+ * @param[in] p_nr_band Pointer to NR band list, 
+ * @param[in] num_of_nr_band Number of NR band in p_nr_band list, if 0, any NR band is OK for EN-DC band combination check
  * @param[in] p_plmn_id_list PLMN Id List is used for band filtering or customization
  * @param[in] gemini_status Gemini status.
  * @return TRUE if EN-DC band combination found, otherwise FALSE.
@@ -549,6 +550,7 @@
     kal_uint8 sim_index,
     kal_uint16 lte_band,
     kal_uint16* p_nr_band,
+    kal_uint8 num_of_nr_band,
     const mrs_plmn_id_list *p_plmn_id_list,
     mrs_gemini_status_enum gemini_status);