X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_mgr_main.c;h=14c810f0b286d79b8e7f16076d5cb29fd64bf488;hb=62605166db94fd7d52f32de84dea8c7006e0f4c5;hp=d4988301c0d2c3a4fb3f47254ae05200706b1dcc;hpb=cbb5d8d83a41cbf191347d447a66c9cd062d4d81;p=o-du%2Fl2.git diff --git a/src/du_app/du_mgr_main.c b/src/du_app/du_mgr_main.c index d4988301c..14c810f0b 100644 --- a/src/du_app/du_mgr_main.c +++ b/src/du_app/du_mgr_main.c @@ -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()*/ /**********************************************************************