From 65bc0ae40797082d4fad30e1789a65817ce6fc2c Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 3 Oct 2019 13:56:38 +0200 Subject: 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 --- ttcn3-bsc-test/osmo-bsc.cfg | 1 + ttcn3-bsc-test/osmo-stp.cfg | 1 + ttcn3-bsc-test/sccplite/osmo-bsc.cfg | 1 + 3 files changed, 3 insertions(+) (limited to 'ttcn3-bsc-test') 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 -- cgit v1.2.3