discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] INFO: Detected an invalid packet at item INFO: Pa


From: Bastian Bloessl
Subject: Re: [Discuss-gnuradio] INFO: Detected an invalid packet at item INFO: Parser returned #f
Date: Thu, 29 Jan 2015 13:44:13 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

Hi,

On 01/29/2015 01:03 PM, zs wrote:
Detected an invalid packet at item INFO: Parser returned #f".
The answer may be "RF settings are distorting your signal" or others.I
want to ask a question.Which block in gnuradio give us this hint.Where
is the source code of the block?And have someone can help me to explain
this problem more details?Why will have this error/warning?


~/src/gnuradio >> ack-grep -C 3 "an invalid packet"
gr-digital/lib/packet_headerparser_b_impl.cc
80-      );
81-
82-      if (!d_header_formatter->header_parser(in, tags)) {
83: GR_LOG_INFO(d_logger, boost::format("Detected an invalid packet at item %1%") % nitems_read(0));
84-     message_port_pub(msg_port_id, pmt::PMT_F);
85-      } else {
86-     pmt::pmt_t dict(pmt::make_dict());


I guess your packet header is corrupt.

Best,
Bastian




reply via email to

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