aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-03-21 11:10:33 +0100
committerHarald Welte <laforge@gnumonks.org>2018-03-22 12:55:43 +0000
commit8ff02fc065a40c25fba0c52897c16aa2f494d747 (patch)
tree6978ddf6b04895abdc8f55e8f7f13954faab9872
parent4be98dc5d69cdacf62ba6007f195c94137453992 (diff)
cosmetic: remove needless fixme note.
-rw-r--r--src/libbsc/bsc_subscr_conn_fsm.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libbsc/bsc_subscr_conn_fsm.c b/src/libbsc/bsc_subscr_conn_fsm.c
index da9d46b60..0d825640b 100644
--- a/src/libbsc/bsc_subscr_conn_fsm.c
+++ b/src/libbsc/bsc_subscr_conn_fsm.c
@@ -316,14 +316,6 @@ static void gscon_fsm_active(struct osmo_fsm_inst *fi, uint32_t event, void *dat
/* FIXME: We need to check if current channel is sufficient. If
* yes, do MODIFY. If not, do assignment (see commented lines below) */
- /* FIXME: At the moment, the FSM is constructed in an
- * unfortunate way. In case of a voice channel assignment
- * we first go through a couple of MGCP related states,
- * then reach the state where the actual channel assignment
- * happens and then again we perform some MGCP related
- * actions and eventually end up in ST_ACTIVE again. This
- * could be restructured */
-
switch (conn->user_plane.chan_mode) {
case GSM48_CMODE_SPEECH_V1:
case GSM48_CMODE_SPEECH_EFR: