aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-07-27 16:06:36 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2016-07-28 17:58:40 +0200
commitaf3443385b4da3b951601a8d847cbf1101dfe51f (patch)
tree4b3033addf775c96d6623e41c457f8fd1b1254a2
parent0d4b37d641bc09c62f80b685e9450116f7a6aaa8 (diff)
dyn PDCH: trx l1_if.c: drop fixme, add comment
-rw-r--r--src/osmo-bts-trx/l1_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-trx/l1_if.c b/src/osmo-bts-trx/l1_if.c
index fcc3d545..4d6dc3fc 100644
--- a/src/osmo-bts-trx/l1_if.c
+++ b/src/osmo-bts-trx/l1_if.c
@@ -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,
};