blob: a621e9932b96637fc7e0148b23d1153b954874e6 [file] [log] [blame]
jinwei.fan3f2db552021-01-20 16:07:07 +08001{
2 "xapp_name": "xappkpimon",
3 "version": "1.0.0",
4 "containers": [
5 {
6 "name": "xappkpimon",
7 "image": {
8 "registry": "nexus3.o-ran-sc.org:10002",
jinwei.fan3dcee1f2021-02-02 14:20:30 +08009 "name": "o-ran-sc/scp-ric-app-kpimon",
jinwei.fan3f2db552021-01-20 16:07:07 +080010 "tag": "1.0.0"
11 }
12 }
13 ],
14 "messaging": {
15 "ports": [
16 {
17 "name": "rmr-data",
18 "container": "xappkpimon",
19 "port": 4560,
20 "rxMessages": ["RIC_SUB_RESP", "RIC_INDICATION"],
21 "txMessages": ["RIC_SUB_REQ"],
22 "policies": [],
23 "description": "rmr receive data port for xappkpimon"
24 },
25 {
26 "name": "rmr-route",
27 "container": "xappkpimon",
28 "port": 4561,
29 "description": "rmr route port for xappkpimon"
30 }
31 ]
32 },
33 "rmr": {
34 "protPort": "tcp:4560",
35 "maxSize": 2072,
36 "numWorkers": 1,
37 "rxMessages": ["RIC_SUB_RESP", "RIC_INDICATION"],
38 "txMessages": ["RIC_SUB_REQ"],
39 "policies": []
40 }
jinwei.fan3dcee1f2021-02-02 14:20:30 +080041}