You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking to add a decoder for FloripaSat-1 to gr-satellites. I am following ngham as a reference to decode the NGHam protocol, but I can't get Reed-Solomon decoding working with some packets transmitted by the satellite.
I have done more investigation and I have seen that in the grs code the Reed-Solomon decoder variables are not initialized properly (see the line below).
I am looking to add a decoder for FloripaSat-1 to gr-satellites. I am following ngham as a reference to decode the NGHam protocol, but I can't get Reed-Solomon decoding working with some packets transmitted by the satellite.
I have done more investigation and I have seen that in the grs code the Reed-Solomon decoder variables are not initialized properly (see the line below).
grs/libs/ngham/ngham.c
Line 81 in 909f7af
I can't even understand why this isn't segfaulting, since variables such as
alpha_to
are dereferenced duringdecode_rs_char()
.The text was updated successfully, but these errors were encountered: