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