[Feature][T8TSK-212][Modem]Update MTK modem version to MOLY.NR15.R3.MD700.MP.V75.P8.T800.L1.1215_20240425

MTK modem version: MOLY01242766_AUTO00283601(For_MOBILETEK35_IVT_T800_MOLY.NR15.R3.MD700.MP.V75.P8).tar.gz
RF  modem version: T800/l1-1215.rar

Change-Id: Ibf34a0a7101d7678d03aeebf38e6dfd7d281cf61
diff --git a/mcu/protocol/interface/ims/atp_d2at_struct.h b/mcu/protocol/interface/ims/atp_d2at_struct.h
old mode 100755
new mode 100644
index 4c352ed..d086667
--- a/mcu/protocol/interface/ims/atp_d2at_struct.h
+++ b/mcu/protocol/interface/ims/atp_d2at_struct.h
@@ -33,29 +33,6 @@
 *
 *****************************************************************************/
 
-/*******************************************************************************
- * Filename:
- * ---------
- *   atp_d2at_struct.h
- *
- * Project:
- * --------
- *   
- *
- * Description:
- * ------------
- *
- *
- * Author:
- * -------
- *  
- *   
- *
- * ==========================================================================
- * 	
- * 	.
- *
- ****************************************************************************/
 
 #ifndef  _ATP_D2AT_STRUCT_H
 #define  _ATP_D2AT_STRUCT_H
@@ -113,59 +90,8 @@
 /*******************************************************************************
 * Internal                                                                     *
 *******************************************************************************/
-#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 !*/
-/* 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 !*/
-/* under construction !*/
-/* under construction !*/
-/* under construction !*/
-/* under construction !*/
-/* under construction !*/
-/* under construction !*/
-/* under construction !*/
-/* under construction !*/
-/* under construction !*/
-#endif
+// N/A
+
 /*******************************************************************************
 * ATP to DAST request and DAST to ATP confrim                                  *
 *******************************************************************************/
@@ -307,7 +233,7 @@
     kal_bool                                apn_idx_present;
     kal_int32                               apn_idx;
     kal_bool                                s_nssai_present;
-    at_s_nssai_struct                       s_nssai; 
+    at_s_nssai_struct                       s_nssai;
 } atp_d2at_enssai_req_struct;
 
 
@@ -355,19 +281,19 @@
     kal_bool                                Local_Addr_Ind_present;
     atcmd_Local_Addr_Ind_enum               Local_Addr_Ind;                                                     // integer type
     */
-    
+
 } atp_d2at_cgdcont_ind_struct1;
 
 
 
 //AT+CGDCONT CNF
 
-typedef struct {    
-    ATP_D2AT_CNF_LOCAL_PARA_HDR 
+typedef struct {
+    ATP_D2AT_CNF_LOCAL_PARA_HDR
 }atp_d2at_cgdcont_cnf_struct;
 
-typedef struct {    
-    ATP_D2AT_CNF_LOCAL_PARA_HDR 
+typedef struct {
+    ATP_D2AT_CNF_LOCAL_PARA_HDR
 }atp_d2at_cgauth_cnf_struct;
 
 /*******************/
@@ -380,7 +306,7 @@
     ATP_D2AT_REQ_LOCAL_PARA_HDR
 
     kal_uint32                              sim_id;
-    atcmd_state_enum                        state;  
+    atcmd_state_enum                        state;
     kal_uint8                               iccid[USERID_STRING_LEN];                                          // string type
 }atp_d2at_eapnlock_req_struct;
 
@@ -410,8 +336,8 @@
     at_s_nssai_struct                       S_NSSAI;                                                            // string type
     at_token_parse_result_enum              SSC_mode_parse_result;
     atcmd_SSC_mode_enum                     SSC_mode;                                                           // integer type
-    at_token_parse_result_enum              Access_type_parse_result; 
-    atcmd_Access_type_enum                  Access_type;                                                        // integer type 
+    at_token_parse_result_enum              Access_type_parse_result;
+    atcmd_Access_type_enum                  Access_type;                                                        // integer type
 } at_eapnset_UE_local_config_struct;
 */
 
