summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Nowlan <sean.nowlan@gtri.gatech.edu>2014-07-31 14:14:27 -0400
committerTom Rondeau <tom@trondeau.com>2014-07-31 14:14:27 -0400
commit3d18f70c66c974a82c5096acc4cbd37a47b6b55c (patch)
treea212aef9c00982214aef67a3b8cbad77a3234983
parent55d2de9c96e77edfa2c7ad0ba1cd7fcff2d2b4c7 (diff)
uhd: fixed tagged stream block gap handling in usrp_sink
-rw-r--r--gr-uhd/lib/usrp_sink_impl.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/gr-uhd/lib/usrp_sink_impl.cc b/gr-uhd/lib/usrp_sink_impl.cc
index b6a98391be..f05d90e26a 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
*