aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bsc-test
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-10-03 13:56:38 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-10-04 15:50:50 +0200
commit65bc0ae40797082d4fad30e1789a65817ce6fc2c (patch)
tree45ca288b79b321e726c35b1f7f38135601da3bc3 /ttcn3-bsc-test
parentae148f1836d231c7ccca7a3a0a4eb18b7b624946 (diff)
ttcn-*: Fix gsmtap log not enabled
gsmtap log won't be sending any message unless it is allowed by "logging filter all 1". Change-Id: Ibf8062c0d962f2572a07623e6f06936df0d42c67
Diffstat (limited to 'ttcn3-bsc-test')
-rw-r--r--ttcn3-bsc-test/osmo-bsc.cfg1
-rw-r--r--ttcn3-bsc-test/osmo-stp.cfg1
-rw-r--r--ttcn3-bsc-test/sccplite/osmo-bsc.cfg1
3 files changed, 3 insertions, 0 deletions
diff --git a/ttcn3-bsc-test/osmo-bsc.cfg b/ttcn3-bsc-test/osmo-bsc.cfg
index 5bb1525..2f6ab99 100644
--- a/ttcn3-bsc-test/osmo-bsc.cfg
+++ b/ttcn3-bsc-test/osmo-bsc.cfg
@@ -5,6 +5,7 @@ password foo
!
log gsmtap 172.18.2.203
logging level set-all debug
+ logging filter all 1
!
log file /data/osmo-bsc.log
logging filter all 1
diff --git a/ttcn3-bsc-test/osmo-stp.cfg b/ttcn3-bsc-test/osmo-stp.cfg
index f58fe64..084f3ed 100644
--- a/ttcn3-bsc-test/osmo-stp.cfg
+++ b/ttcn3-bsc-test/osmo-stp.cfg
@@ -4,6 +4,7 @@
!
log gsmtap 172.18.2.203
logging level set-all debug
+ logging filter all 1
!
log file /data/osmo-stp.log
logging filter all 1
diff --git a/ttcn3-bsc-test/sccplite/osmo-bsc.cfg b/ttcn3-bsc-test/sccplite/osmo-bsc.cfg
index 1cbd0c8..0ef5135 100644
--- a/ttcn3-bsc-test/sccplite/osmo-bsc.cfg
+++ b/ttcn3-bsc-test/sccplite/osmo-bsc.cfg
@@ -5,6 +5,7 @@ password foo
!
log gsmtap 172.18.12.203
logging level set-all debug
+ logging filter all 1
!
log file /data/osmo-bsc.log
logging filter all 1