Attention is currently required from: fixeria, laforge, pespin.

jolly has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/34626?usp=email )

Change subject: ASCI: Add System Information 10 support
......................................................................


Patch Set 4:

(4 comments)

File src/osmo-bsc/system_information.c:

https://gerrit.osmocom.org/c/osmo-bsc/+/34626/comment/19049463_7a07c8f7
PS2, Line 1428: unsigned int save_cur_bit;
              :         struct gsm_subscriber_connection *c;
> both vars can be moved to the scope of use (for-loop)
I always want to separate variables from code. Even if it has no 
performance/memory gain, I want to have variables on top and code below.


https://gerrit.osmocom.org/c/osmo-bsc/+/34626/comment/3b3d2edf_6e44dbaa
PS2, Line 1447: 32
> Thanks for adding the comment. I still see a possible problem though. […]
SI 10 uses channel index with 5 bit. This means that it can address only the 
first 32 neighbor channels that are defined by SI5*. It does not make sense 
that there are more than 32 neighbor cells, because they cannot be reported by 
measurement report, which uses 5 bits as index too.


https://gerrit.osmocom.org/c/osmo-bsc/+/34626/comment/f43946fb_71499cbe
PS2, Line 1499:         /* Do spare padding. We cannot do it earlier, because 
encoding might corrupt it if differenctial cell info
> So if you mean "differential", then please use the correct spelling.
Done


File src/osmo-bsc/system_information.c:

https://gerrit.osmocom.org/c/osmo-bsc/+/34626/comment/cc91560e_f8ce3bbd
PS4, Line 1456:                 llist_for_each_entry(c, 
&conn->vgcs_chan.call->vgcs_call.chan_list, vgcs_chan.list) {
> "struct gsm_bts *c_bts;" can be moved here (loop scope).
I always want to separate variables from code. Even if it has no 
performance/memory gain, I want to have variables on top and code below.



--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/34626?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Icd3101e6dd935a57f003253aaef400c2cf95a0c3
Gerrit-Change-Number: 34626
Gerrit-PatchSet: 4
Gerrit-Owner: jolly <andr...@eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: laforge <lafo...@osmocom.org>
Gerrit-CC: pespin <pes...@sysmocom.de>
Gerrit-Attention: laforge <lafo...@osmocom.org>
Gerrit-Attention: pespin <pes...@sysmocom.de>
Gerrit-Attention: fixeria <vyanits...@sysmocom.de>
Gerrit-Comment-Date: Mon, 16 Oct 2023 08:44:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: jolly <andr...@eversberg.eu>
Comment-In-Reply-To: laforge <lafo...@osmocom.org>
Comment-In-Reply-To: fixeria <vyanits...@sysmocom.de>
Comment-In-Reply-To: pespin <pes...@sysmocom.de>
Gerrit-MessageType: comment

Reply via email to