From 73cb583e5147a267a370c576e8ac77507de6d0d7 Mon Sep 17 00:00:00 2001 From: Tom Tsou Date: Wed, 6 Jul 2016 13:29:25 -0700 Subject: trx: Add EGPRS tables, sequences, and mappings Includes EGPRS specific convolutional codes, interleaving tables and functions, burst mappings, training sequences, and parity checks from 3GPP TS 44.060 needed to handle MCS codings 1-9. Change-Id: Ie270398dd7a72f282ba53e646853d8de1eabee93 Signed-off-by: Tom Tsou --- include/osmo-bts/scheduler_backend.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/osmo-bts/scheduler_backend.h b/include/osmo-bts/scheduler_backend.h index 16142509..9c0361d3 100644 --- a/include/osmo-bts/scheduler_backend.h +++ b/include/osmo-bts/scheduler_backend.h @@ -35,6 +35,7 @@ struct trx_chan_desc { extern const struct trx_chan_desc trx_chan_desc[_TRX_CHAN_MAX]; extern const ubit_t _sched_tsc[8][26]; +extern const ubit_t _sched_egprs_tsc[8][78]; const ubit_t _sched_fcch_burst[148]; const ubit_t _sched_sch_train[64]; -- cgit v1.2.3