aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bsc-test
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-07-09 15:51:17 +0200
committerOliver Smith <osmith@sysmocom.de>2019-07-10 09:34:39 +0200
commitc2ed5bb201f6c4605b49b81d1a52ea5b96dbd778 (patch)
tree7262af6be3b1b7af91dd9dfbc5bc1a989baba780 /ttcn3-bsc-test
parentca27dffea7acb2682c09e912f7390c6c94260537 (diff)
ttcn3-*: enable GSMTAP logging
Configure each osmo-* program to send GSMTAP log output to the IP of the docker container, which runs the testsuite (and therefore runs tcpdump). Related: https://lists.osmocom.org/pipermail/openbsc/2019-June/012946.html Change-Id: I99e74f6ffb5b7d566cec35995bf067df414968d8
Diffstat (limited to 'ttcn3-bsc-test')
-rw-r--r--ttcn3-bsc-test/osmo-bsc.cfg3
-rw-r--r--ttcn3-bsc-test/osmo-stp.cfg3
-rw-r--r--ttcn3-bsc-test/sccplite/osmo-bsc.cfg3
3 files changed, 9 insertions, 0 deletions
diff --git a/ttcn3-bsc-test/osmo-bsc.cfg b/ttcn3-bsc-test/osmo-bsc.cfg
index 783563a..3d226e9 100644
--- a/ttcn3-bsc-test/osmo-bsc.cfg
+++ b/ttcn3-bsc-test/osmo-bsc.cfg
@@ -3,6 +3,9 @@
!!
password foo
!
+log gsmtap 172.18.2.203
+ logging level set-all debug
+!
log file /data/osmo-bsc.log
logging filter all 1
logging color 0
diff --git a/ttcn3-bsc-test/osmo-stp.cfg b/ttcn3-bsc-test/osmo-stp.cfg
index 7cee48b..f58fe64 100644
--- a/ttcn3-bsc-test/osmo-stp.cfg
+++ b/ttcn3-bsc-test/osmo-stp.cfg
@@ -2,6 +2,9 @@
! OsmoSTP (0.8.1) configuration saved from vty
!!
!
+log gsmtap 172.18.2.203
+ logging level set-all debug
+!
log file /data/osmo-stp.log
logging filter all 1
logging color 0
diff --git a/ttcn3-bsc-test/sccplite/osmo-bsc.cfg b/ttcn3-bsc-test/sccplite/osmo-bsc.cfg
index 3f29361..f7d640c 100644
--- a/ttcn3-bsc-test/sccplite/osmo-bsc.cfg
+++ b/ttcn3-bsc-test/sccplite/osmo-bsc.cfg
@@ -3,6 +3,9 @@
!!
password foo
!
+log gsmtap 172.18.12.203
+ logging level set-all debug
+!
log file /data/osmo-bsc.log
logging filter all 1
logging color 0