From 1b8ddfc33e476f088a91427e939ce1df3ee24b91 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 5 Nov 2019 17:13:29 +0100 Subject: ttcn3-stp: Log osmo-stp output to file and gsmtap Similar to what we do with other suites. Change-Id: Ib12bc92c86e4a2ba15e1eec56f2ac0905281b21d --- ttcn3-stp-test/osmo-stp.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ttcn3-stp-test/osmo-stp.cfg b/ttcn3-stp-test/osmo-stp.cfg index e16cd8b..058ac2a 100644 --- a/ttcn3-stp-test/osmo-stp.cfg +++ b/ttcn3-stp-test/osmo-stp.cfg @@ -2,6 +2,16 @@ ! OsmoSTP (1.1.0.2-3884) configuration saved from vty !! ! +log gsmtap 172.18.19.203 + logging level set-all debug + logging filter all 1 +log file /data/osmo-stp.log + logging filter all 1 + logging color 0 + logging print category 1 + logging timestamp 1 + logging print extended-timestamp 1 + logging level set-all debug log stderr logging filter all 1 logging color 1 -- cgit v1.2.3