This TODO file lists ideas and features for future developments. They are more or less ordered according to their benefit, but that is subjective to some degree. Unless written, no activity has been started on the topics. TII implementation incomplete ----------------------------- The current TII implementation supports two TII variants: one according to spec, and the one that was implemented in early modulators that ended up being used a lot even if not compatible with the spec. 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/ is not complete: * Add option to define max fill of input udp buffer. * Flag and present errors in some way (packets missing, RS faults, sequence errors, etc) * Detect and handle changes in mux composition * Fix misbehaviours when packets are intentionnally interleaved * Fix hangup where it tries to decode old PSEQs for too long Resampler improvements ---------------------- * Assess quality of window currently used. * Evaluate usefulness of other windows. * Distribute energy of Fs bin equally to both negative and positive frequencies in the back buffer. Review CicEq ------------ The CIC Equaliser was used for the USRP1 to compensate for spectrum flatness. It is not documented, and its effect poorly explained. Review if still needed, and document appropriately. Add metadata to flowgraph ------------------------- The flowgraph does not support metadata. This is why the timestamp has this kludge with the delay queue, so that the timestamps are delayed properly depending on what is included in the flowgraph. Without metadata inside the flowgraph, it is more difficult to pipeline the DSP processing to make use of many-core systems, because the timestamp cannot be carried alongside the data it corresponds to.