[Feature][Modem]Merge MTK release P3 P4 patch
Change-Id: I1ef3d69e36378ee73a422ecb2721488d6b416427
diff --git a/mcu/protocol/interface/general/mrs_common_search.h b/mcu/protocol/interface/general/mrs_common_search.h
index 7e0703c..a97173b 100755
--- a/mcu/protocol/interface/general/mrs_common_search.h
+++ b/mcu/protocol/interface/general/mrs_common_search.h
@@ -53,6 +53,19 @@
kal_bool is_enable;
} mrs_search_priority_struct;
+typedef enum
+{
+ MRS_NR_SEARCH_PRIORITY_ENUM_NRDC_FR2,
+ MRS_NR_SEARCH_PRIORITY_ENUM_NRDC,
+ MRS_NR_SEARCH_PRIORITY_ENUM_SIGNAL_LEVEL,
+ MRS_NR_SEARCH_PRIORITY_ENUM_LARGE_BANDWIDTH_FR2,
+ MRS_NR_SEARCH_PRIORITY_ENUM_LARGE_BANDWIDTH,
+ MRS_NR_SEARCH_PRIORITY_ENUM_DR_DSDS_DSDA,
+ MRS_NR_SEARCH_PRIORITY_ENUM_LOW_LATENCY,
+ MRS_NR_SEARCH_PRIORITY_ENUM_NUM,
+ MRS_NR_SEARCH_PRIORITY_ENUM_INVALID
+} mrs_nr_search_priority_enum;
+
typedef struct{
mrs_search_priority_struct index[MRS_SEARCH_PRIORITY_ENUM_NUM];
} mrs_search_priority_list_struct;