Skip to content

IEEE 802.15.4-like decoder: Add support for RS(255,223)

Manolis Surligas requested to merge surligas/gr-satnogs:rs into master

The IEEE 802.15.4 variant decoder supports now payloads that have been encoded using RS(255,223). The RS decoding proceeds the scrambling and the CRC check and does not include the frame length portion of the frame, if any.

Signed-off-by: Manolis Surligas surligas@gmail.com

Merge request reports