Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pent herz #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Globals/Globals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Copyright 2008, 2009, 2010 Free Software Foundation, Inc.
* Copyright 2010 Kestrel Signal Processing, Inc.
* Copyright 2011, 2014 Range Networks, Inc.
* Copyright 2011-2021 Range Networks, Inc.
*
* This software is distributed under the terms of the GNU Affero General
* Public License version 3. See the COPYING and NOTICE files in the main
Expand Down
2 changes: 1 addition & 1 deletion Globals/Globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* traditionally complex, proprietary hardware systems.
*
* Copyright 2008, 2009 Free Software Foundation, Inc.
* Copyright 2011, 2014 Range Networks, Inc.
* Copyright 2011-2021 Range Networks, Inc.
*
* This software is distributed under the terms of the GNU Affero General
* Public License version 3. See the COPYING and NOTICE files in the main
Expand Down
6 changes: 6 additions & 0 deletions TransceiverUHD/UHDDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* See the COPYING file in the main directory for details.
*/
/*
* Modified UHDDevice::parse_dev_type() to include USRP B205 Mini
*/


#include <uhd/version.hpp>
#include <uhd/property_tree.hpp>
Expand Down Expand Up @@ -236,6 +240,7 @@ double UHDDevice::setRxGain(double db)
*/
bool UHDDevice::parse_dev_type()
{

std::string mboard_str, dev_str;
uhd::property_tree::sptr prop_tree;
size_t usrp2_str, b200_str, b210_str, x300_str, x310_str, b205mini_str, LimeSDRUSB_str;
Expand Down Expand Up @@ -270,6 +275,7 @@ bool UHDDevice::parse_dev_type()
goto nosupport;
}


tx_window = TX_WINDOW_FIXED;
LOG(INFO) << "Using fixed transmit window for "
<< dev_str << " " << mboard_str;
Expand Down
2 changes: 1 addition & 1 deletion apps/GetConfigurationKeys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Copyright 2008, 2009, 2010 Free Software Foundation, Inc.
* Copyright 2010 Kestrel Signal Processing, Inc.
* Copyright 2011, 2012, 2013, 2014 Range Networks, Inc.
* Copyright 2011-2021 Range Networks, Inc.
*
* This software is distributed under the terms of the GNU Affero General
* See the COPYING and NOTICE files in the current or main directory for
Expand Down
2 changes: 1 addition & 1 deletion apps/OpenBTS-UMTS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Copyright 2008, 2009, 2010 Free Software Foundation, Inc.
* Copyright 2010 Kestrel Signal Processing, Inc.
* Copyright 2011, 2014 Range Networks, Inc.
* Copyright 2011-2021 Range Networks, Inc.
*
* This software is distributed under the terms of the GNU Affero General
* See the COPYING and NOTICE files in the current or main directory for
Expand Down
2 changes: 1 addition & 1 deletion apps/OpenBTS-UMTSCLI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OpenBTS provides an open source alternative to legacy telco protocols and
* traditionally complex, proprietary hardware systems.
*
* Copyright 2011, 2012, 2013, 2014 Range Networks, Inc.
* Copyright 2011-2021 Range Networks, Inc.
*
* This software is distributed under the terms of the GNU Affero General
* See the COPYING and NOTICE files in the current or main directory for
Expand Down