ericsson_rbs2000: fix unreachable code in inp_sig_cb()

Change-Id: I20674945ddb80ceb1a1917e1be8572595764b370
Fixes: CID#215885
changes/41/21941/1
Vadim Yanitskiy 2021-01-05 12:20:07 +01:00
parent 71a21477fd
commit c137152947
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ static int inp_sig_cb(unsigned int subsys, unsigned int signal,
om2k_bts_fsm_reset(isd->trx->bts);
else
om2k_trx_fsm_reset(isd->trx);
break;
/* Some datalink for a given TEI/SAPI went down, try to re-start it */
e1i_ts = &isd->line->ts[isd->ts_nr-1];
OSMO_ASSERT(e1i_ts->type == E1INP_TS_TYPE_SIGN);