aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
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-05-26 08:17:35 +0200
commitee41ecff98379e38c2dcfb35c86ae8bd19c7b811 (patch)
tree4329b03c593a39fb05efba3a74a427eeaf51c54c /openbsc
parent4f200491ff217e48ebc10f31e85386899b63dbd8 (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.
Diffstat (limited to 'openbsc')
-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 425dd8d61..5d407948c 100644
--- a/openbsc/src/libbsc/abis_rsl.c
+++ b/openbsc/src/libbsc/abis_rsl.c
@@ -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);
}