[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/06: uhd: Amends 2fd13c0c, LO lock checks
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/06: uhd: Amends 2fd13c0c, LO lock checks need to be removed from source as well as sink |
Date: |
Wed, 1 Oct 2014 15:49:25 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch master
in repository gnuradio.
commit c79dd2791628ef6d33354f0fbe60df37aee71ed7
Author: Martin Braun <address@hidden>
Date: Mon Sep 29 15:27:31 2014 -0700
uhd: Amends 2fd13c0c, LO lock checks need to be removed from source as well
as sink
---
gr-uhd/lib/usrp_source_impl.cc | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/gr-uhd/lib/usrp_source_impl.cc b/gr-uhd/lib/usrp_source_impl.cc
index 53038bf..a71f53c 100644
--- a/gr-uhd/lib/usrp_source_impl.cc
+++ b/gr-uhd/lib/usrp_source_impl.cc
@@ -87,7 +87,7 @@ namespace gr {
{
bool clocks_locked = true;
- // 1) Check ref lock for all mboards
+ // Check ref lock for all mboards
for (size_t mboard_index = 0; mboard_index < _dev->get_num_mboards();
mboard_index++) {
std::string sensor_name = "ref_locked";
if (_dev->get_clock_source(mboard_index) == "internal") {
@@ -106,19 +106,6 @@ namespace gr {
}
}
- // 2) Check LO for all channels
- for (size_t i = 0; i < _nchan; i++) {
- size_t chan_index = _stream_args.channels[i];
- if (not _wait_for_locked_sensor(
- get_sensor_names(chan_index),
- "lo_locked",
- boost::bind(&usrp_source_impl::get_sensor, this, _1,
chan_index)
- )) {
- GR_LOG_WARN(d_logger, boost::format("Sensor 'lo_locked' failed to
lock within timeout on channel %d.") % chan_index);
- clocks_locked = false;
- }
- }
-
return clocks_locked;
}
- [Commit-gnuradio] [gnuradio] branch master updated (cecf6f7 -> 8b16d52), git, 2014/10/01
- [Commit-gnuradio] [gnuradio] 01/06: uhd: Amends 2fd13c0c, LO lock checks need to be removed from source as well as sink,
git <=
- [Commit-gnuradio] [gnuradio] 06/06: Merge branch 'maint', git, 2014/10/01
- [Commit-gnuradio] [gnuradio] 02/06: blocks: throttle resets the timer state when the topblock starts each block, including during a lock/unlock restart., git, 2014/10/01
- [Commit-gnuradio] [gnuradio] 04/06: blocks: switching last calls from boost::thread to gr::thread., git, 2014/10/01
- [Commit-gnuradio] [gnuradio] 05/06: Merge remote-tracking branch 'mbant/uhd/even_less_checks', git, 2014/10/01
- [Commit-gnuradio] [gnuradio] 03/06: docs: Adds a brief explanation about adding and getting items tags inside/outside calls to work., git, 2014/10/01