X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=xapp-descriptor%2Fconfig.json;h=76684eca68e58570d5e3efb55c0dac452da85bb4;hb=6f1cffdc8485a527d8502274fb8eeeb9e5af6e09;hp=157951dae6c188eb23688a3b846199908b8359eb;hpb=a7b3ffdee8ce23785bf71b9a28d480f8130ca937;p=ric-app%2Fqp.git diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index 157951d..76684ec 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -1,22 +1,22 @@ { "xapp_name": "qp", - "version": "0.0.1", + "version": "0.0.2", "containers": [ { "name": "qp", "image": { "registry": "nexus3.o-ran-sc.org:10002", "name": "o-ran-sc/ric-app-qp", - "tag": "0.0.1" + "tag": "0.0.2" } } ], "messaging": { "ports": [ { - "name": "rmr-data-in", + "name": "rmr-data", "container": "qp", - "port": 4562, + "port": 4560, "rxMessages": ["TS_QOE_PRED_REQ"], "txMessages": ["TS_QOE_PREDICTION"], "policies": [], @@ -31,7 +31,7 @@ ] }, "rmr": { - "protPort": "tcp:4562", + "protPort": "tcp:4560", "maxSize": 2072, "numWorkers": 1, "rxMessages": ["TS_QOE_PRED_REQ"],