X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fo1%2Fves%2FVesEvent.cpp;fp=src%2Fo1%2Fves%2FVesEvent.cpp;h=9415df670d83eca8d3af545ef13152eeef459ac0;hb=b113656b5f48fbe9769e6cb7cea172aa930446ba;hp=f06cb2a598430e0167e5c141619860a1808be5ca;hpb=e2417efa29f0d317a3ed1044ee20cc14df32e1d3;p=o-du%2Fl2.git diff --git a/src/o1/ves/VesEvent.cpp b/src/o1/ves/VesEvent.cpp index f06cb2a59..9415df670 100644 --- a/src/o1/ves/VesEvent.cpp +++ b/src/o1/ves/VesEvent.cpp @@ -211,7 +211,11 @@ string VesEvent::getEventFieldName() } case VesEventType::PM_SLICE: { + #ifdef StdDef + return "stndDefinedFields"; + #else return "measurementFields"; + #endif } case VesEventType::HEARTBEAT: {