Taking RMR v4.1.2 14/4314/1
authorwahidw <abdulwahid.w@nokia.com>
Sat, 4 Jul 2020 15:37:37 +0000 (21:07 +0530)
committerwahidw <abdulwahid.w@nokia.com>
Sat, 4 Jul 2020 15:37:43 +0000 (21:07 +0530)
Change-Id: If7aacc16948cd3141ecc33522181bbcd77a0a0fa
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Dockerfile
build-rtmgr-ubuntu.sh

index 7f87538..20f4b60 100644 (file)
@@ -26,7 +26,7 @@
 FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:8-u18.04 as rtmgrbuild
 
 # Install RMr shared library
-ARG RMRVERSION=4.0.5
+ARG RMRVERSION=4.1.2
 RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/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/release/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 26956fa..c246f77 100755 (executable)
@@ -20,7 +20,7 @@ set -eux
 
 echo "--> rtmgr-build-ubuntu.sh"
 curdir=`pwd`
-RMRVERSION=4.0.5
+RMRVERSION=4.1.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