discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Question Regarding GMSK2 examples


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Question Regarding GMSK2 examples
Date: Mon, 1 May 2006 20:52:46 -0700
User-agent: Mutt/1.5.9i

On Mon, May 01, 2006 at 08:21:10PM -0400, Elaine Garbarine wrote:
> Eric,
> 
> Thanks for pointing out rx_callback to me.  I can't believe I missed that
> function when I was going through the example.
> 
> As a related question, does rx_callback only exist if the packet is received
> properly (i.e. without errors)?
> 
> Regards,
> Elaine

It's called if the header (which includes the payload length) is
decoded correctly.  If the payload is error-free (based on the CRC),
then ok is True.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]