From: Mohamed Abukar Date: Wed, 1 Apr 2020 04:41:19 +0000 (+0300) Subject: Update for R4 X-Git-Tag: v0.4.4~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=dc5f5d8b94954d42d6e87c0c5586686a0fc124fb;p=ric-plt%2Fo1.git Update for R4 Change-Id: I4c3594f671c42d0589c54e43bd79f1c36568eb40 Signed-off-by: Mohamed Abukar --- diff --git a/Dockerfile b/Dockerfile index 2869aec..8d31e07 100755 --- a/Dockerfile +++ b/Dockerfile @@ -102,7 +102,7 @@ RUN \ # ====================================================================== # RMR -ARG RMRVERSION=3.1.0 +ARG RMRVERSION=3.6.3 ARG RMRLIBURL=https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb ARG RMRDEVURL=https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb diff --git a/agent/go.mod b/agent/go.mod index 81595a5..f996f9c 100644 --- a/agent/go.mod +++ b/agent/go.mod @@ -2,7 +2,7 @@ module gerrit.oran-osc.org/r/ric-plt/o1mediator go 1.12 -replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.0.26 +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.5 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.0 diff --git a/container-tag.yaml b/container-tag.yaml index 66a2515..2af355a 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -2,4 +2,4 @@ # By default this file is in the docker build directory, # but the location can configured in the JJB template. --- -tag: 0.4.2 +tag: 0.4.3