From 1cef1103f3326940c5b097c5d10783ff5c218744 Mon Sep 17 00:00:00 2001 From: Ron Shacham Date: Tue, 2 Jun 2020 17:13:07 -0400 Subject: [PATCH] Updated xapp-descriptor to use rmr-data key instead of rmr-data-in Signed-off-by: Ron Shacham Change-Id: Ica796e815af0a3681808512d2d5664c98123d596 --- assets/bootstrap.rt | 2 +- container-tag.yaml | 2 +- docs/rel-notes.rst | 4 ++++ xapp-descriptor/config.json | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/assets/bootstrap.rt b/assets/bootstrap.rt index ca163ed..38084cb 100644 --- a/assets/bootstrap.rt +++ b/assets/bootstrap.rt @@ -2,5 +2,5 @@ newrt | start mse | 20011 | -1 | service-ricplt-a1mediator-rmr.ricplt:4562 -mse | 30000 | -1 | service-ricxapp-qpdriver-rmr.ricxapp.svc.cluster.local:4562 +mse | 30000 | -1 | service-ricxapp-qpdriver-rmr.ricxapp.svc.cluster.local:4560 newrt | end diff --git a/container-tag.yaml b/container-tag.yaml index b7eb1b8..81f5b42 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.8' +tag: '1.0.9' diff --git a/docs/rel-notes.rst b/docs/rel-notes.rst index f49b075..cdf6018 100644 --- a/docs/rel-notes.rst +++ b/docs/rel-notes.rst @@ -9,6 +9,10 @@ Traffic Steering xAPP ===================== +2020 June 2 Version 1.0.9 +---------------------------- + Fix xapp descriptor to have rmr-data sections instead of rmr-data-in + 2020 May 26 Version 1.0.7 ---------------------------- Fix issue with parsing of prediction message diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index e101bf4..3eef173 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -7,14 +7,14 @@ "image": { "registry": "nexus3.o-ran-sc.org:10004", "name": "o-ran-sc/ric-app-ts", - "tag": "1.0.8" + "tag": "1.0.9" } } ], "messaging": { "ports": [ { - "name": "rmr-data-in", + "name": "rmr-data", "container": "trafficxapp", "port": 4560, "rxMessages": [ -- 2.16.6