Add xApp descriptor in repo 02/3702/6 1.0.3
authorRon Shacham <rshacham@research.att.com>
Thu, 14 May 2020 23:01:36 +0000 (19:01 -0400)
committerRon Shacham <rshacham@research.att.com>
Fri, 15 May 2020 16:56:48 +0000 (12:56 -0400)
Issue-ID: RICAPP-97

Signed-off-by: Ron Shacham <rshacham@research.att.com>
Change-Id: I0a1309b9150ab21cfe4374c6c3eba622afa8ce86

container-tag.yaml
xapp-descriptor/config.json [new file with mode: 0644]

index d0cf09e..010bf19 100644 (file)
@@ -1,3 +1,3 @@
 # this is used by CI jobs to apply a tag when it builds the image
 ---
-tag: '1.0.2'
+tag: '1.0.3'
diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json
new file mode 100644 (file)
index 0000000..6335fdd
--- /dev/null
@@ -0,0 +1,50 @@
+{\r
+        "xapp_name": "trafficxapp",\r
+        "version": "1.0.0",\r
+        "containers": [\r
+            {\r
+                "name": "trafficxapp",\r
+                "image": {\r
+                    "registry": "nexus3.o-ran-sc.org:10002",\r
+                    "name": "o-ran-sc/ric-app-ts",\r
+                    "tag": "1.0.3"\r
+                }\r
+            }\r
+        ],\r
+        "messaging": {\r
+            "ports": [\r
+                {\r
+                    "name": "rmr-data-in",\r
+                    "container": "trafficxapp",\r
+                    "port": 4560,\r
+                    "rxMessages": [ \r
+                       "TS_QUE_PREDICTION",\r
+                       "A1_POLICY_REQ"\r
+\r
+                    ],\r
+                    "txMessages": [ "TS_UE_LIST" ],\r
+                    "policies": [20008],\r
+                    "description": "rmr receive data port for mcxapp"\r
+                },\r
+                {\r
+                    "name": "rmr-route",\r
+                    "container": "trafficxapp",\r
+                    "port": 4561,\r
+                    "description": "rmr route port for mcxapp"\r
+                }\r
+            ]\r
+        },\r
+        "rmr": {\r
+            "protPort": "tcp:4560",\r
+            "maxSize": 2072,\r
+            "numWorkers": 1,\r
+            "txMessages": [\r
+                "TS_UE_LIST"\r
+            ],\r
+            "rxMessages": [\r
+                "TS_QUE_PREDICTION",\r
+                "A1_POLICY_REQ"                \r
+            ],\r
+            "policies": [20008]\r
+        }\r
+    }\r