aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/l1_if.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-02-07 13:16:28 +0100
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:41:25 +0200
commit2ea68e2b7be7af78fb87c42e39133a812b709d48 (patch)
tree325fa002de401e89c147c08396fff97068683a71 /src/osmo-bts-trx/l1_if.h
parent2c8787224ff4698e8bf04620441919262887c7ee (diff)
TRX: Fixes and improvements of scheduler
Diffstat (limited to 'src/osmo-bts-trx/l1_if.h')
-rw-r--r--src/osmo-bts-trx/l1_if.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/l1_if.h b/src/osmo-bts-trx/l1_if.h
index 7e0f3688..bb8407fb 100644
--- a/src/osmo-bts-trx/l1_if.h
+++ b/src/osmo-bts-trx/l1_if.h
@@ -105,6 +105,8 @@ struct trx_l1h {
struct trx_config config;
uint8_t mf_index[8]; /* selected multiframe index */
+ uint8_t mf_period[8]; /* period of multiframe */
+ struct trx_sched_frame *mf_frames[8]; /* pointer to frame layout */
/* Channel states for all channels on all timeslots */
struct trx_chan_state chan_states[8][_TRX_CHAN_MAX];