Attention is currently required from: neels, pespin, dexter.
fixeria has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-pcu/+/31145 )
Change subject: bts: add IMMEDIATE ASSIGNMENT via PCH transmission
......................................................................
Patch Set 19: Code-Review-1
(3 comments)
File include/osmocom/pcu/pcuif_proto.h:
https://gerrit.osmocom.org/c/osmo-pcu/+/31145/comment/f8017333_0221b78a
PS19, Line 279: uint8_t pgroup;
isn't pgroup going 0-999? that doesn't fit in
a 8bit one (256)
This is wrong. You cannot calculate a paging group in the PCU
because you need to know more than just an IMSI to calculate it. And AFAIR, yes, it can be
bigger than 255.
File src/pcu_l1_if.cpp:
https://gerrit.osmocom.org/c/osmo-pcu/+/31145/comment/c8466ab7_9609466b
PS19, Line 298: pgroup
I think this is where the confusion comes from. It's not a *paging group*, it's
just three last digits of the IMSI. The argument needs to be renamed [in a separate
patch]. See the related discussion:
https://gerrit.osmocom.org/c/osmo-bts/+/31600/comments/edd450d1_1ff57336.
https://gerrit.osmocom.org/c/osmo-pcu/+/31145/comment/94eac1ed_12c6281a
PS19, Line 771: } else {
you cannot reach here according to if block in line
752.
He's adding `info_ind->version != 0x0a` there, so it can be reached.
--
To view, visit
https://gerrit.osmocom.org/c/osmo-pcu/+/31145
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I2a78651593323e8b9627c39918d949a33497b70f
Gerrit-Change-Number: 31145
Gerrit-PatchSet: 19
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-CC: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: dexter <pmaier(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 01 Mar 2023 20:53:46 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment