Attention is currently required from: jolly, pespin.
fixeria has posted comments on this change. (
https://gerrit.osmocom.org/c/osmocom-bb/+/34476?usp=email )
Change subject: ASCI: Add GCC/BCC (call control) to mobility management
......................................................................
Patch Set 3: Code-Review+1
(3 comments)
File src/host/layer23/src/mobile/gsm48_mm.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/34476/comment/685030a0_381ee7bd
PS3, Line 4096: mm_conn_new_ref++);
wrong indentation. You can actually put it in the same
line.
Ack
https://gerrit.osmocom.org/c/osmocom-bb/+/34476/comment/4141f0cc_ea787dc5
PS3, Line 4114: || mm->state == GSM48_MM_ST_RR_CONN_RELEASE_NA) {
wrong indentation. […]
I would be more careful
when saying "wrong". There is nothing wrong with it, it's simply different
from what you prefer. This "wrong" variant looks good to me and I think I also
used it in some places. `gits do grep` shows me plenty of examples with this kind of
formatting.
https://gerrit.osmocom.org/c/osmocom-bb/+/34476/comment/3d374985_ef82f348
PS3, Line 4153: rc = -ENOTSUP
Is setting `rc` really needed here? Can't we just do `return -ENOTSUP` below?
--
To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/34476?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: If6f3cea4b2ca839559596a6ee5a3d169c6d85dbe
Gerrit-Change-Number: 34476
Gerrit-PatchSet: 3
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 21 Sep 2023 21:35:09 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment