Added support for si95 and updated RMR version 28/2728/1 v0.4.0
authorwahidw <abdulwahid.w@nokia.com>
Tue, 10 Mar 2020 08:45:02 +0000 (08:45 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Tue, 10 Mar 2020 08:45:07 +0000 (08:45 +0000)
Change-Id: I39103e59f044afe4d6775352bc2b8ff1f65bb7e7
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
ci/Dockerfile
pkg/xapp/rmr.go

index fadb85a..99768a7 100755 (executable)
@@ -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
index 6707ab9..44f0178 100755 (executable)
@@ -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"