Re: Detected an invalid packet at item

2023-05-15 Thread Hamed Al-Zubi
unctioning without issues, I have encountered a problem >> when displaying the channel state information. In particular, there >> are instances where invalid packets are detected, as evidenced by the >> following occurrences. >> >> *packet_headerparser_b :info: Detecte

Re: Detected an invalid packet at item

2023-05-15 Thread Johannes Demel
ollowing occurrences. *packet_headerparser_b :info: Detected an invalid packet at item 167472* *header_payload_demux :info: Parser returned #f* I have searched the possible causes of the error I'm encountering, and there are a few factors that have been suggested: 1- Interference--> I used different

Re: Detected an invalid packet at item

2023-05-13 Thread Hamed Al-Zubi
the following occurrences. packet_headerparser_b :info: Detected an invalid packet at item 167472header_payload_demux :info: Parser returned #f I have searched the possible causes of the error I'm encountering, and there are a few factors that have been suggested: 1- Interference-->

Re: Detected an invalid packet at item

2023-05-13 Thread Ed Criscuolo
f is functioning without issues, I have encountered a > problem when displaying the channel state information. In particular, there > are instances where invalid packets are detected, as evidenced by the > following occurrences. > > packet_headerparser_b :info: Detected an invalid pack

Re: Detected an invalid packet at item

2023-05-13 Thread Hamed Al-Zubi
, I have encountered a problem when displaying the channel state information. In particular, there are instances where invalid packets are detected, as evidenced by the following occurrences. packet_headerparser_b :info: Detected an invalid packet at item 167472 header_payload_demux :info: P

Re: Detected an invalid packet at item

2023-05-13 Thread Marcus Müller
issues, I have encountered a problem when displaying the channel state information. In particular, there are instances where invalid packets are detected, as evidenced by the following occurrences. *packet_headerparser_b :info: Detected an invalid packet at item 167472* *header_payload_demux :inf

Detected an invalid packet at item

2023-05-12 Thread Hamed Al-Zubi
encountered a problem when displaying the channel state information. In particular, there are instances where invalid packets are detected, as evidenced by the following occurrences. packet_headerparser_b :info: Detected an invalid packet at item 167472header_payload_demux :info: Parser returned

Re: [Discuss-gnuradio] INFO: Detected an invalid packet at item INFO: Parser returned #f

2015-01-31 Thread Bastian Bloessl
example with the default header it looks like this happens if the > >CRC is not correct > > > >https://github.com/gnuradio/gnuradio/blob/master/gr-digital/lib/packet_header_default.cc#L132 > > > > > >> > >> > >> At 2015-01-29 20:44:13, "B

Re: [Discuss-gnuradio] INFO: Detected an invalid packet at item INFO: Parser returned #f

2015-01-30 Thread zs
>> At 2015-01-29 20:44:13, "Bastian Bloessl" wrote: >>>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

Re: [Discuss-gnuradio] INFO: Detected an invalid packet at item INFO: Parser returned #f

2015-01-29 Thread zs
with the default header it looks like this happens if the >CRC is not correct > >https://github.com/gnuradio/gnuradio/blob/master/gr-digital/lib/packet_header_default.cc#L132 > > >> >> >> At 2015-01-29 20:44:13, "Bastian Bloessl" wrote: >>>Hi,

Re: [Discuss-gnuradio] INFO: Detected an invalid packet at item INFO: Parser returned #f

2015-01-29 Thread Bastian Bloessl
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 exp

Re: [Discuss-gnuradio] INFO: Detected an invalid packet at item INFO: Parser returned #f

2015-01-29 Thread zs
9/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

Re: [Discuss-gnuradio] INFO: Detected an invalid packet at item INFO: Parser returned #f

2015-01-29 Thread Bastian Bloessl
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 h

[Discuss-gnuradio] INFO: Detected an invalid packet at item INFO: Parser returned #f

2015-01-29 Thread zs
Hi all: Thank you in advance.I have searched the question"INFO: 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