Change in ...docker-playground[master]: ttcn-*: Fix gsmtap log not enabled

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Thu Oct 3 11:57:30 UTC 2019


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/15662


Change subject: ttcn-*: Fix gsmtap log not enabled
......................................................................

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
---
M ttcn3-bsc-test/osmo-bsc.cfg
M ttcn3-bsc-test/osmo-stp.cfg
M ttcn3-bsc-test/sccplite/osmo-bsc.cfg
M ttcn3-bscnat-test/osmo-bsc-nat.cfg
M ttcn3-bts-test/oml/osmo-bts.cfg
M ttcn3-bts-test/osmo-bsc.cfg
M ttcn3-bts-test/osmo-bts.cfg
M ttcn3-bts-test/virtphy/osmo-bts.cfg
M ttcn3-ggsn-test/osmo-ggsn.cfg
M ttcn3-hlr-test/osmo-hlr.cfg
M ttcn3-mgw-test/osmo-mgw.cfg
M ttcn3-msc-test/osmo-msc.cfg
M ttcn3-msc-test/osmo-stp.cfg
M ttcn3-pcu-test/osmo-pcu.cfg
M ttcn3-pcu-test/sns/osmo-pcu.cfg
M ttcn3-sgsn-test/osmo-sgsn.cfg
M ttcn3-sgsn-test/osmo-stp.cfg
M ttcn3-sip-test/osmo-sip-connector.cfg
18 files changed, 18 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/62/15662/1

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 @@
 !
 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 @@
 !
 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 @@
 !
 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

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/15662
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ibf8062c0d962f2572a07623e6f06936df0d42c67
Gerrit-Change-Number: 15662
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191003/e8e3dc39/attachment.htm>


More information about the gerrit-log mailing list