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, 2 insertions, 4 deletions
diff --git a/src/host/trxcon/sched_trx.h b/src/host/trxcon/sched_trx.h
index f914eee9..72d9549a 100644
--- a/src/host/trxcon/sched_trx.h
+++ b/src/host/trxcon/sched_trx.h
@@ -181,12 +181,10 @@ struct trx_lchan_state {
uint8_t ul_facch_blocks;
struct {
- /*! \brief Number of RSSI values */
- uint8_t rssi_num;
+ /*! \brief Number of measurements */
+ unsigned int num;
/*! \brief Sum of RSSI values */
float rssi_sum;
- /*! \brief Number of TOA values */
- uint8_t toa256_num;
/*! \brief Sum of TOA values */
int32_t toa256_sum;
} meas;