aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/scheduler.h')
-rw-r--r--include/osmo-bts/scheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/scheduler.h b/include/osmo-bts/scheduler.h
index 98f38d39..3fe7978c 100644
--- a/include/osmo-bts/scheduler.h
+++ b/include/osmo-bts/scheduler.h
@@ -78,7 +78,7 @@ struct l1sched_chan_state {
int32_t toa256_sum; /* sum of TOA values (1/256 symbol) */
/* loss detection */
- uint8_t lost; /* (SACCH) loss detection */
+ uint8_t lost_frames; /* how many L2 frames were lost */
/* mode */
uint8_t rsl_cmode, tch_mode; /* mode for TCH channels */