Attention is currently required from: pespin.
3 comments:
Patchset:
Why would I hide the fixed freqs setting that are initialized once as configured in a function that is dynamically called at some random time depending on incoming messages? The freq override is and should be completely independent of any interaction that might or might not be happening.
File Transceiver52M/device/uhd/UHDDevice.cpp:
Patch Set #5, Line 635: if (cfg->overrides.dl_freq_override) {
why are you doing it here instead of the place where the freq/gain is supposed to be updated?
Done
Patch Set #5, Line 1013: if (cfg->overrides.dl_freq_override || cfg->overrides.ul_freq_override)
I would expected the overwritten frequency to be set here?
Done
To view, visit change 32764. To unsubscribe, or for help writing mail filters, visit settings.