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=cb811f8127971006aa5c345c71cb737e8be8dc10;hp=f06cb2a598430e0167e5c141619860a1808be5ca;hpb=e0ab592152182a8a00aa8e7968209d2c4152e1e9;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: {