X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=xapp-descriptor%2Fconfig.json;fp=xapp-descriptor%2Fconfig.json;h=a27776a319ec3ca09402478d6ee4a513518069f9;hb=3f2db5513a106bad125bac0d8c0a92f0874159b3;hp=0000000000000000000000000000000000000000;hpb=1d7306917cbc3e63ce0ead7d42c27d625c98d537;p=scp%2Fric-app%2Fkpimon.git diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json new file mode 100644 index 0000000..a27776a --- /dev/null +++ b/xapp-descriptor/config.json @@ -0,0 +1,41 @@ +{ + "xapp_name": "xappkpimon", + "version": "1.0.0", + "containers": [ + { + "name": "xappkpimon", + "image": { + "registry": "nexus3.o-ran-sc.org:10002", + "name": "o-ran-sc/ric-app-kpimon", + "tag": "1.0.0" + } + } + ], + "messaging": { + "ports": [ + { + "name": "rmr-data", + "container": "xappkpimon", + "port": 4560, + "rxMessages": ["RIC_SUB_RESP", "RIC_INDICATION"], + "txMessages": ["RIC_SUB_REQ"], + "policies": [], + "description": "rmr receive data port for xappkpimon" + }, + { + "name": "rmr-route", + "container": "xappkpimon", + "port": 4561, + "description": "rmr route port for xappkpimon" + } + ] + }, + "rmr": { + "protPort": "tcp:4560", + "maxSize": 2072, + "numWorkers": 1, + "rxMessages": ["RIC_SUB_RESP", "RIC_INDICATION"], + "txMessages": ["RIC_SUB_REQ"], + "policies": [] + } +} \ No newline at end of file