jgaeddert / liquid-dsp

digital signal processing library for software-defined radios
http://liquidsdr.org
MIT License
1.82k stars 426 forks source link

Fix dsssframegen_getframelen #369

Open Adewotta opened 1 week ago

Adewotta commented 1 week ago

dsssframegen_getframelen incorrectly checked for whether or not the frame is assembled, it seems to be due to a copy/paste given the error instead reports "dssframegen_get_header_props()", the changes made make it work in line with the other framegens that have the _getframelen method.