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