Adding Bouncer code for RIC-Benchmarking
[ric-app/bouncer.git] / Bouncer / init / config-file.json
diff --git a/Bouncer/init/config-file.json b/Bouncer/init/config-file.json
new file mode 100644 (file)
index 0000000..c714485
--- /dev/null
@@ -0,0 +1,42 @@
+ {
+        "xapp_name": "bouncer-xapp",
+        "version": "1.0.0",
+        "containers": [
+            {
+                "name": "bouncer-xapp",
+                "image": {
+                               "registry": "nexus3.o-ran-sc.org:10002",
+                "name": "o-ran-sc/ric-app-bouncer",
+                       "tag": "1.0.0"
+                       }
+            }
+        ],
+        "messaging": {
+            "ports": [
+                {
+                    "name": "rmr-data",
+                    "container": "bouncer-xapp",
+                    "port": 4560,
+                   
+                   "rxMessages": ["RIC_SUB_RESP", "RIC_INDICATION"],
+                    "txMessages": ["RIC_SUB_REQ"],
+                    "policies": [1],
+                    "description": "rmr receive data port for Bouncer xApp"
+                },
+                {
+                    "name": "rmr-route",
+                    "container": "bouncer-xapp",
+                    "port": 4561,
+                    "description": "rmr route port for Bouncer xApp"
+                }
+            ]
+        },
+        "rmr": {
+            "protPort": "tcp:4560",
+            "maxSize": 2072,
+            "numWorkers": 1,
+            "txMessages": ["RIC_SUB_REQ"],
+            "rxMessages": ["RIC_SUB_RESP", "RIC_INDICATION"],
+           "policies": [1]
+        }
+  }