[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/interface/protocol/general/sim_public_api.h b/mcu/interface/protocol/general/sim_public_api.h
index 59db428..c04e296 100755
--- a/mcu/interface/protocol/general/sim_public_api.h
+++ b/mcu/interface/protocol/general/sim_public_api.h
@@ -445,6 +445,22 @@
  *****************************************************************************/
 extern void sim_get_fake_imsi(protocol_id_enum sim_ps_id, kal_uint8 *imsi_p, kal_uint8 *mnc_length_p);
 
+/*****************************************************************************
+ * FUNCTION
+ *  sim_get_fake_gid1
+ * DESCRIPTION
+ *  This function is to get the fake GID1 set by the tester
+ *  Caller should use this API after SIM ready
+ *  Caller should allocate the NUM_GID1 memory for gid1_p
+ * PARAMETERS
+ *  kal_uint8 sim_ps_id        [IN]
+ * RETURNS
+ *  gid1_p       fake GID1
+ *  gid1_length_p       GID1 length of fake GID1
+ * GLOBALS AFFECTED
+ *  void
+ *****************************************************************************/
+extern kal_bool sim_get_fake_gid1(protocol_id_enum ps_id, kal_uint8 *gid1_p, kal_uint8 *gid1_length_p);
 #endif
 
 /*****************************************************************************