discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] How to transmit synchronously with timestamp usin


From: Josh Blum
Subject: Re: [Discuss-gnuradio] How to transmit synchronously with timestamp using VRT code.
Date: Mon, 22 Feb 2010 09:06:26 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9pre) Gecko/20100217 Shredder/3.0.3pre

If your packets are too large, there is some fragmentation logic that also plays with the burst flags. You may be seeing this fragmentation within the usrp2 driver at work. Look inside the usrp2_impl.cc in the tx_raw method.

-Josh

On 02/22/2010 05:15 AM, Per Zetterberg wrote:
Hi All,

I am trying to understand how to use the vrt code. I want to transmit a
burst. For the first vrt packet I use

hdr.header = VRTH_PT_IF_DATA_NO_SID | VRTH_START_OF_BURST |
VRTH_TSI_OTHER;

for the "middle" vrt packets I use

hdr.header = VRTH_PT_IF_DATA_NO_SID;

and for the "final" vrt packets

hdr.header = VRTH_PT_IF_DATA_NO_SID | VRTH_END_OF_BURST.

Is this the correct  (it doesn't really seem to work the way I want).

BR/
Per






_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

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