summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/sched_trx.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-01-05 15:06:42 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-01-05 15:06:48 +0700
commit0192c028e449d9d5f33cf8f0099e0742b1ba80e2 (patch)
treecc2e3f7a0b957a0a3d813d57a829a70a14a21544 /src/host/trxcon/sched_trx.h
parentf09be8a9af8735449a0d846c0b432f7090a4342c (diff)
trxcon/scheduler: use TCH frame length defs from libosmocodec
Diffstat (limited to 'src/host/trxcon/sched_trx.h')
-rw-r--r--src/host/trxcon/sched_trx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/host/trxcon/sched_trx.h b/src/host/trxcon/sched_trx.h
index 7ee1d472..b01624c8 100644
--- a/src/host/trxcon/sched_trx.h
+++ b/src/host/trxcon/sched_trx.h
@@ -23,11 +23,6 @@
#define MAX_A5_KEY_LEN (128 / 8)
-/* TS 101318 Chapter 5.1: 260 bits + 4bit sig */
-#define GSM_FR_BYTES 33
-/* TS 101318 Chapter 5.3: 244 bits + 4bit sig */
-#define GSM_EFR_BYTES 31
-
/* Forward declaration to avoid mutual include */
struct trx_lchan_state;
struct trx_instance;