Handling of subscription merge and inclusion of RMR lib from xapp-framework

Change-Id: I51f28bf758e542629263fcc83c1e9c13b2b26f3e
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
diff --git a/cmd/rtmgr.go b/cmd/rtmgr.go
index ceb28e8..bd17d4f 100644
--- a/cmd/rtmgr.go
+++ b/cmd/rtmgr.go
@@ -145,6 +145,9 @@
 
 	var m sync.Mutex
 
+	c := sbi.NewControl()
+	go c.Run()
+
 	serve(nbiEngine, sbiEngine, sdlEngine, rpeEngine, &m)
 	os.Exit(0)
 }