Cell down alarm notification [Issue-Id: ODUHIGH-430]
[o-du/l2.git] / src / o1 / ves / VesEvent.cpp
index b19391b..f06cb2a 100644 (file)
@@ -192,7 +192,7 @@ bool VesEvent::send()
  * @return string : Ves Event Name
  ******************************************************************/
 
-string VesEvent::getEventFieldName() 
+string VesEvent::getEventFieldName()
 {
 
    switch(mVesEventType)
@@ -203,7 +203,11 @@ string VesEvent::getEventFieldName()
       }
       case VesEventType::FAULT_NOTIFICATION:
       {
+         #ifdef StdDef
+         return "stndDefinedFields";
+         #else
          return "faultFields";
+         #endif
       }
       case VesEventType::PM_SLICE:
       {