Cosmetic: channel_mode_from_lchan: remove fixme

Remove the FIXME comment, as the function handles CSD now.

Related: OS#4393
Change-Id: Ic074cb814662d73f52d4401d1cf9cdbf682040a9
This commit is contained in:
Oliver Smith 2023-02-27 14:04:11 +01:00
parent 722220f2dc
commit d83d22bad3
1 changed files with 0 additions and 1 deletions

View File

@ -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;