aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/l1_if.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-02-15 07:51:01 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2014-04-06 08:57:14 +0200
commit142d81077bd2bad30db42fe25d892412ce377992 (patch)
tree1fb4681056fb68292a9aef0b43d69183b8268083 /src/osmo-bts-trx/l1_if.h
parenta2439f82889a5a642ef7d79c9e4f7579b3bcf4df (diff)
TRX: Lost TCH frame detection of omitted bursts from tranceiver
Diffstat (limited to 'src/osmo-bts-trx/l1_if.h')
-rw-r--r--src/osmo-bts-trx/l1_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-trx/l1_if.h b/src/osmo-bts-trx/l1_if.h
index a2a5e9c4..0ed0991c 100644
--- a/src/osmo-bts-trx/l1_if.h
+++ b/src/osmo-bts-trx/l1_if.h
@@ -54,7 +54,7 @@ struct trx_chan_state {
sbit_t *ul_bursts; /* burst buffer for RX */
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 lost; /* (SACCH) loss detection */
uint8_t rsl_cmode, tch_mode; /* mode for TCH channels */
};