From af3443385b4da3b951601a8d847cbf1101dfe51f Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 27 Jul 2016 16:06:36 +0200 Subject: dyn PDCH: trx l1_if.c: drop fixme, add comment Change-Id: Ib240f21f4d460524767f4273fc9077617d1ffb43 --- src/osmo-bts-trx/l1_if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osmo-bts-trx/l1_if.c') 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, }; -- cgit v1.2.3