Activity
Add correct L1B_lls_flag transmission to all frame mappers.
Add correct L1B_lls_flag transmission to all frame mappers.
Don't send L1B_lls_flag unless L1D_plp_lls_flag is enabled.
Don't send L1B_lls_flag unless L1D_plp_lls_flag is enabled.
Only set L1B_lls_flag if the current frame contains an LLS packet.
Only set L1B_lls_flag if the current frame contains an LLS packet.
Use edited Doxyfile.in instead of updated to remain backwards compati…
Use edited Doxyfile.in instead of updated to remain backwards compati…
Switch to cache optimized LDPC type A algorithm for all frame mappers.
Switch to cache optimized LDPC type A algorithm for all frame mappers.
Optimize type A LDPC (tested on RISC-V EIC7700X CPU).
Optimize type A LDPC (tested on RISC-V EIC7700X CPU).
Remove memset() of LDPC buffer. Unneeded for cache optimized algorithm.
Remove memset() of LDPC buffer. Unneeded for cache optimized algorithm.
Refactor LDPC look-up table size calculation to avoid unused entries.
Refactor LDPC look-up table size calculation to avoid unused entries.
Reduce LDPC encode table size to minimum required.
Reduce LDPC encode table size to minimum required.
Improve Type A LDPC performance with cache optimized algorithm.
Improve Type A LDPC performance with cache optimized algorithm.
Remove Doxygen warnings (Doxygen 1.9.4 on Ubuntu 23.10).
Remove Doxygen warnings (Doxygen 1.9.4 on Ubuntu 23.10).
Add selectable second stream to LLS insertion.
Add selectable second stream to LLS insertion.
Add asserts for time aligned frame lengths.
Add asserts for time aligned frame lengths.
Fix LLS insertion for all code rates and FEC frame sizes.
Fix LLS insertion for all code rates and FEC frame sizes.
Fix bug in ALP BBheader block when it iterates more than once.
Fix bug in ALP BBheader block when it iterates more than once.
Update README features not implemented list.
Update README features not implemented list.
Add LLS insertion to all frame mappers.
Add LLS insertion to all frame mappers.
Use #define declaration for constants.
Use #define declaration for constants.
Fix some typos for LLS insertion in block bindings.
Fix some typos for LLS insertion in block bindings.
Add LLS (Low Level Signaling) packet injection.
Add LLS (Low Level Signaling) packet injection.
Replace malloc() and free() with std::vector in all frame mappers.
Replace malloc() and free() with std::vector in all frame mappers.