From 5c489c2597948b131aaddb516fe6af40e438b251 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 6 Oct 2017 16:58:52 -0700 Subject: mpm/n310: Moved the mboard ref_locked sensor into MPM An N310 device will query all its dboards for ref lock status and return a Boolean combination as a motherboard sensors (note: the N310 does not actually have a ref_locked sensor on the motherboard, this is mostly for backwards-compat with UHD applications that expect a motherboard ref lock sensor). --- host/lib/usrp/mpmd/mpmd_impl.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'host/lib/usrp/mpmd') diff --git a/host/lib/usrp/mpmd/mpmd_impl.cpp b/host/lib/usrp/mpmd/mpmd_impl.cpp index 93e777af2..1b22ed294 100644 --- a/host/lib/usrp/mpmd/mpmd_impl.cpp +++ b/host/lib/usrp/mpmd/mpmd_impl.cpp @@ -98,14 +98,6 @@ namespace { ); }) ; - tree->create( - mb_path / "sensors/ref_locked") - .set_publisher([](){ - return sensor_value_t ( - "Ref", true, "locked", "unlocked" // FIXME: Remove hardcoded "true" - ); - }) - ; /*** Sensors ********************************************************/ auto sensor_list = -- cgit v1.2.3