X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=cmd%2Fvesmgr%2Fmain.go;h=cd3d14e1271894f9902348eaaa7d45b008caaaa1;hb=fc77ebb24a8627ccfb18edd8b5dbc038da475eab;hp=68e5c0c73d4482705cd85a880e37fd2170d2331a;hpb=9a9ecfe2f3f3592c07c24e502b4ce252cf3bd377;p=ric-plt%2Fvespamgr.git diff --git a/cmd/vesmgr/main.go b/cmd/vesmgr/main.go index 68e5c0c..cd3d14e 100644 --- a/cmd/vesmgr/main.go +++ b/cmd/vesmgr/main.go @@ -18,5 +18,6 @@ package main func main() { - vesmgrInit() + vesmgr := VesMgr{} + vesmgr.Init(vesmgrXappNotifPort).Run() }