trxcon: allow extending FBSB timeout (quirks for slow PHYs)
commit040bf4102892ddba1a4574d85b31653131c5ede4
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>
Wed, 14 Dec 2022 19:17:56 +0000 (15 02:17 +0700)
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>
Tue, 20 Dec 2022 16:28:56 +0000 (20 23:28 +0700)
tree98680c0001048063c8910966af84f65cd5f6a7f0
parent2c347f9979843347e4e42807c340e2bafcd87f72
trxcon: allow extending FBSB timeout (quirks for slow PHYs)

This is needed for SDR based PHYs, because for them it takes longer
to tune, flush the buffers and so on.  Add a field to the trxcon_inst
structure and a command line option (-F) for the trxcon app.

Change-Id: Ia68954c5bdacda45fc871ffea0ccdf2460936408
Related: OS#5599
src/host/trxcon/include/osmocom/bb/trxcon/trxcon.h
src/host/trxcon/src/trxcon_fsm.c
src/host/trxcon/src/trxcon_inst.c
src/host/trxcon/src/trxcon_main.c