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

This commit is contained in:
George Joseph
2019-11-21 09:22:01 -06:00
committed by Gerrit Code Review

View File

@@ -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);
}