O1 IP PORT configuration for CM .[Issue-Id: ODUHIGH-196]
[o-du/l2.git] / src / o1 / o1_client / Alarm.h
index 3506f4b..f88ed2e 100644 (file)
@@ -22,6 +22,7 @@
 #define __ALARM_H__
 
 #include <string.h>
+#include "CommonMessages.h"
 #define ALRM_ID_SIZE 10
 #define OBJ_INST_SIZE 15
 #define TEXT_SIZE 50
@@ -51,16 +52,6 @@ typedef enum
    TIME_DOMAIN_VIOLATION = 11
 }EventType;
 
-typedef enum
-{
-   CLEAR = 0,
-   RAISE = 1
-}AlarmAction;
-
-typedef struct
-{
-   AlarmAction action;
-}MsgHeader;
 
 typedef struct
 {