move rmrendpoint into xapptweaks pkg

Change-Id: I5cc422a930040469980ebcf2627be6c6184a78df
Signed-off-by: Juha Hyttinen <juha.hyttinen@nokia.com>
diff --git a/pkg/control/registry.go b/pkg/control/registry.go
index b816b61..2570960 100644
--- a/pkg/control/registry.go
+++ b/pkg/control/registry.go
@@ -22,6 +22,7 @@
 import (
 	"fmt"
 	"gerrit.o-ran-sc.org/r/ric-plt/e2ap/pkg/e2ap"
+	"gerrit.o-ran-sc.org/r/ric-plt/submgr/pkg/xapptweaks"
 	"gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/pkg/models"
 	"gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/pkg/xapp"
 	"sync"
@@ -244,7 +245,7 @@
 			//
 			// Subscription route delete
 			//
-			tmpList := RmrEndpointList{}
+			tmpList := xapptweaks.RmrEndpointList{}
 			tmpList.AddEndpoint(trans.GetEndpoint())
 			subRouteAction := SubRouteInfo{tmpList, uint16(seqId)}
 			r.rtmgrClient.SubscriptionRequestDelete(subRouteAction)