Updating RMR to 3.8.2 76/3376/1
authorwahidw <abdulwahid.w@nokia.com>
Wed, 22 Apr 2020 10:56:11 +0000 (10:56 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Wed, 22 Apr 2020 10:58:27 +0000 (10:58 +0000)
Change-Id: Ia451c3e68d264bcd2f60ea4f7328e478410103a9
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Dockerfile
RELNOTES
build-rtmgr-ubuntu.sh
container-tag.yaml
go.mod

index d8f55e8..e4b3873 100644 (file)
@@ -26,7 +26,7 @@
 FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:6-u18.04-nng as rtmgrbuild
 
 # Install RMr shared library
-ARG RMRVERSION=3.8.0
+ARG RMRVERSION=3.8.2
 RUN wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb && dpkg -i rmr_${RMRVERSION}_amd64.deb && rm -rf rmr_${RMRVERSION}_amd64.deb
 # Install RMr development header files
 RUN wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb && dpkg -i rmr-dev_${RMRVERSION}_amd64.deb && rm -rf rmr-dev_${RMRVERSION}_amd64.deb
index d9f029f..ea9abef 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,5 @@
+### v0.5.7-3
+* Updating to RMR version 3.8.2
 ### v0.5.7-2
 * Supporting of reading subscriptions from subscription manager while restarting rtmgr
 
index 6b886d5..f0f4153 100755 (executable)
@@ -20,7 +20,7 @@ set -eux
 
 echo "--> rtmgr-build-ubuntu.sh"
 curdir=`pwd`
-RMRVERSION=3.8.0
+RMRVERSION=3.8.2
 wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb && sudo dpkg -i rmr_${RMRVERSION}_amd64.deb && rm -rf rmr_${RMRVERSION}_amd64.deb
 wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb && sudo dpkg -i rmr-dev_${RMRVERSION}_amd64.deb && rm -rf rmr-dev_${RMRVERSION}_amd64.deb
 
index 37ee647..cdf9e79 100644 (file)
@@ -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.7-2
+tag: 0.5.7-3
diff --git a/go.mod b/go.mod
index 3ddb41e..33a35cb 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module routing-manager
 go 1.12.1
 
 require (
-       gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.7
+       gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.8
        github.com/ghodss/yaml v1.0.0
        github.com/go-openapi/errors v0.19.3
        github.com/go-openapi/loads v0.19.4
@@ -18,6 +18,6 @@ require (
 
 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.2
 
-replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.7
+replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.8
 
 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1