X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=control%2Fgrpcserver.go;h=009b83d83572e7fcb2deefb1fe12492c52c03d36;hb=refs%2Fchanges%2F56%2F7256%2F1;hp=a30770ee14fb668217801b0df68f7c95798f8ef0;hpb=21b61dd76570beb43afc74289296e831914d9060;p=ric-app%2Frc.git diff --git a/control/grpcserver.go b/control/grpcserver.go index a30770e..009b83d 100644 --- a/control/grpcserver.go +++ b/control/grpcserver.go @@ -2,7 +2,7 @@ package control import ( "gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/pkg/xapp" - "gerrit.o-ran-sc.org/r/scp/ric-app/protocol/grpc/ricmsgcommrpc/rc" + "gerrit.o-ran-sc.org/r/ric-app/rc/protocol/grpc/ricmsgcommrpc/rc" "google.golang.org/grpc" "google.golang.org/grpc/health" "google.golang.org/grpc/health/grpc_health_v1"