aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-08-01 02:16:30 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-08-01 02:35:07 +0700
commit5d17b97a5b762b695157f4cb86d7282888267cb8 (patch)
tree6f62c9547455115b5e9e314b4dfafd9bd58144e5 /include
parent6575f0c3e90ff972a98c077312116c7070567028 (diff)
Clarify frame loss counter for l1sched_chan_state
Each logical channel (e.g. SACCH, SDCCH, etc.) has a counter of lost L2 frames. Let's use a bit better name for it, and correct its description in the 'l1sched_chan_state' struct definition. Change-Id: I92ef95f6b3f647170cfd434a970701406b0a7c82
Diffstat (limited to 'include')
-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 */