Change in docker-playground[master]: ttcn3-bscnat: Prepare cfgs for VTY & Osmux support

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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Wed May 22 18:18:32 UTC 2019


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/14130


Change subject: ttcn3-bscnat: Prepare cfgs for VTY & Osmux support
......................................................................

ttcn3-bscnat: Prepare cfgs for VTY & Osmux support

* Adding "osmux on" for each BSC will be required to enable Osmux later
on, but still it doesn't change behavior now because Osmux must be
enabled globally too (will be done through VTY).

* Set up correct bind and remote IP addr to have VTY working later on.

* Use extended timestamp to have subsecond accuracy to match with pcap
easily.

Change-Id: I794a17bdeaff9ab9316d7a6acb1e58dfd815b645
---
M ttcn3-bscnat-test/BSCNAT_Tests.cfg
M ttcn3-bscnat-test/bscs.config
M ttcn3-bscnat-test/osmo-bsc-nat.cfg
3 files changed, 6 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/30/14130/1

diff --git a/ttcn3-bscnat-test/BSCNAT_Tests.cfg b/ttcn3-bscnat-test/BSCNAT_Tests.cfg
index e45061d..84e4025 100644
--- a/ttcn3-bscnat-test/BSCNAT_Tests.cfg
+++ b/ttcn3-bscnat-test/BSCNAT_Tests.cfg
@@ -6,6 +6,7 @@
 *.JUnitLogger.testsuite_name := "BSCNAT_Tests"
 
 [TESTPORT_PARAMETERS]
+*.BSCNATVTY.CTRL_HOSTNAME := "172.18.11.20"
 
 [MODULE_PARAMETERS]
 mp_bsc_port := 49999;
diff --git a/ttcn3-bscnat-test/bscs.config b/ttcn3-bscnat-test/bscs.config
index 6afa09b..16cfa2b 100644
--- a/ttcn3-bscnat-test/bscs.config
+++ b/ttcn3-bscnat-test/bscs.config
@@ -5,15 +5,18 @@
   description bsc
   max-endpoints 32
   paging forbidden 0
+  osmux on
  bsc 1
   token BSC1
   location_area_code 2
   description bsc
   max-endpoints 32
   paging forbidden 0
+  osmux on
  bsc 2
   token BSC2
   location_area_code 3
   description bsc
   max-endpoints 32
   paging forbidden 0
+  osmux on
diff --git a/ttcn3-bscnat-test/osmo-bsc-nat.cfg b/ttcn3-bscnat-test/osmo-bsc-nat.cfg
index e3398b9..2e55695 100644
--- a/ttcn3-bscnat-test/osmo-bsc-nat.cfg
+++ b/ttcn3-bscnat-test/osmo-bsc-nat.cfg
@@ -7,10 +7,12 @@
   logging color 0
   logging print category 1
   logging timestamp 1
+  logging print extended-timestamp 1
   logging level force-all debug
 !
 line vty
  no login
+ bind 0.0.0.0
 !
 mgcp
   bind ip 172.18.11.20

-- 
To view, visit https://gerrit.osmocom.org/14130
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I794a17bdeaff9ab9316d7a6acb1e58dfd815b645
Gerrit-Change-Number: 14130
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190522/aa0a5779/attachment.htm>


More information about the gerrit-log mailing list