[Feature]Upload Modem source code
Change-Id: Id4294f30faced84d3e6fd6d5e61e1111bf287a37
diff --git a/mcu/protocol/interface/general/uas_eas_enums.h b/mcu/protocol/interface/general/uas_eas_enums.h
new file mode 100644
index 0000000..57dbee3
--- /dev/null
+++ b/mcu/protocol/interface/general/uas_eas_enums.h
@@ -0,0 +1,22 @@
+#ifndef _UAS_EAS_ENUMS_H
+#define _UAS_EAS_ENUMS_H
+
+#include "irat_common_enums.h"
+
+/* MACRO goes here */
+#define MAX_NUM_CELL_INFO_UTRA (16)
+#define MAX_NUM_REDIRECTION_FREQ_UTRA (6)
+
+typedef enum {
+ CGI_INFO_NOT_CSG_CELL = 0x00,
+ CGI_INFO_CSG_CLOSED_CELL = 0x01,
+ CGI_INFO_HYBRID_CELL = 0x02,
+} cell_type_enum;
+
+typedef enum {
+ FDD_MOB_MEME_MEAS_STOP_CAUSE_REGULAR, /*normal stop*/
+ FDD_MOB_MEME_MEAS_STOP_CAUSE_4G3IRHO /*stop triggered by 4G3 IRHO*/
+}FDD_MOB_MEME_MEASUREMENT_STOP_CAUSE;
+
+
+#endif /* UAS_EAS_ENUMS_H */