Attention is currently required from: jolly, laforge, pespin.
fixeria 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 5:
(3 comments)
Patchset:
PS2:
The idea was to wait 3 seconds, which allows the MS to
receive the SI5* messages before adding the S […]
I don't have a strong
preference here... What happens if an MS gets `SI10` before `SI5`? I would expect the
phone to ignore `SI10` in this case? Or cache it and postpone handling until `SI5` is
received (this is what we do in osmocom-bb.git for `SI3`/`SI4` and `SI1`).
Even if `SI10` is ignored when received before `SI5`, the BTS will be broadcasting it
repeatedly on SACCH anyway. Based on that, I think we can send it for every channel that
is established straightaway, without delaying.
File src/osmo-bsc/system_information.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/34626/comment/37ba55da_6389a499
PS2, Line 1428: unsigned int save_cur_bit;
: struct gsm_subscriber_connection *c;
I always want to separate variables from code. […]
You could still have them variables defined separately from code within a for-loop,
but it's not really critical and I am not going to block. Marking as resolved.
https://gerrit.osmocom.org/c/osmo-bsc/+/34626/comment/b61e1262_19347103
PS2, Line 1447: 32
SI 10 uses channel index with 5 bit. […]
Makes
sense. Marking as resolved.
--
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: 5
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 18 Oct 2023 10:53:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: jolly <andreas(a)eversberg.eu>
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment