summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-09-30 20:30:18 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2019-09-30 20:50:14 +0700
commita2ac6d67242ca96593b4f0c4aebd49b4c34eff44 (patch)
tree09d6a4fab6ee58208de4f14e37c5f1f947692722
parent5afc0e4cb0349d56392d2076b0afcc3b9757ba3b (diff)
trxcon/scheduler: fix comment in description of PDTCH
-rw-r--r--src/host/trxcon/sched_lchan_desc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/trxcon/sched_lchan_desc.c b/src/host/trxcon/sched_lchan_desc.c
index 667a88d6..5b9d6760 100644
--- a/src/host/trxcon/sched_lchan_desc.c
+++ b/src/host/trxcon/sched_lchan_desc.c
@@ -503,7 +503,7 @@ const struct trx_lchan_desc trx_lchan_desc[_TRX_CHAN_MAX] = {
.desc = "Packet data traffic & control channel",
.chan_nr = RSL_CHAN_OSMO_PDCH,
- /* Rx and Tx, multiple coding schemes: CS-2..4 and MCS-1..9 (3GPP TS
+ /* Rx and Tx, multiple coding schemes: CS-1..4 and MCS-1..9 (3GPP TS
* 05.03, chapter 5), regular interleaving as specified for xCCH.
* NOTE: the burst buffer is three times bigger because the
* payload of EDGE bursts is three times longer. */