Fixed the http request call for VES PM message [Issue-ID: ODUHIGH-412]
[o-du/l2.git] / src / o1 / ves / VesEventHandler.cpp
index 60f8513..09339cf 100644 (file)
@@ -105,6 +105,7 @@ bool VesEventHandler::prepare(VesEventType evtType, const Message* msg)
          ret = false;
          break;
    }
+   mVesEvent->init();
    if(!mVesEvent->prepare(msg)) {
       O1_LOG("\nO1 VesEventHandler : Failed to prepare VES message");
       ret = false;