discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] len_tag_key


From: Martin Braun
Subject: Re: [Discuss-gnuradio] len_tag_key
Date: Mon, 30 Jun 2014 11:35:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 06/29/2014 10:49 AM, GP 2014 wrote:
> Dear all ,
> I use a flowgraph containing : File source , OFDM TX ,throttle, File
> sink (I will replace then the file sink by UHD sink to try with USRP)
> I got this error message
> 
> FATAL: Missing a required length tag on port 0 at item #0
> thread[thread-per-block[1]: <block crc32_bb (14)>]: Missing length tag.
> 
> I tried to solve this problem but I failed :
> in TX in the field called length tag name ,
> I tried  to write same input to this field as in the loopback :
> I wrote in this field : len_tag_key
> Then I put a variable block with ID :len_tag_key , with value : "packet_len"
> Then I put another variable block with ID: packet_len , with value:87
> 
> Also I tried to write in this field : packet_len & put only one variable
> block with ID packet_len & value:87 .. I got the same error !!
> What is must be written in this field ?!!!

You must provide a key for the tagged stream tags. Read
http://gnuradio.org/doc/doxygen/page_tagged_stream_blocks.html and the
OFDM examples.

M



reply via email to

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