aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-19 16:42:21 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-19 16:42:21 +0200
commit637b08f417382a5aa2fc8a6343735204cfdf95ca (patch)
tree4d640e6bc2b7db9bba4bc533f49692c1c7e58a2a
parent2c173fc14610ae4d8e24b5fc0fe651254a300eaa (diff)
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.
-rw-r--r--openbsc/src/libbsc/abis_rsl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/abis_rsl.c b/openbsc/src/libbsc/abis_rsl.c
index 35a3b3652..383d79b4d 100644
--- a/openbsc/src/libbsc/abis_rsl.c
+++ b/openbsc/src/libbsc/abis_rsl.c
@@ -1024,7 +1024,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);
}