summaryrefslogtreecommitdiff
path: root/wct4xxp.c
diff options
context:
space:
mode:
Diffstat (limited to 'wct4xxp.c')
-rwxr-xr-xwct4xxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index 9e2b128..30b93dd 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -1218,7 +1218,7 @@ static void __t4_check_alarms(struct t4 *wc, int span)
oldalarms = wc->spans[span].alarms;
/* And consider only carrier alarms */
- wc->spans[span].alarms &= (ZT_ALARM_RED | ZT_ALARM_BLUE | ZT_ALARM_NOTOPEN);
+ wc->spans[span].alarms &= (ZT_ALARM_RED | ZT_ALARM_BLUE | ZT_ALARM_RECOVER | ZT_ALARM_NOTOPEN);
if (wc->spantype[span] == TYPE_E1) {
if (c & 0x04) {