fixed issue in meid table if same meid is associated with different E2T
[ric-plt/rtmgr.git] / pkg / rpe / types.go
index 95cdf01..b7e1742 100644 (file)
@@ -51,7 +51,7 @@ type Engine interface {
        GeneratePartialPolicies(eps rtmgr.Endpoints, xappSubData *models.XappSubscriptionData, updatetype rtmgr.RMRUpdateType) *[]string
 }
 
-type RouteIndex struct {
-       flag  bool
-       index uint16
+type MeidEntry struct {
+       recordtype string
+       e2tip      string
 }