Fixed bug: MEID table not getting built during rtmgr restart; MEID table
[ric-plt/rtmgr.git] / pkg / rpe / types.go
index 2d466d3..95cdf01 100644 (file)
@@ -50,3 +50,8 @@ type Engine interface {
        GenerateRouteTable(rtmgr.Endpoints) *rtmgr.RouteTable
        GeneratePartialPolicies(eps rtmgr.Endpoints, xappSubData *models.XappSubscriptionData, updatetype rtmgr.RMRUpdateType) *[]string
 }
+
+type RouteIndex struct {
+       flag  bool
+       index uint16
+}