Handling of subscription merge and inclusion of RMR lib from xapp-framework
[ric-plt/rtmgr.git] / cmd / rtmgr.go
index ceb28e8..bd17d4f 100644 (file)
@@ -145,6 +145,9 @@ func main() {
 
        var m sync.Mutex
 
+       c := sbi.NewControl()
+       go c.Run()
+
        serve(nbiEngine, sbiEngine, sdlEngine, rpeEngine, &m)
        os.Exit(0)
 }