Skip to content

ldpc encoder/decoder in shared lib

Francois TABURET requested to merge extend_sharedlibusage into develop

Move ldpc code in shared libraries and create a function to load this lib at init time. Found 4 implementations of the encoder (orig, optim, optim8seg and optim8segmulti), so 4 libraries created, the default being to use optim8segmulti. Markdown summarizing these modifications created in openair1/PHY/CODING/DOC/ Also fixed bugs discovered in the iq record/player and added a config option to select RF device (--device.name ), it doesn't change default softmodem's behavior (use liboai_device.so).

Merge request reports