Updated xapp-frame to 0.4.18. Updated rmr to 4.1.2.
[ric-plt/submgr.git] / pkg / control / client.go
index d26bbd0..1ef7a69 100644 (file)
@@ -24,7 +24,6 @@ import (
        rtmgrclient "gerrit.o-ran-sc.org/r/ric-plt/submgr/pkg/rtmgr_client"
        rtmgrhandle "gerrit.o-ran-sc.org/r/ric-plt/submgr/pkg/rtmgr_client/handle"
        "gerrit.o-ran-sc.org/r/ric-plt/submgr/pkg/rtmgr_models"
-       "gerrit.o-ran-sc.org/r/ric-plt/submgr/pkg/xapptweaks"
        "gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/pkg/xapp"
        "strconv"
        "strings"
@@ -35,7 +34,7 @@ import (
 //
 //-----------------------------------------------------------------------------
 type SubRouteInfo struct {
-       EpList xapptweaks.RmrEndpointList
+       EpList xapp.RmrEndpointList
        SubID  uint16
 }