commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 01/01: uhd: fixed tagged stream block gap h


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/01: uhd: fixed tagged stream block gap handling in usrp_sink
Date: Thu, 31 Jul 2014 18:16:00 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch maint
in repository gnuradio.

commit 3d18f70c66c974a82c5096acc4cbd37a47b6b55c
Author: Sean Nowlan <address@hidden>
Date:   Thu Jul 31 14:14:27 2014 -0400

    uhd: fixed tagged stream block gap handling in usrp_sink
---
 gr-uhd/lib/usrp_sink_impl.cc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gr-uhd/lib/usrp_sink_impl.cc b/gr-uhd/lib/usrp_sink_impl.cc
index b6a9839..f05d90e 100644
--- a/gr-uhd/lib/usrp_sink_impl.cc
+++ b/gr-uhd/lib/usrp_sink_impl.cc
@@ -605,9 +605,6 @@ namespace gr {
         if (my_tag_count >= max_count) {
           break;
         }
-       else if (not pmt::is_null(_length_tag_key) and my_tag_count > 
samp0_count + _nitems_to_send) {
-          break;
-       }
 
         /* I. Bursts that can only be on the first sample of burst
          *



reply via email to

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