X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=xapp-descriptor%2Fconfig.json;h=87ac5cc27845b6d05b2e4dc50acb986da2ae926e;hb=5d8a34950b02f1170bb27c6fcb6198f27fb8cb86;hp=a0dbd79fab5d17a337b1b2ef28a8f3dd1c34a775;hpb=1c42f7363d54ffe1690b097cb028a54ac94c1b43;p=ric-app%2Frc.git diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index a0dbd79..87ac5cc 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -1,46 +1,47 @@ -{ - "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" -} - -} +{ + "config-file.json":{ + "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 + } +} +}