From 03fc66074b3a9c5388f75088d75091f57e1eb8e5 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 23 Feb 2011 17:41:23 +0100 Subject: counter: Fix the wrong counter size. --- src/counter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/counter.c b/src/counter.c index 6063e7b..2d82efd 100644 --- a/src/counter.c +++ b/src/counter.c @@ -29,8 +29,8 @@ static const struct rate_ctr_desc mtp_lset_cfg_description[] = { [MTP_LSET_SCCP_IN_MSG] = { "sccp.in", "SCCP messages in "}, [MTP_LSET_IUSP_IN_MSG] = { "isup.in", "ISUP messages in "}, [MTP_LSET_TOTA_OUT_MSG] = { "total.out", "Total messages out "}, - [MTP_LSET_SCCP_IN_MSG] = { "sccp.out", "SCCP messages out "}, - [MTP_LSET_IUSP_IN_MSG] = { "isup.out", "ISUP messages out "}, + [MTP_LSET_SCCP_OUT_MSG] = { "sccp.out", "SCCP messages out "}, + [MTP_LSET_ISUP_OUT_MSG] = { "isup.out", "ISUP messages out "}, }; static const struct rate_ctr_desc mtp_link_cfg_description[] = { -- cgit v1.2.3