X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=xapp-descriptor%2Fconfig.json;h=ca56fecac604946bccef6988bb661327246542a9;hb=9b113ab07a4b78c42d54f565cf4f8c75da31a275;hp=a0dbd79fab5d17a337b1b2ef28a8f3dd1c34a775;hpb=1c42f7363d54ffe1690b097cb028a54ac94c1b43;p=ric-app%2Frc.git diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index a0dbd79..ca56fec 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -1,46 +1,45 @@ -{ - "xapp_name": "rc", - "version": "1.0.0", - "configPath": "/opt/ric/config/", - "containers": [ - { - "name": "rc", - "image": { - "registry": "nexus3.o-ran-sc.org:10002", - "name": "o-ran-sc/ric-app-rc", - "tag": "1.0.0" - } - } - ], - "messaging": { - "ports": [ - { - "name": "rmr-data", - "container": "rc", - "port": 4560, - "rxMessages": ["RIC_CONTROL_RESP"], - "txMessages": ["RIC_CONTROL_REQ"], - "policies": [], - "description": "rmr receive data port for rc" - }, - { - "name": "rmr-route", - "container": "rc", - "port": 4561, - "description": "rmr route port for rc" - } - ] - }, - "rmr": { - "protPort": "tcp:4560", - "maxSize": 2072, - "numWorkers": 1, - "rxMessages": ["RIC_CONTROL_RESP"], - "txMessages": ["RIC_CONTROL_REQ"], - "policies": [] - }, - "controls": { - "ricHOControlgRpcServerPort" : "7777" -} - -} +{ + "xapp_name": "rc", + "version": "1.0.0", + "containers": [ + { + "name": "rc", + "image": { + "registry": "nexus3.o-ran-sc.org:10002", + "name": "o-ran-sc/ric-app-rc", + "tag": "1.0.0" + } + } + ], + "messaging": { + "ports": [ + { + "name": "rmr-data", + "container": "rc", + "port": 4560, + "rxMessages": ["RIC_CONTROL_ACK, RIC_CONTROL_FAILURE, RIC_ERROR_INDICATION"], + "txMessages": ["RIC_CONTROL_REQ"], + "policies": [], + "description": "rmr receive data port for rc" + }, + { + "name": "rmr-route", + "container": "rc", + "port": 4561, + "description": "rmr route port for rc" + } + ] + }, + "rmr": { + "protPort": "tcp:4560", + "maxSize": 2072, + "numWorkers": 1, + "rxMessages": ["RIC_CONTROL_ACK, RIC_CONTROL_FAILURE, RIC_ERROR_INDICATION"], + "txMessages": ["RIC_CONTROL_REQ"], + "policies": [] + }, + "controls": { + "ricHOControlgRpcServerPort" : "7777", + "logLevel": 4 + } +}