From d632ba435bf9b1e3d6ea3f21ac9e4e821b92fafe Mon Sep 17 00:00:00 2001 From: "E. Scott Daniels" Date: Thu, 30 Apr 2020 11:39:36 -0400 Subject: [PATCH] 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 --- assets/bootstrap.rt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.16.6