Re: [Discuss-gnuradio] Header/Payload Demux Bug Fix

2015-06-01 Thread Richard Bell
I tested it with the rx_ofdm example and it works as it did before (didn't test over several hours however). Making the pull request now. Rich On Mon, Jun 1, 2015 at 11:13 AM, Martin Braun wrote: > Hey Richard, > > good work! Did you also test this patch with the OFDM tx/rx example, or > some

Re: [Discuss-gnuradio] Header/Payload Demux Bug Fix

2015-06-01 Thread Martin Braun
Hey Richard, good work! Did you also test this patch with the OFDM tx/rx example, or some other settings to make sure this didn't just fix your setup? I'm a bit annoyed with myself for not getting the offset calculations right. Maybe there's another fix that won't add breaks, but frankly, let's g

[Discuss-gnuradio] Header/Payload Demux Bug Fix

2015-06-01 Thread Richard Bell
Martin et. al., The fix that makes this block work for us in any scenario, is to add a break statement at the end of every case statement (don't allow the fall through's to happen). This leads me to believe the source of the issues comes from the way offsets are calculated between states within o