Updated RMR version to 4.4.6 43/5243/1
authorwahidw <abdulwahid.w@nokia.com>
Mon, 7 Dec 2020 07:25:06 +0000 (07:25 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Mon, 7 Dec 2020 07:25:06 +0000 (07:25 +0000)
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: Icd8dfb4e108d374e63bb24933fb1434d152b3f2a

Dockerfile
build-rtmgr-ubuntu.sh

index 602e056..a093935 100644 (file)
@@ -26,7 +26,7 @@
 FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 as rtmgrbuild
 
 # Install RMr shared library
-ARG RMRVERSION=4.4.4
+ARG RMRVERSION=4.4.6
 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 e85e8f8..e2c4dde 100755 (executable)
@@ -20,7 +20,7 @@ set -eux
 
 echo "--> rtmgr-build-ubuntu.sh"
 curdir=`pwd`
-RMRVERSION=4.4.4
+RMRVERSION=4.4.6
 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