Added A1 policy handler, healthcheck handler, sdl handler and alarm
[ric-app/hw-python.git] / init / config-file.json
1  {
2         "xapp_name": "hwxapp",
3         "version": "1.0.0",
4         "containers": [
5             {
6                 "name": "hwxapp",
7                 "image": {
8                     "registry": "nexus3.o-ran-sc.org:10002",
9                     "name": "o-ran-sc/ric-app-hw",
10                     "tag": "1.0.6"
11                 }
12             }
13         ],
14         "messaging": {
15             "ports": [
16                 {
17                     "name": "rmr-data",
18                     "container": "hwxapp",
19                     "port": 4560,
20                     "rxMessages": [
21                                                 "A1_POLICY_REQ", "RIC_HEALTH_CHECK_REQ" 
22                     ],
23                     "txMessages": [ "A1_POLICY_RESP", "A1_POLICY_QUERY", "RIC_HEALTH_CHECK_RESP" ],
24                     "policies": [1],
25                     "description": "rmr receive data port for HWxapp"
26                 },
27                 {
28                     "name": "rmr-route",
29                     "container": "hwxapp",
30                     "port": 4561,
31                     "description": "rmr route port for hwxapp"
32                 }
33             ]
34         },
35         "rmr": {
36             "protPort": "tcp:4560",
37             "maxSize": 2072,
38             "numWorkers": 1,
39             "txMessages": [
40                 "RIC_SUB_REQ", "A1_POLICY_RESP", "A1_POLICY_QUERY", "RIC_HEALTH_CHECK_RESP"
41             ],
42             "rxMessages": [
43                 "RIC_SUB_RESP", 
44                                 "A1_POLICY_REQ", "RIC_HEALTH_CHECK_REQ"              
45             ],
46             "policies": [1]
47         }
48   }