Update example-xapp
[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        "numWorkers": 1,
19        "rxMessages": ["RIC_SUB_RESP", "RIC_SUB_FAILURE", "RIC_SUB_DEL_RESP", "RIC_INDICATION"],
20        "txMessages": ["RIC_SUB_REQ", "RIC_SUB_DEL_REQ", "RIC_SGNB_ADDITION_REQ", "RIC_SGNB_ADDITION_ACK"]
21     },
22     "metrics": [
23         {
24             "objectName": "UEEventStreamingCounters",
25             "objectInstance": "SgNBAdditionRequest",
26             "name": "ricxapp_ExampleXapp_SgNBAdditionRequest",
27             "type": "counter",
28             "description": "The total number of SG addition request events processed"
29         },
30         {
31             "objectName": "UEEventStreamingCounters",
32             "objectInstance": "SgNBAdditionRequestAcknowledge",
33             "name": "ricxapp_ExampleXapp_SgNBAdditionRequestAcknowledge",
34             "type": "counter",
35             "description": "The total number of SG addition request acknowledge events"
36         }
37     ]
38 }