From 010e24524bad79bb138f48af3fd5c29c81e2f07a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 25 May 2017 18:09:08 -0700 Subject: eiscat: Fixed missing antenna selection reg write for direct rx --- host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/lib') diff --git a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp index df7fdba8e..2ea918491 100644 --- a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp +++ b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp @@ -274,6 +274,7 @@ void eiscat_radio_ctrl_impl::set_rx_antenna(const std::string &ant, const size_t boost::format("Setting port %d to only receive on antenna %d directly") % port % antenna_idx )); + sr_write(SR_ANTENNA_SELECT_BASE + port, antenna_idx); enable_firs(false); } else if (ant_mode == "FI") { UHD_LOG_TRACE("EISCAT", str( -- cgit v1.2.3