aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-06-01 21:27:02 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2019-06-01 23:10:02 +0700
commit8ec940ce9a8ba21d112406d9e993e1341ad58f24 (patch)
tree0567dc037b7a738eca91c6e95a9c1dda7af5913f
parent9d083ab2369931814e95cfbe435a9eed3cc0989f (diff)
osmo-bts/scheduler.h: cosmetic: use bool for ho_rach_detect
-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 f9d99629..2906c6eb 100644
--- a/include/osmo-bts/scheduler.h
+++ b/include/osmo-bts/scheduler.h
@@ -122,7 +122,7 @@ struct l1sched_chan_state {
} meas;
/* handover */
- uint8_t ho_rach_detect; /* if rach detection is on */
+ bool ho_rach_detect; /* if rach detection is on */
};
struct l1sched_ts {