X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fteststub%2Frmrenv.go;h=4b1f1b70832b65f708581529eff54f33031a1aff;hb=9dc5adc78d459157a42ef8997eeced82a3616f01;hp=cf1e2848fd96cdbc1571dc8fbf86726605487225;hpb=f3f4efb9be78f25d3417ecbbce3ea988550e5381;p=ric-plt%2Fsubmgr.git diff --git a/pkg/teststub/rmrenv.go b/pkg/teststub/rmrenv.go index cf1e284..4b1f1b7 100644 --- a/pkg/teststub/rmrenv.go +++ b/pkg/teststub/rmrenv.go @@ -20,7 +20,6 @@ package teststub import ( - "gerrit.o-ran-sc.org/r/ric-plt/submgr/pkg/xapptweaks" "gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/pkg/xapp" "os" "strconv" @@ -115,7 +114,7 @@ func (rrt *RmrRouteTable) Disable() { //----------------------------------------------------------------------------- type RmrSrcId struct { - xapptweaks.RmrEndpoint + xapp.RmrEndpoint } func (rsi *RmrSrcId) Enable() { @@ -134,7 +133,7 @@ func (rsi *RmrSrcId) Disable() { // //----------------------------------------------------------------------------- type RmrRtgSvc struct { - xapptweaks.RmrEndpoint + xapp.RmrEndpoint } func (rrs *RmrRtgSvc) Enable() {