aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-02-27 14:04:11 +0100
committerOliver Smith <osmith@sysmocom.de>2023-03-01 12:05:47 +0100
commit6954b2eb2386eba2d6b2726094346a9c1ed4423f (patch)
tree07520c70492c8fbe1a1076046e3b3baed92fe7d3
parentc79d5fe8d9f63d5bbabcbc995b6cb7390240b707 (diff)
Cosmetic: channel_mode_from_lchan: remove fixmeosmith/wip-csd
Remove the FIXME comment, as the function handles CSD now. Related: OS#4393 Change-Id: Ic074cb814662d73f52d4401d1cf9cdbf682040a9
-rw-r--r--src/osmo-bsc/abis_rsl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c
index 9aadb597e..e8c4867ab 100644
--- a/src/osmo-bsc/abis_rsl.c
+++ b/src/osmo-bsc/abis_rsl.c
@@ -410,7 +410,6 @@ static int channel_mode_from_lchan(struct rsl_ie_chan_mode *cm,
int rc;
memset(cm, 0, sizeof(*cm));
- /* FIXME: what to do with data calls ? */
cm->dtx_dtu = 0;
if (lchan->ts->trx->bts->dtxu != GSM48_DTX_SHALL_NOT_BE_USED)
cm->dtx_dtu |= RSL_CMOD_DTXu;