add xapp-descriptor
Signed-off-by: jinwei.fan <jinwei.fan@samsung.com> Change-Id: I8e6f2cda3a296061b4257f2546624d89fffee0c6
This commit is contained in:
parent
1d7306917c
commit
3f2db5513a
41
xapp-descriptor/config.json
Normal file
41
xapp-descriptor/config.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"xapp_name": "xappkpimon",
|
||||
"version": "1.0.0",
|
||||
"containers": [
|
||||
{
|
||||
"name": "xappkpimon",
|
||||
"image": {
|
||||
"registry": "nexus3.o-ran-sc.org:10002",
|
||||
"name": "o-ran-sc/ric-app-kpimon",
|
||||
"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": []
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user