X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=cmd%2Fvesmgr%2Fmain.go;h=f905da2b8152e1ef17f925d191d06726d9577177;hb=f30d6fffe9c04320ff2b6b9fad6ec4c31d79be10;hp=68e5c0c73d4482705cd85a880e37fd2170d2331a;hpb=4b74f01111b3b14fbb3832d8aaf4946cded374a0;p=ric-plt%2Fvespamgr.git diff --git a/cmd/vesmgr/main.go b/cmd/vesmgr/main.go index 68e5c0c..f905da2 100644 --- a/cmd/vesmgr/main.go +++ b/cmd/vesmgr/main.go @@ -13,10 +13,15 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). + * */ package main func main() { - vesmgrInit() + vesmgr := VesMgr{} + vesmgr.Init(vesmgrXappNotifPort).Run() }