Upgraded to RMR 4.7.4 and some improvements
[ric-plt/rtmgr.git] / pkg / rtmgr / types.go
index 41e8cf0..b9b9604 100644 (file)
 
 package rtmgr
 
+type RMRUpdateType int
+
+const (
+       XappType = iota
+       SubsType
+       E2Type
+)
+
 type XApps struct {
        XAppList []XApp
 }