From 1c24a3c3823e2ae6301cf0951cdbb7171d9afbde Mon Sep 17 00:00:00 2001 From: wahidw Date: Tue, 10 Mar 2020 08:45:02 +0000 Subject: [PATCH] Added support for si95 and updated RMR version Change-Id: I39103e59f044afe4d6775352bc2b8ff1f65bb7e7 Signed-off-by: wahidw --- ci/Dockerfile | 2 +- pkg/xapp/rmr.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index fadb85a..99768a7 100755 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -35,7 +35,7 @@ RUN apt-get update -y \ RUN curl -s https://packagecloud.io/install/repositories/o-ran-sc/master/script.deb.sh | bash # RMR -ARG RMRVERSION=3.2.6 +ARG RMRVERSION=3.5.0 #RUN apt-get install -y rmr=${RMRVERSION} rmr-dev=${RMRVERSION} 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 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 diff --git a/pkg/xapp/rmr.go b/pkg/xapp/rmr.go index 6707ab9..44f0178 100755 --- a/pkg/xapp/rmr.go +++ b/pkg/xapp/rmr.go @@ -32,7 +32,7 @@ void write_bytes_array(unsigned char *dst, void *data, int len) { } #cgo CFLAGS: -I../ -#cgo LDFLAGS: -lrmr_nng -lnng +#cgo LDFLAGS: -lrmr_si */ import "C" -- 2.16.6