Attention is currently required from: neels.
Hoernchen has posted comments on this change by neels. (
https://gerrit.osmocom.org/c/osmo-bts/+/39376?usp=email )
Change subject: coverity: ensure lchan->si->* bitmask sizes
......................................................................
Patch Set 1: Code-Review-1
(1 comment)
Patchset:
PS1:
1) if you want to shift UP TO 31 just make sure the constant is not int, but unsigned, so
1UL with the UL or just U suffix. No need to use casts here.
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/39376?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ieb5d35e720e8d77336f6f912d039bab7f3b95c55
Gerrit-Change-Number: 39376
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 23 Jan 2025 11:28:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes