2021-01-20 09:07:07 +01:00
|
|
|
{
|
|
|
|
"xapp_name": "xappkpimon",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"containers": [
|
|
|
|
{
|
|
|
|
"name": "xappkpimon",
|
|
|
|
"image": {
|
|
|
|
"registry": "nexus3.o-ran-sc.org:10002",
|
2021-02-02 07:20:30 +01:00
|
|
|
"name": "o-ran-sc/scp-ric-app-kpimon",
|
2021-01-20 09:07:07 +01:00
|
|
|
"tag": "1.0.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"messaging": {
|
|
|
|
"ports": [
|
|
|
|
{
|
|
|
|
"name": "rmr-data",
|
|
|
|
"container": "xappkpimon",
|
|
|
|
"port": 4560,
|
|
|
|
"rxMessages": ["RIC_SUB_RESP", "RIC_INDICATION"],
|
|
|
|
"txMessages": ["RIC_SUB_REQ"],
|
|
|
|
"policies": [],
|
|
|
|
"description": "rmr receive data port for xappkpimon"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "rmr-route",
|
|
|
|
"container": "xappkpimon",
|
|
|
|
"port": 4561,
|
|
|
|
"description": "rmr route port for xappkpimon"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"rmr": {
|
|
|
|
"protPort": "tcp:4560",
|
|
|
|
"maxSize": 2072,
|
|
|
|
"numWorkers": 1,
|
|
|
|
"rxMessages": ["RIC_SUB_RESP", "RIC_INDICATION"],
|
|
|
|
"txMessages": ["RIC_SUB_REQ"],
|
|
|
|
"policies": []
|
|
|
|
}
|
2021-02-02 07:20:30 +01:00
|
|
|
}
|