Re: [Discuss-gnuradio] edit packet content in benchmark

2013-07-03 Thread Tom Rondeau
On Mon, Jun 24, 2013 at 12:08 PM, yeran wrote: > Hi everyone, > > In benchmark, the packet is 23-byte long, inclues preamble, access code, > header, payload, crc, and 'x55'. Now I want to add a one-byte flag after the > header. I changed the packet_utils.py make_packet block, add a flag when > for

[Discuss-gnuradio] edit packet content in benchmark

2013-06-24 Thread yeran
Hi everyone, In benchmark, the packet is 23-byte long, inclues preamble, access code, header, payload, crc, and 'x55'. Now I want to add a one-byte flag after the header. I changed the packet_utils.py make_packet block, add a flag when form the new packet. And changed the header length to 9. H