From: E. Scott Daniels Date: Thu, 30 Apr 2020 15:39:36 +0000 (-0400) Subject: Fix bootstrap route table X-Git-Tag: 1.0.3~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=d632ba435bf9b1e3d6ea3f21ac9e4e821b92fafe;p=ric-app%2Fts.git Fix bootstrap route table The TS_UE_LIST entry in the bootstrap table was never fixed up from being commented out. Issue-ID: RIC-349 Signed-off-by: E. Scott Daniels Change-Id: I77cffc96150831b1f1ef1f78ac6a45b49841dc24 --- diff --git a/assets/bootstrap.rt b/assets/bootstrap.rt index 5bf8602..afa7a78 100644 --- a/assets/bootstrap.rt +++ b/assets/bootstrap.rt @@ -1,8 +1,6 @@ # bootstrap route table newrt | start -rte | 20011 | service-ricplt-a1mediator-rmr:4562 - -# what is TS_UE_LIST's value? -#rte | TS_UE_LIST | service-ricxapp-qpd:4560 +mse | 20011 | -1 | service-ricplt-a1mediator-rmr:4562 +mse | 30000 | -1 | service-ricxapp-qpd:4560 newrt | end