Change in osmo-ttcn3-hacks[master]: bsc: fix osmo-stp.cfg: missing smlc routing

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

neels gerrit-no-reply at lists.osmocom.org
Fri Jun 4 21:09:05 UTC 2021


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24563 )


Change subject: bsc: fix osmo-stp.cfg: missing smlc routing
......................................................................

bsc: fix osmo-stp.cfg: missing smlc routing

Without the SMLC routing in place, virtually all BSC_Tests fail with:

VirtSMLC-BSSAP_LE(8)@x42: setverdict(fail): none -> fail reason: "BSSMAP-LE: Timeout waiting for RESET-ACK after sending RESET"

Copy the SMLC part of osmo-stp.cfg from
docker-playground/ttcn3-bsc-test/osmo-stp.cfg and localhost-ize it.

Change-Id: I274515e7e9205c895cd250abed7361aef5a33f56
---
M bsc/osmo-stp.cfg
1 file changed, 8 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/63/24563/1

diff --git a/bsc/osmo-stp.cfg b/bsc/osmo-stp.cfg
index b29dc91..7ea46a4 100644
--- a/bsc/osmo-stp.cfg
+++ b/bsc/osmo-stp.cfg
@@ -55,10 +55,18 @@
   asp virt-msc2-0
   routing-key 3 0.0.3
 
+ asp virt-smlc-0 23908 2905 m3ua
+  local-ip 127.0.0.1
+  remote-ip 127.0.0.1
+ as virt-smlc m3ua
+  asp virt-smlc-0
+  routing-key 6 0.23.6
+
  route-table system
   update route 0.23.1 7.255.7 linkset virt-msc0
   update route 0.0.2 7.255.7 linkset virt-msc1
   update route 0.0.3 7.255.7 linkset virt-msc2
+  update route 0.23.6 7.255.7 linkset virt-smlc
  listen m3ua 2905
   accept-asp-connections dynamic-permitted
  listen ipa 5000

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24563
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I274515e7e9205c895cd250abed7361aef5a33f56
Gerrit-Change-Number: 24563
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210604/369ed5a6/attachment.htm>


More information about the gerrit-log mailing list