Attention is currently required from: fixeria, fixeria, osmith, pespin.
dexter has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-pcu/+/34575?usp=email )
Change subject: gprs_rlcmac_sched: check if we really use direct phy
......................................................................
Patch Set 3:
(1 comment)
File src/gprs_rlcmac_sched.cpp:
https://gerrit.osmocom.org/c/osmo-pcu/+/34575/comment/8e461daa_8c11c6db
PS2, Line 491: if (bts->trx[trx].fl1h) {
I think actually the first would be to decouple the
feature "direct-phy" from "this bts doesn't supp […]
When we want
to send the information which BTS model is used down to the PCU we might consider to use
enum gsm_bts_type_variant:
https://gitea.osmocom.org/cellular-infrastructure/osmo-bts/src/branch/maste…
Unfortunately I am not entirely sure how to set this up. The enum is defined in bts.h. We
may move it to pcuif_proto.h so that it becomes available to for all entities. Or we just
define a new one, but this would be redundant. Any ideas to solve this in a more elegant
way? Or is there even something in libosmocore? I couldn't find anything.
Even more unfotunately: its already a mess, osmo-bsc already has its own definition of
that same enum:
https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc/src/branch/maste…
Maybe it could even have a healthy effect to define that enum in pcuif_proto.h so that we
always can be sure that all entities have the same definition.
--
To view, visit
https://gerrit.osmocom.org/c/osmo-pcu/+/34575?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I0808950b1154bbb9a789c3f706ad9fb6618764ec
Gerrit-Change-Number: 34575
Gerrit-PatchSet: 3
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-CC: fixeria <axilirator(a)gmail.com>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: fixeria <axilirator(a)gmail.com>
Gerrit-Comment-Date: Wed, 04 Oct 2023 15:25:45 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Comment-In-Reply-To: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: comment