Attention is currently required from: fixeria.
falconia has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmocom-bb/+/42605?usp=email )
Change subject: firmware/se_k2xx: add board specific AFC params ......................................................................
Patch Set 2:
(1 comment)
File src/target/firmware/board/se_k2xx/afcparams.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/42605/comment/d9688561_172d5d1d?us... : PS2, Line 42: int16_t afc_initial_dac_value = -2957; DAC center, min and max numbers in TI's afcparams table are written with a left shift of 3 bits! (More precisely, it is a fixed point format with 3 digits to the right of the binary point.) Therefore, based on your averages you should set `afc_initial_dac_value` to -369 or -370 instead.