From a102bfef54d2dddf16c1042d265bf4e4bb332ae0 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Mon, 9 Aug 2021 14:49:49 +0200 Subject: [PATCH] osmo-mgw: add missing statsd configuration The recently added test TC_dlcx_wildcarded depends on statsd information from osmo-mgw but in the osmo-mgw configuration no statsd is configured. Change-Id: Ic4f0c57f56fe400bdb9a1948917f0eeb1d7e7427 Related: SYS#5535 --- ttcn3-mgw-test/osmo-mgw.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ttcn3-mgw-test/osmo-mgw.cfg b/ttcn3-mgw-test/osmo-mgw.cfg index f8e1a0d0..13c477a9 100644 --- a/ttcn3-mgw-test/osmo-mgw.cfg +++ b/ttcn3-mgw-test/osmo-mgw.cfg @@ -23,6 +23,16 @@ line vty no login bind 0.0.0.0 ! +stats interval 0 +stats reporter statsd + prefix TTCN3 + level global + remote-ip 172.18.4.181 + remote-port 8125 + flush-period 1 + mtu 1024 + enable +! e1_input e1_line 0 driver ipa !