Fixed the Build Issues
[ric-app/rc.git] / xapp-descriptor / config.json
1 {\r
2   "xapp_name": "rc",\r
3   "version": "1.0.0",\r
4   "configPath": "/opt/ric/config/",\r
5   "containers": [\r
6     {\r
7       "name": "rc",\r
8       "image": {\r
9         "registry": "nexus3.o-ran-sc.org:10002",\r
10         "name": "o-ran-sc/ric-app-rc",\r
11         "tag": "1.0.0"\r
12       }\r
13     }\r
14   ],\r
15   "messaging": {\r
16     "ports": [\r
17       {\r
18         "name": "rmr-data",\r
19         "container": "rc",\r
20         "port": 4560,\r
21         "rxMessages": ["RIC_CONTROL_RESP"],\r
22         "txMessages": ["RIC_CONTROL_REQ"],\r
23         "policies": [],\r
24         "description": "rmr receive data port for rc"\r
25       },\r
26       {\r
27         "name": "rmr-route",\r
28         "container": "rc",\r
29         "port": 4561,\r
30         "description": "rmr route port for rc"\r
31       }\r
32     ]\r
33   },\r
34   "rmr": {\r
35     "protPort": "tcp:4560",\r
36     "maxSize": 2072,\r
37     "numWorkers": 1,\r
38     "rxMessages": ["RIC_CONTROL_RESP"],\r
39     "txMessages": ["RIC_CONTROL_REQ"],\r
40     "policies": []\r
41   },\r
42   "controls": {\r
43     "ricHOControlgRpcServerPort" : "7777"\r
44 }\r
45 \r
46 }\r