Updated xapp-descriptor to use rmr-data key instead of rmr-data-in 62/3962/1
authorRon Shacham <rshacham@research.att.com>
Tue, 2 Jun 2020 21:13:07 +0000 (17:13 -0400)
committerRon Shacham <rshacham@research.att.com>
Tue, 2 Jun 2020 21:13:07 +0000 (17:13 -0400)
Signed-off-by: Ron Shacham <rshacham@research.att.com>
Change-Id: Ica796e815af0a3681808512d2d5664c98123d596

assets/bootstrap.rt
container-tag.yaml
docs/rel-notes.rst
xapp-descriptor/config.json

index ca163ed..38084cb 100644 (file)
@@ -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
index b7eb1b8..81f5b42 100644 (file)
@@ -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'
index f49b075..cdf6018 100644 (file)
@@ -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
index e101bf4..3eef173 100644 (file)
@@ -7,14 +7,14 @@
                 "image": {\r
                     "registry": "nexus3.o-ran-sc.org:10004",\r
                     "name": "o-ran-sc/ric-app-ts",\r
-                    "tag": "1.0.8"\r
+                    "tag": "1.0.9"\r
                 }\r
             }\r
         ],\r
         "messaging": {\r
             "ports": [\r
                 {\r
-                    "name": "rmr-data-in",\r
+                    "name": "rmr-data",\r
                     "container": "trafficxapp",\r
                     "port": 4560,\r
                     "rxMessages": [ \r