From 7e11bd090058685c1477e4439e53eefe42979451 Mon Sep 17 00:00:00 2001 From: Jonathon Pendlum Date: Fri, 27 Jan 2017 11:35:36 -0600 Subject: device3: Reset sequence number in get_tx_streamer() --- host/lib/usrp/device3/device3_io_impl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/host/lib/usrp/device3/device3_io_impl.cpp b/host/lib/usrp/device3/device3_io_impl.cpp index ea6bedb74..c1bfd1606 100644 --- a/host/lib/usrp/device3/device3_io_impl.cpp +++ b/host/lib/usrp/device3/device3_io_impl.cpp @@ -808,6 +808,7 @@ tx_streamer::sptr device3_impl::get_tx_stream(const uhd::stream_args_t &args_) ) ); + blk_ctrl->sr_write(uhd::rfnoc::SR_CLEAR_RX_FC, 0xc1ea12, block_port); blk_ctrl->sr_write(uhd::rfnoc::SR_RESP_IN_DST_SID, xport.recv_sid.get_dst(), block_port); UHD_STREAMER_LOG() << "[TX Streamer] resp_in_dst_sid == " << boost::format("0x%04X") % xport.recv_sid.get_dst() << std::endl; -- cgit v1.2.3