From 6af41376c18c62ca7bfe8cccdd6564922d3fdd6a Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Wed, 20 Dec 2017 11:44:12 -0800 Subject: mpmd: Device discovery fixes and cleanup - Fixed issue where the "addr" device args was not honored - Results returned by find only enumerate mgmt_addrs - Explicitly require addr to be specified for RFNoC comms - Cleaned up constants for mgmt_addr, addr and second_addr Reviewed-by: Martin Braun --- host/lib/usrp/mpmd/mpmd_xport_mgr.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'host/lib/usrp/mpmd/mpmd_xport_mgr.cpp') diff --git a/host/lib/usrp/mpmd/mpmd_xport_mgr.cpp b/host/lib/usrp/mpmd/mpmd_xport_mgr.cpp index 0de832b34..0ca77c740 100644 --- a/host/lib/usrp/mpmd/mpmd_xport_mgr.cpp +++ b/host/lib/usrp/mpmd/mpmd_xport_mgr.cpp @@ -93,7 +93,9 @@ private: } } - throw uhd::runtime_error("Could not select a transport option!"); + throw uhd::runtime_error("Could not select a transport option! " + "Either a transport hint was not specified or the specified " + "hint does not support communication with RFNoC blocks."); } //! Create an instance of an xport manager implementation -- cgit v1.2.3