aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/scheduler.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-08-29 16:00:31 +0200
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:41:30 +0200
commitc241afa87c2fa8713a1fae89e6b599e011d45c28 (patch)
treea998fdeb35cab564277392e4bcc6a58f81142232 /src/osmo-bts-trx/scheduler.h
parent178d618d5a7728c876ae66777351aea37f88cc5d (diff)
TRX: Add VTY option to allow setting RTS advance in frames
RTS (ready-to-send) must be issued in advance, so BTS core and especially osmo-pcu can provide downlink data frames early enough. In some cases PCU might provide frames too late, so they must be dropped. If PCU provides frames too late, due to high system load, this "RTS advance" setting must be increased.
Diffstat (limited to 'src/osmo-bts-trx/scheduler.h')
-rw-r--r--src/osmo-bts-trx/scheduler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/scheduler.h b/src/osmo-bts-trx/scheduler.h
index acc2cebe..ce7ddad8 100644
--- a/src/osmo-bts-trx/scheduler.h
+++ b/src/osmo-bts-trx/scheduler.h
@@ -2,6 +2,7 @@
#define TRX_SCHEDULER_H
extern uint32_t trx_clock_advance;
+extern uint32_t trx_rts_advance;
extern uint32_t transceiver_last_fn;