X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Bouncer%2Fxapp-descriptor%2Fconfig-file.json;fp=Bouncer%2Fxapp-descriptor%2Fconfig-file.json;h=9b1d71fee1ab6d76bead489c0ef9420f75ee1290;hb=fbc7e3ad84fc7269233a2f0b5d416cb1c6f8a6ea;hp=0000000000000000000000000000000000000000;hpb=eb27c05c05b5042d115480c40cffa16e7d473d80;p=ric-app%2Fbouncer.git diff --git a/Bouncer/xapp-descriptor/config-file.json b/Bouncer/xapp-descriptor/config-file.json new file mode 100644 index 0000000..9b1d71f --- /dev/null +++ b/Bouncer/xapp-descriptor/config-file.json @@ -0,0 +1,53 @@ +{ + "xapp_name": "bouncer-xapp", + "version": "2.0.0", + "containers": [ + { + "name": "bouncer-xapp", + "image": { + "registry": "nexus3.o-ran-sc.org:10002", + "name": "oran-ric/bouncer_test", + "tag": "2.0.0" + } + } + ], + "messaging": { + "ports": [ + { + "name": "http", + "container": "bouncer-xapp", + "port": 8080, + "description": "http service" + }, + { + "name": "rmr-data", + "container": "bouncer-xapp", + "port": 4560, + + "rxMessages": ["RIC_SUB_RESP", "RIC_INDICATION","RIC_SUB_DEL_RESP"], + "txMessages": ["RIC_SUB_REQ","RIC_SUB_DEL_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","RIC_SUB_DEL_REQ"], + "rxMessages": ["RIC_SUB_RESP", "RIC_INDICATION","RIC_SUB_DEL_RESP"], + "policies": [1] + }, + "http":{ + "protPort": "tcp:8080" + + } + } +