aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/nm_gprs_cell_fsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bsc/nm_gprs_cell_fsm.c')
-rw-r--r--src/osmo-bsc/nm_gprs_cell_fsm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osmo-bsc/nm_gprs_cell_fsm.c b/src/osmo-bsc/nm_gprs_cell_fsm.c
index 9a656e1ef..aabfc0bc5 100644
--- a/src/osmo-bsc/nm_gprs_cell_fsm.c
+++ b/src/osmo-bsc/nm_gprs_cell_fsm.c
@@ -178,8 +178,6 @@ static void st_op_disabled_offline_on_enter(struct osmo_fsm_inst *fi, uint32_t p
{
struct gsm_gprs_cell *cell = (struct gsm_gprs_cell *)fi->priv;
- /* Warning: In here we may be acessing an state older than new_state
- from prev (syncrhonous) FSM state */
configure_loop(cell, &cell->mo.nm_state, true);
}