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