Attention is currently required from: Hoernchen.
Hello Jenkins Builder, Hoernchen,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmocom-bb/+/30054
to look at the new patch set (#2).
Change subject: trxcon: maintain full power scan state in the trxcon_fsm
......................................................................
trxcon: maintain full power scan state in the trxcon_fsm
Currently the trxcon_fsm is simply passing start and stop ARFCN values
(as received from the L1CTL peer) over the PHYIF, and expecting the
PHY to perform the measurements within the given range. This approach
requires the PHY implementation to maintain some state internally.
Let's simplify the job of the PHY implementation(s) by maintaining the
power scan state in the trxcon_fsm and sending a PHYIF_CMDT_MEASURE
command for each ARFCN in the given start/stop boundaries separately.
Change-Id: Ic5f724a11e225b439ec10aed7697e3e03b7929e5
Related: OS#5599
---
M src/host/trxcon/include/osmocom/bb/trxcon/phyif.h
M src/host/trxcon/include/osmocom/bb/trxcon/trx_if.h
M src/host/trxcon/include/osmocom/bb/trxcon/trxcon.h
M src/host/trxcon/include/osmocom/bb/trxcon/trxcon_fsm.h
M src/host/trxcon/src/trx_if.c
M src/host/trxcon/src/trxcon.c
M src/host/trxcon/src/trxcon_fsm.c
7 files changed, 71 insertions(+), 41 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/54/30054/2
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/30054
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Ic5f724a11e225b439ec10aed7697e3e03b7929e5
Gerrit-Change-Number: 30054
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: Hoernchen.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30054 )
Change subject: trxcon: maintain full power scan state in the trxcon_fsm
......................................................................
Patch Set 1:
(1 comment)
File src/host/trxcon/src/trxcon_fsm.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/30054/comment/97a2a9de_7824b812
PS1, Line 229: %s (expected %s
Hmm, why doesn't gcc complain about wrong format string specifiers?
When using LOGPFSML(), the macro expansion chain is as follows:
LOGPFSML()
-> LOGPFSMLSRC()
-> LOGPFSMSLSRC()
-> LOGPSRC()
-> LOGPSRCC()
-> logp2() __attribute__ ((format (printf, 6, 7)))
The logp2() has the format attribute, which gives GCC a hint on format string checking.
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/30054
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Ic5f724a11e225b439ec10aed7697e3e03b7929e5
Gerrit-Change-Number: 30054
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 08 Nov 2022 14:21:58 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: laforge.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30030 )
Change subject: trxcon: move the trxcon_fsm related stuff into its own header
......................................................................
Patch Set 2:
(1 comment)
File src/host/trxcon/include/osmocom/bb/trxcon/trxcon_fsm.h:
https://gerrit.osmocom.org/c/osmocom-bb/+/30030/comment/3be8e7b3_9b794f2d
PS1, Line 2:
> Good point.
Done
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/30030
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I32097b27f8de8d2b765a4399ad5fd3a1bdba85f4
Gerrit-Change-Number: 30030
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Mon, 07 Nov 2022 21:35:36 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: comment
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30030 )
Change subject: trxcon: move the trxcon_fsm related stuff into its own header
......................................................................
Patch Set 2:
This change is ready for review.
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/30030
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I32097b27f8de8d2b765a4399ad5fd3a1bdba85f4
Gerrit-Change-Number: 30030
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Mon, 07 Nov 2022 21:35:03 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: steve-m.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30051 )
Change subject: fw: Add initial support for Sony Ericsson K200i/K220i phones
......................................................................
Patch Set 1: Code-Review+1
(3 comments)
Patchset:
PS1:
Looks good to me in general.
File src/target/firmware/board/se_k2x0/init.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/30051/comment/f7d6ad19_67f50652
PS1, Line 62: compal loader
There's actually no Compal's loader in these SE phones (unlike the J100i).
Is this also relevant for the TI's boot ROM?
https://gerrit.osmocom.org/c/osmocom-bb/+/30051/comment/5f855081_09401023
PS1, Line 116: LCD driver
There is no LCD support ATM, right? Looks like the comment needs to be updated.
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/30051
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I711702862b1cec5a8089dac071f8a171ca026003
Gerrit-Change-Number: 30051
Gerrit-PatchSet: 1
Gerrit-Owner: steve-m <steve(a)steve-m.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: steve-m <steve(a)steve-m.de>
Gerrit-Comment-Date: Mon, 07 Nov 2022 21:31:48 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment