aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bts-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-bts-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-bts-test')
-rw-r--r--ttcn3-bts-test/oml/osmo-bts.cfg1
-rw-r--r--ttcn3-bts-test/osmo-bsc.cfg1
-rw-r--r--ttcn3-bts-test/osmo-bts.cfg1
-rw-r--r--ttcn3-bts-test/virtphy/osmo-bts.cfg1
4 files changed, 4 insertions, 0 deletions
diff --git a/ttcn3-bts-test/oml/osmo-bts.cfg b/ttcn3-bts-test/oml/osmo-bts.cfg
index 562440b..2ed761a 100644
--- a/ttcn3-bts-test/oml/osmo-bts.cfg
+++ b/ttcn3-bts-test/oml/osmo-bts.cfg
@@ -4,6 +4,7 @@
!
log gsmtap 172.18.9.10
logging level set-all debug
+ logging filter all 1
!
log file /data/osmo-bts.log
logging filter all 1
diff --git a/ttcn3-bts-test/osmo-bsc.cfg b/ttcn3-bts-test/osmo-bsc.cfg
index b2a45bc..8b04f4a 100644
--- a/ttcn3-bts-test/osmo-bsc.cfg
+++ b/ttcn3-bts-test/osmo-bsc.cfg
@@ -5,6 +5,7 @@ password foo
!
log gsmtap 172.18.9.10
logging level set-all debug
+ logging filter all 1
!
log file /data/osmo-bsc.log
logging filter all 1
diff --git a/ttcn3-bts-test/osmo-bts.cfg b/ttcn3-bts-test/osmo-bts.cfg
index 11afc0d..b8ad8ee 100644
--- a/ttcn3-bts-test/osmo-bts.cfg
+++ b/ttcn3-bts-test/osmo-bts.cfg
@@ -4,6 +4,7 @@
!
log gsmtap 172.18.9.10
logging level set-all debug
+ logging filter all 1
!
log file /data/osmo-bts.log
logging filter all 1
diff --git a/ttcn3-bts-test/virtphy/osmo-bts.cfg b/ttcn3-bts-test/virtphy/osmo-bts.cfg
index 540dcc3..ce47b6d 100644
--- a/ttcn3-bts-test/virtphy/osmo-bts.cfg
+++ b/ttcn3-bts-test/virtphy/osmo-bts.cfg
@@ -4,6 +4,7 @@
!
log gsmtap 172.18.9.10
logging level set-all debug
+ logging filter all 1
!
log file /data/osmo-bts.log
logging filter all 1