rsl: Remove obsolete FIXME comment.

The lchan state is set to none either on RF Channel Release ACK
or in case of an error after the error timer has expired.
This commit is contained in:
Holger Hans Peter Freyther 2014-04-19 16:42:21 +02:00
parent 4f200491ff
commit ee41ecff98
1 changed files with 0 additions and 1 deletions

View File

@ -1023,7 +1023,6 @@ static int rsl_rx_conn_fail(struct msgb *msg)
TLVP_LEN(&tp, RSL_IE_CAUSE));
LOGPC(DRSL, LOGL_NOTICE, "\n");
/* FIXME: only free it after channel release ACK */
osmo_counter_inc(msg->lchan->ts->trx->bts->network->stats.chan.rf_fail);
return rsl_rf_chan_release(msg->lchan, 1, SACCH_DEACTIVATE);
}