X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Frpe%2Ftypes.go;fp=pkg%2Frpe%2Ftypes.go;h=b7e1742b478e9c784896c653da10f656a6c1e1be;hb=c9a607db8f2dd0b745d30e55c95ef12af9a7bb54;hp=95cdf0171fc65d21241de7570866ae279b653820;hpb=50ed7b7f9fe26b923f99a96d37ccfa8c19f181e9;p=ric-plt%2Frtmgr.git diff --git a/pkg/rpe/types.go b/pkg/rpe/types.go index 95cdf01..b7e1742 100644 --- a/pkg/rpe/types.go +++ b/pkg/rpe/types.go @@ -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 }