Cell down alarm notification [Issue-Id: ODUHIGH-430]
[o-du/l2.git] / src / o1 / ves / VesCommonHeader.hpp
index 96f850b..0de58a8 100644 (file)
@@ -44,20 +44,24 @@ class VesCommonHeader{
       bool prepare(cJSON *node, VesEventType type);
 
    private:
-      uint16_t getSequenceNo();
-      uint16_t nextSequenceNo();
+      double getSequenceNo();
+      double nextSequenceNo();
       string getEventTypeToStr();
       string getEventType();
       string getEventId();
       string getPriority();
       string getEventName();
+      string getSourceId();
+      string getReportingEntityId();
       string getReportingEntityName();
       string getSourceName();
       string getNamingCode();
-      uint64_t getEpochTime();
+      string getnfcNamingCode();
+      string getstndDefinedNamespace();
+      double getEpochTime();
       time_t getCurrentTime();
           string formatTime(time_t);
-      uint64_t mLastEpochTime;
+      double mLastEpochTime;
 
       VesEventType mEventType;
 };