G release step 1 of 2
[ric-plt/rtmgr.git] / pkg / rpe / types.go
index 2d466d3..b7e1742 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 MeidEntry struct {
+       recordtype string
+       e2tip      string
+}