mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-05 22:53:17 +00:00
add hidden fn adjustment command
This is only useful if the rf path delays the signal by at least one frame, and therefore a fairly experimental command that might be removed or reworked in the future and should not be relied upon. Change-Id: I29964acffad5bad4f5bcad7f631e435a72979c46
This commit is contained in:
@@ -649,7 +649,7 @@ int Transceiver::pullRadioVector(size_t chan, struct trx_ul_burst_ind *bi)
|
||||
}
|
||||
|
||||
/* Set time and determine correlation type */
|
||||
burstTime = radio_burst->getTime();
|
||||
burstTime = radio_burst->getTime() + cfg->ul_fn_offset;
|
||||
CorrType type = expectedCorrType(burstTime, chan);
|
||||
|
||||
/* Initialize struct bi */
|
||||
|
||||
Reference in New Issue
Block a user