From: wahidw Date: Mon, 7 Dec 2020 07:25:06 +0000 (+0000) Subject: Updated RMR version to 4.4.6 X-Git-Tag: 0.7.2~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=7057437c8c2b93a6d4a2dd29c5ef86edee60af3c;p=ric-plt%2Frtmgr.git Updated RMR version to 4.4.6 Signed-off-by: wahidw Change-Id: Icd8dfb4e108d374e63bb24933fb1434d152b3f2a --- diff --git a/Dockerfile b/Dockerfile index 602e056..a093935 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/build-rtmgr-ubuntu.sh b/build-rtmgr-ubuntu.sh index e85e8f8..e2c4dde 100755 --- a/build-rtmgr-ubuntu.sh +++ b/build-rtmgr-ubuntu.sh @@ -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