aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/scheduler.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-09 18:19:32 +0100
committerHarald Welte <laforge@gnumonks.org>2016-01-16 17:48:57 +0100
commit773ab8b2c52d0145561e113e8af7bb839bbe4749 (patch)
treed01b86db50d45fbadc749d6617ad63bcdd923b5e /src/osmo-bts-trx/scheduler.c
parent69ace680dd6edf424389ed1b092faac6a81d900e (diff)
TRX: replace some more 2715648 magic numbers with GSM_HYPERFRAME
Diffstat (limited to 'src/osmo-bts-trx/scheduler.c')
-rw-r--r--src/osmo-bts-trx/scheduler.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/osmo-bts-trx/scheduler.c b/src/osmo-bts-trx/scheduler.c
index d1ed0556..44ed5659 100644
--- a/src/osmo-bts-trx/scheduler.c
+++ b/src/osmo-bts-trx/scheduler.c
@@ -46,9 +46,6 @@
#include "amr.h"
#include "loops.h"
-#define GSM_SUPERFRAME (26*51) /* 1326 TDMA frames */
-#define GSM_HYPERFRAME (2048*GSM_SUPERFRAME) /* GSM_HYPERFRAME frames */
-
/* Enable this to multiply TOA of RACH by 10.
* This is usefull to check tenth of timing advances with RSSI test tool.
* Note that regular phones will not work when using this test! */