Re: [Discuss-gnuradio] Liquid DSP Flexframe and GNU Radio

2016-07-26 Thread Tom Rondeau
On Mon, Jul 25, 2016 at 9:13 PM, Vanhoy, Garrett M - (gvanhoy) < gvan...@email.arizona.edu> wrote: > Hello, > > > I have sent this to the list once before, but I did not see it show up on > the index so I am assuming it did not work after waiting some time. > > > I am attempting to embed the liqui

Re: [Discuss-gnuradio] Liquid DSP Flexframe and GNU Radio

2016-07-26 Thread Johannes Demel
Hey! As fas as I can tell, you don't check if the output buffer can actually take that many samples. Thus "you end up in the middle of invalid memory". At least that's what I guess from the code I can see. You need to ensure that 'noutput_items' always holds a value greater than your final 't

[Discuss-gnuradio] Liquid DSP Flexframe and GNU Radio

2016-07-25 Thread Vanhoy, Garrett M - (gvanhoy)
Hello, I have sent this to the list once before, but I did not see it show up on the index so I am assuming it did not work after waiting some time. I am attempting to embed the liquid DSP flexframe protocol in a custom GNU Radio block. I am doing thi