From: Deepanshu Karnwal Date: Mon, 19 Dec 2022 11:32:00 +0000 (+0530) Subject: [ISSUE-ID]: RICAPP-205 Fix communication between TS and QP xApp X-Git-Tag: 1.2.5~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-app%2Fts.git;a=commitdiff_plain;h=fc9aa7d9aa22443c585290e567ad0b0a8df52ad7 [ISSUE-ID]: RICAPP-205 Fix communication between TS and QP xApp Signed-off-by: Deepanshu Karnwal Change-Id: I6c9aad877aefe2ae2ff803bf8ac361ffa2a59ccd --- diff --git a/assets/bootstrap.rt b/assets/bootstrap.rt index 6b0f249..0680c19 100644 --- a/assets/bootstrap.rt +++ b/assets/bootstrap.rt @@ -2,6 +2,6 @@ newrt | start mse | 20011 | -1 | service-ricplt-a1mediator-rmr.ricplt:4562 -mse | 30000 | -1 | service-ricxapp-qpdriver-rmr.ricxapp.svc.cluster.local:4560 +mse | 30000 | -1 | service-ricxapp-qp-rmr.ricxapp.svc.cluster.local:4560 mse | 30004 | -1 | service-ricxapp-ad-rmr:4560 newrt | end diff --git a/routes.txt b/routes.txt index 15e2edf..0fca088 100755 --- a/routes.txt +++ b/routes.txt @@ -1,5 +1,5 @@ newrt|start rte|20011|service-ricplt-a1mediator-rmr:10000 -rte|30000|service-ricxapp-qpdriver.ricxapp.svc.cluster.local:4562 +rte|30000|service-ricxapp-qp.ricxapp.svc.cluster.local:4562 rte|30004|service-ricxapp-ad-rmr:4560 newrt|end