diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-11-04 08:36:03 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-11-04 08:36:03 +0100 |
commit | 4d8310ae0ffe1f78a2b8623d55f63ae504ff1aa8 (patch) | |
tree | eb6a7ad2b63b2887725159f53904c7a471429269 /TODO | |
parent | 34afa3a0632817c30e4e5427ee67138d59c4ede3 (diff) | |
download | dabmod-4d8310ae0ffe1f78a2b8623d55f63ae504ff1aa8.tar.gz dabmod-4d8310ae0ffe1f78a2b8623d55f63ae504ff1aa8.tar.bz2 dabmod-4d8310ae0ffe1f78a2b8623d55f63ae504ff1aa8.zip |
Make DPD Feedback server SDRDevice-agnostic
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -6,6 +6,13 @@ Unless written, no activity has been started on the topics. TODOs for ongoing SDR output refactoring ---------------------------------------- +Currently, all the frontend tuning and timestamping settings are UHD-specific. +To make it possible to run with synchronised=1 using Soapy, refactoring the +output to share the parts that are common. + +This would enable SFN support with LimeSDR devices. + + Clean up and separate GPS and refclk checks. @@ -13,10 +20,13 @@ Add antenna selection to config. Add refclk stuff and timestamps to Soapy. -Make an abstraction for the DPD feedback server, use it for Soapy and UHD. +*done* Make an abstraction for the DPD feedback server, use it for Soapy and UHD. Move staticdelay into a new process block +Double-check all #includes + +Move other non SDR outputs to the output folder. Tests, both with B200 and LimeSDR: - No timestamps @@ -41,15 +51,6 @@ However, when enabled, some receivers are not able to lock on the signal. Is the power of the TII too strong? Synchronisation wrong? -Rework Soapy and UHD outputs ----------------------------- -Currently, all the frontend tuning and timestamping settings are UHD-specific. -To make it possible to run with synchronised=1 using Soapy, refactoring the -output to share the parts that are common. - -This would enable SFN support with LimeSDR devices. - - Finalise EDI input ------------------ The EDI input, based on work started in http://git.mpb.li/git/odr-edilib/ |