Upgraded to RMR 4.7.4 and some improvements
[ric-plt/rtmgr.git] / cmd / rtmgr.go
index c8ad5c6..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)