[Feature][Modem]1.merge MTK P2 patch 2.RF:bias modification of frequency band

Change-Id: I846de8f085e50c1b9557ad8c5d0b2cc088b18d86
diff --git a/mcu/interface/protocol/general/ps_public_enum.h b/mcu/interface/protocol/general/ps_public_enum.h
index 555fe57..e4e4706 100755
--- a/mcu/interface/protocol/general/ps_public_enum.h
+++ b/mcu/interface/protocol/general/ps_public_enum.h
@@ -115,6 +115,9 @@
 #define MAX_NR_SET_STORED_NUM 10
 #define MAX_LTE_SET_STORED_NUM 10
 
+#define UE_OS_ID_LEN 16 /* According to RFC 4122, OS_ID is defined as UUID(Universally Unique IDentifier) with length 128 bits (16 bytes) */
+#define MAX_UE_OS_ID_NUM 15 /* According to 24.501 D.6.6, UE could carry maximum 15 OS ID to NW */
+
 #define VZW_5GUW_Allowed_default 0
 #define VZW_FF03H_abnormal_default 0
 
@@ -4606,8 +4609,15 @@
 typedef enum
 {
 	  GSM_CAPABILITY = 0x01,
+	  UMTS_CAPABILITY = 0x02,
 } rat_capability_enum;
 
+typedef enum
+{
+    LEAVE_LTE = 0x01,
+    LEAVE_NR  = 0x02,
+} voice_unavail_leave_rat_enum;
+
 #define VGSM_MAX_QFI_NUM        64
 
 typedef enum {