7bada6d5d06b7781a766d099d3c72ff16f3b796f
[ric-plt/o1.git] / agent / config / config-file.json
1 {
2     "local": {
3         "host": ":8080"
4     },
5     "logger": {
6         "level": 4
7     },
8     "rmr": {
9         "protPort": "tcp:4560",
10         "maxSize": 65536,
11         "numWorkers": 1
12     },
13     "sbi": {
14         "appmgrService": "service-ricplt-appmgr-http:8080",
15         "baseUrl": "/ric/v1",
16         "proto": "http",
17         "timeout": 30
18     },
19     "nbi": {
20         "schemas": ["o-ran-sc-ric-xapp-desc-v1", "o-ran-sc-ric-ueec-config-v1"],
21         "modulePath": "/opt/ric/yang/",
22         "moduleFile": "ric-model.yang",
23         "xpaths": {
24             "xapp": "/ric-model:ric/xapps//*",
25             "config": "/ric-model:ric/config//*",
26             "data":"/ric-model:ric/xapps/status"
27         }
28     },
29     "controls": {
30         "active": true
31     }
32 }