Merge "chan_dahdi: PRI span status may stay "Down, Active" after a short alarm" into 16

changes/33/13233/1
George Joseph 7 years ago committed by Gerrit Code Review
commit a1eb0d7355

@ -2241,7 +2241,7 @@ static void *pri_ss_thread(void *data)
void pri_event_alarm(struct sig_pri_span *pri, int index, int before_start_pri)
{
pri->dchanavail[index] &= ~(DCHAN_NOTINALARM | DCHAN_UP);
pri->dchanavail[index] &= ~DCHAN_NOTINALARM;
if (!before_start_pri) {
pri_find_dchan(pri);
}

Loading…
Cancel
Save