From 1d24e176b09a0957d52767f393d8b72ec4646f0c Mon Sep 17 00:00:00 2001 From: Ron Shacham Date: Fri, 22 May 2020 16:54:02 -0400 Subject: [PATCH] Fixed the route for 30000 message type; fixed license at top of write_sdl.cpp which was being interpreted as prepocessor statements Signed-off-by: Ron Shacham Change-Id: I793bebf3f8bb42e8bfa463ce553e4ac10e4e0bcc --- assets/bootstrap.rt | 2 +- container-tag.yaml | 2 +- test/populatedb/src/write_sdl.cpp | 4 ++-- xapp-descriptor/config.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/bootstrap.rt b/assets/bootstrap.rt index afa7a78..bf4717f 100644 --- a/assets/bootstrap.rt +++ b/assets/bootstrap.rt @@ -2,5 +2,5 @@ newrt | start mse | 20011 | -1 | service-ricplt-a1mediator-rmr:4562 -mse | 30000 | -1 | service-ricxapp-qpd:4560 +mse | 30000 | -1 | service-ricxapp-qpdriver-rmr.ricxapp.svc.cluster.local:4562 newrt | end diff --git a/container-tag.yaml b/container-tag.yaml index 5da5941..ebb2f87 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -1,3 +1,3 @@ # this is used by CI jobs to apply a tag when it builds the image --- -tag: '1.0.5' +tag: '1.0.6' diff --git a/test/populatedb/src/write_sdl.cpp b/test/populatedb/src/write_sdl.cpp index c31d050..5dbf11d 100644 --- a/test/populatedb/src/write_sdl.cpp +++ b/test/populatedb/src/write_sdl.cpp @@ -1,5 +1,5 @@ -// vi: ts=4 sw=4 noet: +/* # ================================================================================== # Copyright (c) 2020 AT&T Intellectual Property. # @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ================================================================================== - +*/ #include #include diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index 76c5f7d..bb96b65 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -7,7 +7,7 @@ "image": { "registry": "nexus3.o-ran-sc.org:10002", "name": "o-ran-sc/ric-app-ts", - "tag": "1.0.5" + "tag": "1.0.6" } } ], -- 2.16.6