From d04b6e3a62e2ad213ef3ac8ce80649d1932a6e04 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 1 Mar 2018 11:58:36 -0800 Subject: mpm: uhd: RPC server reports MPM version, uhd_usrp_probe reads it --- host/utils/uhd_usrp_probe.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host') diff --git a/host/utils/uhd_usrp_probe.cpp b/host/utils/uhd_usrp_probe.cpp index 42ec7c6a1..a838049e2 100644 --- a/host/utils/uhd_usrp_probe.cpp +++ b/host/utils/uhd_usrp_probe.cpp @@ -157,6 +157,9 @@ static std::string get_mboard_pp_string(property_tree::sptr tree, const fs_path if (tree->exists(path / "fw_version")){ ss << "FW Version: " << tree->access(path / "fw_version").get() << std::endl; } + if (tree->exists(path / "mpm_version")){ + ss << "MPM Version: " << tree->access(path / "mpm_version").get() << std::endl; + } if (tree->exists(path / "fpga_version")){ ss << "FPGA Version: " << tree->access(path / "fpga_version").get() << std::endl; } -- cgit v1.2.3