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 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 {