aboutsummaryrefslogtreecommitdiffstats
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
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
-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
-rw-r--r--ttcn3-bscnat-test/osmo-bsc-nat.cfg1
-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
-rw-r--r--ttcn3-ggsn-test/osmo-ggsn.cfg1
-rw-r--r--ttcn3-hlr-test/osmo-hlr.cfg1
-rw-r--r--ttcn3-mgw-test/osmo-mgw.cfg1
-rw-r--r--ttcn3-msc-test/osmo-msc.cfg1
-rw-r--r--ttcn3-msc-test/osmo-stp.cfg1
-rw-r--r--ttcn3-pcu-test/osmo-pcu.cfg1
-rw-r--r--ttcn3-pcu-test/sns/osmo-pcu.cfg1
-rw-r--r--ttcn3-sgsn-test/osmo-sgsn.cfg1
-rw-r--r--ttcn3-sgsn-test/osmo-stp.cfg1
-rw-r--r--ttcn3-sip-test/osmo-sip-connector.cfg1
18 files changed, 18 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
diff --git a/ttcn3-bscnat-test/osmo-bsc-nat.cfg b/ttcn3-bscnat-test/osmo-bsc-nat.cfg
index 66ecdc9..b873b21 100644
--- a/ttcn3-bscnat-test/osmo-bsc-nat.cfg
+++ b/ttcn3-bscnat-test/osmo-bsc-nat.cfg
@@ -4,6 +4,7 @@
!
log gsmtap 172.18.15.203
logging level set-all debug
+ logging filter all 1
!
log file /data/osmo-bsc_nat.log
logging filter all 1
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
diff --git a/ttcn3-ggsn-test/osmo-ggsn.cfg b/ttcn3-ggsn-test/osmo-ggsn.cfg
index fd1ea95..6644dae 100644
--- a/ttcn3-ggsn-test/osmo-ggsn.cfg
+++ b/ttcn3-ggsn-test/osmo-ggsn.cfg
@@ -4,6 +4,7 @@
!
log gsmtap 172.18.3.202
logging level set-all debug
+ logging filter all 1
!
log file /data/osmo-ggsn.log
logging filter all 1
diff --git a/ttcn3-hlr-test/osmo-hlr.cfg b/ttcn3-hlr-test/osmo-hlr.cfg
index 57c1701..c5dcd89 100644
--- a/ttcn3-hlr-test/osmo-hlr.cfg
+++ b/ttcn3-hlr-test/osmo-hlr.cfg
@@ -3,6 +3,7 @@
!
log gsmtap 172.18.10.103
logging level set-all debug
+ logging filter all 1
!
log stderr
logging filter all 1
diff --git a/ttcn3-mgw-test/osmo-mgw.cfg b/ttcn3-mgw-test/osmo-mgw.cfg
index 86645ba..3c08ee0 100644
--- a/ttcn3-mgw-test/osmo-mgw.cfg
+++ b/ttcn3-mgw-test/osmo-mgw.cfg
@@ -4,6 +4,7 @@
!
log gsmtap 172.18.4.181
logging level set-all debug
+ logging filter all 1
!
log stderr
logging filter all 1
diff --git a/ttcn3-msc-test/osmo-msc.cfg b/ttcn3-msc-test/osmo-msc.cfg
index 98a1a01..48765d2 100644
--- a/ttcn3-msc-test/osmo-msc.cfg
+++ b/ttcn3-msc-test/osmo-msc.cfg
@@ -4,6 +4,7 @@
!
log gsmtap 172.18.1.103
logging level set-all debug
+ logging filter all 1
!
log file /data/osmo-msc.log
logging filter all 1
diff --git a/ttcn3-msc-test/osmo-stp.cfg b/ttcn3-msc-test/osmo-stp.cfg
index 1310be2..620fa68 100644
--- a/ttcn3-msc-test/osmo-stp.cfg
+++ b/ttcn3-msc-test/osmo-stp.cfg
@@ -4,6 +4,7 @@
!
log gsmtap 172.18.1.103
logging level set-all debug
+ logging filter all 1
!
log file /data/osmo-stp.log
logging filter all 1
diff --git a/ttcn3-pcu-test/osmo-pcu.cfg b/ttcn3-pcu-test/osmo-pcu.cfg
index c1ed139..e486362 100644
--- a/ttcn3-pcu-test/osmo-pcu.cfg
+++ b/ttcn3-pcu-test/osmo-pcu.cfg
@@ -1,5 +1,6 @@
log gsmtap 172.18.13.10
logging level set-all debug
+ logging filter all 1
log file /data/osmo-pcu.log
logging filter all 1
diff --git a/ttcn3-pcu-test/sns/osmo-pcu.cfg b/ttcn3-pcu-test/sns/osmo-pcu.cfg
index b7c57d1..0b20ecb 100644
--- a/ttcn3-pcu-test/sns/osmo-pcu.cfg
+++ b/ttcn3-pcu-test/sns/osmo-pcu.cfg
@@ -1,5 +1,6 @@
log gsmtap 172.18.14.10
logging level set-all debug
+ logging filter all 1
log file /data/osmo-pcu.log
logging filter all 1
diff --git a/ttcn3-sgsn-test/osmo-sgsn.cfg b/ttcn3-sgsn-test/osmo-sgsn.cfg
index 0ca1a1d..5bf7325 100644
--- a/ttcn3-sgsn-test/osmo-sgsn.cfg
+++ b/ttcn3-sgsn-test/osmo-sgsn.cfg
@@ -4,6 +4,7 @@
!
log gsmtap 172.18.8.103
logging level set-all debug
+ logging filter all 1
!
log file /data/osmo-sgsn.log
logging filter all 1
diff --git a/ttcn3-sgsn-test/osmo-stp.cfg b/ttcn3-sgsn-test/osmo-stp.cfg
index 1871358..30adf32 100644
--- a/ttcn3-sgsn-test/osmo-stp.cfg
+++ b/ttcn3-sgsn-test/osmo-stp.cfg
@@ -4,6 +4,7 @@
!
log gsmtap 172.18.1.103
logging level set-all debug
+ logging filter all 1
!
log file /data/osmo-stp.log
logging filter all 1
diff --git a/ttcn3-sip-test/osmo-sip-connector.cfg b/ttcn3-sip-test/osmo-sip-connector.cfg
index efdee58..04ef19c 100644
--- a/ttcn3-sip-test/osmo-sip-connector.cfg
+++ b/ttcn3-sip-test/osmo-sip-connector.cfg
@@ -4,6 +4,7 @@
!
log gsmtap 172.18.11.103
logging level set-all debug
+ logging filter all 1
!
log file /data/osmo-sip-connector.log
logging filter all 1