From 5d17b97a5b762b695157f4cb86d7282888267cb8 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 1 Aug 2018 02:16:30 +0700 Subject: 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 --- include/osmo-bts/scheduler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3