Attention is currently required from: pespin.
fixeria has posted comments on this change. (
https://gerrit.osmocom.org/c/osmocom-bb/+/34140 )
Change subject: l1gprs: Fix slotmask update on already registered tbf
......................................................................
Patch Set 1: Code-Review+1
(4 comments)
Patchset:
PS1:
Looks fine in general, mostly cosmetic notes.
File src/shared/l1gprs.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/34140/comment/31953718_d24b8aa9
PS1, Line 142: pdch->tn
Using scoped variable `tn` would make the code a bit shorter.
`pdch->tn` is guaranteed to be equal to the respective index in `gprs->pdch[]`
array.
https://gerrit.osmocom.org/c/osmocom-bb/+/34140/comment/de1a00b1_83b84a8b
PS1, Line 155: TS%u
`LOGP_PDCH` does print timeslot number, printing it again is redundant.
https://gerrit.osmocom.org/c/osmocom-bb/+/34140/comment/7f5a8db3_cff58101
PS1, Line 165: TS%u
Same here.
--
To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/34140
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I5d64488d2aa740e91e01fad17f2af3ded24b12ef
Gerrit-Change-Number: 34140
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 10 Aug 2023 19:07:38 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment