summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/sched_trx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/trxcon/sched_trx.h')
-rw-r--r--src/host/trxcon/sched_trx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/host/trxcon/sched_trx.h b/src/host/trxcon/sched_trx.h
index 2c8b4d8f..08e24894 100644
--- a/src/host/trxcon/sched_trx.h
+++ b/src/host/trxcon/sched_trx.h
@@ -171,9 +171,9 @@ struct trx_lchan_state {
uint8_t tch_mode;
/*! \brief FACCH/H on downlink */
- uint8_t dl_ongoing_facch;
- /*! \brief FACCH/H on uplink */
- uint8_t ul_ongoing_facch;
+ bool dl_ongoing_facch;
+ /*! \brief pending FACCH/H blocks on Uplink */
+ uint8_t ul_facch_blocks;
struct {
/*! \brief Number of RSSI values */