aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-08-11 12:54:07 +0200
committerHarald Welte <laforge@gnumonks.org>2011-08-11 13:00:07 +0200
commitc21aa18e35c2aa370aa51667d6534502915c4660 (patch)
tree7d72acae9e22df158c7725c275a6086e4919aebf
parent0000ca5885e0e40ce5d12b641992a567f5df1200 (diff)
E1 Input: better names for rate counters
-rw-r--r--openbsc/src/libabis/e1_input.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/openbsc/src/libabis/e1_input.c b/openbsc/src/libabis/e1_input.c
index f73862673..a6661b785 100644
--- a/openbsc/src/libabis/e1_input.c
+++ b/openbsc/src/libabis/e1_input.c
@@ -69,19 +69,19 @@ static void *tall_sigl_ctx;
static const struct rate_ctr_desc e1inp_ctr_d[] = {
[E1I_CTR_HDLC_ABORT] = {
- "hdlc.abort", "ABORT from E1 Layer1"
+ "hdlc.abort", "HDLC abort"
},
[E1I_CTR_HDLC_BADFCS] = {
- "hdlc.bad_fcs", "Bad Frame Check Sequence"
+ "hdlc.bad_fcs", "HLDC Bad FCS"
},
[E1I_CTR_HDLC_OVERR] = {
"hdlc.overrun", "HDLC Overrun"
},
[E1I_CTR_ALARM] = {
- "alarm", "E1 Alarm (Yellow/Red)"
+ "alarm", "Alarm"
},
[E1I_CTR_REMOVED] = {
- "removed", "E1 Line removed"
+ "removed", "Line removed"
},
};