E1 Input: better names for rate counters

This commit is contained in:
Harald Welte 2011-08-11 12:54:07 +02:00 committed by Pablo Neira Ayuso
parent f2737fcd64
commit dd0c2ef7f3
1 changed files with 4 additions and 4 deletions

View File

@ -61,19 +61,19 @@ static void *tall_sigl_ctx;
static const struct rate_ctr_desc e1inp_ctr_d[] = { static const struct rate_ctr_desc e1inp_ctr_d[] = {
[E1I_CTR_HDLC_ABORT] = { [E1I_CTR_HDLC_ABORT] = {
"hdlc.abort", "ABORT from E1 Layer1" "hdlc.abort", "HDLC abort"
}, },
[E1I_CTR_HDLC_BADFCS] = { [E1I_CTR_HDLC_BADFCS] = {
"hdlc.bad_fcs", "Bad Frame Check Sequence" "hdlc.bad_fcs", "HLDC Bad FCS"
}, },
[E1I_CTR_HDLC_OVERR] = { [E1I_CTR_HDLC_OVERR] = {
"hdlc.overrun", "HDLC Overrun" "hdlc.overrun", "HDLC Overrun"
}, },
[E1I_CTR_ALARM] = { [E1I_CTR_ALARM] = {
"alarm", "E1 Alarm (Yellow/Red)" "alarm", "Alarm"
}, },
[E1I_CTR_REMOVED] = { [E1I_CTR_REMOVED] = {
"removed", "E1 Line removed" "removed", "Line removed"
}, },
}; };