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
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:41:26 +0200
commit9de67ca9621deea3283b9f9c2bab99287a110e45 (patch)
tree316128191c86c2de98de04b228a23620a413e301 /src/osmo-bts-trx/l1_if.h
parentb9880bc81289fa13b12801abcfc77fe6e83b8a94 (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 */
};