23c4c5f2688bc1798513bd12b4b045394796ae88
[ric-plt/xapp-frame.git] / examples / config / config-file.json
1 {
2     "local": {
3         "host": ":8080"
4     },
5     "logger": {
6         "level": 3
7     },
8     "db": {        
9         "namespace": "sdl",
10         "waitForSdl": true
11     },
12     "controls": {
13         "subscriptionActive": true
14     },
15     "rmr": {
16        "protPort": "tcp:4560",
17        "maxSize": 65536,
18        "rxMessages": ["RIC_SUB_RESP", "RIC_SUB_FAILURE", "RIC_SUB_DEL_RESP", "RIC_INDICATION"],
19        "txMessages": ["RIC_SUB_REQ", "RIC_SUB_DEL_REQ", "RIC_SGNB_ADDITION_REQ", "RIC_SGNB_ADDITION_ACK"]
20     },
21     "metrics": [
22         {
23             "objectName": "UEEventStreamingCounters",
24             "objectInstance": "SgNBAdditionRequest",
25             "name": "ricxapp_ExampleXapp_SgNBAdditionRequest",
26             "type": "counter",
27             "description": "The total number of SG addition request events processed"
28         },
29         {
30             "objectName": "UEEventStreamingCounters",
31             "objectInstance": "SgNBAdditionRequestAcknowledge",
32             "name": "ricxapp_ExampleXapp_SgNBAdditionRequestAcknowledge",
33             "type": "counter",
34             "description": "The total number of SG addition request acknowledge events"
35         }
36     ]
37 }