aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Meyerhoff <grant.meyerhoff@ni.com>2024-04-08 16:11:10 -0500
committerjoergho <48011876+joergho@users.noreply.github.com>2024-04-10 14:43:40 +0200
commit19f5951efeb33e29f43b02ca88f1ceed91b22c38 (patch)
tree843fc613df3483d6b8d1230635dd54cb6335cfa0
parentubx: write output power to correct LO (diff)
downloaduhd-19f5951efeb33e29f43b02ca88f1ceed91b22c38.tar.xz
uhd-19f5951efeb33e29f43b02ca88f1ceed91b22c38.zip
ubx: update ubx xcvr mode options
-rw-r--r--host/lib/usrp/dboard/db_ubx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/db_ubx.cpp b/host/lib/usrp/dboard/db_ubx.cpp
index 3ae16df2f..ef570cc18 100644
--- a/host/lib/usrp/dboard/db_ubx.cpp
+++ b/host/lib/usrp/dboard/db_ubx.cpp
@@ -144,7 +144,7 @@ static const std::vector<std::string> ubx_plls{"TXLO", "RXLO"};
static const std::vector<std::string> ubx_tx_antennas{"TX/RX", "CAL"};
static const std::vector<std::string> ubx_rx_antennas{"TX/RX", "RX2", "CAL"};
static const std::vector<std::string> ubx_power_modes{"performance", "powersave"};
-static const std::vector<std::string> ubx_xcvr_modes{"FDX", "TX", "TX/RX", "RX"};
+static const std::vector<std::string> ubx_xcvr_modes{"FDX", "TDD", "TX", "RX"};
static const std::vector<std::string> ubx_temp_comp_modes{"enabled", "disabled"};
// clang-format off