@@ -423,13 +349,13 @@
     kal_uint32                              sim_id;
     kal_bool                                apn_present;
     kal_uint8                               apn[APN_STRING_LEN];                                                // string type
-    kal_bool                                cmd_present;                                                        
+    kal_bool                                cmd_present;
     kal_uint32                              cmd;                                                                // integer type
 
     union
     {
-    	kal_uint8                           apn_parameter[APN_PARAMETER_STRING_LEN]; 
-        at_eapnset_up_struct                user_passwd;       
+    	kal_uint8                           apn_parameter[APN_PARAMETER_STRING_LEN];
+        at_eapnset_up_struct                user_passwd;
         at_eapnset_UE_local_config_struct   UE_local_config;
     } param;
 }atp_d2at_eapnset_req_struct;
@@ -735,7 +661,7 @@
     ATP_D2AT_REQ_LOCAL_PARA_HDR
 
     at_token_parse_result_enum cid_parse_result;
-    kal_uint32 cid; 
+    kal_uint32 cid;
 }atp_d2at_cgcontrdp_req_struct;
 
 typedef struct
@@ -754,7 +680,7 @@
 
 
 // AT+ESIMMAP, NEED_TO_BE_NOTICED, monitoring only
-typedef struct 
+typedef struct
 {
     ATP_D2AT_REQ_LOCAL_PARA_HDR
 
@@ -764,7 +690,7 @@
 
 
 // AT+EPSMAP, NEED_TO_BE_NOTICED, monitoring only
-typedef struct 
+typedef struct
 {
     ATP_D2AT_REQ_LOCAL_PARA_HDR
 
@@ -830,7 +756,7 @@
                     kal_uint32                      pdp_type;
                     kal_int32                       if_id;
                     kal_uint32                      ap_if_status;
-                    kal_uint32                      md_if_status;              
+                    kal_uint32                      md_if_status;
                     kal_uint32                      usr_list;
                     kal_uint32                      flag;
                 }deact;
@@ -869,7 +795,7 @@
 } atp_d2at_eif_addr_type_enum;
 
 typedef struct {
-    kal_uint32                              type; 
+    kal_uint32                              type;
     kal_uint32                              num;
     kal_uint8                               v4[4];
     kal_uint8                               v6[16];
@@ -911,7 +837,7 @@
 typedef struct {
     ATP_D2AT_REQ_LOCAL_PARA_HDR
 
-    atcmd_state_enum                        state;  
+    atcmd_state_enum                        state;
     kal_uint8                               apn[APN_STRING_LEN];
     kal_uint8                               type[APN_TYPE_LIST_STRING_LEN];
 } atp_d2at_eaid_req_struct;
@@ -1027,7 +953,7 @@
 typedef struct {
     ATP_D2AT_L4_CMD_IND_LOCAL_PARA_HDR
 
-    atcmd_state_enum                        state;  
+    atcmd_state_enum                        state;
 } atp_d2at_l4_cmd_cgatt_ind_struct;
 //AT+CGATT RSP
 typedef struct {
@@ -1053,7 +979,7 @@
 //+ICCID RSP
 typedef struct {
     ATP_D2AT_L4_RSP_IND_LOCAL_PARA_HDR
-    kal_uint8   iccid[20];  
+    kal_uint8   iccid[20];
 } atp_d2at_l4_cmd_iccid_rsp_struct;
 
 //AT+EGREA IND
@@ -1125,7 +1051,7 @@
     kal_uint8                           edretry;
     atp_cgerep_config_context_struct    cgerep;
     atp_cgpiaf_config_context_struct    cgpiaf;
-} atp_d2at_report_mode_struct;  
+} atp_d2at_report_mode_struct;
 
 typedef struct
 {