From 4268cd372f42f2658a7051dae8f47bebaf2ae4fa Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Mon, 9 Aug 2021 16:09:11 +0200 Subject: [PATCH] osmo-mgw.cfg: 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: I35e07a6b1853234559ab4d7e044f3899e8d0a3e8 Related: SYS#5535 --- mgw/osmo-mgw.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mgw/osmo-mgw.cfg b/mgw/osmo-mgw.cfg index 76525bc9b..8428cd3a1 100644 --- a/mgw/osmo-mgw.cfg +++ b/mgw/osmo-mgw.cfg @@ -17,6 +17,16 @@ line vty no login bind 127.0.0.1 ! +stats interval 0 +stats reporter statsd + prefix TTCN3 + level global + remote-ip 127.0.0.1 + remote-port 8125 + flush-period 1 + mtu 1024 + enable +! mgcp bind ip 127.0.0.1 bind port 2427