add xapp-descriptor
authorjinwei.fan <jinwei.fan@samsung.com>
Wed, 20 Jan 2021 08:07:07 +0000 (16:07 +0800)
committerjinwei.fan <jinwei.fan@samsung.com>
Wed, 20 Jan 2021 08:07:07 +0000 (16:07 +0800)
Signed-off-by: jinwei.fan <jinwei.fan@samsung.com>
Change-Id: I8e6f2cda3a296061b4257f2546624d89fffee0c6

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

diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json
new file mode 100644 (file)
index 0000000..a27776a
--- /dev/null
@@ -0,0 +1,41 @@
+{\r
+  "xapp_name": "xappkpimon",\r
+  "version": "1.0.0",\r
+  "containers": [\r
+    {\r
+      "name": "xappkpimon",\r
+      "image": {\r
+        "registry": "nexus3.o-ran-sc.org:10002",\r
+        "name": "o-ran-sc/ric-app-kpimon",\r
+        "tag": "1.0.0"\r
+      }\r
+    }\r
+  ],\r
+  "messaging": {\r
+    "ports": [\r
+      {\r
+        "name": "rmr-data",\r
+        "container": "xappkpimon",\r
+        "port": 4560,\r
+        "rxMessages": ["RIC_SUB_RESP", "RIC_INDICATION"],\r
+        "txMessages": ["RIC_SUB_REQ"],\r
+        "policies": [],\r
+        "description": "rmr receive data port for xappkpimon"\r
+      },\r
+      {\r
+        "name": "rmr-route",\r
+        "container": "xappkpimon",\r
+        "port": 4561,\r
+        "description": "rmr route port for xappkpimon"\r
+      }\r
+    ]\r
+  },\r
+  "rmr": {\r
+    "protPort": "tcp:4560",\r
+    "maxSize": 2072,\r
+    "numWorkers": 1,\r
+    "rxMessages": ["RIC_SUB_RESP", "RIC_INDICATION"],\r
+    "txMessages": ["RIC_SUB_REQ"],\r
+    "policies": []\r
+  }\r
+}
\ No newline at end of file