Change in ...osmo-bts[master]: osmo-bts/scheduler.h: cosmetic: use bool for ho_rach_detect
Vadim Yanitskiy
gerrit-no-reply at lists.osmocom.org
Sat Jun 1 16:28:40 UTC 2019
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 <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190601/b011073e/attachment-0001.html>
More information about the gerrit-log
mailing list