[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/interface/protocol/general/ps_public_enum.h b/mcu/interface/protocol/general/ps_public_enum.h
index a689398..6cf3673 100644
--- a/mcu/interface/protocol/general/ps_public_enum.h
+++ b/mcu/interface/protocol/general/ps_public_enum.h
@@ -4374,6 +4374,14 @@
SDM_RETRY_NO_PREFERENCE,
}sdm_retry_domain_preference_enum;
+typedef enum
+{
+ SMS_OVER_NAS5G_NOT_SUPPORTED = 0,
+ SMS_OVER_NAS5G_SUPPORTED,
+ SMS_OVER_NAS5G_DEFAULT
+}sms_over_nas5g_support_enum;
+
+
typedef struct
{
sdm_retry_domain_preference_enum when_TR1M_expires;
@@ -4613,6 +4621,12 @@
VG_OPTION1_OPTION2_OPTION3_OPTION5 = VG_OPTION1 | VG_OPTION2 | VG_OPTION3 | VG_OPTION5,
} vg_option_enum;
+typedef enum {
+ VG_OPTION_OPERATION_NONE = 0x00,
+ VG_OPTION_OPERATION_LOCAL_RELEASE = 0x01,
+ VG_OPTION_OPERATION_LOCAL_RELEASE_NR_SEARCH = 0x02,
+} vg_option_operation_enum;
+
typedef enum
{
GSM_CAPABILITY = 0x01,