aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/l1_if.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-02-14 11:21:13 +0100
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:41:25 +0200
commitd10eaee4cce04aee4907b87e5bd73b9d866061b7 (patch)
tree43d60916f40c86faca5b58ea4cc588960737b0bc /src/osmo-bts-trx/l1_if.h
parentb104aed5ec01fe27c0c2e0ddd988ba11608cb0bd (diff)
TRX: Completed TCH/F full rate support
Full rate is now tested and working.
Diffstat (limited to 'src/osmo-bts-trx/l1_if.h')
-rw-r--r--src/osmo-bts-trx/l1_if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/l1_if.h b/src/osmo-bts-trx/l1_if.h
index 7a6afb28..a2a5e9c4 100644
--- a/src/osmo-bts-trx/l1_if.h
+++ b/src/osmo-bts-trx/l1_if.h
@@ -55,6 +55,7 @@ struct trx_chan_state {
uint32_t ul_first_fn; /* fn of first burst */
uint8_t ul_mask; /* mask of received bursts */
uint8_t sacch_lost; /* SACCH loss detection */
+ uint8_t rsl_cmode, tch_mode; /* mode for TCH channels */
};
struct trx_config {