Vadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/14321
Change subject: osmo-bts/scheduler.h: cosmetic: use bool for ho_rach_detect ...................................................................... osmo-bts/scheduler.h: cosmetic: use bool for ho_rach_detect Change-Id: Id357e4ed38cbdca2082322da12b93d556056e916 --- M include/osmo-bts/scheduler.h 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/21/14321/1 diff --git a/include/osmo-bts/scheduler.h b/include/osmo-bts/scheduler.h index f9d9962..2906c6e 100644 --- a/include/osmo-bts/scheduler.h +++ b/include/osmo-bts/scheduler.h @@ -122,7 +122,7 @@ } meas; /* handover */ - uint8_t ho_rach_detect; /* if rach detection is on */ + bool ho_rach_detect; /* if rach detection is on */ }; struct l1sched_ts { -- To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/14321 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: Id357e4ed38cbdca2082322da12b93d556056e916 Gerrit-Change-Number: 14321 Gerrit-PatchSet: 1 Gerrit-Owner: Vadim Yanitskiy <axilira...@gmail.com> Gerrit-MessageType: newchange