changed xapp framework version
[ric-plt/rtmgr.git] / cmd / rtmgr.go
index 1234622..2d3d81e 100644 (file)
@@ -49,6 +49,14 @@ import (
 
 const SERVICENAME = "rtmgr"
 
+/*type RMRUpdateType int
+
+const (
+       XappType = iota
+       SubsType
+       E2Type
+)*/
+
 func SetupCloseHandler() {
        c := make(chan os.Signal, 2)
        signal.Notify(c, os.Interrupt, syscall.SIGTERM)
@@ -67,6 +75,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()