apply correction from https://github.com/M17-Project/M17_Implementations/pull/42/files#diff-b70d863aff08d3519351784ae36df8866bed18e23e5f03afae6a064e2f2cfa29
parent
bdb1aaba65
commit
76ba939083
|
@ -545,6 +545,7 @@ namespace gr
|
|||
scrambler_sequence_generator ();
|
||||
else if (_signed_str == false) //non-signed stream
|
||||
scrambler_sequence_generator ();
|
||||
else memset(scr_bytes, 0, sizeof(scr_bytes)); // zero out stale scrambler bytes so they aren't applied to the sig frames
|
||||
|
||||
for (uint8_t i = 0; i < 16; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue