Merge "Fixes in current code for Multi-UE support [Issue-ID: ODUHIGH-354]"
[o-du/l2.git] / src / du_app / du_mgr_main.c
index d498830..14c810f 100644 (file)
@@ -563,7 +563,13 @@ uint8_t tst(void)
    //Read all the configs from du_utils.c into duCfgParams
    duReadCfg();
 
+#ifdef O1_ENABLE
+   //Send VES PNF registration message to SMO
+   sendPnfRegistration();
+#endif
+
    return ROK;
+
 }/* end of main()*/
 
 /**********************************************************************