From d370c2a5f304a8c866cb01c74dbcd6ae07591cb7 Mon Sep 17 00:00:00 2001 From: wahidw Date: Tue, 10 Mar 2020 10:19:26 +0000 Subject: [PATCH] Switch to RMR Si95 mode Change-Id: I2760dbc4301efe89e633c7b1d426c3201fc8b0a0 Signed-off-by: wahidw --- Dockerfile | 4 ++-- RELNOTES | 3 +++ container-tag.yaml | 2 +- go.mod | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 292edd8..2ccd2d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,9 +26,9 @@ FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:4-u18.04-nng as rtmgrbuild # Install RMr shared library -RUN wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_3.4.0_amd64.deb/download.deb && dpkg -i rmr_3.4.0_amd64.deb && rm -rf rmr_3.4.0_amd64.deb +RUN wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_3.5.0_amd64.deb/download.deb && dpkg -i rmr_3.5.0_amd64.deb && rm -rf rmr_3.5.0_amd64.deb # Install RMr development header files -RUN wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_3.4.0_amd64.deb/download.deb && dpkg -i rmr-dev_3.4.0_amd64.deb && rm -rf rmr-dev_3.4.0_amd64.deb +RUN wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_3.5.0_amd64.deb/download.deb && dpkg -i rmr-dev_3.5.0_amd64.deb && rm -rf rmr-dev_3.5.0_amd64.deb ENV GOLANG_VERSION 1.12.1 RUN wget --quiet https://dl.google.com/go/go$GOLANG_VERSION.linux-amd64.tar.gz \ diff --git a/RELNOTES b/RELNOTES index b2452b1..8016e3e 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,6 @@ +### v0.5.2 +* Switch to RMR Si95 mode + ### v0.5.1 * Removal of go mangoes and using RMR nng diff --git a/container-tag.yaml b/container-tag.yaml index 4242e70..b3e924f 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.5.1 +tag: 0.5.2 diff --git a/go.mod b/go.mod index 1c6d67c..82ba75d 100644 --- a/go.mod +++ b/go.mod @@ -3,13 +3,13 @@ module routing-manager go 1.12.1 require ( - gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.30 + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.0 nanomsg.org/go/mangos/v2 v2.0.5 ) replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.2.0 -replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.0.30 +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.0 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1 -- 2.16.6