Hello GR,

Did anyone encountered such an error while running the transceiver.py script
of 802.15.4 on GR 3.7

thread[thread-per-block[20]: <block tagged_stream_to_pdu (10)>]: tagged
stream does not contain a pdu_length tag

I tried adding:

self.blocks_tagged_stream_to_pdu_0 =
blocks.tagged_stream_to_pdu(blocks.float_t, *"packet_len"*)
self.blocks_pdu_to_tagged_stream_0_0_0 =
blocks.pdu_to_tagged_stream(blocks.byte_t, *"packet_len"*)

still get the same output, I don't know where in the flowgraph I am missing
those tags.

Regards,
Ruecan



--
View this message in context: 
http://gnuradio.4.n7.nabble.com/error-while-running-transceiver-py-in-802-15-4-on-GR-3-7-tp47403.html
Sent from the GnuRadio mailing list archive at Nabble.com.

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

Reply via email to