aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-msc-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-msc-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-msc-test')
-rw-r--r--ttcn3-msc-test/osmo-msc.cfg3
-rw-r--r--ttcn3-msc-test/osmo-stp.cfg3
2 files changed, 6 insertions, 0 deletions
diff --git a/ttcn3-msc-test/osmo-msc.cfg b/ttcn3-msc-test/osmo-msc.cfg
index db2029c..98a1a01 100644
--- a/ttcn3-msc-test/osmo-msc.cfg
+++ b/ttcn3-msc-test/osmo-msc.cfg
@@ -2,6 +2,9 @@
! OsmoMSC (1.1.2.66-629c4-dirty) configuration saved from vty
!!
!
+log gsmtap 172.18.1.103
+ logging level set-all debug
+!
log file /data/osmo-msc.log
logging filter all 1
logging color 0
diff --git a/ttcn3-msc-test/osmo-stp.cfg b/ttcn3-msc-test/osmo-stp.cfg
index cefaef1..1310be2 100644
--- a/ttcn3-msc-test/osmo-stp.cfg
+++ b/ttcn3-msc-test/osmo-stp.cfg
@@ -2,6 +2,9 @@
! OsmoSTP (0.8.1) configuration saved from vty
!!
!
+log gsmtap 172.18.1.103
+ logging level set-all debug
+!
log file /data/osmo-stp.log
logging filter all 1
logging color 0