diff options
author | Jonathon Pendlum <jonathon.pendlum@ettus.com> | 2017-01-27 11:35:36 -0600 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-01-30 09:36:01 +0100 |
commit | 7e11bd090058685c1477e4439e53eefe42979451 (patch) | |
tree | 2a57e404597605156a5d0200334c3405998a7010 /host/lib/usrp/device3 | |
parent | c705922a08e32c8b0ec7ef6af6137835f87b2f42 (diff) | |
download | uhd-7e11bd090058685c1477e4439e53eefe42979451.tar.gz uhd-7e11bd090058685c1477e4439e53eefe42979451.tar.bz2 uhd-7e11bd090058685c1477e4439e53eefe42979451.zip |
device3: Reset sequence number in get_tx_streamer()
Diffstat (limited to 'host/lib/usrp/device3')
-rw-r--r-- | host/lib/usrp/device3/device3_io_impl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |