From aa60dda99a22f6a60d5c6f9b08d50febe49757ef Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Mon, 4 Dec 2017 00:29:16 +0700 Subject: [PATCH] UHDDevice.cpp: add USRP B205mini support The B205mini is similar to the B200mini and runs OsmoTRX just fine, so let's make OsmoTRX recogonize and support it too. Change-Id: Iee575121248ea541f7abc49055e49ec2d30904c0 --- Transceiver52M/UHDDevice.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Transceiver52M/UHDDevice.cpp b/Transceiver52M/UHDDevice.cpp index 778c772d..09317a9d 100644 --- a/Transceiver52M/UHDDevice.cpp +++ b/Transceiver52M/UHDDevice.cpp @@ -519,6 +519,7 @@ bool uhd_device::parse_dev_type() { "B100", { B100, TX_WINDOW_USRP1 } }, { "B200", { B200, TX_WINDOW_USRP1 } }, { "B200mini", { B200, TX_WINDOW_USRP1 } }, + { "B205mini", { B200, TX_WINDOW_USRP1 } }, { "B210", { B210, TX_WINDOW_USRP1 } }, { "E100", { E1XX, TX_WINDOW_FIXED } }, { "E110", { E1XX, TX_WINDOW_FIXED } },