X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Bouncer%2Finit%2Fconfig-file.json;fp=Bouncer%2Finit%2Fconfig-file.json;h=c714485cceaf47c08e95a24b586ba90d82f44206;hb=ff20129c8f517cca6e0b4de6544ff64aebe7c171;hp=0000000000000000000000000000000000000000;hpb=35882dccfbc1b35af0e5704e14e0ecb9eba0f52a;p=ric-app%2Fbouncer.git diff --git a/Bouncer/init/config-file.json b/Bouncer/init/config-file.json new file mode 100644 index 0000000..c714485 --- /dev/null +++ b/Bouncer/init/config-file.json @@ -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] + } + }