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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25180 ) Change subject: osmo-mgw.cfg: add missing statsd configuration ...................................................................... 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 --- M mgw/osmo-mgw.cfg 1 file changed, 10 insertions(+), 0 deletions(-) Approvals: daniel: Looks good to me, approved osmith: Looks good to me, but someone else must approve Jenkins Builder: Verified diff --git a/mgw/osmo-mgw.cfg b/mgw/osmo-mgw.cfg index 76525bc..8428cd3 100644 --- a/mgw/osmo-mgw.cfg +++ b/mgw/osmo-mgw.cfg @@ -17,6 +17,16 @@ 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 -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25180 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: I35e07a6b1853234559ab4d7e044f3899e8d0a3e8 Gerrit-Change-Number: 25180 Gerrit-PatchSet: 2 Gerrit-Owner: dexter <pmaier at sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: daniel <dwillmann at sysmocom.de> Gerrit-Reviewer: laforge <laforge at osmocom.org> Gerrit-Reviewer: osmith <osmith at sysmocom.de> Gerrit-MessageType: merged -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210817/700a9dac/attachment.htm>