aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-02-15 16:20:19 +0100
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:41:26 +0200
commit801c182c02a38c9e3fb89c431caabc4c5abddf6f (patch)
tree7dfbe3a8af3e6069de89c54c998f79dd07f07fa3 /src/osmo-bts-trx
parent7451ce29a79a8da6da0ac1dbf155ed4af016dcdc (diff)
TRX: By default, send 20 frames in advance to tranceiver
Diffstat (limited to 'src/osmo-bts-trx')
-rw-r--r--src/osmo-bts-trx/scheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-trx/scheduler.c b/src/osmo-bts-trx/scheduler.c
index 31a0fcd4..afe4aba3 100644
--- a/src/osmo-bts-trx/scheduler.c
+++ b/src/osmo-bts-trx/scheduler.c
@@ -58,7 +58,7 @@ static struct timeval tranceiver_clock_tv;
static struct osmo_timer_list tranceiver_clock_timer;
/* clock advance for the tranceiver */
-uint32_t trx_clock_advance = 10;
+uint32_t trx_clock_advance = 20;
/* advance RTS to give some time for data processing. (especially PCU) */
uint32_t trx_rts_advance = 5; /* about 20ms */