From afe4db1d310e472b9523b2bcb4d5f1414f682a85 Mon Sep 17 00:00:00 2001 From: ss412g Date: Thu, 28 Nov 2019 12:03:01 +0200 Subject: [PATCH] Add routing to resource status request & response, use 3-u16.04-nng Change-Id: Ieca28a95d204fc5b4dd2e6b56ece2f1f688540b8 Signed-off-by: ss412g --- RIC-E2-TERMINATION/Dockerfile | 5 ++--- RIC-E2-TERMINATION/dockerRouter.txt | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/RIC-E2-TERMINATION/Dockerfile b/RIC-E2-TERMINATION/Dockerfile index bba4f3c..374a87e 100644 --- a/RIC-E2-TERMINATION/Dockerfile +++ b/RIC-E2-TERMINATION/Dockerfile @@ -15,8 +15,7 @@ # limitations under the License. # ############################################################################## -FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:2-u16.04-nng as ubuntu -##FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:1-u16.04-nng1.1.1 as ubuntu +FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:3-u16.04-nng as ubuntu WORKDIR /opt/e2/ @@ -66,7 +65,7 @@ COPY --from=ubuntu /opt/e2/RIC-E2-TERMINATION/config/config.conf /opt/e2/config/ #COPY --from=ubuntu /usr/local/lib/librmr_nng.a /usr/local/lib/librmr_nng.a COPY --from=ubuntu /usr/local/lib/librmr_nng.so.1 /usr/local/lib/librmr_nng.so.1 COPY --from=ubuntu /usr/local/lib/librmr_nng.so /usr/local/lib/librmr_nng.so -COPY --from=ubuntu /usr/local/lib/librmr_nng.so.1.10.0 /usr/local/lib/librmr_nng.so.1.10.0 +COPY --from=ubuntu /usr/local/lib/librmr_nng.so.1.12.0 /usr/local/lib/librmr_nng.so.1.12.0 COPY --from=ubuntu /usr/local/lib/libnng.so.1 /usr/local/lib/libnng.so.1 COPY --from=ubuntu /usr/local/lib/libmdclog.so.0 /usr/local/lib/libmdclog.so.0 diff --git a/RIC-E2-TERMINATION/dockerRouter.txt b/RIC-E2-TERMINATION/dockerRouter.txt index 30b8864..87f215c 100644 --- a/RIC-E2-TERMINATION/dockerRouter.txt +++ b/RIC-E2-TERMINATION/dockerRouter.txt @@ -18,4 +18,6 @@ rte|1080|10.0.2.15:3801 rte|1090|10.0.2.15:38000 rte|1100|10.0.2.15:3801 rte|12010|10.0.2.15:38010 +rte|10091|10.0.2.15:4801 +rte|10092|10.0.2.15:4801 newrt|end -- 2.16.6