Skip to content

dft in shared lib

Francois TABURET requested to merge extend_sharedlibusage2 into develop

dfts/idfts code now compiled in libdfts.so, dynamically loaded at run-time. Now one entry point for dft and one for idft, first parameter indentifies the required dft/idft size. All dft/idft callers updated. One function (load_dftslib() in ../openair1/PHY/TOOLS/dfts_load.c) added to load the dfts library. lte_dfts.c renamed to oai_dfts.c, as it is used also for 5G...dft init function is now called automatically when dft library is loaded.

Merge request reports