[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/ps_public_enum.h b/mcu/interface/protocol/general/ps_public_enum.h
index e4e4706..f7cdb58 100755
--- a/mcu/interface/protocol/general/ps_public_enum.h
+++ b/mcu/interface/protocol/general/ps_public_enum.h
@@ -3515,6 +3515,7 @@
D2_NETIF_POOL_FULL = 0x03 + D2_NETIF_CAUSE_START,
D2_NETIF_INVALID_STATE = 0x04 + D2_NETIF_CAUSE_START,
D2_NETIF_INVALID_PARAMETER = 0x05 + D2_NETIF_CAUSE_START,
+ D2_NETIF_INTERFACE_ID_CONFLICT = 0x06 + D2_NETIF_CAUSE_START,
D2AM_NW_CAUSE_START = 0x50 + D2_CAUSE_START, /* 0x01650 */
@@ -4697,7 +4698,7 @@
VDM_CALL_STATUS_ALL = VDM_CALL_STATUS_IMS_GROUP | VDM_CALL_STATUS_FIRST_CALL_ATTEMPT | VDM_CALL_STATUS_ALL_CALL_END,
} vdm_call_status_enum;
-typedef kal_uint8 op_feature_bitmap;
+typedef kal_uint16 op_feature_bitmap;
typedef enum
{
@@ -4711,7 +4712,9 @@
OP_FEATURE_UMTS_SUNSET = 1<<5, // 32
OP_FEATURE_SA_STORED_ONLY_SEARCH = 1<<6, // 64
OP_FEATURE_ENDC_BEFORE_SA_SEARCH = 1<<7, // 128
- OP_FEATURE_END = OP_FEATURE_ENDC_BEFORE_SA_SEARCH // should be the last entry
+ OP_FEATURE_RE_ENABLE_S1_CAP = 1<<8, // 256
+ OP_FEATURE_RE_ENABLE_N1_CAP = 1<<9, // 512
+ OP_FEATURE_END = OP_FEATURE_RE_ENABLE_N1_CAP // should be the last entry
} op_feature_enum;
@@ -5299,4 +5302,11 @@
L4C_NW_PROC_FAIL_CAUSE_UNKNOWN = 0x06,
} better_rat_detect_response_enum;
+typedef enum
+{
+ THROTTLING_GENERIC = 0,
+ THROTTLING_EMM_SR_LLF,
+} throttling_cause_enum;
+
+
#endif /* _PS_PUBLIC_ENUM_H_ */