Open RMR connection in a new thread
[ric-plt/rtmgr.git] / cmd / rtmgr.go
index 1234622..c8ad5c6 100644 (file)
@@ -67,6 +67,7 @@ func main() {
        rtmgr.Eps = make(rtmgr.Endpoints)
        rtmgr.Mtype = make(rtmgr.MessageTypeList)
        rtmgr.Rtmgr_ready = false
+       rtmgr.RMRConnStatus = make(map[string]bool)
 
        // RMR thread is starting port: 4560
        c := nbi.NewControl()