diff --git a/source_modules/usrp_source/src/main.cpp b/source_modules/usrp_source/src/main.cpp index 8eb47c21..4127a8ce 100644 --- a/source_modules/usrp_source/src/main.cpp +++ b/source_modules/usrp_source/src/main.cpp @@ -120,7 +120,7 @@ public: for (int i = 0; i < subdevs.size(); i++) { std::string slot = subdevs[i].db_name; sprintf(buf, "%s [%s]", dev->get_rx_subdev_name(i).c_str(), slot.c_str()); - channels.define(buf, buf, slot); + channels.define(buf, buf, buf); } // Select channel