aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-23 00:45:11 +0700
committerlaforge <laforge@osmocom.org>2020-06-30 06:10:57 +0000
commit4dfd43bb5190dadaaf91a31a881098296bda3584 (patch)
tree38b054efdd1ea35d57f27d87af35ad7277a9a454
parentb505ac38e7a1d050755f47180b2d6a8f7b72bce5 (diff)
osmo-bts-trx/scheduler: get rid of unused 'meas' in l1sched_chan_state
-rw-r--r--include/osmo-bts/scheduler.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmo-bts/scheduler.h b/include/osmo-bts/scheduler.h
index e65665f5..bc2fb69a 100644
--- a/include/osmo-bts/scheduler.h
+++ b/include/osmo-bts/scheduler.h
@@ -127,10 +127,7 @@ struct l1sched_chan_state {
uint8_t dl_encr_key[MAX_A5_KEY_LEN];
/* measurements */
- struct {
- int32_t toa256_sum; /* sum of TOA values (1/256 symbol) */
- int toa_num; /* number of TOA value */
- } meas;
+ /* TODO: measurement history (ring buffer) will be added here */
/* handover */
bool ho_rach_detect; /* if rach detection is on */