Creating dymanic endpoints(Eps) and distributing routes to those endpoints on upgrad...
[ric-plt/rtmgr.git] / pkg / rtmgr / types.go
index 138c2b5..4501bb8 100644 (file)
@@ -41,6 +41,8 @@ type SubscriptionList []Subscription
 
 type MessageTypeList map[string]string
 
+type ProcessMultipleRMR map[string]int
+
 //TODO: uuid is not a real UUID but a string of "ip:port"
 // this should be changed to real UUID later on which should come from xApp Manager // petszila
 type Endpoint struct {