summaryrefslogtreecommitdiff
path: root/usrp/host/apps-inband
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/host/apps-inband')
-rw-r--r--usrp/host/apps-inband/test_usrp_inband_2tx.cc6
-rw-r--r--usrp/host/apps-inband/test_usrp_inband_rx.cc5
-rw-r--r--usrp/host/apps-inband/test_usrp_inband_tx.cc7
3 files changed, 12 insertions, 6 deletions
diff --git a/usrp/host/apps-inband/test_usrp_inband_2tx.cc b/usrp/host/apps-inband/test_usrp_inband_2tx.cc
index caa780339..11a1a491c 100644
--- a/usrp/host/apps-inband/test_usrp_inband_2tx.cc
+++ b/usrp/host/apps-inband/test_usrp_inband_2tx.cc
@@ -127,9 +127,9 @@ test_usrp_tx::test_usrp_tx(mb_runtime *runtime, const std::string &instance_name
pmt_intern("interp-tx"),
pmt_from_long(128));
- pmt_dict_set(usrp_dict,
- pmt_intern("rf-freq"),
- pmt_from_long(10e6));
+// pmt_dict_set(usrp_dict,
+// pmt_intern("rf-freq"),
+// pmt_from_long(10e6));
define_component("server", "usrp_server", usrp_dict);
diff --git a/usrp/host/apps-inband/test_usrp_inband_rx.cc b/usrp/host/apps-inband/test_usrp_inband_rx.cc
index dcb87a7c9..4f21e4afc 100644
--- a/usrp/host/apps-inband/test_usrp_inband_rx.cc
+++ b/usrp/host/apps-inband/test_usrp_inband_rx.cc
@@ -112,6 +112,11 @@ test_usrp_rx::test_usrp_rx(mb_runtime *runtime, const std::string &instance_name
pmt_intern("decim-rx"),
pmt_from_long(64));
+// If unspecified, chooses center frequency from range
+// pmt_dict_set(usrp_dict,
+// pmt_intern("rf-freq"),
+// pmt_from_long(10e6));
+
define_component("server", "usrp_server", usrp_dict);
connect("self", "rx0", "server", "rx0");
diff --git a/usrp/host/apps-inband/test_usrp_inband_tx.cc b/usrp/host/apps-inband/test_usrp_inband_tx.cc
index 7ce38c2e4..9f294e770 100644
--- a/usrp/host/apps-inband/test_usrp_inband_tx.cc
+++ b/usrp/host/apps-inband/test_usrp_inband_tx.cc
@@ -124,9 +124,10 @@ test_usrp_tx::test_usrp_tx(mb_runtime *runtime, const std::string &instance_name
pmt_intern("interp-tx"),
pmt_from_long(64));
- pmt_dict_set(usrp_dict,
- pmt_intern("rf-freq"),
- pmt_from_long(10e6));
+// If unspecified, chooses center frequency from range
+// pmt_dict_set(usrp_dict,
+// pmt_intern("rf-freq"),
+// pmt_from_long(10e6));
define_component("server", "usrp_server", usrp_dict);