dyn PDCH: trx l1_if.c: drop fixme, add comment

Change-Id: Ib240f21f4d460524767f4273fc9077617d1ffb43
This commit is contained in:
Neels Hofmeyr 2016-07-27 16:06:36 +02:00
parent 0d4b37d641
commit af3443385b
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ static const uint8_t transceiver_chan_types[_GSM_PCHAN_MAX] = {
[GSM_PCHAN_TCH_H] = 2,
[GSM_PCHAN_SDCCH8_SACCH8C] = 7,
[GSM_PCHAN_PDCH] = 13,
//[GSM_PCHAN_TCH_F_PDCH] = FIXME,
/* [GSM_PCHAN_TCH_F_PDCH] not needed here, see trx_set_ts_as_pchan() */
[GSM_PCHAN_UNKNOWN] = 0,
};