X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=cmd%2Frtmgr.go;h=c8ad5c65e330a55889ec152044c337ba78913a88;hb=0770de6e47404e68fc9cbb59263648ac54864aef;hp=1234622c4121be9d3484644be873a9136a0f8933;hpb=bceb7d41dd5a7785982844faa9ea2171fe5b8dc4;p=ric-plt%2Frtmgr.git diff --git a/cmd/rtmgr.go b/cmd/rtmgr.go index 1234622..c8ad5c6 100644 --- a/cmd/rtmgr.go +++ b/cmd/rtmgr.go @@ -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()