aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_sbx_common.hpp
diff options
context:
space:
mode:
authorJason Abele <jason@ettus.com>2011-11-11 10:22:50 -0800
committerJason Abele <jason@ettus.com>2011-11-11 10:22:50 -0800
commit4b9d692f56dbc96b7e2defb889ed092388eeb332 (patch)
tree99921e4e84c662cfe4ad27035df15cedd4407358 /host/lib/usrp/dboard/db_sbx_common.hpp
parent8459432067055759bd1d9b04f0e7943f1cf35d2d (diff)
downloaduhd-4b9d692f56dbc96b7e2defb889ed092388eeb332.tar.gz
uhd-4b9d692f56dbc96b7e2defb889ed092388eeb332.tar.bz2
uhd-4b9d692f56dbc96b7e2defb889ed092388eeb332.zip
Updates to accommodate loopback calibration mode
Added CAL antenna to WBX, SBX and RFX
Diffstat (limited to 'host/lib/usrp/dboard/db_sbx_common.hpp')
-rw-r--r--host/lib/usrp/dboard/db_sbx_common.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/dboard/db_sbx_common.hpp b/host/lib/usrp/dboard/db_sbx_common.hpp
index c90cce456..8997350ae 100644
--- a/host/lib/usrp/dboard/db_sbx_common.hpp
+++ b/host/lib/usrp/dboard/db_sbx_common.hpp
@@ -113,9 +113,9 @@ static const freq_range_t sbx_enable_rx_lo_filter = list_of
(range_t(0.4e9, 1.5e9))
;
-static const std::vector<std::string> sbx_tx_antennas = list_of("TX/RX");
+static const std::vector<std::string> sbx_tx_antennas = list_of("TX/RX")("CAL");
-static const std::vector<std::string> sbx_rx_antennas = list_of("TX/RX")("RX2");
+static const std::vector<std::string> sbx_rx_antennas = list_of("TX/RX")("RX2")("CAL");
static const uhd::dict<std::string, gain_range_t> sbx_tx_gain_ranges = map_list_of
("PGA0", gain_range_t(0, 31.5, double(0.5)))