search for: zt_alarm_r

Displaying 1 result from an estimated 1 matches for "zt_alarm_r".

Did you mean: zt_alarm_red
2007 Aug 13
1
bristuff - qozap dirver bug (and fix?)
...on from the mailing list(s) as to whether the fix is valid. Diff (I hope gmail does not wrap it too much!): --- qozap/qozap.c~ 2007-08-13 13:25:38.000000000 +0100 +++ qozap/qozap.c 2007-08-13 13:10:18.000000000 +0100 @@ -827,7 +827,7 @@ if (qoztmp->spans[s].alarms != ZT_ALARM_RED) { qoz_dfifo_tx(qoztmp, s); } else { - if ((qoztmp->st[s].t3 == -1) && (qoztmp->st[s].t4 == -1) && (qoztmp->st[s].layer1state == 3) && (qoztmp->st[s].nt_mode != 1)) { + if ((qoztmp->st[s...