summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/sched_lchan_tchh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/trxcon/sched_lchan_tchh.c')
-rw-r--r--src/host/trxcon/sched_lchan_tchh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/host/trxcon/sched_lchan_tchh.c b/src/host/trxcon/sched_lchan_tchh.c
index 5b7daa3d..172f54b4 100644
--- a/src/host/trxcon/sched_lchan_tchh.c
+++ b/src/host/trxcon/sched_lchan_tchh.c
@@ -243,8 +243,7 @@ int rx_tchh_fn(struct trx_instance *trx, struct trx_ts *ts,
*/
lchan->meas.rssi_sum += rssi;
lchan->meas.toa256_sum += toa256;
- lchan->meas.rssi_num++;
- lchan->meas.toa256_num++;
+ lchan->meas.num++;
/* Copy burst to the end of buffer of 6 bursts */
offset = buffer + bid * 116 + 464;