mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
				synced 2025-11-04 06:03:17 +00:00 
			
		
		
		
	Compare commits
	
		
			25 Commits
		
	
	
		
			1.2.0
			...
			laforge/li
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					35a067ea7c | ||
| 
						 | 
					9939ccd0de | ||
| 
						 | 
					9eda0229a3 | ||
| 
						 | 
					a1031f1c9b | ||
| 
						 | 
					66efb7c538 | ||
| 
						 | 
					4f3aedbfee | ||
| 
						 | 
					70621b7484 | ||
| 
						 | 
					1568f87014 | ||
| 
						 | 
					cace86ec0d | ||
| 
						 | 
					59437da099 | ||
| 
						 | 
					c9ea6e3e8c | ||
| 
						 | 
					4b00e736f0 | ||
| 
						 | 
					aeccb44c7a | ||
| 
						 | 
					09aa5a3e9f | ||
| 
						 | 
					1a090b698c | ||
| 
						 | 
					c01ddf5ff3 | ||
| 
						 | 
					380067eeea | ||
| 
						 | 
					6d000ba2f7 | ||
| 
						 | 
					2b764c33e5 | ||
| 
						 | 
					e0d2f507ea | ||
| 
						 | 
					7ca30375c9 | ||
| 
						 | 
					ce092147ac | ||
| 
						 | 
					6437192bf3 | ||
| 
						 | 
					cdbe1e7ce2 | ||
| 
						 | 
					4a5484c770 | 
							
								
								
									
										12
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -18,7 +18,6 @@ tests/CommonLibs/URLEncodeTest
 | 
				
			|||||||
tests/CommonLibs/VectorTest
 | 
					tests/CommonLibs/VectorTest
 | 
				
			||||||
tests/CommonLibs/PRBSTest
 | 
					tests/CommonLibs/PRBSTest
 | 
				
			||||||
tests/Transceiver52M/convolve_test
 | 
					tests/Transceiver52M/convolve_test
 | 
				
			||||||
tests/Transceiver52M/LMSDeviceTest
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
# automake/autoconf
 | 
					# automake/autoconf
 | 
				
			||||||
*.in
 | 
					*.in
 | 
				
			||||||
@@ -52,14 +51,3 @@ tests/testsuite.log
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# vim
 | 
					# vim
 | 
				
			||||||
*.sw?
 | 
					*.sw?
 | 
				
			||||||
 | 
					 | 
				
			||||||
# manuals
 | 
					 | 
				
			||||||
doc/manuals/*.html
 | 
					 | 
				
			||||||
doc/manuals/*.svg
 | 
					 | 
				
			||||||
doc/manuals/*.pdf
 | 
					 | 
				
			||||||
doc/manuals/*__*.png
 | 
					 | 
				
			||||||
doc/manuals/*.check
 | 
					 | 
				
			||||||
doc/manuals/generated/
 | 
					 | 
				
			||||||
doc/manuals/osmomsc-usermanual.xml
 | 
					 | 
				
			||||||
doc/manuals/common
 | 
					 | 
				
			||||||
doc/manuals/build
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										127
									
								
								AUTHORS
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										127
									
								
								AUTHORS
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,127 @@
 | 
				
			|||||||
 | 
					#
 | 
				
			||||||
 | 
					# Copyright 2008, 2009 Free Software Foundation, Inc.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					# This file is part of GNU Radio
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					# GNU Radio is free software; you can redistribute it and/or modify
 | 
				
			||||||
 | 
					# it under the terms of the GNU General Public License as published by
 | 
				
			||||||
 | 
					# the Free Software Foundation; either version 3, or (at your option)
 | 
				
			||||||
 | 
					# any later version.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					# GNU Radio is distributed in the hope that it will be useful,
 | 
				
			||||||
 | 
					# but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
 | 
					# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
				
			||||||
 | 
					# GNU General Public License for more details.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					# You should have received a copy of the GNU General Public License along
 | 
				
			||||||
 | 
					# with this program; if not, write to the Free Software Foundation, Inc.,
 | 
				
			||||||
 | 
					# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					David A. Burgess, dburgess@kestrelsp.com:
 | 
				
			||||||
 | 
					    CLI/CLI.cpp
 | 
				
			||||||
 | 
					    CLI/CLI.h
 | 
				
			||||||
 | 
					    CommonLibs/Assert.h
 | 
				
			||||||
 | 
					    CommonLibs/BitVector.cpp
 | 
				
			||||||
 | 
					    CommonLibs/Interthread.h
 | 
				
			||||||
 | 
					    CommonLibs/LinkedLists.cpp
 | 
				
			||||||
 | 
					    CommonLibs/LinkedLists.h
 | 
				
			||||||
 | 
					    CommonLibs/Regexp.h
 | 
				
			||||||
 | 
					    CommonLibs/Sockets.cpp
 | 
				
			||||||
 | 
					    CommonLibs/Sockets.h
 | 
				
			||||||
 | 
					    CommonLibs/Threads.cpp
 | 
				
			||||||
 | 
					    CommonLibs/Threads.h
 | 
				
			||||||
 | 
					    CommonLibs/Timeval.cpp
 | 
				
			||||||
 | 
					    CommonLibs/Timeval.h
 | 
				
			||||||
 | 
					    CommonLibs/Vector.h
 | 
				
			||||||
 | 
					    GSM/GSM610Tables.cpp
 | 
				
			||||||
 | 
					    GSM/GSM610Tables.h
 | 
				
			||||||
 | 
					    GSM/GSMCommon.cpp
 | 
				
			||||||
 | 
					    GSM/GSMCommon.h
 | 
				
			||||||
 | 
					    GSM/GSMConfig.h
 | 
				
			||||||
 | 
					    GSM/GSML1FEC.cpp
 | 
				
			||||||
 | 
					    GSM/GSML1FEC.h
 | 
				
			||||||
 | 
					    GSM/GSML2LAPDm.cpp
 | 
				
			||||||
 | 
					    GSM/GSML2LAPDm.h
 | 
				
			||||||
 | 
					    GSM/GSML3CCElements.cpp
 | 
				
			||||||
 | 
					    GSM/GSML3CCElements.h
 | 
				
			||||||
 | 
					    GSM/GSML3CCMessages.cpp
 | 
				
			||||||
 | 
					    GSM/GSML3CCMessages.h
 | 
				
			||||||
 | 
					    GSM/GSML3CommonElements.cpp
 | 
				
			||||||
 | 
					    GSM/GSML3CommonElements.h
 | 
				
			||||||
 | 
					    GSM/GSML3MMElements.cpp
 | 
				
			||||||
 | 
					    GSM/GSML3MMElements.h
 | 
				
			||||||
 | 
					    GSM/GSML3MMMessages.cpp
 | 
				
			||||||
 | 
					    GSM/GSML3MMMessages.h
 | 
				
			||||||
 | 
					    GSM/GSML3Message.cpp
 | 
				
			||||||
 | 
					    GSM/GSML3Message.h
 | 
				
			||||||
 | 
					    GSM/GSML3RRElements.cpp
 | 
				
			||||||
 | 
					    GSM/GSML3RRElements.h
 | 
				
			||||||
 | 
					    GSM/GSML3RRMessages.cpp
 | 
				
			||||||
 | 
					    GSM/GSML3RRMessages.h
 | 
				
			||||||
 | 
					    GSM/GSMLogicalChannel.h
 | 
				
			||||||
 | 
					    GSM/GSMTDMA.cpp
 | 
				
			||||||
 | 
					    GSM/GSMTDMA.h
 | 
				
			||||||
 | 
					    GSM/GSMTransfer.cpp
 | 
				
			||||||
 | 
					    GSM/GSMTransfer.h
 | 
				
			||||||
 | 
					    LICENSEBLOCK
 | 
				
			||||||
 | 
					    TRXManager/TRXManager.cpp
 | 
				
			||||||
 | 
					    Transceiver/Complex.h
 | 
				
			||||||
 | 
					    tests/CommonLibs/BitVectorTest.cpp
 | 
				
			||||||
 | 
					    tests/CommonLibs/InterthreadTest.cpp
 | 
				
			||||||
 | 
					    tests/CommonLibs/SocketsTest.cpp
 | 
				
			||||||
 | 
					    tests/CommonLibs/TimevalTest.cpp
 | 
				
			||||||
 | 
					    tests/CommonLibs/VectorTest.cpp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Harvind S. Samra, hssamra@kestrelsp.com:
 | 
				
			||||||
 | 
					    GSM/GSMConfig.h
 | 
				
			||||||
 | 
					    GSM/GSMTransfer.h
 | 
				
			||||||
 | 
					    LICENSEBLOCK
 | 
				
			||||||
 | 
					    Transceiver/ComplexTest.cpp
 | 
				
			||||||
 | 
					    Transceiver/Transceiver.cpp
 | 
				
			||||||
 | 
					    Transceiver/Transceiver.h
 | 
				
			||||||
 | 
					    Transceiver/USRPDevice.cpp
 | 
				
			||||||
 | 
					    Transceiver/USRPDevice.h
 | 
				
			||||||
 | 
					    Transceiver/USRPping.cpp
 | 
				
			||||||
 | 
					    Transceiver/radioInterface.cpp
 | 
				
			||||||
 | 
					    Transceiver/radioInterface.h
 | 
				
			||||||
 | 
					    Transceiver/rcvLPF_651.h
 | 
				
			||||||
 | 
					    Transceiver/runTransceiver.cpp
 | 
				
			||||||
 | 
					    Transceiver/sendLPF_961.h
 | 
				
			||||||
 | 
					    Transceiver/sigProcLib.cpp
 | 
				
			||||||
 | 
					    Transceiver/sigProcLib.h
 | 
				
			||||||
 | 
					    Transceiver/sigProcLibTest.cpp
 | 
				
			||||||
 | 
					    Transceiver/sweepGenerator.cpp
 | 
				
			||||||
 | 
					    Transceiver/testRadio.cpp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Raffi Sevlian, raffisev@gmail.com:
 | 
				
			||||||
 | 
					    GSM/GSMCommon.h
 | 
				
			||||||
 | 
					    GSM/GSMConfig.h
 | 
				
			||||||
 | 
					    GSM/GSML1FEC.h
 | 
				
			||||||
 | 
					    GSM/GSML3CCElements.cpp
 | 
				
			||||||
 | 
					    GSM/GSML3CCElements.h
 | 
				
			||||||
 | 
					    GSM/GSML3CCMessages.cpp
 | 
				
			||||||
 | 
					    GSM/GSML3CCMessages.h
 | 
				
			||||||
 | 
					    GSM/GSML3CommonElements.cpp
 | 
				
			||||||
 | 
					    GSM/GSML3CommonElements.h
 | 
				
			||||||
 | 
					    GSM/GSML3MMElements.cpp
 | 
				
			||||||
 | 
					    GSM/GSML3MMElements.h
 | 
				
			||||||
 | 
					    GSM/GSML3MMMessages.cpp
 | 
				
			||||||
 | 
					    GSM/GSML3MMMessages.h
 | 
				
			||||||
 | 
					    GSM/GSML3Message.cpp
 | 
				
			||||||
 | 
					    GSM/GSML3Message.h
 | 
				
			||||||
 | 
					    GSM/GSML3RRElements.cpp
 | 
				
			||||||
 | 
					    GSM/GSML3RRElements.h
 | 
				
			||||||
 | 
					    GSM/GSML3RRMessages.cpp
 | 
				
			||||||
 | 
					    GSM/GSML3RRMessages.h
 | 
				
			||||||
 | 
					    GSM/GSMLogicalChannel.h
 | 
				
			||||||
 | 
					    GSM/GSMSAPMux.cpp
 | 
				
			||||||
 | 
					    GSM/GSMSAPMux.h
 | 
				
			||||||
 | 
					    GSM/GSMTransfer.h
 | 
				
			||||||
 | 
					    LICENSEBLOCK
 | 
				
			||||||
 | 
					    TRXManager/TRXManager.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Alon Levy, alonlevy1@gmail.com
 | 
				
			||||||
 | 
					    RRLPMessages.cpp
 | 
				
			||||||
 | 
					    RRLPMessages.h
 | 
				
			||||||
 | 
					    RRLPTest.cpp
 | 
				
			||||||
@@ -1,7 +1,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008, 2009 Free Software Foundation, Inc.
 | 
					* Copyright 2008, 2009 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
@@ -37,7 +36,7 @@ using namespace std;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
  Apply a Galois polymonial to a binary sequence.
 | 
					  Apply a Galois polymonial to a binary seqeunce.
 | 
				
			||||||
  @param val The input sequence.
 | 
					  @param val The input sequence.
 | 
				
			||||||
  @param poly The polynomial.
 | 
					  @param poly The polynomial.
 | 
				
			||||||
  @param order The order of the polynomial.
 | 
					  @param order The order of the polynomial.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008, 2009 Free Software Foundation, Inc.
 | 
					* Copyright 2008, 2009 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					 | 
				
			||||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008, 2011 Free Software Foundation, Inc.
 | 
					* Copyright 2008, 2011 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					 | 
				
			||||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
@@ -47,7 +45,7 @@
 | 
				
			|||||||
// (pat) The elements in the queue are type T*, and
 | 
					// (pat) The elements in the queue are type T*, and
 | 
				
			||||||
// the Fifo class implements the underlying queue.
 | 
					// the Fifo class implements the underlying queue.
 | 
				
			||||||
// The default is class PointerFIFO, which does not place any restrictions on the type of T,
 | 
					// The default is class PointerFIFO, which does not place any restrictions on the type of T,
 | 
				
			||||||
// and is implemented by allocating auxiliary structures for the queue,
 | 
					// and is implemented by allocating auxilliary structures for the queue,
 | 
				
			||||||
// or SingleLinkedList, which implements the queue using an internal pointer in type T,
 | 
					// or SingleLinkedList, which implements the queue using an internal pointer in type T,
 | 
				
			||||||
// which must implement the functional interface of class SingleLinkListNode,
 | 
					// which must implement the functional interface of class SingleLinkListNode,
 | 
				
			||||||
// namely: functions T*next() and void setNext(T*).
 | 
					// namely: functions T*next() and void setNext(T*).
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008 Free Software Foundation, Inc.
 | 
					* Copyright 2008 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
@@ -30,25 +29,6 @@
 | 
				
			|||||||
#include "LinkedLists.h"
 | 
					#include "LinkedLists.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PointerFIFO::~PointerFIFO()
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	ListNode *node, *next;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	node = mHead;
 | 
					 | 
				
			||||||
	while (node != NULL) {
 | 
					 | 
				
			||||||
		next = node->next();
 | 
					 | 
				
			||||||
		delete node;
 | 
					 | 
				
			||||||
		node = next;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	node = mFreeList;
 | 
					 | 
				
			||||||
	while (node != NULL) {
 | 
					 | 
				
			||||||
		next = node->next();
 | 
					 | 
				
			||||||
		delete node;
 | 
					 | 
				
			||||||
		node = next;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
void PointerFIFO::push_front(void* val)	// by pat
 | 
					void PointerFIFO::push_front(void* val)	// by pat
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	// Pat added this routine for completeness, but never used or tested.
 | 
						// Pat added this routine for completeness, but never used or tested.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,10 +1,7 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008 Free Software Foundation, Inc.
 | 
					* Copyright 2008 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion.
 | 
				
			||||||
*
 | 
					 | 
				
			||||||
* This software is distributed under multiple licenses; see the COPYING file in
 | 
					 | 
				
			||||||
* the main directory for licensing information for this specific distribution.
 | 
					 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
@@ -73,7 +70,6 @@ class PointerFIFO {
 | 
				
			|||||||
		:mHead(NULL),mTail(NULL),mFreeList(NULL),
 | 
							:mHead(NULL),mTail(NULL),mFreeList(NULL),
 | 
				
			||||||
		mSize(0)
 | 
							mSize(0)
 | 
				
			||||||
	{}
 | 
						{}
 | 
				
			||||||
	~PointerFIFO();
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	unsigned size() const { return mSize; }
 | 
						unsigned size() const { return mSize; }
 | 
				
			||||||
	unsigned totalSize() const { return 0; }	// Not used in this version.
 | 
						unsigned totalSize() const { return 0; }	// Not used in this version.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright (C) 2018 sysmocom - s.f.m.c. GmbH
 | 
					* Copyright (C) 2018 sysmocom - s.f.m.c. GmbH
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
@@ -36,6 +35,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
using namespace std;
 | 
					using namespace std;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Mutex gLogToLock;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
std::ostream& operator<<(std::ostream& os, std::ostringstream& ss)
 | 
					std::ostream& operator<<(std::ostream& os, std::ostringstream& ss)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	return os << ss.str();
 | 
						return os << ss.str();
 | 
				
			||||||
@@ -43,16 +44,13 @@ std::ostream& operator<<(std::ostream& os, std::ostringstream& ss)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Log::~Log()
 | 
					Log::~Log()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	int old_state;
 | 
					 | 
				
			||||||
	int mlen = mStream.str().size();
 | 
						int mlen = mStream.str().size();
 | 
				
			||||||
	int neednl = (mlen==0 || mStream.str()[mlen-1] != '\n');
 | 
						int neednl = (mlen==0 || mStream.str()[mlen-1] != '\n');
 | 
				
			||||||
	const char *fmt = neednl ? "%s\n" : "%s";
 | 
						const char *fmt = neednl ? "%s\n" : "%s";
 | 
				
			||||||
 | 
						ScopedLock lock(gLogToLock);
 | 
				
			||||||
	/* print related function called inside a C++ destructor, use pthread_setcancelstate() APIs.
 | 
						// The COUT() macro prevents messages from stomping each other but adds uninteresting thread numbers,
 | 
				
			||||||
	   See osmo-trx commit 86be40b4eb762d5c12e8e3f7388ca9f254e77b36 for more information */
 | 
						// so just use std::cout.
 | 
				
			||||||
	pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &old_state);
 | 
					 | 
				
			||||||
	LOGPSRC(mCategory, mPriority, filename, line, fmt, mStream.str().c_str());
 | 
						LOGPSRC(mCategory, mPriority, filename, line, fmt, mStream.str().c_str());
 | 
				
			||||||
	pthread_setcancelstate(old_state, NULL);
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ostringstream& Log::get()
 | 
					ostringstream& Log::get()
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,8 +2,6 @@
 | 
				
			|||||||
* Copyright 2009, 2010 Free Software Foundation, Inc.
 | 
					* Copyright 2009, 2010 Free Software Foundation, Inc.
 | 
				
			||||||
* Copyright 2010 Kestrel Signal Processing, Inc.
 | 
					* Copyright 2010 Kestrel Signal Processing, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					 | 
				
			||||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
@@ -58,9 +56,6 @@ extern "C" {
 | 
				
			|||||||
#define LOGLV(category, level) \
 | 
					#define LOGLV(category, level) \
 | 
				
			||||||
	Log(category, level, __BASE_FILE__, __LINE__).get() <<  "[tid=" << pthread_self() << "] "
 | 
						Log(category, level, __BASE_FILE__, __LINE__).get() <<  "[tid=" << pthread_self() << "] "
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define LOGCHAN(chan, category, level) \
 | 
					 | 
				
			||||||
	Log(category, LOGL_##level, __BASE_FILE__, __LINE__).get() <<  "[tid=" << pthread_self() << "][chan=" << chan << "] "
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
	A C++ stream-based thread-safe logger.
 | 
						A C++ stream-based thread-safe logger.
 | 
				
			||||||
	This object is NOT the global logger;
 | 
						This object is NOT the global logger;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -30,27 +30,23 @@ noinst_LTLIBRARIES = libcommon.la
 | 
				
			|||||||
libcommon_la_SOURCES = \
 | 
					libcommon_la_SOURCES = \
 | 
				
			||||||
	BitVector.cpp \
 | 
						BitVector.cpp \
 | 
				
			||||||
	LinkedLists.cpp \
 | 
						LinkedLists.cpp \
 | 
				
			||||||
 | 
						Sockets.cpp \
 | 
				
			||||||
	Threads.cpp \
 | 
						Threads.cpp \
 | 
				
			||||||
	Timeval.cpp \
 | 
						Timeval.cpp \
 | 
				
			||||||
	Logger.cpp \
 | 
						Logger.cpp \
 | 
				
			||||||
	Utils.cpp \
 | 
					 | 
				
			||||||
	trx_rate_ctr.cpp \
 | 
					 | 
				
			||||||
	trx_vty.c \
 | 
						trx_vty.c \
 | 
				
			||||||
	debug.c
 | 
						debug.c
 | 
				
			||||||
libcommon_la_LIBADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOCTRL_LIBS) $(LIBOSMOVTY_LIBS)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
noinst_HEADERS = \
 | 
					noinst_HEADERS = \
 | 
				
			||||||
	BitVector.h \
 | 
						BitVector.h \
 | 
				
			||||||
	PRBS.h \
 | 
						PRBS.h \
 | 
				
			||||||
	Interthread.h \
 | 
						Interthread.h \
 | 
				
			||||||
	LinkedLists.h \
 | 
						LinkedLists.h \
 | 
				
			||||||
 | 
						Sockets.h \
 | 
				
			||||||
	Threads.h \
 | 
						Threads.h \
 | 
				
			||||||
	Timeval.h \
 | 
						Timeval.h \
 | 
				
			||||||
	Vector.h \
 | 
						Vector.h \
 | 
				
			||||||
	Logger.h \
 | 
						Logger.h \
 | 
				
			||||||
	Utils.h \
 | 
					 | 
				
			||||||
	trx_rate_ctr.h \
 | 
					 | 
				
			||||||
	trx_vty.h \
 | 
						trx_vty.h \
 | 
				
			||||||
	debug.h \
 | 
						debug.h \
 | 
				
			||||||
	osmo_signal.h \
 | 
					 | 
				
			||||||
	config_defs.h
 | 
						config_defs.h
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * Copyright (C) 2017 Alexander Chemeris <Alexander.Chemeris@fairwaves.co>
 | 
					 * Copyright (C) 2017 Alexander Chemeris <Alexander.Chemeris@fairwaves.co>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: LGPL-2.1+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is free software; you can redistribute it and/or
 | 
					 * This library is free software; you can redistribute it and/or
 | 
				
			||||||
 * modify it under the terms of the GNU Lesser General Public
 | 
					 * modify it under the terms of the GNU Lesser General Public
 | 
				
			||||||
 * License as published by the Free Software Foundation; either
 | 
					 * License as published by the Free Software Foundation; either
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										287
									
								
								CommonLibs/Sockets.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										287
									
								
								CommonLibs/Sockets.cpp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,287 @@
 | 
				
			|||||||
 | 
					/*
 | 
				
			||||||
 | 
					* Copyright 2008, 2010 Free Software Foundation, Inc.
 | 
				
			||||||
 | 
					*
 | 
				
			||||||
 | 
					*
 | 
				
			||||||
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
 | 
					*
 | 
				
			||||||
 | 
					* This use of this software may be subject to additional restrictions.
 | 
				
			||||||
 | 
					* See the LEGAL file in the main directory for details.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 | 
						it under the terms of the GNU Affero General Public License as published by
 | 
				
			||||||
 | 
						the Free Software Foundation, either version 3 of the License, or
 | 
				
			||||||
 | 
						(at your option) any later version.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						This program is distributed in the hope that it will be useful,
 | 
				
			||||||
 | 
						but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
 | 
						MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
				
			||||||
 | 
						GNU Affero General Public License for more details.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						You should have received a copy of the GNU Affero General Public License
 | 
				
			||||||
 | 
						along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <config.h>
 | 
				
			||||||
 | 
					#include <unistd.h>
 | 
				
			||||||
 | 
					#include <fcntl.h>
 | 
				
			||||||
 | 
					#include <cstdio>
 | 
				
			||||||
 | 
					#include <sys/select.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include "Threads.h"
 | 
				
			||||||
 | 
					#include "Sockets.h"
 | 
				
			||||||
 | 
					#include <stdio.h>
 | 
				
			||||||
 | 
					#include <unistd.h>
 | 
				
			||||||
 | 
					#include <fcntl.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <string.h>
 | 
				
			||||||
 | 
					#include <stdlib.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					bool resolveAddress(struct sockaddr_in *address, const char *hostAndPort)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						assert(address);
 | 
				
			||||||
 | 
						assert(hostAndPort);
 | 
				
			||||||
 | 
						char *copy = strdup(hostAndPort);
 | 
				
			||||||
 | 
						char *colon = strchr(copy,':');
 | 
				
			||||||
 | 
						if (!colon) return false;
 | 
				
			||||||
 | 
						*colon = '\0';
 | 
				
			||||||
 | 
						char *host = copy;
 | 
				
			||||||
 | 
						unsigned port = strtol(colon+1,NULL,10);
 | 
				
			||||||
 | 
						bool retVal = resolveAddress(address,host,port);
 | 
				
			||||||
 | 
						free(copy);
 | 
				
			||||||
 | 
						return retVal;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					bool resolveAddress(struct sockaddr_in *address, const char *host, unsigned short port)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						assert(address);
 | 
				
			||||||
 | 
						assert(host);
 | 
				
			||||||
 | 
						// FIXME -- Need to ignore leading/trailing spaces in hostname.
 | 
				
			||||||
 | 
						struct hostent *hp;
 | 
				
			||||||
 | 
						int h_errno_local;
 | 
				
			||||||
 | 
					#ifdef HAVE_GETHOSTBYNAME2_R
 | 
				
			||||||
 | 
						struct hostent hostData;
 | 
				
			||||||
 | 
						char tmpBuffer[2048];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// There are different flavors of gethostbyname_r(), but
 | 
				
			||||||
 | 
						// latest Linux use the following form:
 | 
				
			||||||
 | 
						if (gethostbyname2_r(host, AF_INET, &hostData, tmpBuffer, sizeof(tmpBuffer), &hp, &h_errno_local)!=0) {
 | 
				
			||||||
 | 
							CERR("WARNING -- gethostbyname2_r() failed for " << host << ", " << hstrerror(h_errno_local));
 | 
				
			||||||
 | 
							return false;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					#else
 | 
				
			||||||
 | 
						static Mutex sGethostbynameMutex;
 | 
				
			||||||
 | 
						// gethostbyname() is NOT thread-safe, so we should use a mutex here.
 | 
				
			||||||
 | 
						// Ideally it should be a global mutex for all non thread-safe socket
 | 
				
			||||||
 | 
						// operations and it should protect access to variables such as
 | 
				
			||||||
 | 
						// global h_errno.
 | 
				
			||||||
 | 
						sGethostbynameMutex.lock();
 | 
				
			||||||
 | 
						hp = gethostbyname(host);
 | 
				
			||||||
 | 
						h_errno_local = h_errno;
 | 
				
			||||||
 | 
						sGethostbynameMutex.unlock();
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					 	if (hp==NULL) {
 | 
				
			||||||
 | 
							CERR("WARNING -- gethostbyname() failed for " << host << ", " << hstrerror(h_errno_local));
 | 
				
			||||||
 | 
							return false;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
						if (hp->h_addrtype != AF_INET) {
 | 
				
			||||||
 | 
							CERR("WARNING -- gethostbyname() resolved " << host << " to something other then AF_INET");
 | 
				
			||||||
 | 
					 		return false;
 | 
				
			||||||
 | 
					 	}
 | 
				
			||||||
 | 
						address->sin_family = hp->h_addrtype;
 | 
				
			||||||
 | 
						assert(sizeof(address->sin_addr) == hp->h_length);
 | 
				
			||||||
 | 
						memcpy(&(address->sin_addr), hp->h_addr_list[0], hp->h_length);
 | 
				
			||||||
 | 
						address->sin_port = htons(port);
 | 
				
			||||||
 | 
						return true;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					DatagramSocket::DatagramSocket()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						memset(mDestination, 0, sizeof(mDestination));
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					void DatagramSocket::nonblocking()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						fcntl(mSocketFD,F_SETFL,O_NONBLOCK);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					void DatagramSocket::blocking()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						fcntl(mSocketFD,F_SETFL,0);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					void DatagramSocket::close()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						::close(mSocketFD);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					DatagramSocket::~DatagramSocket()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						close();
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					int DatagramSocket::write( const char * message, size_t length )
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						assert(length<=MAX_UDP_LENGTH);
 | 
				
			||||||
 | 
						int retVal = sendto(mSocketFD, message, length, 0,
 | 
				
			||||||
 | 
							(struct sockaddr *)mDestination, addressSize());
 | 
				
			||||||
 | 
						if (retVal == -1 ) perror("DatagramSocket::write() failed");
 | 
				
			||||||
 | 
						return retVal;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					int DatagramSocket::writeBack( const char * message, size_t length )
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						assert(length<=MAX_UDP_LENGTH);
 | 
				
			||||||
 | 
						int retVal = sendto(mSocketFD, message, length, 0,
 | 
				
			||||||
 | 
							(struct sockaddr *)mSource, addressSize());
 | 
				
			||||||
 | 
						if (retVal == -1 ) perror("DatagramSocket::write() failed");
 | 
				
			||||||
 | 
						return retVal;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					int DatagramSocket::write( const char * message)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						size_t length=strlen(message)+1;
 | 
				
			||||||
 | 
						return write(message,length);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					int DatagramSocket::writeBack( const char * message)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						size_t length=strlen(message)+1;
 | 
				
			||||||
 | 
						return writeBack(message,length);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					int DatagramSocket::send(const struct sockaddr* dest, const char * message, size_t length )
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						assert(length<=MAX_UDP_LENGTH);
 | 
				
			||||||
 | 
						int retVal = sendto(mSocketFD, message, length, 0, dest, addressSize());
 | 
				
			||||||
 | 
						if (retVal == -1 ) perror("DatagramSocket::send() failed");
 | 
				
			||||||
 | 
						return retVal;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					int DatagramSocket::send(const struct sockaddr* dest, const char * message)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						size_t length=strlen(message)+1;
 | 
				
			||||||
 | 
						return send(dest,message,length);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					int DatagramSocket::read(char* buffer, size_t length)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						socklen_t addr_len = sizeof(mSource);
 | 
				
			||||||
 | 
						int rd_length = recvfrom(mSocketFD, (void *) buffer, length, 0,
 | 
				
			||||||
 | 
							(struct sockaddr*) &mSource, &addr_len);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if ((rd_length==-1) && (errno!=EAGAIN)) {
 | 
				
			||||||
 | 
							perror("DatagramSocket::read() failed");
 | 
				
			||||||
 | 
							throw SocketError();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
						return rd_length;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					int DatagramSocket::read(char* buffer, size_t length, unsigned timeout)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						fd_set fds;
 | 
				
			||||||
 | 
						FD_ZERO(&fds);
 | 
				
			||||||
 | 
						FD_SET(mSocketFD,&fds);
 | 
				
			||||||
 | 
						struct timeval tv;
 | 
				
			||||||
 | 
						tv.tv_sec = timeout/1000;
 | 
				
			||||||
 | 
						tv.tv_usec = (timeout%1000)*1000;
 | 
				
			||||||
 | 
						int sel = select(mSocketFD+1,&fds,NULL,NULL,&tv);
 | 
				
			||||||
 | 
						if (sel<0) {
 | 
				
			||||||
 | 
							perror("DatagramSocket::read() select() failed");
 | 
				
			||||||
 | 
							throw SocketError();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
						if (sel==0) return -1;
 | 
				
			||||||
 | 
						if (FD_ISSET(mSocketFD,&fds)) return read(buffer, length);
 | 
				
			||||||
 | 
						return -1;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					UDPSocket::UDPSocket(const char *wSrcIP, unsigned short wSrcPort)
 | 
				
			||||||
 | 
						:DatagramSocket()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						open(wSrcPort, wSrcIP);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					UDPSocket::UDPSocket(const char *wSrcIP, unsigned short wSrcPort,
 | 
				
			||||||
 | 
							     const char *wDestIP, unsigned short wDestPort)
 | 
				
			||||||
 | 
						:DatagramSocket()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						open(wSrcPort, wSrcIP);
 | 
				
			||||||
 | 
						destination(wDestPort, wDestIP);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					void UDPSocket::destination( unsigned short wDestPort, const char * wDestIP )
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						resolveAddress((sockaddr_in*)mDestination, wDestIP, wDestPort );
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					void UDPSocket::open(unsigned short localPort, const char *wlocalIP)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						// create
 | 
				
			||||||
 | 
						mSocketFD = socket(AF_INET,SOCK_DGRAM,0);
 | 
				
			||||||
 | 
						if (mSocketFD<0) {
 | 
				
			||||||
 | 
							perror("socket() failed");
 | 
				
			||||||
 | 
							throw SocketError();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// pat added: This lets the socket be reused immediately, which is needed if OpenBTS crashes.
 | 
				
			||||||
 | 
						int on = 1;
 | 
				
			||||||
 | 
						setsockopt(mSocketFD, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// bind
 | 
				
			||||||
 | 
						struct sockaddr_in address;
 | 
				
			||||||
 | 
						size_t length = sizeof(address);
 | 
				
			||||||
 | 
						bzero(&address,length);
 | 
				
			||||||
 | 
						address.sin_family = AF_INET;
 | 
				
			||||||
 | 
						address.sin_addr.s_addr = inet_addr(wlocalIP);
 | 
				
			||||||
 | 
						address.sin_port = htons(localPort);
 | 
				
			||||||
 | 
						if (bind(mSocketFD,(struct sockaddr*)&address,length)<0) {
 | 
				
			||||||
 | 
							perror("bind() failed");
 | 
				
			||||||
 | 
							throw SocketError();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					unsigned short UDPSocket::port() const
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						struct sockaddr_in name;
 | 
				
			||||||
 | 
						socklen_t nameSize = sizeof(name);
 | 
				
			||||||
 | 
						int retVal = getsockname(mSocketFD, (struct sockaddr*)&name, &nameSize);
 | 
				
			||||||
 | 
						if (retVal==-1) throw SocketError();
 | 
				
			||||||
 | 
						return ntohs(name.sin_port);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// vim:ts=4:sw=4
 | 
				
			||||||
							
								
								
									
										173
									
								
								CommonLibs/Sockets.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										173
									
								
								CommonLibs/Sockets.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,173 @@
 | 
				
			|||||||
 | 
					/*
 | 
				
			||||||
 | 
					* Copyright 2008, 2010 Free Software Foundation, Inc.
 | 
				
			||||||
 | 
					*
 | 
				
			||||||
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
 | 
					*
 | 
				
			||||||
 | 
					* This use of this software may be subject to additional restrictions.
 | 
				
			||||||
 | 
					* See the LEGAL file in the main directory for details.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 | 
						it under the terms of the GNU Affero General Public License as published by
 | 
				
			||||||
 | 
						the Free Software Foundation, either version 3 of the License, or
 | 
				
			||||||
 | 
						(at your option) any later version.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						This program is distributed in the hope that it will be useful,
 | 
				
			||||||
 | 
						but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
 | 
						MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
				
			||||||
 | 
						GNU Affero General Public License for more details.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						You should have received a copy of the GNU Affero General Public License
 | 
				
			||||||
 | 
						along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifndef SOCKETS_H
 | 
				
			||||||
 | 
					#define SOCKETS_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <arpa/inet.h>
 | 
				
			||||||
 | 
					#include <netdb.h>
 | 
				
			||||||
 | 
					#include <sys/socket.h>
 | 
				
			||||||
 | 
					#include <sys/types.h>
 | 
				
			||||||
 | 
					#include <sys/un.h>
 | 
				
			||||||
 | 
					#include <errno.h>
 | 
				
			||||||
 | 
					#include <list>
 | 
				
			||||||
 | 
					#include <assert.h>
 | 
				
			||||||
 | 
					#include <stdint.h>
 | 
				
			||||||
 | 
					#include <stdio.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#define MAX_UDP_LENGTH 1500
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/** A function to resolve IP host names. */
 | 
				
			||||||
 | 
					bool resolveAddress(struct sockaddr_in *address, const char *host, unsigned short port);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/** Resolve an address of the form "<host>:<port>". */
 | 
				
			||||||
 | 
					bool resolveAddress(struct sockaddr_in *address, const char *hostAndPort);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/** An exception to throw when a critical socket operation fails. */
 | 
				
			||||||
 | 
					class SocketError {};
 | 
				
			||||||
 | 
					#define SOCKET_ERROR {throw SocketError(); }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/** Abstract class for connectionless sockets. */
 | 
				
			||||||
 | 
					class DatagramSocket {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					protected:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						int mSocketFD;				///< underlying file descriptor
 | 
				
			||||||
 | 
						char mDestination[256];		///< address to which packets are sent
 | 
				
			||||||
 | 
						char mSource[256];		///< return address of most recent received packet
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					public:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** An almost-does-nothing constructor. */
 | 
				
			||||||
 | 
						DatagramSocket();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						virtual ~DatagramSocket();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Return the address structure size for this socket type. */
 | 
				
			||||||
 | 
						virtual size_t addressSize() const = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/**
 | 
				
			||||||
 | 
							Send a binary packet.
 | 
				
			||||||
 | 
							@param buffer The data bytes to send to mDestination.
 | 
				
			||||||
 | 
							@param length Number of bytes to send, or strlen(buffer) if defaulted to -1.
 | 
				
			||||||
 | 
							@return number of bytes written, or -1 on error.
 | 
				
			||||||
 | 
						*/
 | 
				
			||||||
 | 
						int write( const char * buffer, size_t length);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/**
 | 
				
			||||||
 | 
							Send a C-style string packet.
 | 
				
			||||||
 | 
							@param buffer The data bytes to send to mDestination.
 | 
				
			||||||
 | 
							@return number of bytes written, or -1 on error.
 | 
				
			||||||
 | 
						*/
 | 
				
			||||||
 | 
						int write( const char * buffer);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/**
 | 
				
			||||||
 | 
							Send a binary packet.
 | 
				
			||||||
 | 
							@param buffer The data bytes to send to mSource.
 | 
				
			||||||
 | 
							@param length Number of bytes to send, or strlen(buffer) if defaulted to -1.
 | 
				
			||||||
 | 
							@return number of bytes written, or -1 on error.
 | 
				
			||||||
 | 
						*/
 | 
				
			||||||
 | 
						int writeBack(const char * buffer, size_t length);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/**
 | 
				
			||||||
 | 
							Send a C-style string packet.
 | 
				
			||||||
 | 
							@param buffer The data bytes to send to mSource.
 | 
				
			||||||
 | 
							@return number of bytes written, or -1 on error.
 | 
				
			||||||
 | 
						*/
 | 
				
			||||||
 | 
						int writeBack(const char * buffer);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/**
 | 
				
			||||||
 | 
							Receive a packet.
 | 
				
			||||||
 | 
							@param buffer A char[MAX_UDP_LENGTH] procured by the caller.
 | 
				
			||||||
 | 
							@return The number of bytes received or -1 on non-blocking pass.
 | 
				
			||||||
 | 
						*/
 | 
				
			||||||
 | 
						int read(char* buffer, size_t length);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/**
 | 
				
			||||||
 | 
							Receive a packet with a timeout.
 | 
				
			||||||
 | 
							@param buffer A char[MAX_UDP_LENGTH] procured by the caller.
 | 
				
			||||||
 | 
							@param maximum wait time in milliseconds
 | 
				
			||||||
 | 
							@return The number of bytes received or -1 on timeout.
 | 
				
			||||||
 | 
						*/
 | 
				
			||||||
 | 
						int read(char* buffer, size_t length, unsigned timeout);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Send a packet to a given destination, other than the default. */
 | 
				
			||||||
 | 
						int send(const struct sockaddr *dest, const char * buffer, size_t length);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Send a C-style string to a given destination, other than the default. */
 | 
				
			||||||
 | 
						int send(const struct sockaddr *dest, const char * buffer);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Make the socket non-blocking. */
 | 
				
			||||||
 | 
						void nonblocking();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Make the socket blocking (the default). */
 | 
				
			||||||
 | 
						void blocking();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Close the socket. */
 | 
				
			||||||
 | 
						void close();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/** UDP/IP User Datagram Socket */
 | 
				
			||||||
 | 
					class UDPSocket : public DatagramSocket {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					public:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Open a USP socket with an OS-assigned port and no default destination. */
 | 
				
			||||||
 | 
						UDPSocket(const char *localIP, unsigned short localPort);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Given a full specification, open the socket and set the dest address. */
 | 
				
			||||||
 | 
						UDPSocket(const char *localIP, unsigned short localPort,
 | 
				
			||||||
 | 
							  const char *remoteIP, unsigned short remotePort);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Set the destination port. */
 | 
				
			||||||
 | 
						void destination( unsigned short wDestPort, const char * wDestIP );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Return the actual port number in use. */
 | 
				
			||||||
 | 
						unsigned short port() const;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Open and bind the UDP socket to a local port. */
 | 
				
			||||||
 | 
						void open(unsigned short localPort=0, const char *wlocalIP="127.0.0.1");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Give the return address of the most recently received packet. */
 | 
				
			||||||
 | 
						const struct sockaddr_in* source() const { return (const struct sockaddr_in*)mSource; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						size_t addressSize() const { return sizeof(struct sockaddr_in); }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// vim:ts=4:sw=4
 | 
				
			||||||
@@ -1,7 +1,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008 Free Software Foundation, Inc.
 | 
					* Copyright 2008 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
@@ -25,24 +24,16 @@
 | 
				
			|||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <string.h>
 | 
					
 | 
				
			||||||
#include <sys/types.h>
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "Threads.h"
 | 
					#include "Threads.h"
 | 
				
			||||||
#include "Timeval.h"
 | 
					#include "Timeval.h"
 | 
				
			||||||
#include "Logger.h"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#ifndef gettid
 | 
					 | 
				
			||||||
#include <sys/syscall.h>
 | 
					 | 
				
			||||||
#define gettid() syscall(SYS_gettid)
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
using namespace std;
 | 
					using namespace std;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef HAVE_ATOMIC_OPS
 | 
					
 | 
				
			||||||
	pthread_mutex_t atomic_ops_mutex = PTHREAD_MUTEX_INITIALIZER;
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Mutex gStreamLock;		///< Global lock to control access to cout and cerr.
 | 
					Mutex gStreamLock;		///< Global lock to control access to cout and cerr.
 | 
				
			||||||
@@ -111,25 +102,6 @@ void Signal::wait(Mutex& wMutex, unsigned timeout) const
 | 
				
			|||||||
	pthread_cond_timedwait(&mSignal,&wMutex.mMutex,&waitTime);
 | 
						pthread_cond_timedwait(&mSignal,&wMutex.mMutex,&waitTime);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void set_selfthread_name(const char *name)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	pthread_t selfid = pthread_self();
 | 
					 | 
				
			||||||
	pid_t tid = gettid();
 | 
					 | 
				
			||||||
	if (pthread_setname_np(selfid, name) == 0) {
 | 
					 | 
				
			||||||
		LOG(INFO) << "Thread "<< selfid << " (task " << tid << ") set name: " << name;
 | 
					 | 
				
			||||||
	} else {
 | 
					 | 
				
			||||||
		char buf[256];
 | 
					 | 
				
			||||||
		int err = errno;
 | 
					 | 
				
			||||||
		char* err_str = strerror_r(err, buf, sizeof(buf));
 | 
					 | 
				
			||||||
		LOG(NOTICE) << "Thread "<< selfid << " (task " << tid << ") set name \"" << name << "\" failed: (" << err << ") " << err_str;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
void thread_enable_cancel(bool cancel)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	cancel ? pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) :
 | 
					 | 
				
			||||||
		 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
void Thread::start(void *(*task)(void*), void *arg)
 | 
					void Thread::start(void *(*task)(void*), void *arg)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
@@ -138,10 +110,8 @@ void Thread::start(void *(*task)(void*), void *arg)
 | 
				
			|||||||
	// (pat) Moved initialization to constructor to avoid crash in destructor.
 | 
						// (pat) Moved initialization to constructor to avoid crash in destructor.
 | 
				
			||||||
	//res = pthread_attr_init(&mAttrib);
 | 
						//res = pthread_attr_init(&mAttrib);
 | 
				
			||||||
	//assert(!res);
 | 
						//assert(!res);
 | 
				
			||||||
	if (mStackSize != 0) {
 | 
					 | 
				
			||||||
	res = pthread_attr_setstacksize(&mAttrib, mStackSize);
 | 
						res = pthread_attr_setstacksize(&mAttrib, mStackSize);
 | 
				
			||||||
	assert(!res);
 | 
						assert(!res);
 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	res = pthread_create(&mThread, &mAttrib, task, arg);
 | 
						res = pthread_create(&mThread, &mAttrib, task, arg);
 | 
				
			||||||
	assert(!res);
 | 
						assert(!res);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008, 2011 Free Software Foundation, Inc.
 | 
					* Copyright 2008, 2011 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					 | 
				
			||||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
@@ -28,8 +26,6 @@
 | 
				
			|||||||
#ifndef THREADS_H
 | 
					#ifndef THREADS_H
 | 
				
			||||||
#define THREADS_H
 | 
					#define THREADS_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "config.h"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <pthread.h>
 | 
					#include <pthread.h>
 | 
				
			||||||
#include <iostream>
 | 
					#include <iostream>
 | 
				
			||||||
#include <assert.h>
 | 
					#include <assert.h>
 | 
				
			||||||
@@ -145,9 +141,6 @@ class Signal {
 | 
				
			|||||||
#define START_THREAD(thread,function,argument) \
 | 
					#define START_THREAD(thread,function,argument) \
 | 
				
			||||||
	thread.start((void *(*)(void*))function, (void*)argument);
 | 
						thread.start((void *(*)(void*))function, (void*)argument);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void set_selfthread_name(const char *name);
 | 
					 | 
				
			||||||
void thread_enable_cancel(bool cancel);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/** A C++ wrapper for pthread threads.  */
 | 
					/** A C++ wrapper for pthread threads.  */
 | 
				
			||||||
class Thread {
 | 
					class Thread {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -162,7 +155,7 @@ class Thread {
 | 
				
			|||||||
	public:
 | 
						public:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Create a thread in a non-running state. */
 | 
						/** Create a thread in a non-running state. */
 | 
				
			||||||
	Thread(size_t wStackSize = 0):mThread((pthread_t)0) {
 | 
						Thread(size_t wStackSize = (65536*4)):mThread((pthread_t)0) {
 | 
				
			||||||
		pthread_attr_init(&mAttrib);	// (pat) moved this here.
 | 
							pthread_attr_init(&mAttrib);	// (pat) moved this here.
 | 
				
			||||||
		mStackSize=wStackSize;
 | 
							mStackSize=wStackSize;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -186,34 +179,12 @@ class Thread {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Send cancellation to thread */
 | 
						/** Send cancelation to thread */
 | 
				
			||||||
	void cancel() { pthread_cancel(mThread); }
 | 
						void cancel() { pthread_cancel(mThread); }
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef HAVE_ATOMIC_OPS
 | 
					 | 
				
			||||||
#define osmo_trx_sync_fetch_and_and(ptr, value) __sync_fetch_and_and((ptr), (value))
 | 
					 | 
				
			||||||
#define osmo_trx_sync_or_and_fetch(ptr, value) __sync_or_and_fetch((ptr), (value))
 | 
					 | 
				
			||||||
#else
 | 
					 | 
				
			||||||
extern pthread_mutex_t atomic_ops_mutex;
 | 
					 | 
				
			||||||
static inline int osmo_trx_sync_fetch_and_and(int *ptr, int value)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	pthread_mutex_lock(&atomic_ops_mutex);
 | 
					 | 
				
			||||||
	int tmp = *ptr;
 | 
					 | 
				
			||||||
	*ptr &= value;
 | 
					 | 
				
			||||||
	pthread_mutex_unlock(&atomic_ops_mutex);
 | 
					 | 
				
			||||||
	return tmp;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
static inline int osmo_trx_sync_or_and_fetch(int *ptr, int value)
 | 
					
 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	int tmp;
 | 
					 | 
				
			||||||
	pthread_mutex_lock(&atomic_ops_mutex);
 | 
					 | 
				
			||||||
	*ptr |= value;
 | 
					 | 
				
			||||||
	tmp = *ptr;
 | 
					 | 
				
			||||||
	pthread_mutex_unlock(&atomic_ops_mutex);
 | 
					 | 
				
			||||||
	return tmp;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
// vim: ts=4 sw=4
 | 
					// vim: ts=4 sw=4
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008 Free Software Foundation, Inc.
 | 
					* Copyright 2008 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
@@ -28,49 +27,43 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include "Timeval.h"
 | 
					#include "Timeval.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern "C" {
 | 
					 | 
				
			||||||
#include <osmocom/core/timer.h>
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
using namespace std;
 | 
					using namespace std;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void Timeval::now()
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	osmo_clock_gettime(CLOCK_REALTIME, &mTimespec);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
void Timeval::future(unsigned offset)
 | 
					void Timeval::future(unsigned offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	now();
 | 
						now();
 | 
				
			||||||
	unsigned sec = offset/1000;
 | 
						unsigned sec = offset/1000;
 | 
				
			||||||
	unsigned msec = offset%1000;
 | 
						unsigned msec = offset%1000;
 | 
				
			||||||
	mTimespec.tv_nsec += msec*1000*1000;
 | 
						mTimeval.tv_usec += msec*1000;
 | 
				
			||||||
	mTimespec.tv_sec += sec;
 | 
						mTimeval.tv_sec += sec;
 | 
				
			||||||
	if (mTimespec.tv_nsec > 1000*1000*1000) {
 | 
						if (mTimeval.tv_usec>1000000) {
 | 
				
			||||||
		mTimespec.tv_nsec -= 1000*1000*1000;
 | 
							mTimeval.tv_usec -= 1000000;
 | 
				
			||||||
		mTimespec.tv_sec += 1;
 | 
							mTimeval.tv_sec += 1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct timespec Timeval::timespec() const
 | 
					struct timespec Timeval::timespec() const
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	return mTimespec;
 | 
						struct timespec retVal;
 | 
				
			||||||
 | 
						retVal.tv_sec = mTimeval.tv_sec;
 | 
				
			||||||
 | 
						retVal.tv_nsec = 1000 * (long)mTimeval.tv_usec;
 | 
				
			||||||
 | 
						return retVal;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool Timeval::passed() const
 | 
					bool Timeval::passed() const
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	Timeval nowTime;
 | 
						Timeval nowTime;
 | 
				
			||||||
	if (nowTime.mTimespec.tv_sec < mTimespec.tv_sec) return false;
 | 
						if (nowTime.mTimeval.tv_sec < mTimeval.tv_sec) return false;
 | 
				
			||||||
	if (nowTime.mTimespec.tv_sec > mTimespec.tv_sec) return true;
 | 
						if (nowTime.mTimeval.tv_sec > mTimeval.tv_sec) return true;
 | 
				
			||||||
	if (nowTime.mTimespec.tv_nsec >= mTimespec.tv_nsec) return true;
 | 
						if (nowTime.mTimeval.tv_usec > mTimeval.tv_usec) return true;
 | 
				
			||||||
	return false;
 | 
						return false;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
double Timeval::seconds() const
 | 
					double Timeval::seconds() const
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	return ((double)mTimespec.tv_sec) + 1e-9*((double)mTimespec.tv_nsec);
 | 
						return ((double)mTimeval.tv_sec) + 1e-6*((double)mTimeval.tv_usec);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -79,8 +72,8 @@ long Timeval::delta(const Timeval& other) const
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	// 2^31 milliseconds is just over 4 years.
 | 
						// 2^31 milliseconds is just over 4 years.
 | 
				
			||||||
	int32_t deltaS = other.sec() - sec();
 | 
						int32_t deltaS = other.sec() - sec();
 | 
				
			||||||
	int32_t deltaNs = other.nsec() - nsec();
 | 
						int32_t deltaUs = other.usec() - usec();
 | 
				
			||||||
	return 1000*deltaS + deltaNs/1000000;
 | 
						return 1000*deltaS + deltaUs/1000;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -88,16 +81,15 @@ long Timeval::delta(const Timeval& other) const
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
ostream& operator<<(ostream& os, const Timeval& tv)
 | 
					ostream& operator<<(ostream& os, const Timeval& tv)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	ios_base::fmtflags flags_backup = os.setf( ios::fixed, ios::floatfield );
 | 
						os.setf( ios::fixed, ios::floatfield );
 | 
				
			||||||
	os << tv.seconds();
 | 
						os << tv.seconds();
 | 
				
			||||||
	os.flags( flags_backup );
 | 
					 | 
				
			||||||
	return os;
 | 
						return os;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ostream& operator<<(ostream& os, const struct timespec& ts)
 | 
					ostream& operator<<(ostream& os, const struct timespec& ts)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	os << ts.tv_sec << "," << ts.tv_nsec/1000;
 | 
						os << ts.tv_sec << "," << ts.tv_nsec;
 | 
				
			||||||
	return os;
 | 
						return os;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008 Free Software Foundation, Inc.
 | 
					* Copyright 2008 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					 | 
				
			||||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
@@ -44,12 +42,12 @@ class Timeval {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	private:
 | 
						private:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	struct timespec mTimespec;
 | 
						struct timeval mTimeval;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public:
 | 
						public:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Set the value to current time. */
 | 
						/** Set the value to gettimeofday. */
 | 
				
			||||||
	void now();
 | 
						void now() { gettimeofday(&mTimeval,NULL); }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Set the value to gettimeofday plus an offset. */
 | 
						/** Set the value to gettimeofday plus an offset. */
 | 
				
			||||||
	void future(unsigned ms);
 | 
						void future(unsigned ms);
 | 
				
			||||||
@@ -57,18 +55,16 @@ class Timeval {
 | 
				
			|||||||
	//@{
 | 
						//@{
 | 
				
			||||||
	Timeval(unsigned sec, unsigned usec)
 | 
						Timeval(unsigned sec, unsigned usec)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		mTimespec.tv_sec = sec;
 | 
							mTimeval.tv_sec = sec;
 | 
				
			||||||
		mTimespec.tv_nsec = usec*1000;
 | 
							mTimeval.tv_usec = usec;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	Timeval(const struct timeval& wTimeval)
 | 
						Timeval(const struct timeval& wTimeval)
 | 
				
			||||||
	{
 | 
							:mTimeval(wTimeval)
 | 
				
			||||||
		mTimespec.tv_sec = wTimeval.tv_sec;
 | 
						{}
 | 
				
			||||||
		mTimespec.tv_nsec = wTimeval.tv_sec*1000;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/**
 | 
						/**
 | 
				
			||||||
		Create a Timespec offset into the future.
 | 
							Create a Timeval offset into the future.
 | 
				
			||||||
		@param offset milliseconds
 | 
							@param offset milliseconds
 | 
				
			||||||
	*/
 | 
						*/
 | 
				
			||||||
	Timeval(unsigned offset=0) { future(offset); }
 | 
						Timeval(unsigned offset=0) { future(offset); }
 | 
				
			||||||
@@ -80,11 +76,10 @@ class Timeval {
 | 
				
			|||||||
	/** Return total seconds. */
 | 
						/** Return total seconds. */
 | 
				
			||||||
	double seconds() const;
 | 
						double seconds() const;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	uint32_t sec() const { return mTimespec.tv_sec; }
 | 
						uint32_t sec() const { return mTimeval.tv_sec; }
 | 
				
			||||||
	uint32_t usec() const { return mTimespec.tv_nsec / 1000; }
 | 
						uint32_t usec() const { return mTimeval.tv_usec; }
 | 
				
			||||||
	uint32_t nsec() const { return mTimespec.tv_nsec; }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Return difference from other (other-self), in ms. */
 | 
						/** Return differnce from other (other-self), in ms. */
 | 
				
			||||||
	long delta(const Timeval& other) const;
 | 
						long delta(const Timeval& other) const;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Elapsed time in ms. */
 | 
						/** Elapsed time in ms. */
 | 
				
			||||||
@@ -93,11 +88,11 @@ class Timeval {
 | 
				
			|||||||
	/** Remaining time in ms. */
 | 
						/** Remaining time in ms. */
 | 
				
			||||||
	long remaining() const { return -elapsed(); }
 | 
						long remaining() const { return -elapsed(); }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Return true if the time has passed, as per clock_gettime(CLOCK_REALTIME). */
 | 
						/** Return true if the time has passed, as per gettimeofday. */
 | 
				
			||||||
	bool passed() const;
 | 
						bool passed() const;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Add a given number of minutes to the time. */
 | 
						/** Add a given number of minutes to the time. */
 | 
				
			||||||
	void addMinutes(unsigned minutes) { mTimespec.tv_sec += minutes*60; }
 | 
						void addMinutes(unsigned minutes) { mTimeval.tv_sec += minutes*60; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,38 +0,0 @@
 | 
				
			|||||||
/*
 | 
					 | 
				
			||||||
 * Copyright 2018 sysmocom - s.f.m.c. GmbH
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * SPDX-License-Identifier: LGPL-2.1+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is free software; you can redistribute it and/or
 | 
					 | 
				
			||||||
 * modify it under the terms of the GNU Lesser General Public
 | 
					 | 
				
			||||||
 * License as published by the Free Software Foundation; either
 | 
					 | 
				
			||||||
 * version 2.1 of the License, or (at your option) any later version.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 | 
					 | 
				
			||||||
 * Lesser General Public License for more details.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * You should have received a copy of the GNU Lesser General Public
 | 
					 | 
				
			||||||
 * License along with this library; if not, write to the Free Software
 | 
					 | 
				
			||||||
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <vector>
 | 
					 | 
				
			||||||
#include <string>
 | 
					 | 
				
			||||||
#include <sstream>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
std::vector<std::string> comma_delimited_to_vector(const char* opt)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	std::string str = std::string(opt);
 | 
					 | 
				
			||||||
	std::vector<std::string> result;
 | 
					 | 
				
			||||||
	std::stringstream ss(str);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	while( ss.good() )
 | 
					 | 
				
			||||||
	{
 | 
					 | 
				
			||||||
	    std::string substr;
 | 
					 | 
				
			||||||
	    getline(ss, substr, ',');
 | 
					 | 
				
			||||||
	    result.push_back(substr);
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	return result;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -1,26 +0,0 @@
 | 
				
			|||||||
/*
 | 
					 | 
				
			||||||
 * Copyright 2018 sysmocom - s.f.m.c. GmbH
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * SPDX-License-Identifier: LGPL-2.1+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is free software; you can redistribute it and/or
 | 
					 | 
				
			||||||
 * modify it under the terms of the GNU Lesser General Public
 | 
					 | 
				
			||||||
 * License as published by the Free Software Foundation; either
 | 
					 | 
				
			||||||
 * version 2.1 of the License, or (at your option) any later version.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 | 
					 | 
				
			||||||
 * Lesser General Public License for more details.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * You should have received a copy of the GNU Lesser General Public
 | 
					 | 
				
			||||||
 * License along with this library; if not, write to the Free Software
 | 
					 | 
				
			||||||
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#pragma once
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <vector>
 | 
					 | 
				
			||||||
#include <string>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
std::vector<std::string> comma_delimited_to_vector(const char* opt);
 | 
					 | 
				
			||||||
@@ -2,8 +2,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008 Free Software Foundation, Inc.
 | 
					* Copyright 2008 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					 | 
				
			||||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
@@ -34,14 +32,11 @@
 | 
				
			|||||||
#include <string.h>
 | 
					#include <string.h>
 | 
				
			||||||
#include <iostream>
 | 
					#include <iostream>
 | 
				
			||||||
#include <assert.h>
 | 
					#include <assert.h>
 | 
				
			||||||
#include <stdlib.h>
 | 
					// We cant use Logger.h in this file...
 | 
				
			||||||
 | 
					 | 
				
			||||||
// We can't use Logger.h in this file...
 | 
					 | 
				
			||||||
extern int gVectorDebug;
 | 
					extern int gVectorDebug;
 | 
				
			||||||
#define BVDEBUG(msg) if (gVectorDebug) {std::cout << msg;}
 | 
					#define BVDEBUG(msg) if (gVectorDebug) {std::cout << msg;}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef void (*vector_free_func)(void* wData);
 | 
					
 | 
				
			||||||
typedef void *(*vector_alloc_func)(size_t newSize);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
	A simplified Vector template with aliases.
 | 
						A simplified Vector template with aliases.
 | 
				
			||||||
@@ -65,8 +60,6 @@ template <class T> class Vector {
 | 
				
			|||||||
	T* mData;		///< allocated data block, if any
 | 
						T* mData;		///< allocated data block, if any
 | 
				
			||||||
	T* mStart;		///< start of useful data
 | 
						T* mStart;		///< start of useful data
 | 
				
			||||||
	T* mEnd;		///< end of useful data + 1
 | 
						T* mEnd;		///< end of useful data + 1
 | 
				
			||||||
	vector_alloc_func mAllocFunc; ///< function used to alloc new mData during resize.
 | 
					 | 
				
			||||||
	vector_free_func mFreeFunc; ///< function used to free mData.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public:
 | 
						public:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -92,19 +85,9 @@ template <class T> class Vector {
 | 
				
			|||||||
	/** Change the size of the Vector, discarding content. */
 | 
						/** Change the size of the Vector, discarding content. */
 | 
				
			||||||
	void resize(size_t newSize)
 | 
						void resize(size_t newSize)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		if (mData!=NULL) {
 | 
							if (mData!=NULL) delete[] mData;
 | 
				
			||||||
			if (mFreeFunc)
 | 
					 | 
				
			||||||
				mFreeFunc(mData);
 | 
					 | 
				
			||||||
			else
 | 
					 | 
				
			||||||
				delete[] mData;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		if (newSize==0) mData=NULL;
 | 
							if (newSize==0) mData=NULL;
 | 
				
			||||||
		else {
 | 
							else mData = new T[newSize];
 | 
				
			||||||
			if (mAllocFunc)
 | 
					 | 
				
			||||||
				mData = (T*) mAllocFunc(newSize);
 | 
					 | 
				
			||||||
			else
 | 
					 | 
				
			||||||
				mData = new T[newSize];
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		mStart = mData;
 | 
							mStart = mData;
 | 
				
			||||||
		mEnd = mStart + newSize;
 | 
							mEnd = mStart + newSize;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -124,7 +107,7 @@ template <class T> class Vector {
 | 
				
			|||||||
	void clone(const Vector<T>& other)
 | 
						void clone(const Vector<T>& other)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		resize(other.size());
 | 
							resize(other.size());
 | 
				
			||||||
		other.copyTo(*this);
 | 
							memcpy(mData,other.mStart,other.bytes());
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -133,31 +116,29 @@ template <class T> class Vector {
 | 
				
			|||||||
	//@{
 | 
						//@{
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Build an empty Vector of a given size. */
 | 
						/** Build an empty Vector of a given size. */
 | 
				
			||||||
	Vector(size_t wSize=0, vector_alloc_func wAllocFunc=NULL, vector_free_func wFreeFunc=NULL)
 | 
						Vector(size_t wSize=0):mData(NULL) { resize(wSize); }
 | 
				
			||||||
		:mData(NULL), mAllocFunc(wAllocFunc), mFreeFunc(wFreeFunc)
 | 
					 | 
				
			||||||
	{ resize(wSize); }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Build a Vector by moving another. */
 | 
						/** Build a Vector by moving another. */
 | 
				
			||||||
	Vector(Vector<T>&& other)
 | 
						Vector(Vector<T>&& other)
 | 
				
			||||||
		:mData(other.mData),mStart(other.mStart),mEnd(other.mEnd), mAllocFunc(other.mAllocFunc),  mFreeFunc(other.mFreeFunc)
 | 
							:mData(other.mData),mStart(other.mStart),mEnd(other.mEnd)
 | 
				
			||||||
	{ other.mData=NULL; }
 | 
						{ other.mData=NULL; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Build a Vector by copying another. */
 | 
						/** Build a Vector by copying another. */
 | 
				
			||||||
	Vector(const Vector<T>& other):mData(NULL), mAllocFunc(other.mAllocFunc), mFreeFunc(other.mFreeFunc) { clone(other); }
 | 
						Vector(const Vector<T>& other):mData(NULL) { clone(other); }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Build a Vector with explicit values. */
 | 
						/** Build a Vector with explicit values. */
 | 
				
			||||||
	Vector(T* wData, T* wStart, T* wEnd, vector_alloc_func wAllocFunc=NULL, vector_free_func wFreeFunc=NULL)
 | 
						Vector(T* wData, T* wStart, T* wEnd)
 | 
				
			||||||
		:mData(wData),mStart(wStart),mEnd(wEnd), mAllocFunc(wAllocFunc), mFreeFunc(wFreeFunc)
 | 
							:mData(wData),mStart(wStart),mEnd(wEnd)
 | 
				
			||||||
	{ }
 | 
						{ }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Build a vector from an existing block, NOT to be deleted upon destruction. */
 | 
						/** Build a vector from an existing block, NOT to be deleted upon destruction. */
 | 
				
			||||||
	Vector(T* wStart, size_t span, vector_alloc_func wAllocFunc=NULL, vector_free_func wFreeFunc=NULL)
 | 
						Vector(T* wStart, size_t span)
 | 
				
			||||||
		:mData(NULL),mStart(wStart),mEnd(wStart+span),mAllocFunc(wAllocFunc), mFreeFunc(wFreeFunc)
 | 
							:mData(NULL),mStart(wStart),mEnd(wStart+span)
 | 
				
			||||||
	{ }
 | 
						{ }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Build a Vector by concatenation. */
 | 
						/** Build a Vector by concatenation. */
 | 
				
			||||||
	Vector(const Vector<T>& other1, const Vector<T>& other2, vector_alloc_func wAllocFunc=NULL, vector_free_func wFreeFunc=NULL)
 | 
						Vector(const Vector<T>& other1, const Vector<T>& other2)
 | 
				
			||||||
		:mData(NULL), mAllocFunc(wAllocFunc), mFreeFunc(wFreeFunc)
 | 
							:mData(NULL)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		resize(other1.size()+other2.size());
 | 
							resize(other1.size()+other2.size());
 | 
				
			||||||
		memcpy(mStart, other1.mStart, other1.bytes());
 | 
							memcpy(mStart, other1.mStart, other1.bytes());
 | 
				
			||||||
@@ -181,8 +162,6 @@ template <class T> class Vector {
 | 
				
			|||||||
		mData=other.mData;
 | 
							mData=other.mData;
 | 
				
			||||||
		mStart=other.mStart;
 | 
							mStart=other.mStart;
 | 
				
			||||||
		mEnd=other.mEnd;
 | 
							mEnd=other.mEnd;
 | 
				
			||||||
		mAllocFunc=other.mAllocFunc;
 | 
					 | 
				
			||||||
		mFreeFunc=other.mFreeFunc;
 | 
					 | 
				
			||||||
		other.mData=NULL;
 | 
							other.mData=NULL;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -225,15 +204,10 @@ template <class T> class Vector {
 | 
				
			|||||||
	*/
 | 
						*/
 | 
				
			||||||
	void copyToSegment(Vector<T>& other, size_t start, size_t span) const
 | 
						void copyToSegment(Vector<T>& other, size_t start, size_t span) const
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		unsigned int i;
 | 
							T* base = other.mStart + start;
 | 
				
			||||||
		T* dst = other.mStart + start;
 | 
							assert(base+span<=other.mEnd);
 | 
				
			||||||
		T* src = mStart;
 | 
					 | 
				
			||||||
		assert(dst+span<=other.mEnd);
 | 
					 | 
				
			||||||
		assert(mStart+span<=mEnd);
 | 
							assert(mStart+span<=mEnd);
 | 
				
			||||||
		for (i = 0; i < span; i++, src++, dst++)
 | 
							memcpy(base,mStart,span*sizeof(T));
 | 
				
			||||||
			*dst = *src;
 | 
					 | 
				
			||||||
		/*TODO if not non-trivially copyable type class, optimize:
 | 
					 | 
				
			||||||
		memcpy(dst,mStart,span*sizeof(T)); */
 | 
					 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Copy all of this Vector to a segment of another Vector. */
 | 
						/** Copy all of this Vector to a segment of another Vector. */
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,28 +1,3 @@
 | 
				
			|||||||
/*
 | 
					 | 
				
			||||||
 * Copyright (C) 2018-2019 sysmocom - s.f.m.c. GmbH
 | 
					 | 
				
			||||||
 * All Rights Reserved
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * Author: Pau Espin Pedrol <pespin@sysmocom.de>
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 | 
				
			||||||
 * (at your option) any later version.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
 * GNU Affero General Public License for more details.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * You should have received a copy of the GNU Affero General Public License
 | 
					 | 
				
			||||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
					 | 
				
			||||||
 * See the COPYING file in the main directory for details.
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <pthread.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <osmocom/core/logging.h>
 | 
					#include <osmocom/core/logging.h>
 | 
				
			||||||
#include <osmocom/core/utils.h>
 | 
					#include <osmocom/core/utils.h>
 | 
				
			||||||
#include "debug.h"
 | 
					#include "debug.h"
 | 
				
			||||||
@@ -35,39 +10,9 @@ static const struct log_info_cat default_categories[] = {
 | 
				
			|||||||
		.color = NULL,
 | 
							.color = NULL,
 | 
				
			||||||
		.enabled = 1, .loglevel = LOGL_NOTICE,
 | 
							.enabled = 1, .loglevel = LOGL_NOTICE,
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	[DTRXCLK] = {
 | 
					 | 
				
			||||||
			.name = "DTRXCLK",
 | 
					 | 
				
			||||||
			.description = "TRX Master Clock",
 | 
					 | 
				
			||||||
			.color = NULL,
 | 
					 | 
				
			||||||
			.enabled = 1, .loglevel = LOGL_NOTICE,
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	[DTRXCTRL] = {
 | 
					 | 
				
			||||||
			.name = "DTRXCTRL",
 | 
					 | 
				
			||||||
			.description = "TRX CTRL interface",
 | 
					 | 
				
			||||||
			.color = "\033[1;33m",
 | 
					 | 
				
			||||||
			.enabled = 1, .loglevel = LOGL_NOTICE,
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	[DTRXDDL] = {
 | 
					 | 
				
			||||||
			.name = "DTRXDDL",
 | 
					 | 
				
			||||||
			.description = "TRX Data interface Downlink",
 | 
					 | 
				
			||||||
			.color = NULL,
 | 
					 | 
				
			||||||
			.enabled = 1, .loglevel = LOGL_NOTICE,
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	[DTRXDUL] = {
 | 
					 | 
				
			||||||
			.name = "DTRXDUL",
 | 
					 | 
				
			||||||
			.description = "TRX CTRL interface Uplink",
 | 
					 | 
				
			||||||
			.color = NULL,
 | 
					 | 
				
			||||||
			.enabled = 1, .loglevel = LOGL_NOTICE,
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	[DDEV] = {
 | 
					 | 
				
			||||||
		.name = "DDEV",
 | 
					 | 
				
			||||||
		.description = "Device/Driver specific code",
 | 
					 | 
				
			||||||
		.color = NULL,
 | 
					 | 
				
			||||||
		.enabled = 1, .loglevel = LOGL_INFO,
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	[DLMS] = {
 | 
						[DLMS] = {
 | 
				
			||||||
		.name = "DLMS",
 | 
							.name = "DLMS",
 | 
				
			||||||
		.description = "Logging from within LimeSuite itself",
 | 
							.description = "LimeSuite category",
 | 
				
			||||||
		.color = NULL,
 | 
							.color = NULL,
 | 
				
			||||||
		.enabled = 1, .loglevel = LOGL_NOTICE,
 | 
							.enabled = 1, .loglevel = LOGL_NOTICE,
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,27 +1,9 @@
 | 
				
			|||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <stdbool.h>
 | 
					 | 
				
			||||||
#include <pthread.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <osmocom/core/logging.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
extern const struct log_info log_info;
 | 
					extern const struct log_info log_info;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Debug Areas of the code */
 | 
					/* Debug Areas of the code */
 | 
				
			||||||
enum {
 | 
					enum {
 | 
				
			||||||
	DMAIN,
 | 
						DMAIN,
 | 
				
			||||||
	DTRXCLK,
 | 
					 | 
				
			||||||
	DTRXCTRL,
 | 
					 | 
				
			||||||
	DTRXDDL,
 | 
					 | 
				
			||||||
	DTRXDUL,
 | 
					 | 
				
			||||||
	DDEV,
 | 
					 | 
				
			||||||
	DLMS,
 | 
						DLMS,
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					 | 
				
			||||||
#define CLOGC(category, level, fmt, args...) do { \
 | 
					 | 
				
			||||||
	LOGP(category, level, "[tid=%lu] " fmt, pthread_self(), ##args);  \
 | 
					 | 
				
			||||||
} while(0)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define CLOGCHAN(chan, category, level, fmt, args...) do { \
 | 
					 | 
				
			||||||
	LOGP(category, level, "[tid=%lu][chan=%lu] " fmt, pthread_self(), chan, ##args);  \
 | 
					 | 
				
			||||||
} while(0)
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,57 +0,0 @@
 | 
				
			|||||||
/* Generic signalling/notification infrastructure */
 | 
					 | 
				
			||||||
/* (C) 2018 by sysmocom s.f.m.c. GmbH <info@sysmocom.de>
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * Author: Pau Espin Pedrol <pespin@sysmocom.de>
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * All Rights Reserved
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software; you can redistribute it and/or modify
 | 
					 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 | 
				
			||||||
 * the Free Software Foundation; either version 3 of the License, or
 | 
					 | 
				
			||||||
 * (at your option) any later version.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
 * GNU Affero General Public License for more details.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * You should have received a copy of the GNU Affero General Public License
 | 
					 | 
				
			||||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#pragma once
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <osmocom/core/signal.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Signalling subsystems */
 | 
					 | 
				
			||||||
enum signal_subsystems {
 | 
					 | 
				
			||||||
	SS_MAIN,
 | 
					 | 
				
			||||||
	SS_DEVICE,
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* SS_MAIN signals */
 | 
					 | 
				
			||||||
enum SS_MAIN {
 | 
					 | 
				
			||||||
	S_MAIN_STOP_REQUIRED, /* TRX fatal error, it should be stopped */
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* SS_DEVICE signals */
 | 
					 | 
				
			||||||
enum SS_DEVICE {
 | 
					 | 
				
			||||||
	/* Device internal counters changed. Counters are provided as cb data
 | 
					 | 
				
			||||||
	   (struct device_counters). Must be sent with PTHREAD_CANCEL_DISABLE
 | 
					 | 
				
			||||||
	   to avoid deadlocks in case osmo-trx process is asked to exit. */
 | 
					 | 
				
			||||||
	S_DEVICE_COUNTER_CHANGE,
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* signal cb for signal <SS_DEVICE,S_DEVICE_COUNTER_CHANGE> */
 | 
					 | 
				
			||||||
struct device_counters {
 | 
					 | 
				
			||||||
	size_t chan;
 | 
					 | 
				
			||||||
	unsigned int rx_overruns;
 | 
					 | 
				
			||||||
	unsigned int tx_underruns;
 | 
					 | 
				
			||||||
	unsigned int rx_dropped_events;
 | 
					 | 
				
			||||||
	unsigned int rx_dropped_samples;
 | 
					 | 
				
			||||||
	unsigned int tx_dropped_events;
 | 
					 | 
				
			||||||
	unsigned int tx_dropped_samples;
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
@@ -1,336 +0,0 @@
 | 
				
			|||||||
/*
 | 
					 | 
				
			||||||
 * Copyright (C) 2019 sysmocom - s.f.m.c. GmbH
 | 
					 | 
				
			||||||
 * All Rights Reserved
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * Author: Pau Espin Pedrol <pespin@sysmocom.de>
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 | 
				
			||||||
 * (at your option) any later version.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
 * GNU Affero General Public License for more details.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * You should have received a copy of the GNU Affero General Public License
 | 
					 | 
				
			||||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
					 | 
				
			||||||
 * See the COPYING file in the main directory for details.
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/*
 | 
					 | 
				
			||||||
 * rate_ctr API uses several osmocom select loop features, and as a result,
 | 
					 | 
				
			||||||
 * calls to it must be done through the main thread (the one running the osmocom
 | 
					 | 
				
			||||||
 * loop in osmo-trx).
 | 
					 | 
				
			||||||
 * Since read/write from/to SDR is done in separate threads (even read and write
 | 
					 | 
				
			||||||
 * each use a different thread), we must use some sort of message passing system
 | 
					 | 
				
			||||||
 * between main thread feeding rate_ctr structures and the Rx/Tx threads
 | 
					 | 
				
			||||||
 * generating the events.
 | 
					 | 
				
			||||||
 * The idea is that upon read/write issues, lower layers (SDR APIs) provide us with
 | 
					 | 
				
			||||||
 * underrun/overrun/droppedPackets information, and in that case we pass that up
 | 
					 | 
				
			||||||
 * the stack through signal <SS_DEVICE,S_DEVICE_COUNTER_CHANGE> with signal_cb
 | 
					 | 
				
			||||||
 * being a pointer to a "struct device_counters" structure, which contains
 | 
					 | 
				
			||||||
 * device (implementation agnostic) statful counters for different kind of
 | 
					 | 
				
			||||||
 * statistics.
 | 
					 | 
				
			||||||
 * That signal is processed here in device_sig_cb, where a copy of the "struct
 | 
					 | 
				
			||||||
 * device_counters" structure is held and the main thread is instructed through
 | 
					 | 
				
			||||||
 * a timerfd to update rate_ctr APIs against this copy. All this is done inside
 | 
					 | 
				
			||||||
 * a mutex to avoid different race conditions (between Rx andTx threads, and
 | 
					 | 
				
			||||||
 * between Rx/Tx and main thread). For the same reason, callers of signal
 | 
					 | 
				
			||||||
 * <SS_DEVICE,S_DEVICE_COUNTER_CHANGE> (device_sig_cb), that is Rx/Tx threads,
 | 
					 | 
				
			||||||
 * must do so with PTHREAD_CANCEL_DISABLE, in order to avoid possible deadlocks
 | 
					 | 
				
			||||||
 * in case the main thread decides to cancel other threads due to a shutdown
 | 
					 | 
				
			||||||
 * operation (fi SIGKILL received)
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <string.h>
 | 
					 | 
				
			||||||
#include <stdint.h>
 | 
					 | 
				
			||||||
#include <inttypes.h>
 | 
					 | 
				
			||||||
#include <netinet/in.h>
 | 
					 | 
				
			||||||
#include <arpa/inet.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
extern "C" {
 | 
					 | 
				
			||||||
#include <osmocom/core/talloc.h>
 | 
					 | 
				
			||||||
#include <osmocom/core/utils.h>
 | 
					 | 
				
			||||||
#include <osmocom/core/rate_ctr.h>
 | 
					 | 
				
			||||||
#include <osmocom/core/select.h>
 | 
					 | 
				
			||||||
#include <osmocom/core/stats.h>
 | 
					 | 
				
			||||||
#include <osmocom/core/timer.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "osmo_signal.h"
 | 
					 | 
				
			||||||
#include "trx_vty.h"
 | 
					 | 
				
			||||||
#include "trx_rate_ctr.h"
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
#include "Threads.h"
 | 
					 | 
				
			||||||
#include "Logger.h"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Used in ctrs_pending, when set it means that channel slot contains unused
 | 
					 | 
				
			||||||
   (non-pending) counter data */
 | 
					 | 
				
			||||||
#define PENDING_CHAN_NONE SIZE_MAX
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static void *trx_rate_ctr_ctx;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static struct rate_ctr_group** rate_ctrs;
 | 
					 | 
				
			||||||
static struct device_counters* ctrs_pending;
 | 
					 | 
				
			||||||
static size_t chan_len;
 | 
					 | 
				
			||||||
static struct osmo_fd rate_ctr_timerfd;
 | 
					 | 
				
			||||||
static Mutex rate_ctr_mutex;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
struct osmo_timer_list threshold_timer;
 | 
					 | 
				
			||||||
static LLIST_HEAD(threshold_list);
 | 
					 | 
				
			||||||
static int threshold_timer_sched_secs;
 | 
					 | 
				
			||||||
static bool threshold_initied;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const struct value_string rate_ctr_intv[] = {
 | 
					 | 
				
			||||||
	{ RATE_CTR_INTV_SEC,	"per-second" },
 | 
					 | 
				
			||||||
	{ RATE_CTR_INTV_MIN,	"per-minute" },
 | 
					 | 
				
			||||||
	{ RATE_CTR_INTV_HOUR,	"per-hour" },
 | 
					 | 
				
			||||||
	{ RATE_CTR_INTV_DAY, 	"per-day" },
 | 
					 | 
				
			||||||
	{ 0, NULL }
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const struct value_string trx_chan_ctr_names[] = {
 | 
					 | 
				
			||||||
	{ TRX_CTR_RX_OVERRUNS,	"rx_overruns" },
 | 
					 | 
				
			||||||
	{ TRX_CTR_TX_UNDERRUNS,	"tx_underruns" },
 | 
					 | 
				
			||||||
	{ TRX_CTR_RX_DROP_EV,	"rx_drop_events" },
 | 
					 | 
				
			||||||
	{ TRX_CTR_RX_DROP_SMPL,	"rx_drop_samples" },
 | 
					 | 
				
			||||||
	{ TRX_CTR_TX_DROP_EV,	"tx_drop_events" },
 | 
					 | 
				
			||||||
	{ TRX_CTR_TX_DROP_SMPL,	"tx_drop_samples" },
 | 
					 | 
				
			||||||
	{ 0, NULL }
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static const struct rate_ctr_desc trx_chan_ctr_desc[] = {
 | 
					 | 
				
			||||||
	[TRX_CTR_RX_OVERRUNS]		= { "device:rx_overruns",	"Number of Rx overruns in FIFO queue" },
 | 
					 | 
				
			||||||
	[TRX_CTR_TX_UNDERRUNS]		= { "device:tx_underruns",	"Number of Tx underruns in FIFO queue" },
 | 
					 | 
				
			||||||
	[TRX_CTR_RX_DROP_EV]		= { "device:rx_drop_events",	"Number of times Rx samples were dropped by HW" },
 | 
					 | 
				
			||||||
	[TRX_CTR_RX_DROP_SMPL]		= { "device:rx_drop_samples",	"Number of Rx samples dropped by HW" },
 | 
					 | 
				
			||||||
	[TRX_CTR_TX_DROP_EV]		= { "device:tx_drop_events",	"Number of times Tx samples were dropped by HW" },
 | 
					 | 
				
			||||||
	[TRX_CTR_TX_DROP_SMPL]		= { "device:tx_drop_samples",	"Number of Tx samples dropped by HW" }
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static const struct rate_ctr_group_desc trx_chan_ctr_group_desc = {
 | 
					 | 
				
			||||||
	.group_name_prefix		= "trx:chan",
 | 
					 | 
				
			||||||
	.group_description		= "osmo-trx statistics",
 | 
					 | 
				
			||||||
	.class_id			= OSMO_STATS_CLASS_GLOBAL,
 | 
					 | 
				
			||||||
	.num_ctr			= ARRAY_SIZE(trx_chan_ctr_desc),
 | 
					 | 
				
			||||||
	.ctr_desc			= trx_chan_ctr_desc,
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static int rate_ctr_timerfd_cb(struct osmo_fd *ofd, unsigned int what) {
 | 
					 | 
				
			||||||
	size_t chan;
 | 
					 | 
				
			||||||
	struct rate_ctr *ctr;
 | 
					 | 
				
			||||||
	LOGC(DMAIN, NOTICE) << "Main thread is updating counters";
 | 
					 | 
				
			||||||
	rate_ctr_mutex.lock();
 | 
					 | 
				
			||||||
	for (chan = 0; chan < chan_len; chan++) {
 | 
					 | 
				
			||||||
		if (ctrs_pending[chan].chan == PENDING_CHAN_NONE)
 | 
					 | 
				
			||||||
			continue;
 | 
					 | 
				
			||||||
		LOGCHAN(chan, DMAIN, INFO) << "rate_ctr update";
 | 
					 | 
				
			||||||
		ctr = &rate_ctrs[chan]->ctr[TRX_CTR_RX_OVERRUNS];
 | 
					 | 
				
			||||||
		rate_ctr_add(ctr, ctrs_pending[chan].rx_overruns - ctr->current);
 | 
					 | 
				
			||||||
		ctr = &rate_ctrs[chan]->ctr[TRX_CTR_TX_UNDERRUNS];
 | 
					 | 
				
			||||||
		rate_ctr_add(ctr, ctrs_pending[chan].tx_underruns - ctr->current);
 | 
					 | 
				
			||||||
		ctr = &rate_ctrs[chan]->ctr[TRX_CTR_RX_DROP_EV];
 | 
					 | 
				
			||||||
		rate_ctr_add(ctr, ctrs_pending[chan].rx_dropped_events - ctr->current);
 | 
					 | 
				
			||||||
		ctr = &rate_ctrs[chan]->ctr[TRX_CTR_RX_DROP_SMPL];
 | 
					 | 
				
			||||||
		rate_ctr_add(ctr, ctrs_pending[chan].rx_dropped_samples - ctr->current);
 | 
					 | 
				
			||||||
		ctr = &rate_ctrs[chan]->ctr[TRX_CTR_TX_DROP_EV];
 | 
					 | 
				
			||||||
		rate_ctr_add(ctr, ctrs_pending[chan].tx_dropped_events - ctr->current);
 | 
					 | 
				
			||||||
		ctr = &rate_ctrs[chan]->ctr[TRX_CTR_TX_DROP_SMPL];
 | 
					 | 
				
			||||||
		rate_ctr_add(ctr, ctrs_pending[chan].tx_dropped_samples - ctr->current);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		/* Mark as done */
 | 
					 | 
				
			||||||
		ctrs_pending[chan].chan = PENDING_CHAN_NONE;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	if (osmo_timerfd_disable(&rate_ctr_timerfd) < 0)
 | 
					 | 
				
			||||||
		LOGC(DMAIN, ERROR) << "Failed to disable timerfd";
 | 
					 | 
				
			||||||
	rate_ctr_mutex.unlock();
 | 
					 | 
				
			||||||
	return 0;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Callback function to be called every time we receive a signal from DEVICE */
 | 
					 | 
				
			||||||
static int device_sig_cb(unsigned int subsys, unsigned int signal,
 | 
					 | 
				
			||||||
			 void *handler_data, void *signal_data)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	struct device_counters *ctr;
 | 
					 | 
				
			||||||
	/* Delay sched around 20 ms, in case we receive several calls from several
 | 
					 | 
				
			||||||
	 * channels batched */
 | 
					 | 
				
			||||||
	struct timespec next_sched = {.tv_sec = 0, .tv_nsec = 20*1000*1000};
 | 
					 | 
				
			||||||
	/* no automatic re-trigger */
 | 
					 | 
				
			||||||
	struct timespec intv_sched = {.tv_sec = 0, .tv_nsec = 0};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	switch (signal) {
 | 
					 | 
				
			||||||
	case S_DEVICE_COUNTER_CHANGE:
 | 
					 | 
				
			||||||
		ctr = (struct device_counters *)signal_data;
 | 
					 | 
				
			||||||
		LOGCHAN(ctr->chan, DMAIN, NOTICE) << "Received counter change from radioDevice";
 | 
					 | 
				
			||||||
		rate_ctr_mutex.lock();
 | 
					 | 
				
			||||||
		ctrs_pending[ctr->chan] = *ctr;
 | 
					 | 
				
			||||||
		if (osmo_timerfd_schedule(&rate_ctr_timerfd, &next_sched, &intv_sched) < 0) {
 | 
					 | 
				
			||||||
			LOGC(DMAIN, ERROR) << "Failed to schedule timerfd: " << errno << " = "<< strerror(errno);
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		rate_ctr_mutex.unlock();
 | 
					 | 
				
			||||||
		break;
 | 
					 | 
				
			||||||
	default:
 | 
					 | 
				
			||||||
		break;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	return 0;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/************************************
 | 
					 | 
				
			||||||
 * ctr_threshold  APIs
 | 
					 | 
				
			||||||
 ************************************/
 | 
					 | 
				
			||||||
static const char* ctr_threshold_2_vty_str(struct ctr_threshold *ctr)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	static char buf[256];
 | 
					 | 
				
			||||||
	int rc = 0;
 | 
					 | 
				
			||||||
	rc += snprintf(buf, sizeof(buf), "ctr-error-threshold %s", get_value_string(trx_chan_ctr_names, ctr->ctr_id));
 | 
					 | 
				
			||||||
	rc += snprintf(buf + rc, sizeof(buf) - rc, " %d %s", ctr->val, get_value_string(rate_ctr_intv, ctr->intv));
 | 
					 | 
				
			||||||
	return buf;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static void threshold_timer_cb(void *data)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	struct ctr_threshold *ctr_thr;
 | 
					 | 
				
			||||||
	struct rate_ctr *rate_ctr;
 | 
					 | 
				
			||||||
	size_t chan;
 | 
					 | 
				
			||||||
	LOGC(DMAIN, DEBUG) << "threshold_timer_cb fired!";
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	llist_for_each_entry(ctr_thr, &threshold_list, list) {
 | 
					 | 
				
			||||||
		for (chan = 0; chan < chan_len; chan++) {
 | 
					 | 
				
			||||||
			rate_ctr = &rate_ctrs[chan]->ctr[ctr_thr->ctr_id];
 | 
					 | 
				
			||||||
			LOGCHAN(chan, DMAIN, INFO) << "checking threshold: " << ctr_threshold_2_vty_str(ctr_thr)
 | 
					 | 
				
			||||||
						   << " ("<< rate_ctr->intv[ctr_thr->intv].rate << " vs " << ctr_thr->val << ")";
 | 
					 | 
				
			||||||
			if (rate_ctr->intv[ctr_thr->intv].rate >= ctr_thr->val) {
 | 
					 | 
				
			||||||
				LOGCHAN(chan, DMAIN, FATAL) << "threshold reached, stopping! " << ctr_threshold_2_vty_str(ctr_thr)
 | 
					 | 
				
			||||||
							   << " ("<< rate_ctr->intv[ctr_thr->intv].rate << " vs " << ctr_thr->val << ")";
 | 
					 | 
				
			||||||
				osmo_signal_dispatch(SS_MAIN, S_MAIN_STOP_REQUIRED, NULL);
 | 
					 | 
				
			||||||
				return;
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	osmo_timer_schedule(&threshold_timer, threshold_timer_sched_secs, 0);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static size_t ctr_threshold_2_seconds(struct ctr_threshold *ctr)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	size_t mult = 0;
 | 
					 | 
				
			||||||
	switch (ctr->intv) {
 | 
					 | 
				
			||||||
	case RATE_CTR_INTV_SEC:
 | 
					 | 
				
			||||||
		mult = 1;
 | 
					 | 
				
			||||||
		break;
 | 
					 | 
				
			||||||
	case RATE_CTR_INTV_MIN:
 | 
					 | 
				
			||||||
		mult = 60;
 | 
					 | 
				
			||||||
		break;
 | 
					 | 
				
			||||||
	case RATE_CTR_INTV_HOUR:
 | 
					 | 
				
			||||||
		mult = 60*60;
 | 
					 | 
				
			||||||
		break;
 | 
					 | 
				
			||||||
	case RATE_CTR_INTV_DAY:
 | 
					 | 
				
			||||||
		mult = 60*60*24;
 | 
					 | 
				
			||||||
		break;
 | 
					 | 
				
			||||||
	default:
 | 
					 | 
				
			||||||
		OSMO_ASSERT(false);
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	return mult;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static void threshold_timer_update_intv() {
 | 
					 | 
				
			||||||
	struct ctr_threshold *ctr, *min_ctr;
 | 
					 | 
				
			||||||
	size_t secs, min_secs;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* Avoid scheduling timer until itself and other structures are prepared
 | 
					 | 
				
			||||||
	   by trx_rate_ctr_init */
 | 
					 | 
				
			||||||
	if (!threshold_initied)
 | 
					 | 
				
			||||||
		return;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	if (llist_empty(&threshold_list)) {
 | 
					 | 
				
			||||||
		if (osmo_timer_pending(&threshold_timer))
 | 
					 | 
				
			||||||
			osmo_timer_del(&threshold_timer);
 | 
					 | 
				
			||||||
		return;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	min_ctr = llist_first_entry(&threshold_list, struct ctr_threshold, list);
 | 
					 | 
				
			||||||
	min_secs = ctr_threshold_2_seconds(min_ctr);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	llist_for_each_entry(ctr, &threshold_list, list) {
 | 
					 | 
				
			||||||
		secs = ctr_threshold_2_seconds(ctr);
 | 
					 | 
				
			||||||
		if( min_secs > secs)
 | 
					 | 
				
			||||||
			min_secs = secs;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	threshold_timer_sched_secs = OSMO_MAX(min_secs / 2 - 1, 1);
 | 
					 | 
				
			||||||
	LOGC(DMAIN, INFO) << "New ctr-error-threshold check interval: "
 | 
					 | 
				
			||||||
			  << threshold_timer_sched_secs << " seconds";
 | 
					 | 
				
			||||||
	osmo_timer_schedule(&threshold_timer, threshold_timer_sched_secs, 0);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Init rate_ctr subsystem. Expected to be called during process start by main thread before VTY is ready */
 | 
					 | 
				
			||||||
void trx_rate_ctr_init(void *ctx, struct trx_ctx* trx_ctx)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	size_t  i;
 | 
					 | 
				
			||||||
	trx_rate_ctr_ctx = ctx;
 | 
					 | 
				
			||||||
	chan_len = trx_ctx->cfg.num_chans;
 | 
					 | 
				
			||||||
	ctrs_pending = (struct device_counters*) talloc_zero_size(ctx, chan_len * sizeof(struct device_counters));
 | 
					 | 
				
			||||||
	rate_ctrs = (struct rate_ctr_group**) talloc_zero_size(ctx, chan_len * sizeof(struct rate_ctr_group*));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	for (i = 0; i < chan_len; i++) {
 | 
					 | 
				
			||||||
		ctrs_pending[i].chan = PENDING_CHAN_NONE;
 | 
					 | 
				
			||||||
		rate_ctrs[i] = rate_ctr_group_alloc(ctx, &trx_chan_ctr_group_desc, i);
 | 
					 | 
				
			||||||
		if (!rate_ctrs[i]) {
 | 
					 | 
				
			||||||
			LOGCHAN(i, DMAIN, ERROR) << "Failed to allocate rate ctr";
 | 
					 | 
				
			||||||
			exit(1);
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	rate_ctr_timerfd.fd = -1;
 | 
					 | 
				
			||||||
	if (osmo_timerfd_setup(&rate_ctr_timerfd, rate_ctr_timerfd_cb, NULL) < 0) {
 | 
					 | 
				
			||||||
		LOGC(DMAIN, ERROR) << "Failed to setup timerfd";
 | 
					 | 
				
			||||||
		exit(1);
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	osmo_signal_register_handler(SS_DEVICE, device_sig_cb, NULL);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* Now set up threshold checks */
 | 
					 | 
				
			||||||
	threshold_initied = true;
 | 
					 | 
				
			||||||
	osmo_timer_setup(&threshold_timer, threshold_timer_cb, NULL);
 | 
					 | 
				
			||||||
	threshold_timer_update_intv();
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
void trx_rate_ctr_threshold_add(struct ctr_threshold *ctr)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	struct ctr_threshold *new_ctr;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	new_ctr = talloc_zero(trx_rate_ctr_ctx, struct ctr_threshold);
 | 
					 | 
				
			||||||
	*new_ctr = *ctr;
 | 
					 | 
				
			||||||
	LOGC(DMAIN, NOTICE) << "Adding new threshold check: " << ctr_threshold_2_vty_str(new_ctr);
 | 
					 | 
				
			||||||
	llist_add(&new_ctr->list, &threshold_list);
 | 
					 | 
				
			||||||
	threshold_timer_update_intv();
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
int trx_rate_ctr_threshold_del(struct ctr_threshold *del_ctr)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	struct ctr_threshold *ctr;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	llist_for_each_entry(ctr, &threshold_list, list) {
 | 
					 | 
				
			||||||
		if (ctr->intv != del_ctr->intv ||
 | 
					 | 
				
			||||||
		    ctr->ctr_id != del_ctr->ctr_id ||
 | 
					 | 
				
			||||||
		    ctr->val != del_ctr->val)
 | 
					 | 
				
			||||||
			continue;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		LOGC(DMAIN, NOTICE) << "Deleting threshold check: " << ctr_threshold_2_vty_str(del_ctr);
 | 
					 | 
				
			||||||
		llist_del(&ctr->list);
 | 
					 | 
				
			||||||
		talloc_free(ctr);
 | 
					 | 
				
			||||||
		threshold_timer_update_intv();
 | 
					 | 
				
			||||||
		return 0;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	return -1;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
void trx_rate_ctr_threshold_write_config(struct vty *vty, char *indent_prefix)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	struct ctr_threshold *ctr;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	llist_for_each_entry(ctr, &threshold_list, list) {
 | 
					 | 
				
			||||||
		vty_out(vty, "%s%s%s", indent_prefix, ctr_threshold_2_vty_str(ctr), VTY_NEWLINE);
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -1,30 +0,0 @@
 | 
				
			|||||||
#pragma once
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <osmocom/core/rate_ctr.h>
 | 
					 | 
				
			||||||
#include <osmocom/vty/command.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
enum TrxCtr {
 | 
					 | 
				
			||||||
	TRX_CTR_RX_OVERRUNS,
 | 
					 | 
				
			||||||
	TRX_CTR_TX_UNDERRUNS,
 | 
					 | 
				
			||||||
	TRX_CTR_RX_DROP_EV,
 | 
					 | 
				
			||||||
	TRX_CTR_RX_DROP_SMPL,
 | 
					 | 
				
			||||||
	TRX_CTR_TX_DROP_EV,
 | 
					 | 
				
			||||||
	TRX_CTR_TX_DROP_SMPL,
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
struct ctr_threshold {
 | 
					 | 
				
			||||||
	/*! Linked list of all counter groups in the system */
 | 
					 | 
				
			||||||
	struct llist_head list;
 | 
					 | 
				
			||||||
	enum rate_ctr_intv intv;
 | 
					 | 
				
			||||||
	enum TrxCtr ctr_id;
 | 
					 | 
				
			||||||
	uint32_t val;
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
extern const struct value_string rate_ctr_intv[];
 | 
					 | 
				
			||||||
extern const struct value_string trx_chan_ctr_names[];
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
struct trx_ctx;
 | 
					 | 
				
			||||||
void trx_rate_ctr_init(void *ctx, struct trx_ctx* trx_ctx);
 | 
					 | 
				
			||||||
void trx_rate_ctr_threshold_add(struct ctr_threshold *ctr);
 | 
					 | 
				
			||||||
int trx_rate_ctr_threshold_del(struct ctr_threshold *del_ctr);
 | 
					 | 
				
			||||||
void trx_rate_ctr_threshold_write_config(struct vty *vty, char *indent_prefix);
 | 
					 | 
				
			||||||
@@ -1,24 +1,20 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * Copyright (C) 2018-2019 sysmocom - s.f.m.c. GmbH
 | 
					 * Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH
 | 
				
			||||||
 * All Rights Reserved
 | 
					 * All Rights Reserved
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 * This program is free software; you can redistribute it and/or modify
 | 
				
			||||||
 *
 | 
					 * it under the terms of the GNU General Public License as published by
 | 
				
			||||||
 * Author: Pau Espin Pedrol <pespin@sysmocom.de>
 | 
					 * the Free Software Foundation; either version 2 of the License, or
 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 | 
				
			||||||
 * (at your option) any later version.
 | 
					 * (at your option) any later version.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This program is distributed in the hope that it will be useful,
 | 
					 * This program is distributed in the hope that it will be useful,
 | 
				
			||||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
				
			||||||
 * GNU Affero General Public License for more details.
 | 
					 * GNU General Public License for more details.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * You should have received a copy of the GNU Affero General Public License
 | 
					 * You should have received a copy of the GNU General Public License
 | 
				
			||||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
					 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			||||||
 * See the COPYING file in the main directory for details.
 | 
					 *
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <string.h>
 | 
					#include <string.h>
 | 
				
			||||||
@@ -35,7 +31,6 @@
 | 
				
			|||||||
#include <osmocom/vty/vty.h>
 | 
					#include <osmocom/vty/vty.h>
 | 
				
			||||||
#include <osmocom/vty/misc.h>
 | 
					#include <osmocom/vty/misc.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "trx_rate_ctr.h"
 | 
					 | 
				
			||||||
#include "trx_vty.h"
 | 
					#include "trx_vty.h"
 | 
				
			||||||
#include "../config.h"
 | 
					#include "../config.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -44,29 +39,19 @@ static struct trx_ctx* g_trx_ctx;
 | 
				
			|||||||
static const struct value_string clock_ref_names[] = {
 | 
					static const struct value_string clock_ref_names[] = {
 | 
				
			||||||
	{ REF_INTERNAL,	"internal" },
 | 
						{ REF_INTERNAL,	"internal" },
 | 
				
			||||||
	{ REF_EXTERNAL,	"external" },
 | 
						{ REF_EXTERNAL,	"external" },
 | 
				
			||||||
	{ REF_GPS,	"gpsdo" },
 | 
						{ REF_GPS,	"gspdo" },
 | 
				
			||||||
	{ 0,		NULL }
 | 
						{ 0,		NULL }
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const struct value_string filler_names[] = {
 | 
					static const struct value_string filler_names[] = {
 | 
				
			||||||
	{ FILLER_DUMMY,		"Dummy bursts (C0 only)" },
 | 
						{ FILLER_DUMMY,		"Dummy bursts" },
 | 
				
			||||||
	{ FILLER_ZERO,		"Empty bursts" },
 | 
						{ FILLER_ZERO,		"Disabled" },
 | 
				
			||||||
	{ FILLER_NORM_RAND,	"GMSK Normal Bursts with random payload" },
 | 
						{ FILLER_NORM_RAND,	"Normal bursts with random payload" },
 | 
				
			||||||
	{ FILLER_EDGE_RAND,	"8-PSK Normal Bursts with random payload" },
 | 
						{ FILLER_EDGE_RAND,	"EDGE bursts with random payload" },
 | 
				
			||||||
	{ FILLER_ACCESS_RAND,	"Access Bursts with random payload" },
 | 
						{ FILLER_ACCESS_RAND,	"Access bursts with random payload" },
 | 
				
			||||||
	{ 0,			NULL }
 | 
						{ 0,			NULL }
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static const struct value_string filler_types[] = {
 | 
					 | 
				
			||||||
	{ FILLER_DUMMY,		"dummy" },
 | 
					 | 
				
			||||||
	{ FILLER_ZERO,		"zero" },
 | 
					 | 
				
			||||||
	{ FILLER_NORM_RAND,	"random-nb-gmsk" },
 | 
					 | 
				
			||||||
	{ FILLER_EDGE_RAND,	"random-nb-8psk" },
 | 
					 | 
				
			||||||
	{ FILLER_ACCESS_RAND,	"random-ab" },
 | 
					 | 
				
			||||||
	{ 0,			NULL }
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
struct trx_ctx *trx_from_vty(struct vty *v)
 | 
					struct trx_ctx *trx_from_vty(struct vty *v)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
        /* It can't hurt to force callers to continue to pass the vty instance
 | 
					        /* It can't hurt to force callers to continue to pass the vty instance
 | 
				
			||||||
@@ -182,10 +167,57 @@ DEFUN(cfg_rx_sps, cfg_rx_sps_cmd,
 | 
				
			|||||||
	return CMD_SUCCESS;
 | 
						return CMD_SUCCESS;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					DEFUN(cfg_test_rtsc, cfg_test_rtsc_cmd,
 | 
				
			||||||
 | 
						"test rtsc <0-7>",
 | 
				
			||||||
 | 
						"Set the Random Normal Burst test mode with TSC\n"
 | 
				
			||||||
 | 
						"TSC\n")
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						struct trx_ctx *trx = trx_from_vty(vty);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if (trx->cfg.rach_delay_set) {
 | 
				
			||||||
 | 
							vty_out(vty, "rach-delay and rtsc options are mutual-exclusive%s",
 | 
				
			||||||
 | 
								VTY_NEWLINE);
 | 
				
			||||||
 | 
							return CMD_WARNING;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						trx->cfg.rtsc_set = true;
 | 
				
			||||||
 | 
						trx->cfg.rtsc = atoi(argv[0]);
 | 
				
			||||||
 | 
						if (!trx->cfg.egprs) /* Don't override egprs which sets different filler */
 | 
				
			||||||
 | 
							trx->cfg.filler = FILLER_NORM_RAND;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						return CMD_SUCCESS;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					DEFUN(cfg_test_rach_delay, cfg_test_rach_delay_cmd,
 | 
				
			||||||
 | 
						"test rach-delay <0-68>",
 | 
				
			||||||
 | 
						"Set the Random Access Burst test mode with delay\n"
 | 
				
			||||||
 | 
						"RACH delay\n")
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						struct trx_ctx *trx = trx_from_vty(vty);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if (trx->cfg.rtsc_set) {
 | 
				
			||||||
 | 
							vty_out(vty, "rach-delay and rtsc options are mutual-exclusive%s",
 | 
				
			||||||
 | 
								VTY_NEWLINE);
 | 
				
			||||||
 | 
							return CMD_WARNING;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if (trx->cfg.egprs) {
 | 
				
			||||||
 | 
							vty_out(vty, "rach-delay and egprs options are mutual-exclusive%s",
 | 
				
			||||||
 | 
								VTY_NEWLINE);
 | 
				
			||||||
 | 
							return CMD_WARNING;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						trx->cfg.rach_delay_set = true;
 | 
				
			||||||
 | 
						trx->cfg.rach_delay = atoi(argv[0]);
 | 
				
			||||||
 | 
						trx->cfg.filler = FILLER_ACCESS_RAND;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						return CMD_SUCCESS;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DEFUN(cfg_clock_ref, cfg_clock_ref_cmd,
 | 
					DEFUN(cfg_clock_ref, cfg_clock_ref_cmd,
 | 
				
			||||||
	"clock-ref (internal|external|gpsdo)",
 | 
						"clock-ref (internal|external|gpsdo)",
 | 
				
			||||||
	"Set the Reference Clock\n"
 | 
						"Set the Reference Clock\n"
 | 
				
			||||||
	"Enable internal reference (default)\n"
 | 
						"Enable internal referece (default)\n"
 | 
				
			||||||
	"Enable external 10 MHz reference\n"
 | 
						"Enable external 10 MHz reference\n"
 | 
				
			||||||
	"Enable GPSDO reference\n")
 | 
						"Enable GPSDO reference\n")
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
@@ -204,16 +236,12 @@ DEFUN(cfg_multi_arfcn, cfg_multi_arfcn_cmd,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	if (strcmp("disable", argv[0]) == 0) {
 | 
						if (strcmp("disable", argv[0]) == 0) {
 | 
				
			||||||
		trx->cfg.multi_arfcn = false;
 | 
							trx->cfg.multi_arfcn = false;
 | 
				
			||||||
		return CMD_SUCCESS;
 | 
						} else if (strcmp("enable", argv[0]) == 0) {
 | 
				
			||||||
	}
 | 
							trx->cfg.multi_arfcn = true;
 | 
				
			||||||
 | 
						} else {
 | 
				
			||||||
	if (trx->cfg.num_chans > TRX_MCHAN_MAX) {
 | 
					 | 
				
			||||||
		vty_out(vty, "Up to %i channels are supported for multi-TRX mode%s",
 | 
					 | 
				
			||||||
			TRX_MCHAN_MAX, VTY_NEWLINE);
 | 
					 | 
				
			||||||
		return CMD_WARNING;
 | 
							return CMD_WARNING;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	trx->cfg.multi_arfcn = true;
 | 
					 | 
				
			||||||
	return CMD_SUCCESS;
 | 
						return CMD_SUCCESS;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -268,6 +296,7 @@ DEFUN(cfg_egprs, cfg_egprs_cmd,
 | 
				
			|||||||
		trx->cfg.egprs = false;
 | 
							trx->cfg.egprs = false;
 | 
				
			||||||
	} else if (strcmp("enable", argv[0]) == 0) {
 | 
						} else if (strcmp("enable", argv[0]) == 0) {
 | 
				
			||||||
		trx->cfg.egprs = true;
 | 
							trx->cfg.egprs = true;
 | 
				
			||||||
 | 
							trx->cfg.filler = FILLER_EDGE_RAND;
 | 
				
			||||||
	} else {
 | 
						} else {
 | 
				
			||||||
		return CMD_WARNING;
 | 
							return CMD_WARNING;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -275,21 +304,6 @@ DEFUN(cfg_egprs, cfg_egprs_cmd,
 | 
				
			|||||||
	return CMD_SUCCESS;
 | 
						return CMD_SUCCESS;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DEFUN(cfg_ext_rach, cfg_ext_rach_cmd,
 | 
					 | 
				
			||||||
	"ext-rach (disable|enable)",
 | 
					 | 
				
			||||||
	"Enable extended (11-bit) RACH (default=disable)\n")
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	if (strcmp("disable", argv[0]) == 0)
 | 
					 | 
				
			||||||
		trx->cfg.ext_rach = false;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	if (strcmp("enable", argv[0]) == 0)
 | 
					 | 
				
			||||||
		trx->cfg.ext_rach = true;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	return CMD_SUCCESS;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
DEFUN(cfg_rt_prio, cfg_rt_prio_cmd,
 | 
					DEFUN(cfg_rt_prio, cfg_rt_prio_cmd,
 | 
				
			||||||
	"rt-prio <1-32>",
 | 
						"rt-prio <1-32>",
 | 
				
			||||||
	"Set the SCHED_RR real-time priority\n"
 | 
						"Set the SCHED_RR real-time priority\n"
 | 
				
			||||||
@@ -302,171 +316,14 @@ DEFUN(cfg_rt_prio, cfg_rt_prio_cmd,
 | 
				
			|||||||
	return CMD_SUCCESS;
 | 
						return CMD_SUCCESS;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DEFUN(cfg_stack_size, cfg_stack_size_cmd,
 | 
					DEFUN(cfg_filler, cfg_filler_cmd,
 | 
				
			||||||
	"stack-size <0-2147483647>",
 | 
						"filler dummy",
 | 
				
			||||||
	"Set the stack size per thread in BYTE, 0 = OS default\n"
 | 
						"Enable C0 filler table\n"
 | 
				
			||||||
	"Stack size per thread in BYTE\n")
 | 
						"Dummy method\n")
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
						struct trx_ctx *trx = trx_from_vty(vty);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	trx->cfg.stack_size = atoi(argv[0]);
 | 
						trx->cfg.filler = FILLER_DUMMY;
 | 
				
			||||||
 | 
					 | 
				
			||||||
	return CMD_SUCCESS;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
DEFUN(cfg_filler, cfg_filler_type_cmd,
 | 
					 | 
				
			||||||
	"filler type (zero|dummy|random-nb-gmsk|random-nb-8psk|random-ab)",
 | 
					 | 
				
			||||||
	"Filler burst settings\n"
 | 
					 | 
				
			||||||
	"Filler burst type (default=zero)\n"
 | 
					 | 
				
			||||||
	"Send an empty burst when there is nothing to send (default)\n"
 | 
					 | 
				
			||||||
	"Send a dummy burst when there is nothing to send on C0 (TRX0) and empty burst on other channels."
 | 
					 | 
				
			||||||
	" Use for OpenBTS compatibility only, don't use with OsmoBTS as it breaks encryption.\n"
 | 
					 | 
				
			||||||
	"Send a GMSK modulated Normal Burst with random bits when there is nothing to send."
 | 
					 | 
				
			||||||
	" Use for spectrum mask testing. Configure 'filler tsc' to set training sequence.\n"
 | 
					 | 
				
			||||||
	"Send an 8-PSK modulated Normal Burst with random bits when there is nothing to send."
 | 
					 | 
				
			||||||
	" Use for spectrum mask testing. Configure 'filler tsc' to set training sequence.\n"
 | 
					 | 
				
			||||||
	"Send an Access Burst with random bits when there is nothing to send. Use for Rx/Tx alignment."
 | 
					 | 
				
			||||||
	" Configure 'filler access-burst-delay' to introduce artificial delay.\n"
 | 
					 | 
				
			||||||
)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
					 | 
				
			||||||
	// trx->cfg.filler is unsigned, so we need an interim int var to detect errors
 | 
					 | 
				
			||||||
	int type = get_string_value(filler_types, argv[0]);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	if (type < 0) {
 | 
					 | 
				
			||||||
		trx->cfg.filler = FILLER_ZERO;
 | 
					 | 
				
			||||||
		return CMD_WARNING;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	trx->cfg.filler = type;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	return CMD_SUCCESS;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
DEFUN(cfg_test_rtsc, cfg_filler_tsc_cmd,
 | 
					 | 
				
			||||||
	"filler tsc <0-7>",
 | 
					 | 
				
			||||||
	"Filler burst settings\n"
 | 
					 | 
				
			||||||
	"Set the TSC for GMSK/8-PSK Normal Burst random fillers. Used only with 'random-nb-gmsk' and"
 | 
					 | 
				
			||||||
	" 'random-nb-8psk' filler types. (default=0)\n"
 | 
					 | 
				
			||||||
	"TSC\n")
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	trx->cfg.rtsc = atoi(argv[0]);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	return CMD_SUCCESS;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
DEFUN(cfg_test_rach_delay, cfg_filler_rach_delay_cmd,
 | 
					 | 
				
			||||||
	"filler access-burst-delay <0-68>",
 | 
					 | 
				
			||||||
	"Filler burst settings\n"
 | 
					 | 
				
			||||||
	"Set the delay for Access Burst random fillers. Used only with 'random-ab' filler type. (default=0)\n"
 | 
					 | 
				
			||||||
	"RACH delay in symbols\n")
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	trx->cfg.rach_delay = atoi(argv[0]);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	return CMD_SUCCESS;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static int vty_ctr_name_2_id(const char* str) {
 | 
					 | 
				
			||||||
	size_t i;
 | 
					 | 
				
			||||||
	for (i = 0; trx_chan_ctr_names[i].str; i++) {
 | 
					 | 
				
			||||||
		if (strstr(trx_chan_ctr_names[i].str, str)) {
 | 
					 | 
				
			||||||
			return i;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	return -1;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static int vty_intv_name_2_id(const char* str) {
 | 
					 | 
				
			||||||
	size_t i;
 | 
					 | 
				
			||||||
	for (i = 0; rate_ctr_intv[i].str; i++) {
 | 
					 | 
				
			||||||
		if (strcmp(rate_ctr_intv[i].str, str) == 0) {
 | 
					 | 
				
			||||||
			return i;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	return -1;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define THRESHOLD_ARGS "(rx_overruns|tx_underruns|rx_drop_events|rx_drop_samples|tx_drop_events|tx_drop_samples)"
 | 
					 | 
				
			||||||
#define THRESHOLD_STR_VAL(s) "Set threshold value for rate_ctr device:" OSMO_STRINGIFY_VAL(s) "\n"
 | 
					 | 
				
			||||||
#define THRESHOLD_STRS \
 | 
					 | 
				
			||||||
	THRESHOLD_STR_VAL(rx_overruns) \
 | 
					 | 
				
			||||||
	THRESHOLD_STR_VAL(tx_underruns) \
 | 
					 | 
				
			||||||
	THRESHOLD_STR_VAL(rx_drop_events) \
 | 
					 | 
				
			||||||
	THRESHOLD_STR_VAL(rx_drop_samples) \
 | 
					 | 
				
			||||||
	THRESHOLD_STR_VAL(tx_drop_events) \
 | 
					 | 
				
			||||||
	THRESHOLD_STR_VAL(tx_drop_samples)
 | 
					 | 
				
			||||||
#define INTV_ARGS "(per-second|per-minute|per-hour|per-day)"
 | 
					 | 
				
			||||||
#define INTV_STR_VAL(s) "Threshold value sampled " OSMO_STRINGIFY_VAL(s) "\n"
 | 
					 | 
				
			||||||
#define INTV_STRS \
 | 
					 | 
				
			||||||
	INTV_STR_VAL(per-second) \
 | 
					 | 
				
			||||||
	INTV_STR_VAL(per-minute) \
 | 
					 | 
				
			||||||
	INTV_STR_VAL(per-hour) \
 | 
					 | 
				
			||||||
	INTV_STR_VAL(per-day)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
DEFUN(cfg_ctr_error_threshold, cfg_ctr_error_threshold_cmd,
 | 
					 | 
				
			||||||
	"ctr-error-threshold " THRESHOLD_ARGS " <0-65535> " INTV_ARGS,
 | 
					 | 
				
			||||||
	"Threshold rate for error counter\n"
 | 
					 | 
				
			||||||
	THRESHOLD_STRS
 | 
					 | 
				
			||||||
	"Value to set for threshold\n"
 | 
					 | 
				
			||||||
	INTV_STRS)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	int rc;
 | 
					 | 
				
			||||||
	struct ctr_threshold ctr;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
					 | 
				
			||||||
	rc = vty_ctr_name_2_id(argv[0]);
 | 
					 | 
				
			||||||
	if (rc < 0) {
 | 
					 | 
				
			||||||
		vty_out(vty, "No valid ctr_name found for ctr-error-threshold %s%s",
 | 
					 | 
				
			||||||
			argv[0], VTY_NEWLINE);
 | 
					 | 
				
			||||||
		return CMD_WARNING;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	ctr.ctr_id = (enum TrxCtr)rc;
 | 
					 | 
				
			||||||
	ctr.val = atoi(argv[1]);
 | 
					 | 
				
			||||||
	rc = vty_intv_name_2_id(argv[2]);
 | 
					 | 
				
			||||||
	if (rc < 0) {
 | 
					 | 
				
			||||||
		vty_out(vty, "No valid time frame found for ctr-error-threshold %s %d %s%s",
 | 
					 | 
				
			||||||
			argv[0], ctr.val, argv[2], VTY_NEWLINE);
 | 
					 | 
				
			||||||
		return CMD_WARNING;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	ctr.intv = (enum rate_ctr_intv) rc;
 | 
					 | 
				
			||||||
	trx_rate_ctr_threshold_add(&ctr);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	return CMD_SUCCESS;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
DEFUN(cfg_no_ctr_error_threshold, cfg_no_ctr_error_threshold_cmd,
 | 
					 | 
				
			||||||
	"no ctr-error-threshold " THRESHOLD_ARGS " <0-65535> " INTV_ARGS,
 | 
					 | 
				
			||||||
	NO_STR "Threshold rate for error counter\n"
 | 
					 | 
				
			||||||
	THRESHOLD_STRS
 | 
					 | 
				
			||||||
	"Value to set for threshold\n"
 | 
					 | 
				
			||||||
	INTV_STRS)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	int rc;
 | 
					 | 
				
			||||||
	struct ctr_threshold ctr;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
					 | 
				
			||||||
	rc = vty_ctr_name_2_id(argv[0]);
 | 
					 | 
				
			||||||
	if (rc < 0) {
 | 
					 | 
				
			||||||
		vty_out(vty, "No valid ctr_name found for ctr-error-threshold %s%s",
 | 
					 | 
				
			||||||
			argv[0], VTY_NEWLINE);
 | 
					 | 
				
			||||||
		return CMD_WARNING;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	ctr.ctr_id = (enum TrxCtr)rc;
 | 
					 | 
				
			||||||
	ctr.val = atoi(argv[1]);
 | 
					 | 
				
			||||||
	rc = vty_intv_name_2_id(argv[2]);
 | 
					 | 
				
			||||||
	if (rc < 0) {
 | 
					 | 
				
			||||||
		vty_out(vty, "No valid time frame found for ctr-error-threshold %s %d %s%s",
 | 
					 | 
				
			||||||
			argv[0], ctr.val, argv[2], VTY_NEWLINE);
 | 
					 | 
				
			||||||
		return CMD_WARNING;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	ctr.intv = (enum rate_ctr_intv) rc;
 | 
					 | 
				
			||||||
	if (trx_rate_ctr_threshold_del(&ctr) < 0) {
 | 
					 | 
				
			||||||
		vty_out(vty, "no ctr-error-threshold: Entry to delete not found%s", VTY_NEWLINE);
 | 
					 | 
				
			||||||
		return CMD_WARNING;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return CMD_SUCCESS;
 | 
						return CMD_SUCCESS;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -482,12 +339,7 @@ DEFUN(cfg_chan, cfg_chan_cmd,
 | 
				
			|||||||
	if (idx >= TRX_CHAN_MAX) {
 | 
						if (idx >= TRX_CHAN_MAX) {
 | 
				
			||||||
		vty_out(vty, "Chan list full.%s", VTY_NEWLINE);
 | 
							vty_out(vty, "Chan list full.%s", VTY_NEWLINE);
 | 
				
			||||||
		return CMD_WARNING;
 | 
							return CMD_WARNING;
 | 
				
			||||||
	} else if (trx->cfg.multi_arfcn && trx->cfg.num_chans >= TRX_MCHAN_MAX) {
 | 
					 | 
				
			||||||
		vty_out(vty, "Up to %i channels are supported for multi-TRX mode%s",
 | 
					 | 
				
			||||||
			TRX_MCHAN_MAX, VTY_NEWLINE);
 | 
					 | 
				
			||||||
		return CMD_WARNING;
 | 
					 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					 | 
				
			||||||
	if (trx->cfg.num_chans < idx) { /* Unexisting or creating non-consecutive */
 | 
						if (trx->cfg.num_chans < idx) { /* Unexisting or creating non-consecutive */
 | 
				
			||||||
		vty_out(vty, "Non-existent or non-consecutive chan %d.%s",
 | 
							vty_out(vty, "Non-existent or non-consecutive chan %d.%s",
 | 
				
			||||||
				idx, VTY_NEWLINE);
 | 
									idx, VTY_NEWLINE);
 | 
				
			||||||
@@ -552,6 +404,10 @@ static int config_write_trx(struct vty *vty)
 | 
				
			|||||||
		vty_out(vty, " tx-sps %u%s", trx->cfg.tx_sps, VTY_NEWLINE);
 | 
							vty_out(vty, " tx-sps %u%s", trx->cfg.tx_sps, VTY_NEWLINE);
 | 
				
			||||||
	if (trx->cfg.rx_sps != DEFAULT_RX_SPS)
 | 
						if (trx->cfg.rx_sps != DEFAULT_RX_SPS)
 | 
				
			||||||
		vty_out(vty, " rx-sps %u%s", trx->cfg.rx_sps, VTY_NEWLINE);
 | 
							vty_out(vty, " rx-sps %u%s", trx->cfg.rx_sps, VTY_NEWLINE);
 | 
				
			||||||
 | 
						if (trx->cfg.rtsc_set)
 | 
				
			||||||
 | 
							vty_out(vty, " test rtsc %u%s", trx->cfg.rtsc, VTY_NEWLINE);
 | 
				
			||||||
 | 
						if (trx->cfg.rach_delay_set)
 | 
				
			||||||
 | 
							vty_out(vty, " test rach-delay %u%s", trx->cfg.rach_delay, VTY_NEWLINE);
 | 
				
			||||||
	if (trx->cfg.clock_ref != REF_INTERNAL)
 | 
						if (trx->cfg.clock_ref != REF_INTERNAL)
 | 
				
			||||||
		vty_out(vty, " clock-ref %s%s", get_value_string(clock_ref_names, trx->cfg.clock_ref), VTY_NEWLINE);
 | 
							vty_out(vty, " clock-ref %s%s", get_value_string(clock_ref_names, trx->cfg.clock_ref), VTY_NEWLINE);
 | 
				
			||||||
	vty_out(vty, " multi-arfcn %s%s", trx->cfg.multi_arfcn ? "enable" : "disable", VTY_NEWLINE);
 | 
						vty_out(vty, " multi-arfcn %s%s", trx->cfg.multi_arfcn ? "enable" : "disable", VTY_NEWLINE);
 | 
				
			||||||
@@ -561,18 +417,8 @@ static int config_write_trx(struct vty *vty)
 | 
				
			|||||||
		vty_out(vty, " rssi-offset %f%s", trx->cfg.rssi_offset, VTY_NEWLINE);
 | 
							vty_out(vty, " rssi-offset %f%s", trx->cfg.rssi_offset, VTY_NEWLINE);
 | 
				
			||||||
	vty_out(vty, " swap-channels %s%s", trx->cfg.swap_channels ? "enable" : "disable", VTY_NEWLINE);
 | 
						vty_out(vty, " swap-channels %s%s", trx->cfg.swap_channels ? "enable" : "disable", VTY_NEWLINE);
 | 
				
			||||||
	vty_out(vty, " egprs %s%s", trx->cfg.egprs ? "enable" : "disable", VTY_NEWLINE);
 | 
						vty_out(vty, " egprs %s%s", trx->cfg.egprs ? "enable" : "disable", VTY_NEWLINE);
 | 
				
			||||||
	vty_out(vty, " ext-rach %s%s", trx->cfg.ext_rach ? "enable" : "disable", VTY_NEWLINE);
 | 
					 | 
				
			||||||
	if (trx->cfg.sched_rr != 0)
 | 
						if (trx->cfg.sched_rr != 0)
 | 
				
			||||||
		vty_out(vty, " rt-prio %u%s", trx->cfg.sched_rr, VTY_NEWLINE);
 | 
							vty_out(vty, " rt-prio %u%s", trx->cfg.sched_rr, VTY_NEWLINE);
 | 
				
			||||||
	if (trx->cfg.filler != FILLER_ZERO)
 | 
					 | 
				
			||||||
		vty_out(vty, " filler type %s%s", get_value_string(filler_types, trx->cfg.filler), VTY_NEWLINE);
 | 
					 | 
				
			||||||
	if (trx->cfg.rtsc > 0)
 | 
					 | 
				
			||||||
		vty_out(vty, " filler tsc %u%s", trx->cfg.rtsc, VTY_NEWLINE);
 | 
					 | 
				
			||||||
	if (trx->cfg.rach_delay > 0)
 | 
					 | 
				
			||||||
		vty_out(vty, " filler access-burst-delay %u%s", trx->cfg.rach_delay, VTY_NEWLINE);
 | 
					 | 
				
			||||||
	if (trx->cfg.stack_size != 0)
 | 
					 | 
				
			||||||
		vty_out(vty, " stack-size %u%s", trx->cfg.stack_size, VTY_NEWLINE);
 | 
					 | 
				
			||||||
	trx_rate_ctr_threshold_write_config(vty, " ");
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	for (i = 0; i < trx->cfg.num_chans; i++) {
 | 
						for (i = 0; i < trx->cfg.num_chans; i++) {
 | 
				
			||||||
		chan = &trx->cfg.chans[i];
 | 
							chan = &trx->cfg.chans[i];
 | 
				
			||||||
@@ -597,19 +443,19 @@ static void trx_dump_vty(struct vty *vty, struct trx_ctx *trx)
 | 
				
			|||||||
	vty_out(vty, " Device args: %s%s", trx->cfg.dev_args, VTY_NEWLINE);
 | 
						vty_out(vty, " Device args: %s%s", trx->cfg.dev_args, VTY_NEWLINE);
 | 
				
			||||||
	vty_out(vty, " Tx Samples-per-Symbol: %u%s", trx->cfg.tx_sps, VTY_NEWLINE);
 | 
						vty_out(vty, " Tx Samples-per-Symbol: %u%s", trx->cfg.tx_sps, VTY_NEWLINE);
 | 
				
			||||||
	vty_out(vty, " Rx Samples-per-Symbol: %u%s", trx->cfg.rx_sps, VTY_NEWLINE);
 | 
						vty_out(vty, " Rx Samples-per-Symbol: %u%s", trx->cfg.rx_sps, VTY_NEWLINE);
 | 
				
			||||||
	vty_out(vty, " Filler Burst Type: %s%s", get_value_string(filler_names, trx->cfg.filler), VTY_NEWLINE);
 | 
						vty_out(vty, " Test Mode: TSC: %u (%s)%s", trx->cfg.rtsc,
 | 
				
			||||||
	vty_out(vty, " Filler Burst TSC: %u%s", trx->cfg.rtsc, VTY_NEWLINE);
 | 
							trx->cfg.rtsc_set ? "Enabled" : "Disabled", VTY_NEWLINE);
 | 
				
			||||||
	vty_out(vty, " Filler Burst RACH Delay: %u%s", trx->cfg.rach_delay, VTY_NEWLINE);
 | 
						vty_out(vty, " Test Mode: RACH Delay: %u (%s)%s", trx->cfg.rach_delay,
 | 
				
			||||||
 | 
							trx->cfg.rach_delay_set ? "Enabled" : "Disabled", VTY_NEWLINE);
 | 
				
			||||||
 | 
						vty_out(vty, " C0 Filler Table: %s%s", get_value_string(filler_names, trx->cfg.filler), VTY_NEWLINE);
 | 
				
			||||||
	vty_out(vty, " Clock Reference: %s%s", get_value_string(clock_ref_names, trx->cfg.clock_ref), VTY_NEWLINE);
 | 
						vty_out(vty, " Clock Reference: %s%s", get_value_string(clock_ref_names, trx->cfg.clock_ref), VTY_NEWLINE);
 | 
				
			||||||
	vty_out(vty, " Multi-Carrier: %s%s", trx->cfg.multi_arfcn ? "Enabled" : "Disabled", VTY_NEWLINE);
 | 
						vty_out(vty, " Multi-Carrier: %s%s", trx->cfg.multi_arfcn ? "Enabled" : "Disabled", VTY_NEWLINE);
 | 
				
			||||||
	vty_out(vty, " Tuning offset: %f%s", trx->cfg.offset, VTY_NEWLINE);
 | 
						vty_out(vty, " Tuning offset: %f%s", trx->cfg.offset, VTY_NEWLINE);
 | 
				
			||||||
	vty_out(vty, " RSSI to dBm offset: %f%s", trx->cfg.rssi_offset, VTY_NEWLINE);
 | 
						vty_out(vty, " RSSI to dBm offset: %f%s", trx->cfg.rssi_offset, VTY_NEWLINE);
 | 
				
			||||||
	vty_out(vty, " Swap channels: %s%s", trx->cfg.swap_channels ? "Enabled" : "Disabled", VTY_NEWLINE);
 | 
						vty_out(vty, " Swap channels: %s%s", trx->cfg.swap_channels ? "Enabled" : "Disabled", VTY_NEWLINE);
 | 
				
			||||||
	vty_out(vty, " EDGE support: %s%s", trx->cfg.egprs ? "Enabled" : "Disabled", VTY_NEWLINE);
 | 
						vty_out(vty, " EDGE support: %s%s", trx->cfg.egprs ? "Enabled" : "Disabled", VTY_NEWLINE);
 | 
				
			||||||
	vty_out(vty, " Extended RACH support: %s%s", trx->cfg.ext_rach ? "Enabled" : "Disabled", VTY_NEWLINE);
 | 
					 | 
				
			||||||
	vty_out(vty, " Real Time Priority: %u (%s)%s", trx->cfg.sched_rr,
 | 
						vty_out(vty, " Real Time Priority: %u (%s)%s", trx->cfg.sched_rr,
 | 
				
			||||||
		trx->cfg.sched_rr ? "Enabled" : "Disabled", VTY_NEWLINE);
 | 
							trx->cfg.sched_rr ? "Enabled" : "Disabled", VTY_NEWLINE);
 | 
				
			||||||
	vty_out(vty, " Stack size per Thread in BYTE (0 = OS default): %u%s", trx->cfg.stack_size, VTY_NEWLINE);
 | 
					 | 
				
			||||||
	vty_out(vty, " Channels: %u%s", trx->cfg.num_chans, VTY_NEWLINE);
 | 
						vty_out(vty, " Channels: %u%s", trx->cfg.num_chans, VTY_NEWLINE);
 | 
				
			||||||
	for (i = 0; i < trx->cfg.num_chans; i++) {
 | 
						for (i = 0; i < trx->cfg.num_chans; i++) {
 | 
				
			||||||
		chan = &trx->cfg.chans[i];
 | 
							chan = &trx->cfg.chans[i];
 | 
				
			||||||
@@ -668,7 +514,6 @@ static int trx_vty_go_parent(struct vty *vty)
 | 
				
			|||||||
static const char trx_copyright[] =
 | 
					static const char trx_copyright[] =
 | 
				
			||||||
	"Copyright (C) 2007-2014 Free Software Foundation, Inc.\r\n"
 | 
						"Copyright (C) 2007-2014 Free Software Foundation, Inc.\r\n"
 | 
				
			||||||
	"Copyright (C) 2013 Thomas Tsou <tom@tsou.cc>\r\n"
 | 
						"Copyright (C) 2013 Thomas Tsou <tom@tsou.cc>\r\n"
 | 
				
			||||||
	"Copyright (C) 2013-2019 Fairwaves, Inc.\r\n"
 | 
					 | 
				
			||||||
	"Copyright (C) 2015 Ettus Research LLC\r\n"
 | 
						"Copyright (C) 2015 Ettus Research LLC\r\n"
 | 
				
			||||||
	"Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH <info@sysmocom.de>\r\n"
 | 
						"Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH <info@sysmocom.de>\r\n"
 | 
				
			||||||
	"License AGPLv3+: GNU AGPL version 3 or later <http://gnu.org/licenses/agpl-3.0.html>\r\n"
 | 
						"License AGPLv3+: GNU AGPL version 3 or later <http://gnu.org/licenses/agpl-3.0.html>\r\n"
 | 
				
			||||||
@@ -711,20 +556,16 @@ int trx_vty_init(struct trx_ctx* trx)
 | 
				
			|||||||
	install_element(TRX_NODE, &cfg_dev_args_cmd);
 | 
						install_element(TRX_NODE, &cfg_dev_args_cmd);
 | 
				
			||||||
	install_element(TRX_NODE, &cfg_tx_sps_cmd);
 | 
						install_element(TRX_NODE, &cfg_tx_sps_cmd);
 | 
				
			||||||
	install_element(TRX_NODE, &cfg_rx_sps_cmd);
 | 
						install_element(TRX_NODE, &cfg_rx_sps_cmd);
 | 
				
			||||||
 | 
						install_element(TRX_NODE, &cfg_test_rtsc_cmd);
 | 
				
			||||||
 | 
						install_element(TRX_NODE, &cfg_test_rach_delay_cmd);
 | 
				
			||||||
	install_element(TRX_NODE, &cfg_clock_ref_cmd);
 | 
						install_element(TRX_NODE, &cfg_clock_ref_cmd);
 | 
				
			||||||
	install_element(TRX_NODE, &cfg_multi_arfcn_cmd);
 | 
						install_element(TRX_NODE, &cfg_multi_arfcn_cmd);
 | 
				
			||||||
	install_element(TRX_NODE, &cfg_offset_cmd);
 | 
						install_element(TRX_NODE, &cfg_offset_cmd);
 | 
				
			||||||
	install_element(TRX_NODE, &cfg_rssi_offset_cmd);
 | 
						install_element(TRX_NODE, &cfg_rssi_offset_cmd);
 | 
				
			||||||
	install_element(TRX_NODE, &cfg_swap_channels_cmd);
 | 
						install_element(TRX_NODE, &cfg_swap_channels_cmd);
 | 
				
			||||||
	install_element(TRX_NODE, &cfg_egprs_cmd);
 | 
						install_element(TRX_NODE, &cfg_egprs_cmd);
 | 
				
			||||||
	install_element(TRX_NODE, &cfg_ext_rach_cmd);
 | 
					 | 
				
			||||||
	install_element(TRX_NODE, &cfg_rt_prio_cmd);
 | 
						install_element(TRX_NODE, &cfg_rt_prio_cmd);
 | 
				
			||||||
	install_element(TRX_NODE, &cfg_filler_type_cmd);
 | 
						install_element(TRX_NODE, &cfg_filler_cmd);
 | 
				
			||||||
	install_element(TRX_NODE, &cfg_filler_tsc_cmd);
 | 
					 | 
				
			||||||
	install_element(TRX_NODE, &cfg_filler_rach_delay_cmd);
 | 
					 | 
				
			||||||
	install_element(TRX_NODE, &cfg_ctr_error_threshold_cmd);
 | 
					 | 
				
			||||||
	install_element(TRX_NODE, &cfg_no_ctr_error_threshold_cmd);
 | 
					 | 
				
			||||||
	install_element(TRX_NODE, &cfg_stack_size_cmd);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	install_element(TRX_NODE, &cfg_chan_cmd);
 | 
						install_element(TRX_NODE, &cfg_chan_cmd);
 | 
				
			||||||
	install_node(&chan_node, dummy_config_write);
 | 
						install_node(&chan_node, dummy_config_write);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,12 +5,8 @@
 | 
				
			|||||||
#include "config_defs.h"
 | 
					#include "config_defs.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern struct vty_app_info g_vty_info;
 | 
					extern struct vty_app_info g_vty_info;
 | 
				
			||||||
extern const struct value_string filler_names[];
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Maximum number of physical RF channels */
 | 
					 | 
				
			||||||
#define TRX_CHAN_MAX 8
 | 
					#define TRX_CHAN_MAX 8
 | 
				
			||||||
/* Maximum number of carriers in multi-ARFCN mode */
 | 
					 | 
				
			||||||
#define TRX_MCHAN_MAX 3
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Samples-per-symbol for downlink path
 | 
					/* Samples-per-symbol for downlink path
 | 
				
			||||||
 *     4 - Uses precision modulator (more computation, less distortion)
 | 
					 *     4 - Uses precision modulator (more computation, less distortion)
 | 
				
			||||||
@@ -52,17 +48,17 @@ struct trx_ctx {
 | 
				
			|||||||
		unsigned int tx_sps;
 | 
							unsigned int tx_sps;
 | 
				
			||||||
		unsigned int rx_sps;
 | 
							unsigned int rx_sps;
 | 
				
			||||||
		unsigned int rtsc;
 | 
							unsigned int rtsc;
 | 
				
			||||||
 | 
							bool rtsc_set;
 | 
				
			||||||
		unsigned int rach_delay;
 | 
							unsigned int rach_delay;
 | 
				
			||||||
 | 
							bool rach_delay_set;
 | 
				
			||||||
		enum ReferenceType clock_ref;
 | 
							enum ReferenceType clock_ref;
 | 
				
			||||||
		enum FillerType filler;
 | 
							enum FillerType filler;
 | 
				
			||||||
		bool multi_arfcn;
 | 
							bool multi_arfcn;
 | 
				
			||||||
		double offset;
 | 
							double offset;
 | 
				
			||||||
		double rssi_offset;
 | 
							double rssi_offset;
 | 
				
			||||||
		bool swap_channels;
 | 
							bool swap_channels;
 | 
				
			||||||
		bool ext_rach;
 | 
					 | 
				
			||||||
		bool egprs;
 | 
							bool egprs;
 | 
				
			||||||
		unsigned int sched_rr;
 | 
							unsigned int sched_rr;
 | 
				
			||||||
		unsigned int stack_size;
 | 
					 | 
				
			||||||
		unsigned int num_chans;
 | 
							unsigned int num_chans;
 | 
				
			||||||
		struct trx_chan chans[TRX_CHAN_MAX];
 | 
							struct trx_chan chans[TRX_CHAN_MAX];
 | 
				
			||||||
	} cfg;
 | 
						} cfg;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,8 +2,6 @@
 | 
				
			|||||||
* Copyright 2008 Free Software Foundation, Inc.
 | 
					* Copyright 2008 Free Software Foundation, Inc.
 | 
				
			||||||
* Copyright 2011 Range Networks, Inc.
 | 
					* Copyright 2011 Range Networks, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					 | 
				
			||||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
@@ -56,10 +54,7 @@ const BitVector GSM::gEdgeTrainingSequence[] = {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
const BitVector GSM::gDummyBurst("0001111101101110110000010100100111000001001000100000001111100011100010111000101110001010111010010100011001100111001111010011111000100101111101010000");
 | 
					const BitVector GSM::gDummyBurst("0001111101101110110000010100100111000001001000100000001111100011100010111000101110001010111010010100011001100111001111010011111000100101111101010000");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* 3GPP TS 05.02, section 5.2.7 "Access burst (AB)", synch. sequence bits */
 | 
					const BitVector GSM::gRACHSynchSequence("01001011011111111001100110101010001111000");
 | 
				
			||||||
const BitVector GSM::gRACHSynchSequenceTS0("01001011011111111001100110101010001111000");  /* GSM, GMSK (default) */
 | 
					 | 
				
			||||||
const BitVector GSM::gRACHSynchSequenceTS1("01010100111110001000011000101111001001101");  /* EGPRS, 8-PSK */
 | 
					 | 
				
			||||||
const BitVector GSM::gRACHSynchSequenceTS2("11101111001001110101011000001101101110111");  /* EGPRS, GMSK */
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
//                               |-head-||---------midamble----------------------||--------------data----------------||t|
 | 
					//                               |-head-||---------midamble----------------------||--------------data----------------||t|
 | 
				
			||||||
const BitVector GSM::gRACHBurst("0011101001001011011111111001100110101010001111000110111101111110000111001001010110011000");
 | 
					const BitVector GSM::gRACHBurst("0011101001001011011111111001100110101010001111000110111101111110000111001001010110011000");
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,8 +2,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008-2011 Free Software Foundation, Inc.
 | 
					* Copyright 2008-2011 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					 | 
				
			||||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
@@ -54,9 +52,7 @@ extern const BitVector gEdgeTrainingSequence[];
 | 
				
			|||||||
extern const BitVector gDummyBurst;
 | 
					extern const BitVector gDummyBurst;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** Random access burst synch. sequence */
 | 
					/** Random access burst synch. sequence */
 | 
				
			||||||
extern const BitVector gRACHSynchSequenceTS0;
 | 
					extern const BitVector gRACHSynchSequence;
 | 
				
			||||||
extern const BitVector gRACHSynchSequenceTS1;
 | 
					 | 
				
			||||||
extern const BitVector gRACHSynchSequenceTS2;
 | 
					 | 
				
			||||||
/** Random access burst synch. sequence, GSM 05.02 5.2.7 */
 | 
					/** Random access burst synch. sequence, GSM 05.02 5.2.7 */
 | 
				
			||||||
extern const BitVector gRACHBurst;
 | 
					extern const BitVector gRACHBurst;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										19
									
								
								INSTALLATION
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								INSTALLATION
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,19 @@
 | 
				
			|||||||
 | 
					Installation Requirements
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					osmo-trx compiles to a simple Unix binary and does not require special
 | 
				
			||||||
 | 
					installation.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					One some systems (Ubuntu), you will need to define LIBS = -lpthread prior to
 | 
				
			||||||
 | 
					running configure.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					To run osmo-trx, the following should be installed:
 | 
				
			||||||
 | 
						libuhd (https://gnuradio.org).
 | 
				
			||||||
 | 
						This is part of the GNURadio installation.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					For information on specific executables, see tests/README.tests and
 | 
				
			||||||
 | 
					apps/README.apps.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					See https://osmocom.org/projects/osmotrx/wiki/OsmoTRX for more
 | 
				
			||||||
 | 
					information.
 | 
				
			||||||
@@ -28,20 +28,17 @@ AM_CXXFLAGS = -Wall -pthread
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Order must be preserved
 | 
					# Order must be preserved
 | 
				
			||||||
SUBDIRS = \
 | 
					SUBDIRS = \
 | 
				
			||||||
	doc \
 | 
					 | 
				
			||||||
	CommonLibs \
 | 
						CommonLibs \
 | 
				
			||||||
	GSM \
 | 
						GSM \
 | 
				
			||||||
	Transceiver52M \
 | 
						Transceiver52M \
 | 
				
			||||||
	contrib \
 | 
					 | 
				
			||||||
	tests
 | 
						tests
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EXTRA_DIST = \
 | 
					EXTRA_DIST = \
 | 
				
			||||||
 | 
						autogen.sh \
 | 
				
			||||||
 | 
						INSTALLATION \
 | 
				
			||||||
	LEGAL \
 | 
						LEGAL \
 | 
				
			||||||
	COPYING \
 | 
						COPYING \
 | 
				
			||||||
	README.md
 | 
						README
 | 
				
			||||||
 | 
					 | 
				
			||||||
AM_DISTCHECK_CONFIGURE_FLAGS = \
 | 
					 | 
				
			||||||
	--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: release
 | 
					.PHONY: release
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										116
									
								
								README
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										116
									
								
								README
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,116 @@
 | 
				
			|||||||
 | 
					This is the interface to the transcevier.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Each TRX Manager UDP socket interface represents a single ARFCN.
 | 
				
			||||||
 | 
					Each of these per-ARFCN interfaces is a pair of UDP sockets, one for control and one for data.
 | 
				
			||||||
 | 
					Give a base port B (5700), the master clock interface is at port P=B.
 | 
				
			||||||
 | 
					The TRX-side control interface for C(N) is on  port P=B+2N+1 and the data interface is on an odd numbered port P=B+2N+2.
 | 
				
			||||||
 | 
					The corresponding core-side interface for every socket is at P+100.
 | 
				
			||||||
 | 
					For any given build, the number of ARFCN interfaces can be fixed.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Indications on the Master Clock Interface
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The master clock interface is output only (from the radio).
 | 
				
			||||||
 | 
					Messages are "indications".
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					CLOCK gives the current value of the transceiver clock to be used by the core.
 | 
				
			||||||
 | 
					This message is sent whenever a trasmission packet arrives that is too late or too early.  The clock value is NOT the current transceiver time.  It is a time setting the the core should use to give better packet arrival times.
 | 
				
			||||||
 | 
					IND CLOCK <totalFrames>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Commands on the Per-ARFCN Control Interface
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The per-ARFCN control interface uses a command-reponse protocol.
 | 
				
			||||||
 | 
					Commands are NULL-terminated ASCII strings, one per UDP socket.
 | 
				
			||||||
 | 
					Each command has a corresponding response.
 | 
				
			||||||
 | 
					Every command is of the form:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					CMD <cmdtype> [params]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The <cmdtype> is the actual command.
 | 
				
			||||||
 | 
					Parameters are optional depending on the commands type.
 | 
				
			||||||
 | 
					Every response is of the form:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					RSP <cmdtype> <status> [result]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The <status> is 0 for success and a non-zero error code for failure.
 | 
				
			||||||
 | 
					Successful responses may include results, depending on the command type.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Power Control
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					POWEROFF shuts off transmitter power and stops the demodulator.
 | 
				
			||||||
 | 
					CMD POWEROFF
 | 
				
			||||||
 | 
					RSP POWEROFF <status>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					POWERON starts the transmitter and starts the demodulator.  Initial power level is very low.
 | 
				
			||||||
 | 
					This command fails if the transmitter and receiver are not yet tuned.
 | 
				
			||||||
 | 
					This command fails if the transmit or receive frequency creates a conflict with another ARFCN that is already runnng.
 | 
				
			||||||
 | 
					If the transceiver is already on, it response with success to this command.
 | 
				
			||||||
 | 
					CMD POWERON
 | 
				
			||||||
 | 
					RSP POWERON <status>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					SETPOWER sets output power in dB wrt full scale.
 | 
				
			||||||
 | 
					This command fails if the transmitter and receiver are not running.
 | 
				
			||||||
 | 
					CMD SETPOWER <dB>
 | 
				
			||||||
 | 
					RSP SETPOWER <status> <dB>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					ADJPOWER adjusts power by the given dB step.  Response returns resulting power level wrt full scale.
 | 
				
			||||||
 | 
					This command fails if the transmitter and receiver are not running.
 | 
				
			||||||
 | 
					CMD ADJPOWER <dBStep>
 | 
				
			||||||
 | 
					RSP ADJPOWER <status> <dBLevel>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Tuning Control
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					RXTUNE tunes the receiver to a given frequency in kHz.
 | 
				
			||||||
 | 
					This command fails if the receiver is already running.
 | 
				
			||||||
 | 
					(To re-tune you stop the radio, re-tune, and restart.)
 | 
				
			||||||
 | 
					This command fails if the transmit or receive frequency creates a conflict with another ARFCN that is already runnng.
 | 
				
			||||||
 | 
					CMD RXTUNE <kHz>
 | 
				
			||||||
 | 
					RSP RXTUNE <status> <kHz>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					TXTUNE tunes the transmitter to a given frequency in kHz.
 | 
				
			||||||
 | 
					This command fails if the transmitter is already running.
 | 
				
			||||||
 | 
					(To re-tune you stop the radio, re-tune, and restart.)
 | 
				
			||||||
 | 
					This command fails if the transmit or receive frequency creates a conflict with another ARFCN that is already runnng.
 | 
				
			||||||
 | 
					CMD TXTUNE <kHz>
 | 
				
			||||||
 | 
					RSP TXTUNE <status> <kHz>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Timeslot Control
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					SETSLOT sets the format of the uplink timeslots in the ARFCN.
 | 
				
			||||||
 | 
					The <timeslot> indicates the timeslot of interest.
 | 
				
			||||||
 | 
					The <chantype> indicates the type of channel that occupies the timeslot.
 | 
				
			||||||
 | 
					A chantype of zero indicates the timeslot is off.
 | 
				
			||||||
 | 
					CMD SETSLOT <timeslot> <chantype>
 | 
				
			||||||
 | 
					RSP SETSLOT <status> <timeslot> <chantype>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Messages on the per-ARFCN Data Interface
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Messages on the data interface carry one radio burst per UDP message.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Received Data Burst
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					1 byte timeslot index
 | 
				
			||||||
 | 
					4 bytes GSM frame number, big endian
 | 
				
			||||||
 | 
					1 byte RSSI in -dBm
 | 
				
			||||||
 | 
					2 bytes correlator timing offset in 1/256 symbol steps, 2's-comp, big endian
 | 
				
			||||||
 | 
					148 bytes soft symbol estimates, 0 -> definite "0", 255 -> definite "1"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Transmit Data Burst
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					1 byte timeslot index
 | 
				
			||||||
 | 
					4 bytes GSM frame number, big endian
 | 
				
			||||||
 | 
					1 byte transmit level wrt ARFCN max, -dB (attenuation)
 | 
				
			||||||
 | 
					148 bytes output symbol values, 0 & 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										66
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										66
									
								
								README.md
									
									
									
									
									
								
							@@ -1,66 +0,0 @@
 | 
				
			|||||||
About OsmTRX
 | 
					 | 
				
			||||||
============
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
OsmoTRX is a software-defined radio transceiver that implements the Layer 1
 | 
					 | 
				
			||||||
physical layer of a BTS comprising the following 3GPP specifications:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
* TS 05.01 "Physical layer on the radio path"
 | 
					 | 
				
			||||||
* TS 05.02 "Multiplexing and Multiple Access on the Radio Path"
 | 
					 | 
				
			||||||
* TS 05.04 "Modulation"
 | 
					 | 
				
			||||||
* TS 05.10 "Radio subsystem synchronization"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
OsmoTRX is based on the transceiver code from the
 | 
					 | 
				
			||||||
[OpenBTS](https://osmocom.org/projects/osmobts/wiki/OpenBTS) project, but setup
 | 
					 | 
				
			||||||
to operate independently with the purpose of using with non-OpenBTS software and
 | 
					 | 
				
			||||||
projects, while still maintaining backwards compatibility with OpenBTS when
 | 
					 | 
				
			||||||
possible. Currently there are numerous features contained in OsmoTRX that extend
 | 
					 | 
				
			||||||
the functionality of the OpenBTS transceiver. These features include enhanced
 | 
					 | 
				
			||||||
support for various embedded platforms - notably ARM - and dual channel
 | 
					 | 
				
			||||||
diversity support for the Fairwaves umtrx.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Homepage
 | 
					 | 
				
			||||||
--------
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
The official homepage of the project is
 | 
					 | 
				
			||||||
<https://osmocom.org/projects/osmotrx/wiki/OsmoTRX>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
GIT Repository
 | 
					 | 
				
			||||||
--------------
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You can clone from the official osmo-trx.git repository using
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        git clone git://git.osmocom.org/osmo-trx.git
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
There is a cgit interface at <http://git.osmocom.org/osmo-trx/>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Documentation
 | 
					 | 
				
			||||||
-------------
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Doxygen-generated API documentation is generated during the build process, but
 | 
					 | 
				
			||||||
also available online for each of the sub-libraries at User Manual for OsmoTRX
 | 
					 | 
				
			||||||
can be generated during the build process, and is also available online at
 | 
					 | 
				
			||||||
<http://ftp.osmocom.org/docs/latest/osmotrx-usermanual.pdf>.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Mailing List
 | 
					 | 
				
			||||||
------------
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Discussions related to OsmoTRX are happening on the openbsc@lists.osmocom.org
 | 
					 | 
				
			||||||
mailing list, please see <https://lists.osmocom.org/mailman/listinfo/openbsc>
 | 
					 | 
				
			||||||
for subscription options and the list archive.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Please observe the [Osmocom Mailing List
 | 
					 | 
				
			||||||
Rules](https://osmocom.org/projects/cellular-infrastructure/wiki/Mailing_List_Rules)
 | 
					 | 
				
			||||||
when posting.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Contributing
 | 
					 | 
				
			||||||
------------
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Our coding standards are described at
 | 
					 | 
				
			||||||
<https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
We us a gerrit based patch submission/review process for managing contributions.
 | 
					 | 
				
			||||||
Please see <https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit>
 | 
					 | 
				
			||||||
for more details
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
The current patch queue for OsmoTRX can be seen at
 | 
					 | 
				
			||||||
<https://gerrit.osmocom.org/q/project:osmo-trx+status:open>
 | 
					 | 
				
			||||||
@@ -4,8 +4,6 @@
 | 
				
			|||||||
 * Copyright (C) 2012-2014 Tom Tsou <tom@tsou.cc>
 | 
					 * Copyright (C) 2012-2014 Tom Tsou <tom@tsou.cc>
 | 
				
			||||||
 * Copyright (C) 2015 Ettus Research LLC
 | 
					 * Copyright (C) 2015 Ettus Research LLC
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 * it under the terms of the GNU Affero General Public License as published by
 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 * the Free Software Foundation, either version 3 of the License, or
 | 
				
			||||||
@@ -90,7 +88,7 @@ bool Channelizer::rotate(const float *in, size_t len)
 | 
				
			|||||||
		convolve_real(hInputs[i], blockLen,
 | 
							convolve_real(hInputs[i], blockLen,
 | 
				
			||||||
			      subFilters[i], hLen,
 | 
								      subFilters[i], hLen,
 | 
				
			||||||
			      hOutputs[i], blockLen,
 | 
								      hOutputs[i], blockLen,
 | 
				
			||||||
			      0, blockLen);
 | 
								      0, blockLen, 1, 0);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	cxvec_fft(fftHandle);
 | 
						cxvec_fft(fftHandle);
 | 
				
			||||||
@@ -98,7 +96,7 @@ bool Channelizer::rotate(const float *in, size_t len)
 | 
				
			|||||||
	return true;
 | 
						return true;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Setup channelizer parameters */
 | 
					/* Setup channelizer paramaters */
 | 
				
			||||||
Channelizer::Channelizer(size_t m, size_t blockLen, size_t hLen)
 | 
					Channelizer::Channelizer(size_t m, size_t blockLen, size_t hLen)
 | 
				
			||||||
	: ChannelizerBase(m, blockLen, hLen)
 | 
						: ChannelizerBase(m, blockLen, hLen)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,8 +4,6 @@
 | 
				
			|||||||
 * Copyright (C) 2012-2014 Tom Tsou <tom@tsou.cc>
 | 
					 * Copyright (C) 2012-2014 Tom Tsou <tom@tsou.cc>
 | 
				
			||||||
 * Copyright (C) 2015 Ettus Research LLC 
 | 
					 * Copyright (C) 2015 Ettus Research LLC 
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 * it under the terms of the GNU Affero General Public License as published by
 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 * the Free Software Foundation, either version 3 of the License, or
 | 
				
			||||||
@@ -225,11 +223,10 @@ bool ChannelizerBase::checkLen(size_t innerLen, size_t outerLen)
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* 
 | 
					/* 
 | 
				
			||||||
 * Setup channelizer parameters
 | 
					 * Setup channelizer paramaters
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
ChannelizerBase::ChannelizerBase(size_t m, size_t blockLen, size_t hLen)
 | 
					ChannelizerBase::ChannelizerBase(size_t m, size_t blockLen, size_t hLen)
 | 
				
			||||||
	: subFilters(NULL), hInputs(NULL), hOutputs(NULL), hist(NULL),
 | 
						: fftInput(NULL), fftOutput(NULL), fftHandle(NULL)
 | 
				
			||||||
	  fftInput(NULL), fftOutput(NULL), fftHandle(NULL)
 | 
					 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	this->m = m;
 | 
						this->m = m;
 | 
				
			||||||
	this->hLen = hLen;
 | 
						this->hLen = hLen;
 | 
				
			||||||
@@ -242,7 +239,7 @@ ChannelizerBase::~ChannelizerBase()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	for (size_t i = 0; i < m; i++) {
 | 
						for (size_t i = 0; i < m; i++) {
 | 
				
			||||||
		free(subFilters[i]);
 | 
							free(subFilters[i]);
 | 
				
			||||||
		delete[] hist[i];
 | 
							delete hist[i];
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	fft_free(fftInput);
 | 
						fft_free(fftInput);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -32,7 +32,7 @@ protected:
 | 
				
			|||||||
	/* Buffer length validity checking */
 | 
						/* Buffer length validity checking */
 | 
				
			||||||
	bool checkLen(size_t innerLen, size_t outerLen);
 | 
						bool checkLen(size_t innerLen, size_t outerLen);
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
	/* Initialize channelizer/synthesis filter internals */
 | 
						/* Initilize channelizer/synthesis filter internals */
 | 
				
			||||||
	bool init();
 | 
						bool init();
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,7 @@ unlike the built-in complex<> templates, these inline most operations for speed
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008 Free Software Foundation, Inc.
 | 
					* Copyright 2008 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribution.
 | 
					* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* This use of this software may be subject to additional restrictions.
 | 
					* This use of this software may be subject to additional restrictions.
 | 
				
			||||||
* See the LEGAL file in the main directory for details.
 | 
					* See the LEGAL file in the main directory for details.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -23,9 +23,16 @@ include $(top_srcdir)/Makefile.common
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
SUBDIRS = arch device
 | 
					SUBDIRS = arch device
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES) -I${srcdir}/arch/common -I${srcdir}/device/common
 | 
					AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES) -I${srcdir}/arch/common -I${srcdir}/device
 | 
				
			||||||
AM_CXXFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS)
 | 
					AM_CXXFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS)
 | 
				
			||||||
AM_CFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS)
 | 
					
 | 
				
			||||||
 | 
					rev2dir = $(datadir)/usrp/rev2
 | 
				
			||||||
 | 
					rev4dir = $(datadir)/usrp/rev4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					dist_rev2_DATA = std_inband.rbf
 | 
				
			||||||
 | 
					dist_rev4_DATA = std_inband.rbf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					EXTRA_DIST = README
 | 
				
			||||||
 | 
					
 | 
				
			||||||
noinst_LTLIBRARIES = libtransceiver_common.la
 | 
					noinst_LTLIBRARIES = libtransceiver_common.la
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -39,8 +46,7 @@ COMMON_SOURCES = \
 | 
				
			|||||||
	Transceiver.cpp \
 | 
						Transceiver.cpp \
 | 
				
			||||||
	ChannelizerBase.cpp \
 | 
						ChannelizerBase.cpp \
 | 
				
			||||||
	Channelizer.cpp \
 | 
						Channelizer.cpp \
 | 
				
			||||||
	Synthesis.cpp \
 | 
						Synthesis.cpp
 | 
				
			||||||
	proto_trxd.c
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
libtransceiver_common_la_SOURCES = \
 | 
					libtransceiver_common_la_SOURCES = \
 | 
				
			||||||
	$(COMMON_SOURCES) \
 | 
						$(COMMON_SOURCES) \
 | 
				
			||||||
@@ -60,8 +66,7 @@ noinst_HEADERS = \
 | 
				
			|||||||
	Resampler.h \
 | 
						Resampler.h \
 | 
				
			||||||
	ChannelizerBase.h \
 | 
						ChannelizerBase.h \
 | 
				
			||||||
	Channelizer.h \
 | 
						Channelizer.h \
 | 
				
			||||||
	Synthesis.h \
 | 
						Synthesis.h
 | 
				
			||||||
	proto_trxd.h
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
COMMON_LDADD = \
 | 
					COMMON_LDADD = \
 | 
				
			||||||
	libtransceiver_common.la \
 | 
						libtransceiver_common.la \
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										35
									
								
								Transceiver52M/README
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								Transceiver52M/README
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,35 @@
 | 
				
			|||||||
 | 
					The Transceiver
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The transceiver consists of three modules:
 | 
				
			||||||
 | 
					   --- transceiver
 | 
				
			||||||
 | 
					   --- radioInterface
 | 
				
			||||||
 | 
					   --- USRPDevice
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The USRPDevice module is basically a driver that reads/writes
 | 
				
			||||||
 | 
					packets to a USRP with two RFX900 daughterboards, board 
 | 
				
			||||||
 | 
					A is the Tx chain and board B is the Rx chain.  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The radioInterface module is basically an interface b/w the
 | 
				
			||||||
 | 
					transceiver and the USRP.   It operates the basestation clock
 | 
				
			||||||
 | 
					based upon the sample count of received USRP samples.  Packets 
 | 
				
			||||||
 | 
					from the USRP are queued and segmented into GSM bursts that are
 | 
				
			||||||
 | 
					passed up to the transceiver; bursts from the transceiver are
 | 
				
			||||||
 | 
					passed down to the USRP. 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The transceiver basically operates "layer 0" of the GSM stack,
 | 
				
			||||||
 | 
					performing the modulation, detection, and demodulation of GSM 
 | 
				
			||||||
 | 
					bursts.  It communicates with the GSM stack via three UDP sockets,
 | 
				
			||||||
 | 
					one socket for data, one for control messages, and one socket to
 | 
				
			||||||
 | 
					pass clocking information.  The transceiver contains a priority
 | 
				
			||||||
 | 
					queue to sort to-be-transmitted bursts, and a filler table to fill
 | 
				
			||||||
 | 
					in timeslots that do not have bursts in the priority queue.  The
 | 
				
			||||||
 | 
					transceiver tries to stay ahead of the basestation clock, adapting 
 | 
				
			||||||
 | 
					its latency when underruns are reported by the radioInterface/USRP.
 | 
				
			||||||
 | 
					Received bursts (from the radioInterface) pass through a simple 
 | 
				
			||||||
 | 
					energy detector, a RACH or midamble correlator, and a DFE-based demodulator.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					NOTE: There's a SWLOOPBACK #define statement, where the USRP is replaced
 | 
				
			||||||
 | 
					with a memory buffer.  In this mode, data written to the USRP is actually stored 
 | 
				
			||||||
 | 
					in a buffer, and read commands to the USRP simply pull data from this buffer.
 | 
				
			||||||
 | 
					This was very useful in early testing, and still may be useful in testing basic
 | 
				
			||||||
 | 
					Transceiver and radioInterface functionality. 
 | 
				
			||||||
@@ -2,8 +2,6 @@
 | 
				
			|||||||
 * Rational Sample Rate Conversion
 | 
					 * Rational Sample Rate Conversion
 | 
				
			||||||
 * Copyright (C) 2012, 2013  Thomas Tsou <tom@tsou.cc>
 | 
					 * Copyright (C) 2012, 2013  Thomas Tsou <tom@tsou.cc>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: LGPL-2.1+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is free software; you can redistribute it and/or
 | 
					 * This library is free software; you can redistribute it and/or
 | 
				
			||||||
 * modify it under the terms of the GNU Lesser General Public
 | 
					 * modify it under the terms of the GNU Lesser General Public
 | 
				
			||||||
 * License as published by the Free Software Foundation; either
 | 
					 * License as published by the Free Software Foundation; either
 | 
				
			||||||
@@ -145,7 +143,7 @@ int Resampler::rotate(const float *in, size_t in_len, float *out, size_t out_len
 | 
				
			|||||||
		convolve_real(in, in_len,
 | 
							convolve_real(in, in_len,
 | 
				
			||||||
			      reinterpret_cast<float *>(partitions[path]),
 | 
								      reinterpret_cast<float *>(partitions[path]),
 | 
				
			||||||
			      filt_len, &out[2 * i], out_len - i,
 | 
								      filt_len, &out[2 * i], out_len - i,
 | 
				
			||||||
			      n, 1);
 | 
								      n, 1, 1, 0);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return out_len;
 | 
						return out_len;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,8 +2,6 @@
 | 
				
			|||||||
 * Rational Sample Rate Conversion
 | 
					 * Rational Sample Rate Conversion
 | 
				
			||||||
 * Copyright (C) 2012, 2013  Thomas Tsou <tom@tsou.cc>
 | 
					 * Copyright (C) 2012, 2013  Thomas Tsou <tom@tsou.cc>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: LGPL-2.1+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is free software; you can redistribute it and/or
 | 
					 * This library is free software; you can redistribute it and/or
 | 
				
			||||||
 * modify it under the terms of the GNU Lesser General Public
 | 
					 * modify it under the terms of the GNU Lesser General Public
 | 
				
			||||||
 * License as published by the Free Software Foundation; either
 | 
					 * License as published by the Free Software Foundation; either
 | 
				
			||||||
@@ -35,12 +33,12 @@ public:
 | 
				
			|||||||
	Resampler(size_t p, size_t q, size_t filt_len = 16);
 | 
						Resampler(size_t p, size_t q, size_t filt_len = 16);
 | 
				
			||||||
	~Resampler();
 | 
						~Resampler();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Initialize resampler filterbank.
 | 
						/* Initilize resampler filterbank.
 | 
				
			||||||
	 *   @param bw bandwidth factor on filter generation (pre-window)
 | 
						 *   @param bw bandwidth factor on filter generation (pre-window)
 | 
				
			||||||
	 *   @return false on error, zero otherwise
 | 
						 *   @return false on error, zero otherwise
 | 
				
			||||||
	 *
 | 
						 *
 | 
				
			||||||
	 * Automatic setting is to compute the filter to prevent aliasing with
 | 
						 * Automatic setting is to compute the filter to prevent aliasing with
 | 
				
			||||||
	 * a Blackman-Harris window. Adjustment is made through a bandwidth
 | 
						 * a Blackman-Harris window. Adjustment is made through a bandwith
 | 
				
			||||||
	 * factor to shift the cutoff and/or the constituent filter lengths.
 | 
						 * factor to shift the cutoff and/or the constituent filter lengths.
 | 
				
			||||||
	 * Calculation of specific rolloff factors or 3-dB cutoff points is
 | 
						 * Calculation of specific rolloff factors or 3-dB cutoff points is
 | 
				
			||||||
	 * left as an excersize for the reader.
 | 
						 * left as an excersize for the reader.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,8 +4,6 @@
 | 
				
			|||||||
 * Copyright (C) 2012-2014 Tom Tsou <tom@tsou.cc>
 | 
					 * Copyright (C) 2012-2014 Tom Tsou <tom@tsou.cc>
 | 
				
			||||||
 * Copyright (C) 2015 Ettus Research LLC
 | 
					 * Copyright (C) 2015 Ettus Research LLC
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 * it under the terms of the GNU Affero General Public License as published by
 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 * the Free Software Foundation, either version 3 of the License, or
 | 
				
			||||||
@@ -104,7 +102,7 @@ bool Synthesis::rotate(float *out, size_t len)
 | 
				
			|||||||
		convolve_real(hInputs[i], blockLen,
 | 
							convolve_real(hInputs[i], blockLen,
 | 
				
			||||||
			      subFilters[i], hLen,
 | 
								      subFilters[i], hLen,
 | 
				
			||||||
			      hOutputs[i], blockLen,
 | 
								      hOutputs[i], blockLen,
 | 
				
			||||||
			      0, blockLen);
 | 
								      0, blockLen, 1, 0);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Interleave into output vector */
 | 
						/* Interleave into output vector */
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008, 2009, 2010 Free Software Foundation, Inc.
 | 
					* Copyright 2008, 2009, 2010 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: GPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					 | 
				
			||||||
* This software is distributed under the terms of the GNU Public License.
 | 
					* This software is distributed under the terms of the GNU Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
@@ -24,21 +22,11 @@
 | 
				
			|||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <stdio.h>
 | 
					#include <stdio.h>
 | 
				
			||||||
#include <netinet/in.h>
 | 
					 | 
				
			||||||
#include <iomanip>      // std::setprecision
 | 
					#include <iomanip>      // std::setprecision
 | 
				
			||||||
#include <fstream>
 | 
					#include <fstream>
 | 
				
			||||||
#include "Transceiver.h"
 | 
					#include "Transceiver.h"
 | 
				
			||||||
#include <Logger.h>
 | 
					#include <Logger.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern "C" {
 | 
					 | 
				
			||||||
#include "osmo_signal.h"
 | 
					 | 
				
			||||||
#include "proto_trxd.h"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <osmocom/core/utils.h>
 | 
					 | 
				
			||||||
#include <osmocom/core/socket.h>
 | 
					 | 
				
			||||||
#include <osmocom/core/bits.h>
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#ifdef HAVE_CONFIG_H
 | 
					#ifdef HAVE_CONFIG_H
 | 
				
			||||||
#include "config.h"
 | 
					#include "config.h"
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
@@ -123,12 +111,12 @@ Transceiver::Transceiver(int wBasePort,
 | 
				
			|||||||
                         size_t tx_sps, size_t rx_sps, size_t chans,
 | 
					                         size_t tx_sps, size_t rx_sps, size_t chans,
 | 
				
			||||||
                         GSM::Time wTransmitLatency,
 | 
					                         GSM::Time wTransmitLatency,
 | 
				
			||||||
                         RadioInterface *wRadioInterface,
 | 
					                         RadioInterface *wRadioInterface,
 | 
				
			||||||
                         double wRssiOffset, int wStackSize)
 | 
					                         double wRssiOffset)
 | 
				
			||||||
  : mBasePort(wBasePort), mLocalAddr(TRXAddress), mRemoteAddr(GSMcoreAddress),
 | 
					  : mBasePort(wBasePort), mLocalAddr(TRXAddress), mRemoteAddr(GSMcoreAddress),
 | 
				
			||||||
    mClockSocket(-1), mTransmitLatency(wTransmitLatency), mRadioInterface(wRadioInterface),
 | 
					    mClockSocket(TRXAddress, wBasePort, GSMcoreAddress, wBasePort + 100),
 | 
				
			||||||
    rssiOffset(wRssiOffset), stackSize(wStackSize),
 | 
					    mTransmitLatency(wTransmitLatency), mRadioInterface(wRadioInterface),
 | 
				
			||||||
    mSPSTx(tx_sps), mSPSRx(rx_sps), mChans(chans), mExtRACH(false), mEdge(false),
 | 
					    rssiOffset(wRssiOffset),
 | 
				
			||||||
    mOn(false), mForceClockInterface(false),
 | 
					    mSPSTx(tx_sps), mSPSRx(rx_sps), mChans(chans), mEdge(false), mOn(false), mForceClockInterface(false),
 | 
				
			||||||
    mTxFreq(0.0), mRxFreq(0.0), mTSC(0), mMaxExpectedDelayAB(0), mMaxExpectedDelayNB(0),
 | 
					    mTxFreq(0.0), mRxFreq(0.0), mTSC(0), mMaxExpectedDelayAB(0), mMaxExpectedDelayNB(0),
 | 
				
			||||||
    mWriteBurstToDiskMask(0)
 | 
					    mWriteBurstToDiskMask(0)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
@@ -147,21 +135,14 @@ Transceiver::~Transceiver()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  sigProcLibDestroy();
 | 
					  sigProcLibDestroy();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (mClockSocket >= 0)
 | 
					 | 
				
			||||||
    close(mClockSocket);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  for (size_t i = 0; i < mChans; i++) {
 | 
					  for (size_t i = 0; i < mChans; i++) {
 | 
				
			||||||
    if (mControlServiceLoopThreads[i]) {
 | 
					 | 
				
			||||||
    mControlServiceLoopThreads[i]->cancel();
 | 
					    mControlServiceLoopThreads[i]->cancel();
 | 
				
			||||||
    mControlServiceLoopThreads[i]->join();
 | 
					    mControlServiceLoopThreads[i]->join();
 | 
				
			||||||
    delete mControlServiceLoopThreads[i];
 | 
					    delete mControlServiceLoopThreads[i];
 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    mTxPriorityQueues[i].clear();
 | 
					    mTxPriorityQueues[i].clear();
 | 
				
			||||||
    if (mCtrlSockets[i] >= 0)
 | 
					    delete mCtrlSockets[i];
 | 
				
			||||||
      close(mCtrlSockets[i]);
 | 
					    delete mDataSockets[i];
 | 
				
			||||||
    if (mDataSockets[i] >= 0)
 | 
					 | 
				
			||||||
      close(mDataSockets[i]);
 | 
					 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -174,26 +155,24 @@ Transceiver::~Transceiver()
 | 
				
			|||||||
 * are still expected to report clock indications through control channel
 | 
					 * are still expected to report clock indications through control channel
 | 
				
			||||||
 * activity.
 | 
					 * activity.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
bool Transceiver::init(FillerType filler, size_t rtsc, unsigned rach_delay,
 | 
					bool Transceiver::init(FillerType filler, size_t rtsc, unsigned rach_delay, bool edge)
 | 
				
			||||||
                       bool edge, bool ext_rach)
 | 
					 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  int d_srcport, d_dstport, c_srcport, c_dstport;
 | 
					  int d_srcport, d_dstport, c_srcport, c_dstport;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (!mChans) {
 | 
					  if (!mChans) {
 | 
				
			||||||
    LOG(FATAL) << "No channels assigned";
 | 
					    LOG(ALERT) << "No channels assigned";
 | 
				
			||||||
    return false;
 | 
					    return false;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (!sigProcLibSetup()) {
 | 
					  if (!sigProcLibSetup()) {
 | 
				
			||||||
    LOG(FATAL) << "Failed to initialize signal processing library";
 | 
					    LOG(ALERT) << "Failed to initialize signal processing library";
 | 
				
			||||||
    return false;
 | 
					    return false;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  mExtRACH = ext_rach;
 | 
					 | 
				
			||||||
  mEdge = edge;
 | 
					  mEdge = edge;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  mDataSockets.resize(mChans, -1);
 | 
					  mDataSockets.resize(mChans);
 | 
				
			||||||
  mCtrlSockets.resize(mChans, -1);
 | 
					  mCtrlSockets.resize(mChans);
 | 
				
			||||||
  mControlServiceLoopThreads.resize(mChans);
 | 
					  mControlServiceLoopThreads.resize(mChans);
 | 
				
			||||||
  mTxPriorityQueueServiceLoopThreads.resize(mChans);
 | 
					  mTxPriorityQueueServiceLoopThreads.resize(mChans);
 | 
				
			||||||
  mRxServiceLoopThreads.resize(mChans);
 | 
					  mRxServiceLoopThreads.resize(mChans);
 | 
				
			||||||
@@ -201,39 +180,20 @@ bool Transceiver::init(FillerType filler, size_t rtsc, unsigned rach_delay,
 | 
				
			|||||||
  mTxPriorityQueues.resize(mChans);
 | 
					  mTxPriorityQueues.resize(mChans);
 | 
				
			||||||
  mReceiveFIFO.resize(mChans);
 | 
					  mReceiveFIFO.resize(mChans);
 | 
				
			||||||
  mStates.resize(mChans);
 | 
					  mStates.resize(mChans);
 | 
				
			||||||
  mVersionTRXD.resize(mChans);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Filler table retransmissions - support only on channel 0 */
 | 
					  /* Filler table retransmissions - support only on channel 0 */
 | 
				
			||||||
  if (filler == FILLER_DUMMY)
 | 
					  if (filler == FILLER_DUMMY)
 | 
				
			||||||
    mStates[0].mRetrans = true;
 | 
					    mStates[0].mRetrans = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Setup sockets */
 | 
					  /* Setup sockets */
 | 
				
			||||||
  mClockSocket = osmo_sock_init2(AF_UNSPEC, SOCK_DGRAM, IPPROTO_UDP,
 | 
					 | 
				
			||||||
				    mLocalAddr.c_str(), mBasePort,
 | 
					 | 
				
			||||||
				    mRemoteAddr.c_str(), mBasePort + 100,
 | 
					 | 
				
			||||||
				    OSMO_SOCK_F_BIND | OSMO_SOCK_F_CONNECT);
 | 
					 | 
				
			||||||
  if (mClockSocket < 0)
 | 
					 | 
				
			||||||
    return false;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  for (size_t i = 0; i < mChans; i++) {
 | 
					  for (size_t i = 0; i < mChans; i++) {
 | 
				
			||||||
    c_srcport = mBasePort + 2 * i + 1;
 | 
					    c_srcport = mBasePort + 2 * i + 1;
 | 
				
			||||||
    c_dstport = mBasePort + 2 * i + 101;
 | 
					    c_dstport = mBasePort + 2 * i + 101;
 | 
				
			||||||
    d_srcport = mBasePort + 2 * i + 2;
 | 
					    d_srcport = mBasePort + 2 * i + 2;
 | 
				
			||||||
    d_dstport = mBasePort + 2 * i + 102;
 | 
					    d_dstport = mBasePort + 2 * i + 102;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    mCtrlSockets[i] = osmo_sock_init2(AF_UNSPEC, SOCK_DGRAM, IPPROTO_UDP,
 | 
					    mCtrlSockets[i] = new UDPSocket(mLocalAddr.c_str(), c_srcport, mRemoteAddr.c_str(), c_dstport);
 | 
				
			||||||
                                      mLocalAddr.c_str(), c_srcport,
 | 
					    mDataSockets[i] = new UDPSocket(mLocalAddr.c_str(), d_srcport, mRemoteAddr.c_str(), d_dstport);
 | 
				
			||||||
                                      mRemoteAddr.c_str(), c_dstport,
 | 
					 | 
				
			||||||
				      OSMO_SOCK_F_BIND | OSMO_SOCK_F_CONNECT);
 | 
					 | 
				
			||||||
    if (mCtrlSockets[i] < 0)
 | 
					 | 
				
			||||||
      return false;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    mDataSockets[i] = osmo_sock_init2(AF_UNSPEC, SOCK_DGRAM, IPPROTO_UDP,
 | 
					 | 
				
			||||||
                                      mLocalAddr.c_str(), d_srcport,
 | 
					 | 
				
			||||||
                                      mRemoteAddr.c_str(), d_dstport,
 | 
					 | 
				
			||||||
				      OSMO_SOCK_F_BIND | OSMO_SOCK_F_CONNECT);
 | 
					 | 
				
			||||||
    if (mCtrlSockets[i] < 0)
 | 
					 | 
				
			||||||
      return false;
 | 
					 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Randomize the central clock */
 | 
					  /* Randomize the central clock */
 | 
				
			||||||
@@ -245,12 +205,10 @@ bool Transceiver::init(FillerType filler, size_t rtsc, unsigned rach_delay,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  /* Start control threads */
 | 
					  /* Start control threads */
 | 
				
			||||||
  for (size_t i = 0; i < mChans; i++) {
 | 
					  for (size_t i = 0; i < mChans; i++) {
 | 
				
			||||||
    TrxChanThParams *params = (TrxChanThParams *)malloc(sizeof(struct TrxChanThParams));
 | 
					    TransceiverChannel *chan = new TransceiverChannel(this, i);
 | 
				
			||||||
    params->trx = this;
 | 
					    mControlServiceLoopThreads[i] = new Thread(32768);
 | 
				
			||||||
    params->num = i;
 | 
					 | 
				
			||||||
    mControlServiceLoopThreads[i] = new Thread(stackSize);
 | 
					 | 
				
			||||||
    mControlServiceLoopThreads[i]->start((void * (*)(void*))
 | 
					    mControlServiceLoopThreads[i]->start((void * (*)(void*))
 | 
				
			||||||
                                 ControlServiceLoopAdapter, (void*) params);
 | 
					                                 ControlServiceLoopAdapter, (void*) chan);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (i && filler == FILLER_DUMMY)
 | 
					    if (i && filler == FILLER_DUMMY)
 | 
				
			||||||
      filler = FILLER_ZERO;
 | 
					      filler = FILLER_ZERO;
 | 
				
			||||||
@@ -285,13 +243,13 @@ bool Transceiver::start()
 | 
				
			|||||||
  mLatencyUpdateTime = time;
 | 
					  mLatencyUpdateTime = time;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (!mRadioInterface->start()) {
 | 
					  if (!mRadioInterface->start()) {
 | 
				
			||||||
    LOG(FATAL) << "Device failed to start";
 | 
					    LOG(ALERT) << "Device failed to start";
 | 
				
			||||||
    return false;
 | 
					    return false;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Device is running - launch I/O threads */
 | 
					  /* Device is running - launch I/O threads */
 | 
				
			||||||
  mRxLowerLoopThread = new Thread(stackSize);
 | 
					  mRxLowerLoopThread = new Thread(32768);
 | 
				
			||||||
  mTxLowerLoopThread = new Thread(stackSize);
 | 
					  mTxLowerLoopThread = new Thread(32768);
 | 
				
			||||||
  mTxLowerLoopThread->start((void * (*)(void*))
 | 
					  mTxLowerLoopThread->start((void * (*)(void*))
 | 
				
			||||||
                            TxLowerLoopAdapter,(void*) this);
 | 
					                            TxLowerLoopAdapter,(void*) this);
 | 
				
			||||||
  mRxLowerLoopThread->start((void * (*)(void*))
 | 
					  mRxLowerLoopThread->start((void * (*)(void*))
 | 
				
			||||||
@@ -299,19 +257,15 @@ bool Transceiver::start()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  /* Launch uplink and downlink burst processing threads */
 | 
					  /* Launch uplink and downlink burst processing threads */
 | 
				
			||||||
  for (size_t i = 0; i < mChans; i++) {
 | 
					  for (size_t i = 0; i < mChans; i++) {
 | 
				
			||||||
    TrxChanThParams *params = (TrxChanThParams *)malloc(sizeof(struct TrxChanThParams));
 | 
					    TransceiverChannel *chan = new TransceiverChannel(this, i);
 | 
				
			||||||
    params->trx = this;
 | 
					    mRxServiceLoopThreads[i] = new Thread(32768);
 | 
				
			||||||
    params->num = i;
 | 
					 | 
				
			||||||
    mRxServiceLoopThreads[i] = new Thread(stackSize);
 | 
					 | 
				
			||||||
    mRxServiceLoopThreads[i]->start((void * (*)(void*))
 | 
					    mRxServiceLoopThreads[i]->start((void * (*)(void*))
 | 
				
			||||||
                            RxUpperLoopAdapter, (void*) params);
 | 
					                            RxUpperLoopAdapter, (void*) chan);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    params = (TrxChanThParams *)malloc(sizeof(struct TrxChanThParams));
 | 
					    chan = new TransceiverChannel(this, i);
 | 
				
			||||||
    params->trx = this;
 | 
					    mTxPriorityQueueServiceLoopThreads[i] = new Thread(32768);
 | 
				
			||||||
    params->num = i;
 | 
					 | 
				
			||||||
    mTxPriorityQueueServiceLoopThreads[i] = new Thread(stackSize);
 | 
					 | 
				
			||||||
    mTxPriorityQueueServiceLoopThreads[i]->start((void * (*)(void*))
 | 
					    mTxPriorityQueueServiceLoopThreads[i]->start((void * (*)(void*))
 | 
				
			||||||
                            TxUpperLoopAdapter, (void*) params);
 | 
					                            TxUpperLoopAdapter, (void*) chan);
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  mForceClockInterface = true;
 | 
					  mForceClockInterface = true;
 | 
				
			||||||
@@ -371,12 +325,12 @@ void Transceiver::addRadioVector(size_t chan, BitVector &bits,
 | 
				
			|||||||
  radioVector *radio_burst;
 | 
					  radioVector *radio_burst;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (chan >= mTxPriorityQueues.size()) {
 | 
					  if (chan >= mTxPriorityQueues.size()) {
 | 
				
			||||||
    LOGCHAN(chan, DTRXDDL, FATAL) << "Invalid channel";
 | 
					    LOG(ALERT) << "Invalid channel " << chan;
 | 
				
			||||||
    return;
 | 
					    return;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (wTime.TN() > 7) {
 | 
					  if (wTime.TN() > 7) {
 | 
				
			||||||
    LOGCHAN(chan, DTRXDDL, FATAL) << "Received burst with invalid slot " << wTime.TN();
 | 
					    LOG(ALERT) << "Received burst with invalid slot " << wTime.TN();
 | 
				
			||||||
    return;
 | 
					    return;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -419,7 +373,7 @@ void Transceiver::pushRadioVector(GSM::Time &nowTime)
 | 
				
			|||||||
    state = &mStates[i];
 | 
					    state = &mStates[i];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    while ((burst = mTxPriorityQueues[i].getStaleBurst(nowTime))) {
 | 
					    while ((burst = mTxPriorityQueues[i].getStaleBurst(nowTime))) {
 | 
				
			||||||
      LOGCHAN(i, DTRXDDL, NOTICE) << "dumping STALE burst in TRX->SDR interface ("
 | 
					      LOG(NOTICE) << "chan " << i << " dumping STALE burst in TRX->USRP interface ("
 | 
				
			||||||
                  << burst->getTime() <<" vs " << nowTime << "), retrans=" << state->mRetrans;
 | 
					                  << burst->getTime() <<" vs " << nowTime << "), retrans=" << state->mRetrans;
 | 
				
			||||||
      if (state->mRetrans)
 | 
					      if (state->mRetrans)
 | 
				
			||||||
        updateFillerTable(i, burst);
 | 
					        updateFillerTable(i, burst);
 | 
				
			||||||
@@ -528,16 +482,16 @@ CorrType Transceiver::expectedCorrType(GSM::Time currTime,
 | 
				
			|||||||
    break;
 | 
					    break;
 | 
				
			||||||
  case IV:
 | 
					  case IV:
 | 
				
			||||||
  case VI:
 | 
					  case VI:
 | 
				
			||||||
    return mExtRACH ? EXT_RACH : RACH;
 | 
					    return RACH;
 | 
				
			||||||
    break;
 | 
					    break;
 | 
				
			||||||
  case V: {
 | 
					  case V: {
 | 
				
			||||||
    int mod51 = burstFN % 51;
 | 
					    int mod51 = burstFN % 51;
 | 
				
			||||||
    if ((mod51 <= 36) && (mod51 >= 14))
 | 
					    if ((mod51 <= 36) && (mod51 >= 14))
 | 
				
			||||||
      return mExtRACH ? EXT_RACH : RACH;
 | 
					      return RACH;
 | 
				
			||||||
    else if ((mod51 == 4) || (mod51 == 5))
 | 
					    else if ((mod51 == 4) || (mod51 == 5))
 | 
				
			||||||
      return mExtRACH ? EXT_RACH : RACH;
 | 
					      return RACH;
 | 
				
			||||||
    else if ((mod51 == 45) || (mod51 == 46))
 | 
					    else if ((mod51 == 45) || (mod51 == 46))
 | 
				
			||||||
      return mExtRACH ? EXT_RACH : RACH;
 | 
					      return RACH;
 | 
				
			||||||
    else if (mHandover[burstTN][sdcch4_subslot[burstFN % 102]])
 | 
					    else if (mHandover[burstTN][sdcch4_subslot[burstFN % 102]])
 | 
				
			||||||
      return RACH;
 | 
					      return RACH;
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
@@ -555,11 +509,11 @@ CorrType Transceiver::expectedCorrType(GSM::Time currTime,
 | 
				
			|||||||
  case XIII: {
 | 
					  case XIII: {
 | 
				
			||||||
    int mod52 = burstFN % 52;
 | 
					    int mod52 = burstFN % 52;
 | 
				
			||||||
    if ((mod52 == 12) || (mod52 == 38))
 | 
					    if ((mod52 == 12) || (mod52 == 38))
 | 
				
			||||||
      return mExtRACH ? EXT_RACH : RACH;
 | 
					      return RACH;
 | 
				
			||||||
    else if ((mod52 == 25) || (mod52 == 51))
 | 
					    else if ((mod52 == 25) || (mod52 == 51))
 | 
				
			||||||
      return IDLE;
 | 
					      return IDLE;
 | 
				
			||||||
    else /* Enable 8-PSK burst detection if EDGE is enabled */
 | 
					    else
 | 
				
			||||||
      return mEdge ? EDGE : TSC;
 | 
					      return TSC;
 | 
				
			||||||
    break;
 | 
					    break;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  case LOOPBACK:
 | 
					  case LOOPBACK:
 | 
				
			||||||
@@ -587,57 +541,44 @@ void writeToFile(radioVector *radio_burst, size_t chan)
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * Pull bursts from the FIFO and handle according to the slot
 | 
					 * Pull bursts from the FIFO and handle according to the slot
 | 
				
			||||||
 * and burst correlation type. Equalzation is currently disabled.
 | 
					 * and burst correlation type. Equalzation is currently disabled.
 | 
				
			||||||
 * returns 0 on success (bi filled), negative on error (bi content undefined):
 | 
					 | 
				
			||||||
 *        -ENOENT: timeslot is off (fn and tn in bi are filled),
 | 
					 | 
				
			||||||
 *        -EIO: read error
 | 
					 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
int Transceiver::pullRadioVector(size_t chan, struct trx_ul_burst_ind *bi)
 | 
					SoftVector *Transceiver::pullRadioVector(GSM::Time &wTime, double &RSSI, bool &isRssiValid,
 | 
				
			||||||
 | 
					                                         double &timingOffset, double &noise,
 | 
				
			||||||
 | 
					                                         size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  int rc;
 | 
					  int rc;
 | 
				
			||||||
  struct estim_burst_params ebp;
 | 
					  complex amp;
 | 
				
			||||||
  float max = -1.0, avg = 0.0;
 | 
					  float toa, max = -1.0, avg = 0.0;
 | 
				
			||||||
  unsigned max_toa;
 | 
					 | 
				
			||||||
  int max_i = -1;
 | 
					  int max_i = -1;
 | 
				
			||||||
  signalVector *burst;
 | 
					  signalVector *burst;
 | 
				
			||||||
  GSM::Time burstTime;
 | 
					  SoftVector *bits = NULL;
 | 
				
			||||||
  SoftVector *rxBurst;
 | 
					 | 
				
			||||||
  TransceiverState *state = &mStates[chan];
 | 
					  TransceiverState *state = &mStates[chan];
 | 
				
			||||||
 | 
					  isRssiValid = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Blocking FIFO read */
 | 
					  /* Blocking FIFO read */
 | 
				
			||||||
  radioVector *radio_burst = mReceiveFIFO[chan]->read();
 | 
					  radioVector *radio_burst = mReceiveFIFO[chan]->read();
 | 
				
			||||||
  if (!radio_burst) {
 | 
					  if (!radio_burst)
 | 
				
			||||||
    LOGCHAN(chan, DTRXDUL, ERROR) << "ReceiveFIFO->read() returned no burst";
 | 
					    return NULL;
 | 
				
			||||||
    return -EIO;
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Set time and determine correlation type */
 | 
					  /* Set time and determine correlation type */
 | 
				
			||||||
  burstTime = radio_burst->getTime();
 | 
					  GSM::Time time = radio_burst->getTime();
 | 
				
			||||||
  CorrType type = expectedCorrType(burstTime, chan);
 | 
					  CorrType type = expectedCorrType(time, chan);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Initialize struct bi */
 | 
					  /* Enable 8-PSK burst detection if EDGE is enabled */
 | 
				
			||||||
  bi->nbits = 0;
 | 
					  if (mEdge && (type == TSC))
 | 
				
			||||||
  bi->fn = burstTime.FN();
 | 
					    type = EDGE;
 | 
				
			||||||
  bi->tn = burstTime.TN();
 | 
					 | 
				
			||||||
  bi->rssi = 0.0;
 | 
					 | 
				
			||||||
  bi->toa = 0.0;
 | 
					 | 
				
			||||||
  bi->noise = 0.0;
 | 
					 | 
				
			||||||
  bi->idle = false;
 | 
					 | 
				
			||||||
  bi->modulation = MODULATION_GMSK;
 | 
					 | 
				
			||||||
  bi->tss = 0; /* TODO: we only support tss 0 right now */
 | 
					 | 
				
			||||||
  bi->tsc = 0;
 | 
					 | 
				
			||||||
  bi->ci = 0.0;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Debug: dump bursts to disk */
 | 
					  /* Debug: dump bursts to disk */
 | 
				
			||||||
  /* bits 0-7  - chan 0 timeslots
 | 
					  /* bits 0-7  - chan 0 timeslots
 | 
				
			||||||
   * bits 8-15 - chan 1 timeslots */
 | 
					   * bits 8-15 - chan 1 timeslots */
 | 
				
			||||||
  if (mWriteBurstToDiskMask & ((1<<bi->tn) << (8*chan)))
 | 
					  if (mWriteBurstToDiskMask & ((1<<time.TN()) << (8*chan)))
 | 
				
			||||||
    writeToFile(radio_burst, chan);
 | 
					    writeToFile(radio_burst, chan);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* No processing if the timeslot is off.
 | 
					  /* No processing if the timeslot is off.
 | 
				
			||||||
   * Not even power level or noise calculation. */
 | 
					   * Not even power level or noise calculation. */
 | 
				
			||||||
  if (type == OFF) {
 | 
					  if (type == OFF) {
 | 
				
			||||||
    delete radio_burst;
 | 
					    delete radio_burst;
 | 
				
			||||||
    return -ENOENT;
 | 
					    return NULL;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Select the diversity channel with highest energy */
 | 
					  /* Select the diversity channel with highest energy */
 | 
				
			||||||
@@ -651,65 +592,57 @@ int Transceiver::pullRadioVector(size_t chan, struct trx_ul_burst_ind *bi)
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (max_i < 0) {
 | 
					  if (max_i < 0) {
 | 
				
			||||||
    LOGCHAN(chan, DTRXDUL, FATAL) << "Received empty burst";
 | 
					    LOG(ALERT) << "Received empty burst";
 | 
				
			||||||
    goto ret_idle;
 | 
					    delete radio_burst;
 | 
				
			||||||
 | 
					    return NULL;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Average noise on diversity paths and update global levels */
 | 
					  /* Average noise on diversity paths and update global levels */
 | 
				
			||||||
  burst = radio_burst->getVector(max_i);
 | 
					  burst = radio_burst->getVector(max_i);
 | 
				
			||||||
  avg = sqrt(avg / radio_burst->chans());
 | 
					  avg = sqrt(avg / radio_burst->chans());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  wTime = time;
 | 
				
			||||||
 | 
					  RSSI = 20.0 * log10(rxFullScale / avg);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  /* RSSI estimation are valid */
 | 
				
			||||||
 | 
					  isRssiValid = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (type == IDLE) {
 | 
					  if (type == IDLE) {
 | 
				
			||||||
    /* Update noise levels */
 | 
					    /* Update noise levels */
 | 
				
			||||||
    state->mNoises.insert(avg);
 | 
					    state->mNoises.insert(avg);
 | 
				
			||||||
    state->mNoiseLev = state->mNoises.avg();
 | 
					    state->mNoiseLev = state->mNoises.avg();
 | 
				
			||||||
 | 
					    noise = 20.0 * log10(rxFullScale / state->mNoiseLev);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    delete radio_burst;
 | 
				
			||||||
 | 
					    return NULL;
 | 
				
			||||||
 | 
					  } else {
 | 
				
			||||||
 | 
					    /* Do not update noise levels */
 | 
				
			||||||
 | 
					    noise = 20.0 * log10(rxFullScale / state->mNoiseLev);
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  bi->rssi = 20.0 * log10(rxFullScale / avg) + rssiOffset;
 | 
					 | 
				
			||||||
  bi->noise = 20.0 * log10(rxFullScale / state->mNoiseLev) + rssiOffset;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  if (type == IDLE)
 | 
					 | 
				
			||||||
    goto ret_idle;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  max_toa = (type == RACH || type == EXT_RACH) ?
 | 
					 | 
				
			||||||
            mMaxExpectedDelayAB : mMaxExpectedDelayNB;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  /* Detect normal or RACH bursts */
 | 
					  /* Detect normal or RACH bursts */
 | 
				
			||||||
  rc = detectAnyBurst(*burst, mTSC, BURST_THRESH, mSPSRx, type, max_toa, &ebp);
 | 
					  rc = detectAnyBurst(*burst, mTSC, BURST_THRESH, mSPSRx, type, amp, toa,
 | 
				
			||||||
  if (rc <= 0) {
 | 
					                      (type==RACH)?mMaxExpectedDelayAB:mMaxExpectedDelayNB);
 | 
				
			||||||
    if (rc == -SIGERR_CLIP)
 | 
					 | 
				
			||||||
      LOGCHAN(chan, DTRXDUL, NOTICE) << "Clipping detected on received RACH or Normal Burst";
 | 
					 | 
				
			||||||
    else if (rc != SIGERR_NONE)
 | 
					 | 
				
			||||||
      LOGCHAN(chan, DTRXDUL, NOTICE) << "Unhandled RACH or Normal Burst detection error";
 | 
					 | 
				
			||||||
    goto ret_idle;
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  if (rc > 0) {
 | 
				
			||||||
    type = (CorrType) rc;
 | 
					    type = (CorrType) rc;
 | 
				
			||||||
  bi->toa = ebp.toa;
 | 
					  } else if (rc <= 0) {
 | 
				
			||||||
  bi->tsc = ebp.tsc;
 | 
					    if (rc == -SIGERR_CLIP) {
 | 
				
			||||||
  bi->ci = ebp.ci;
 | 
					      LOG(WARNING) << "Clipping detected on received RACH or Normal Burst";
 | 
				
			||||||
  rxBurst = demodAnyBurst(*burst, mSPSRx, ebp.amp, ebp.toa, type);
 | 
					    } else if (rc != SIGERR_NONE) {
 | 
				
			||||||
 | 
					      LOG(WARNING) << "Unhandled RACH or Normal Burst detection error";
 | 
				
			||||||
  /* EDGE demodulator returns 444 (gSlotLen * 3) bits */
 | 
					 | 
				
			||||||
  if (rxBurst->size() == EDGE_BURST_NBITS) {
 | 
					 | 
				
			||||||
    bi->modulation = MODULATION_8PSK;
 | 
					 | 
				
			||||||
    bi->nbits = EDGE_BURST_NBITS;
 | 
					 | 
				
			||||||
  } else { /* size() here is actually gSlotLen + 8, due to guard periods */
 | 
					 | 
				
			||||||
    bi->modulation = MODULATION_GMSK;
 | 
					 | 
				
			||||||
    bi->nbits = gSlotLen;
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Convert -1..+1 soft bits to 0..1 soft bits
 | 
					 | 
				
			||||||
  vectorSlicer(bi->rx_burst, rxBurst->begin(), bi->nbits);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  delete rxBurst;
 | 
					 | 
				
			||||||
    delete radio_burst;
 | 
					    delete radio_burst;
 | 
				
			||||||
  return 0;
 | 
					    return NULL;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  timingOffset = toa;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  bits = demodAnyBurst(*burst, mSPSRx, amp, toa, type);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ret_idle:
 | 
					 | 
				
			||||||
  bi->idle = true;
 | 
					 | 
				
			||||||
  delete radio_burst;
 | 
					  delete radio_burst;
 | 
				
			||||||
  return 0;
 | 
					  return bits;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void Transceiver::reset()
 | 
					void Transceiver::reset()
 | 
				
			||||||
@@ -750,7 +683,7 @@ static bool match_cmd(char *buf,
 | 
				
			|||||||
  return true;
 | 
					  return true;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool Transceiver::driveControl(size_t chan)
 | 
					void Transceiver::driveControl(size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  char buffer[MAX_PACKET_LENGTH + 1];
 | 
					  char buffer[MAX_PACKET_LENGTH + 1];
 | 
				
			||||||
  char response[MAX_PACKET_LENGTH + 1];
 | 
					  char response[MAX_PACKET_LENGTH + 1];
 | 
				
			||||||
@@ -758,24 +691,22 @@ bool Transceiver::driveControl(size_t chan)
 | 
				
			|||||||
  int msgLen;
 | 
					  int msgLen;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Attempt to read from control socket */
 | 
					  /* Attempt to read from control socket */
 | 
				
			||||||
  msgLen = read(mCtrlSockets[chan], buffer, MAX_PACKET_LENGTH);
 | 
					  msgLen = mCtrlSockets[chan]->read(buffer, MAX_PACKET_LENGTH);
 | 
				
			||||||
  if (msgLen <= 0) {
 | 
					  if (msgLen < 1)
 | 
				
			||||||
    LOGCHAN(chan, DTRXCTRL, NOTICE) << "mCtrlSockets read(" << mCtrlSockets[chan] << ") failed: " << msgLen;
 | 
					    return;
 | 
				
			||||||
    return false;
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Zero-terminate received string */
 | 
					  /* Zero-terminate received string */
 | 
				
			||||||
  buffer[msgLen] = '\0';
 | 
					  buffer[msgLen] = '\0';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Verify a command signature */
 | 
					  /* Verify a command signature */
 | 
				
			||||||
  if (strncmp(buffer, "CMD ", 4)) {
 | 
					  if (strncmp(buffer, "CMD ", 4)) {
 | 
				
			||||||
    LOGCHAN(chan, DTRXCTRL, NOTICE) << "bogus message on control interface";
 | 
					    LOG(WARNING) << "bogus message on control interface";
 | 
				
			||||||
    return false;
 | 
					    return;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Set command pointer */
 | 
					  /* Set command pointer */
 | 
				
			||||||
  command = buffer + 4;
 | 
					  command = buffer + 4;
 | 
				
			||||||
  LOGCHAN(chan, DTRXCTRL, INFO) << "command is '" << command << "'";
 | 
					  LOG(INFO) << "command is " << command;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (match_cmd(command, "POWEROFF", NULL)) {
 | 
					  if (match_cmd(command, "POWEROFF", NULL)) {
 | 
				
			||||||
    stop();
 | 
					    stop();
 | 
				
			||||||
@@ -794,7 +725,7 @@ bool Transceiver::driveControl(size_t chan)
 | 
				
			|||||||
    unsigned ts = 0, ss = 0;
 | 
					    unsigned ts = 0, ss = 0;
 | 
				
			||||||
    sscanf(params, "%u %u", &ts, &ss);
 | 
					    sscanf(params, "%u %u", &ts, &ss);
 | 
				
			||||||
    if (ts > 7 || ss > 7) {
 | 
					    if (ts > 7 || ss > 7) {
 | 
				
			||||||
      sprintf(response, "RSP HANDOVER 1 %u %u", ts, ss);
 | 
					      sprintf(response, "RSP NOHANDOVER 1 %u %u", ts, ss);
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
      mHandover[ts][ss] = true;
 | 
					      mHandover[ts][ss] = true;
 | 
				
			||||||
      sprintf(response, "RSP HANDOVER 0 %u %u", ts, ss);
 | 
					      sprintf(response, "RSP HANDOVER 0 %u %u", ts, ss);
 | 
				
			||||||
@@ -854,7 +785,7 @@ bool Transceiver::driveControl(size_t chan)
 | 
				
			|||||||
    sscanf(params, "%d", &freqKhz);
 | 
					    sscanf(params, "%d", &freqKhz);
 | 
				
			||||||
    mRxFreq = freqKhz * 1e3;
 | 
					    mRxFreq = freqKhz * 1e3;
 | 
				
			||||||
    if (!mRadioInterface->tuneRx(mRxFreq, chan)) {
 | 
					    if (!mRadioInterface->tuneRx(mRxFreq, chan)) {
 | 
				
			||||||
       LOGCHAN(chan, DTRXCTRL, FATAL) << "RX failed to tune";
 | 
					       LOG(ALERT) << "RX failed to tune";
 | 
				
			||||||
       sprintf(response,"RSP RXTUNE 1 %d",freqKhz);
 | 
					       sprintf(response,"RSP RXTUNE 1 %d",freqKhz);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
@@ -865,7 +796,7 @@ bool Transceiver::driveControl(size_t chan)
 | 
				
			|||||||
    sscanf(params, "%d", &freqKhz);
 | 
					    sscanf(params, "%d", &freqKhz);
 | 
				
			||||||
    mTxFreq = freqKhz * 1e3;
 | 
					    mTxFreq = freqKhz * 1e3;
 | 
				
			||||||
    if (!mRadioInterface->tuneTx(mTxFreq, chan)) {
 | 
					    if (!mRadioInterface->tuneTx(mTxFreq, chan)) {
 | 
				
			||||||
       LOGCHAN(chan, DTRXCTRL, FATAL) << "TX failed to tune";
 | 
					       LOG(ALERT) << "TX failed to tune";
 | 
				
			||||||
       sprintf(response,"RSP TXTUNE 1 %d",freqKhz);
 | 
					       sprintf(response,"RSP TXTUNE 1 %d",freqKhz);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
@@ -877,7 +808,7 @@ bool Transceiver::driveControl(size_t chan)
 | 
				
			|||||||
    if (TSC > 7) {
 | 
					    if (TSC > 7) {
 | 
				
			||||||
      sprintf(response, "RSP SETTSC 1 %d", TSC);
 | 
					      sprintf(response, "RSP SETTSC 1 %d", TSC);
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
      LOGC(DTRXCTRL, NOTICE) << "Changing TSC from " << mTSC << " to " << TSC;
 | 
					      LOG(NOTICE) << "Changing TSC from " << mTSC << " to " << TSC;
 | 
				
			||||||
      mTSC = TSC;
 | 
					      mTSC = TSC;
 | 
				
			||||||
      sprintf(response,"RSP SETTSC 0 %d", TSC);
 | 
					      sprintf(response,"RSP SETTSC 0 %d", TSC);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -887,173 +818,141 @@ bool Transceiver::driveControl(size_t chan)
 | 
				
			|||||||
    int  timeslot;
 | 
					    int  timeslot;
 | 
				
			||||||
    sscanf(params, "%d %d", ×lot, &corrCode);
 | 
					    sscanf(params, "%d %d", ×lot, &corrCode);
 | 
				
			||||||
    if ((timeslot < 0) || (timeslot > 7)) {
 | 
					    if ((timeslot < 0) || (timeslot > 7)) {
 | 
				
			||||||
      LOGCHAN(chan, DTRXCTRL, NOTICE) << "bogus message on control interface";
 | 
					      LOG(WARNING) << "bogus message on control interface";
 | 
				
			||||||
      sprintf(response,"RSP SETSLOT 1 %d %d",timeslot,corrCode);
 | 
					      sprintf(response,"RSP SETSLOT 1 %d %d",timeslot,corrCode);
 | 
				
			||||||
      return true;
 | 
					      return;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    mStates[chan].chanType[timeslot] = (ChannelCombination) corrCode;
 | 
					    mStates[chan].chanType[timeslot] = (ChannelCombination) corrCode;
 | 
				
			||||||
    setModulus(timeslot, chan);
 | 
					    setModulus(timeslot, chan);
 | 
				
			||||||
    sprintf(response,"RSP SETSLOT 0 %d %d",timeslot,corrCode);
 | 
					    sprintf(response,"RSP SETSLOT 0 %d %d",timeslot,corrCode);
 | 
				
			||||||
  } else if (match_cmd(command, "SETFORMAT", ¶ms)) {
 | 
					 | 
				
			||||||
    // set TRXD protocol version
 | 
					 | 
				
			||||||
    unsigned version_recv;
 | 
					 | 
				
			||||||
    sscanf(params, "%u", &version_recv);
 | 
					 | 
				
			||||||
    LOGCHAN(chan, DTRXCTRL, INFO) << "BTS requests TRXD version switch: " << version_recv;
 | 
					 | 
				
			||||||
    if (version_recv > TRX_DATA_FORMAT_VER) {
 | 
					 | 
				
			||||||
      LOGCHAN(chan, DTRXCTRL, INFO) << "rejecting TRXD version " << version_recv
 | 
					 | 
				
			||||||
                                    << "in favor of " <<  TRX_DATA_FORMAT_VER;
 | 
					 | 
				
			||||||
      sprintf(response, "RSP SETFORMAT %u %u", TRX_DATA_FORMAT_VER, version_recv);
 | 
					 | 
				
			||||||
    } else {
 | 
					 | 
				
			||||||
      LOGCHAN(chan, DTRXCTRL, NOTICE) << "switching to TRXD version " << version_recv;
 | 
					 | 
				
			||||||
      mVersionTRXD[chan] = version_recv;
 | 
					 | 
				
			||||||
      sprintf(response, "RSP SETFORMAT %u %u", version_recv, version_recv);
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  } else if (match_cmd(command, "_SETBURSTTODISKMASK", ¶ms)) {
 | 
					  } else if (match_cmd(command, "_SETBURSTTODISKMASK", ¶ms)) {
 | 
				
			||||||
    // debug command! may change or disappear without notice
 | 
					    // debug command! may change or disapear without notice
 | 
				
			||||||
    // set a mask which bursts to dump to disk
 | 
					    // set a mask which bursts to dump to disk
 | 
				
			||||||
    int mask;
 | 
					    int mask;
 | 
				
			||||||
    sscanf(params, "%d", &mask);
 | 
					    sscanf(params, "%d", &mask);
 | 
				
			||||||
    mWriteBurstToDiskMask = mask;
 | 
					    mWriteBurstToDiskMask = mask;
 | 
				
			||||||
    sprintf(response,"RSP _SETBURSTTODISKMASK 0 %d",mask);
 | 
					    sprintf(response,"RSP _SETBURSTTODISKMASK 0 %d",mask);
 | 
				
			||||||
  } else {
 | 
					  } else {
 | 
				
			||||||
    LOGCHAN(chan, DTRXCTRL, NOTICE) << "bogus command " << command << " on control interface.";
 | 
					    LOG(WARNING) << "bogus command " << command << " on control interface.";
 | 
				
			||||||
    sprintf(response,"RSP ERR 1");
 | 
					    sprintf(response,"RSP ERR 1");
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  LOGCHAN(chan, DTRXCTRL, INFO) << "response is '" << response << "'";
 | 
					  mCtrlSockets[chan]->write(response, strlen(response) + 1);
 | 
				
			||||||
  msgLen = write(mCtrlSockets[chan], response, strlen(response) + 1);
 | 
					 | 
				
			||||||
  if (msgLen <= 0) {
 | 
					 | 
				
			||||||
    LOGCHAN(chan, DTRXCTRL, NOTICE) << "mCtrlSockets write(" << mCtrlSockets[chan] << ") failed: " << msgLen;
 | 
					 | 
				
			||||||
    return false;
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
  return true;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool Transceiver::driveTxPriorityQueue(size_t chan)
 | 
					bool Transceiver::driveTxPriorityQueue(size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  int msgLen;
 | 
					 | 
				
			||||||
  int burstLen;
 | 
					  int burstLen;
 | 
				
			||||||
  struct trxd_hdr_v01_dl *dl;
 | 
					  char buffer[EDGE_BURST_NBITS + 50];
 | 
				
			||||||
  char buffer[sizeof(*dl) + EDGE_BURST_NBITS];
 | 
					 | 
				
			||||||
  uint32_t fn;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // check data socket
 | 
					  // check data socket
 | 
				
			||||||
  msgLen = read(mDataSockets[chan], buffer, sizeof(buffer));
 | 
					  size_t msgLen = mDataSockets[chan]->read(buffer, sizeof(buffer));
 | 
				
			||||||
  if (msgLen <= 0) {
 | 
					 | 
				
			||||||
    LOGCHAN(chan, DTRXDDL, NOTICE) << "mDataSockets read(" << mCtrlSockets[chan] << ") failed: " << msgLen;
 | 
					 | 
				
			||||||
    return false;
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  switch (msgLen) {
 | 
					  if (msgLen == gSlotLen + 1 + 4 + 1) {
 | 
				
			||||||
    case sizeof(*dl) + gSlotLen: /* GSM burst */
 | 
					 | 
				
			||||||
    burstLen = gSlotLen;
 | 
					    burstLen = gSlotLen;
 | 
				
			||||||
      break;
 | 
					  } else if (msgLen == EDGE_BURST_NBITS + 1 + 4 + 1) {
 | 
				
			||||||
    case sizeof(*dl) + EDGE_BURST_NBITS: /* EDGE burst */
 | 
					    if (mSPSTx != 4)
 | 
				
			||||||
      if (mSPSTx != 4) {
 | 
					 | 
				
			||||||
        LOGCHAN(chan, DTRXDDL, ERROR) << "EDGE burst received but SPS is set to " << mSPSTx;
 | 
					 | 
				
			||||||
      return false;
 | 
					      return false;
 | 
				
			||||||
      }
 | 
					
 | 
				
			||||||
    burstLen = EDGE_BURST_NBITS;
 | 
					    burstLen = EDGE_BURST_NBITS;
 | 
				
			||||||
      break;
 | 
					  } else {
 | 
				
			||||||
    default:
 | 
					    LOG(ERR) << "badly formatted packet on GSM->TRX interface";
 | 
				
			||||||
      LOGCHAN(chan, DTRXDDL, ERROR) << "badly formatted packet on GSM->TRX interface (len="<< msgLen << ")";
 | 
					 | 
				
			||||||
    return false;
 | 
					    return false;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  dl = (struct trxd_hdr_v01_dl *) buffer;
 | 
					  int timeSlot = (int) buffer[0];
 | 
				
			||||||
 | 
					  uint64_t frameNum = 0;
 | 
				
			||||||
 | 
					  for (int i = 0; i < 4; i++)
 | 
				
			||||||
 | 
					    frameNum = (frameNum << 8) | (0x0ff & buffer[i+1]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Convert TDMA FN to the host endianness */
 | 
					  LOG(DEBUG) << "rcvd. burst at: " << GSM::Time(frameNum,timeSlot);
 | 
				
			||||||
  fn = osmo_load32be(&dl->common.fn);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  /* Make sure we support the received header format */
 | 
					 | 
				
			||||||
  switch (dl->common.version) {
 | 
					 | 
				
			||||||
  case 0:
 | 
					 | 
				
			||||||
  /* Version 1 has the same format */
 | 
					 | 
				
			||||||
  case 1:
 | 
					 | 
				
			||||||
    break;
 | 
					 | 
				
			||||||
  default:
 | 
					 | 
				
			||||||
    LOGCHAN(chan, DTRXDDL, ERROR) << "Rx TRXD message with unknown header version " << unsigned(dl->common.version);
 | 
					 | 
				
			||||||
    return false;
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  LOGCHAN(chan, DTRXDDL, DEBUG) << "Rx TRXD message (hdr_ver=" << unsigned(dl->common.version)
 | 
					 | 
				
			||||||
    << "): fn=" << fn << ", tn=" << unsigned(dl->common.tn) << ", burst_len=" << burstLen;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  int RSSI = (int) buffer[5];
 | 
				
			||||||
  BitVector newBurst(burstLen);
 | 
					  BitVector newBurst(burstLen);
 | 
				
			||||||
  BitVector::iterator itr = newBurst.begin();
 | 
					  BitVector::iterator itr = newBurst.begin();
 | 
				
			||||||
  uint8_t *bufferItr = dl->soft_bits;
 | 
					  char *bufferItr = buffer+6;
 | 
				
			||||||
  while (itr < newBurst.end())
 | 
					  while (itr < newBurst.end())
 | 
				
			||||||
    *itr++ = *bufferItr++;
 | 
					    *itr++ = *bufferItr++;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  GSM::Time currTime = GSM::Time(fn, dl->common.tn);
 | 
					  GSM::Time currTime = GSM::Time(frameNum,timeSlot);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  addRadioVector(chan, newBurst, dl->tx_att, currTime);
 | 
					  addRadioVector(chan, newBurst, RSSI, currTime);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return true;
 | 
					  return true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool Transceiver::driveReceiveRadio()
 | 
					void Transceiver::driveReceiveRadio()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  int rc = mRadioInterface->driveReceiveRadio();
 | 
					  if (!mRadioInterface->driveReceiveRadio()) {
 | 
				
			||||||
  if (rc == 0) {
 | 
					 | 
				
			||||||
    usleep(100000);
 | 
					    usleep(100000);
 | 
				
			||||||
    return true;
 | 
					  } else if (mForceClockInterface || mTransmitDeadlineClock > mLastClockUpdateTime + GSM::Time(216,0)) {
 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
  if (rc < 0)
 | 
					 | 
				
			||||||
    return false;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  if (mForceClockInterface || mTransmitDeadlineClock > mLastClockUpdateTime + GSM::Time(216,0)) {
 | 
					 | 
				
			||||||
    mForceClockInterface = false;
 | 
					    mForceClockInterface = false;
 | 
				
			||||||
    return writeClockInterface();
 | 
					    writeClockInterface();
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  return true;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void Transceiver::logRxBurst(size_t chan, const struct trx_ul_burst_ind *bi)
 | 
					void Transceiver::logRxBurst(size_t chan, SoftVector *burst, GSM::Time time, double dbm,
 | 
				
			||||||
 | 
					                             double rssi, double noise, double toa)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  std::ostringstream os;
 | 
					  LOG(DEBUG) << std::fixed << std::right
 | 
				
			||||||
  for (size_t i=0; i < bi->nbits; i++) {
 | 
					    << " chan: "   << chan
 | 
				
			||||||
    if (bi->rx_burst[i] > 0.5) os << "1";
 | 
					    << " time: "   << time
 | 
				
			||||||
    else if (bi->rx_burst[i] > 0.25) os << "|";
 | 
					    << " RSSI: "   << std::setw(5) << std::setprecision(1) << rssi
 | 
				
			||||||
    else if (bi->rx_burst[i] > 0.0) os << "'";
 | 
					                   << "dBFS/" << std::setw(6) << -dbm << "dBm"
 | 
				
			||||||
    else os << "-";
 | 
					    << " noise: "  << std::setw(5) << std::setprecision(1) << noise
 | 
				
			||||||
  }
 | 
					                   << "dBFS/" << std::setw(6) << -(noise + rssiOffset) << "dBm"
 | 
				
			||||||
 | 
					    << " TOA: "    << std::setw(5) << std::setprecision(2) << toa
 | 
				
			||||||
  LOGCHAN(chan, DTRXDUL, DEBUG) << std::fixed << std::right
 | 
					    << " bits: "   << *burst;
 | 
				
			||||||
    << " time: "   << unsigned(bi->tn) << ":" << bi->fn
 | 
					 | 
				
			||||||
    << " RSSI: "   << std::setw(5) << std::setprecision(1) << (bi->rssi - rssiOffset)
 | 
					 | 
				
			||||||
                   << "dBFS/" << std::setw(6) << -bi->rssi << "dBm"
 | 
					 | 
				
			||||||
    << " noise: "  << std::setw(5) << std::setprecision(1) << (bi->noise - rssiOffset)
 | 
					 | 
				
			||||||
                   << "dBFS/" << std::setw(6) << -bi->noise << "dBm"
 | 
					 | 
				
			||||||
    << " TOA: "    << std::setw(5) << std::setprecision(2) << bi->toa
 | 
					 | 
				
			||||||
    << " C/I: "    << std::setw(5) << std::setprecision(2) << bi->ci << "dB"
 | 
					 | 
				
			||||||
    << " bits: "   << os;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool Transceiver::driveReceiveFIFO(size_t chan)
 | 
					void Transceiver::driveReceiveFIFO(size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  struct trx_ul_burst_ind bi;
 | 
					  SoftVector *rxBurst = NULL;
 | 
				
			||||||
  int rc;
 | 
					  double RSSI; // in dBFS
 | 
				
			||||||
 | 
					  double dBm;  // in dBm
 | 
				
			||||||
 | 
					  double TOA;  // in symbols
 | 
				
			||||||
 | 
					  int TOAint;  // in 1/256 symbols
 | 
				
			||||||
 | 
					  double noise; // noise level in dBFS
 | 
				
			||||||
 | 
					  GSM::Time burstTime;
 | 
				
			||||||
 | 
					  bool isRssiValid; // are RSSI, noise and burstTime valid
 | 
				
			||||||
 | 
					  unsigned nbits = gSlotLen;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if ((rc = pullRadioVector(chan, &bi)) < 0) {
 | 
					  rxBurst = pullRadioVector(burstTime, RSSI, isRssiValid, TOA, noise, chan);
 | 
				
			||||||
    if (rc == -ENOENT) { /* timeslot off, continue processing */
 | 
					  if (!rxBurst)
 | 
				
			||||||
      LOGCHAN(chan, DTRXDUL, DEBUG) << unsigned(bi.tn) << ":" << bi.fn << " timeslot is off";
 | 
					    return;
 | 
				
			||||||
      return true;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    return false; /* other errors: we want to stop the process */
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (!bi.idle)
 | 
					  // Convert -1..+1 soft bits to 0..1 soft bits
 | 
				
			||||||
    logRxBurst(chan, &bi);
 | 
					  vectorSlicer(rxBurst);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  switch (mVersionTRXD[chan]) {
 | 
					  /*
 | 
				
			||||||
    case 0:
 | 
					   * EDGE demodulator returns 444 (148 * 3) bits
 | 
				
			||||||
      return trxd_send_burst_ind_v0(chan, mDataSockets[chan], &bi);
 | 
					   */
 | 
				
			||||||
    case 1:
 | 
					  if (rxBurst->size() == gSlotLen * 3)
 | 
				
			||||||
      return trxd_send_burst_ind_v1(chan, mDataSockets[chan], &bi);
 | 
					    nbits = gSlotLen * 3;
 | 
				
			||||||
    default:
 | 
					
 | 
				
			||||||
      OSMO_ASSERT(false);
 | 
					  dBm = RSSI + rssiOffset;
 | 
				
			||||||
  }
 | 
					  logRxBurst(chan, rxBurst, burstTime, dBm, RSSI, noise, TOA);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  TOAint = (int) (TOA * 256.0 + 0.5); // round to closest integer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  char burstString[nbits + 10];
 | 
				
			||||||
 | 
					  burstString[0] = burstTime.TN();
 | 
				
			||||||
 | 
					  for (int i = 0; i < 4; i++)
 | 
				
			||||||
 | 
					    burstString[1+i] = (burstTime.FN() >> ((3-i)*8)) & 0x0ff;
 | 
				
			||||||
 | 
					  burstString[5] = (int)dBm;
 | 
				
			||||||
 | 
					  burstString[6] = (TOAint >> 8) & 0x0ff;
 | 
				
			||||||
 | 
					  burstString[7] = TOAint & 0x0ff;
 | 
				
			||||||
 | 
					  SoftVector::iterator burstItr = rxBurst->begin();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  for (unsigned i = 0; i < nbits; i++)
 | 
				
			||||||
 | 
					    burstString[8 + i] = (char) round((*burstItr++) * 255.0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  burstString[nbits + 9] = '\0';
 | 
				
			||||||
 | 
					  delete rxBurst;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  mDataSockets[chan]->write(burstString, nbits + 10);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void Transceiver::driveTxFIFO()
 | 
					void Transceiver::driveTxFIFO()
 | 
				
			||||||
@@ -1074,7 +973,7 @@ void Transceiver::driveTxFIFO()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  if (mOn) {
 | 
					  if (mOn) {
 | 
				
			||||||
    //radioClock->wait(); // wait until clock updates
 | 
					    //radioClock->wait(); // wait until clock updates
 | 
				
			||||||
    LOGC(DTRXCLK, DEBUG) << "radio clock " << radioClock->get();
 | 
					    LOG(DEBUG) << "radio clock " << radioClock->get();
 | 
				
			||||||
    while (radioClock->get() + mTransmitLatency > mTransmitDeadlineClock) {
 | 
					    while (radioClock->get() + mTransmitLatency > mTransmitDeadlineClock) {
 | 
				
			||||||
      // if underrun, then we're not providing bursts to radio/USRP fast
 | 
					      // if underrun, then we're not providing bursts to radio/USRP fast
 | 
				
			||||||
      //   enough.  Need to increase latency by one GSM frame.
 | 
					      //   enough.  Need to increase latency by one GSM frame.
 | 
				
			||||||
@@ -1083,9 +982,7 @@ void Transceiver::driveTxFIFO()
 | 
				
			|||||||
          // only update latency at the defined frame interval
 | 
					          // only update latency at the defined frame interval
 | 
				
			||||||
          if (radioClock->get() > mLatencyUpdateTime + GSM::Time(USB_LATENCY_INTRVL)) {
 | 
					          if (radioClock->get() > mLatencyUpdateTime + GSM::Time(USB_LATENCY_INTRVL)) {
 | 
				
			||||||
            mTransmitLatency = mTransmitLatency + GSM::Time(1,0);
 | 
					            mTransmitLatency = mTransmitLatency + GSM::Time(1,0);
 | 
				
			||||||
            LOGC(DTRXCLK, INFO) << "new latency: " << mTransmitLatency << " (underrun "
 | 
					            LOG(INFO) << "new latency: " << mTransmitLatency;
 | 
				
			||||||
                                << radioClock->get() << " vs "
 | 
					 | 
				
			||||||
                                << mLatencyUpdateTime + GSM::Time(USB_LATENCY_INTRVL) << ")";
 | 
					 | 
				
			||||||
            mLatencyUpdateTime = radioClock->get();
 | 
					            mLatencyUpdateTime = radioClock->get();
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
@@ -1095,7 +992,7 @@ void Transceiver::driveTxFIFO()
 | 
				
			|||||||
          if (mTransmitLatency > mRadioInterface->minLatency()) {
 | 
					          if (mTransmitLatency > mRadioInterface->minLatency()) {
 | 
				
			||||||
              if (radioClock->get() > mLatencyUpdateTime + GSM::Time(216,0)) {
 | 
					              if (radioClock->get() > mLatencyUpdateTime + GSM::Time(216,0)) {
 | 
				
			||||||
              mTransmitLatency.decTN();
 | 
					              mTransmitLatency.decTN();
 | 
				
			||||||
              LOGC(DTRXCLK, INFO) << "reduced latency: " << mTransmitLatency;
 | 
					              LOG(INFO) << "reduced latency: " << mTransmitLatency;
 | 
				
			||||||
              mLatencyUpdateTime = radioClock->get();
 | 
					              mLatencyUpdateTime = radioClock->get();
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
@@ -1112,42 +1009,31 @@ void Transceiver::driveTxFIFO()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool Transceiver::writeClockInterface()
 | 
					void Transceiver::writeClockInterface()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  int msgLen;
 | 
					 | 
				
			||||||
  char command[50];
 | 
					  char command[50];
 | 
				
			||||||
  // FIXME -- This should be adaptive.
 | 
					  // FIXME -- This should be adaptive.
 | 
				
			||||||
  sprintf(command,"IND CLOCK %llu",(unsigned long long) (mTransmitDeadlineClock.FN()+2));
 | 
					  sprintf(command,"IND CLOCK %llu",(unsigned long long) (mTransmitDeadlineClock.FN()+2));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  LOGC(DTRXCLK, INFO) << "sending " << command;
 | 
					  LOG(INFO) << "ClockInterface: sending " << command;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  msgLen = write(mClockSocket, command, strlen(command) + 1);
 | 
					  mClockSocket.write(command, strlen(command) + 1);
 | 
				
			||||||
  if (msgLen <= 0) {
 | 
					 | 
				
			||||||
    LOGC(DTRXCLK, ERROR) << "mClockSocket write(" << mClockSocket << ") failed: " << msgLen;
 | 
					 | 
				
			||||||
    return false;
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  mLastClockUpdateTime = mTransmitDeadlineClock;
 | 
					  mLastClockUpdateTime = mTransmitDeadlineClock;
 | 
				
			||||||
  return true;
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void *RxUpperLoopAdapter(TrxChanThParams *params)
 | 
					void *RxUpperLoopAdapter(TransceiverChannel *chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  char thread_name[16];
 | 
					  Transceiver *trx = chan->trx;
 | 
				
			||||||
  Transceiver *trx = params->trx;
 | 
					  size_t num = chan->num;
 | 
				
			||||||
  size_t num = params->num;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  free(params);
 | 
					  delete chan;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  snprintf(thread_name, 16, "RxUpper%zu", num);
 | 
					  trx->setPriority(0.42);
 | 
				
			||||||
  set_selfthread_name(thread_name);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  while (1) {
 | 
					  while (1) {
 | 
				
			||||||
    if (!trx->driveReceiveFIFO(num)) {
 | 
					    trx->driveReceiveFIFO(num);
 | 
				
			||||||
      LOGCHAN(num, DTRXDUL, FATAL) << "Something went wrong in thread " << thread_name << ", requesting stop";
 | 
					 | 
				
			||||||
      osmo_signal_dispatch(SS_MAIN, S_MAIN_STOP_REQUIRED, NULL);
 | 
					 | 
				
			||||||
      break;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    pthread_testcancel();
 | 
					    pthread_testcancel();
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  return NULL;
 | 
					  return NULL;
 | 
				
			||||||
@@ -1155,14 +1041,10 @@ void *RxUpperLoopAdapter(TrxChanThParams *params)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void *RxLowerLoopAdapter(Transceiver *transceiver)
 | 
					void *RxLowerLoopAdapter(Transceiver *transceiver)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  set_selfthread_name("RxLower");
 | 
					  transceiver->setPriority(0.45);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  while (1) {
 | 
					  while (1) {
 | 
				
			||||||
    if (!transceiver->driveReceiveRadio()) {
 | 
					    transceiver->driveReceiveRadio();
 | 
				
			||||||
      LOGC(DTRXDUL, FATAL) << "Something went wrong in thread RxLower, requesting stop";
 | 
					 | 
				
			||||||
      osmo_signal_dispatch(SS_MAIN, S_MAIN_STOP_REQUIRED, NULL);
 | 
					 | 
				
			||||||
      break;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    pthread_testcancel();
 | 
					    pthread_testcancel();
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  return NULL;
 | 
					  return NULL;
 | 
				
			||||||
@@ -1170,7 +1052,7 @@ void *RxLowerLoopAdapter(Transceiver *transceiver)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void *TxLowerLoopAdapter(Transceiver *transceiver)
 | 
					void *TxLowerLoopAdapter(Transceiver *transceiver)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  set_selfthread_name("TxLower");
 | 
					  transceiver->setPriority(0.44);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  while (1) {
 | 
					  while (1) {
 | 
				
			||||||
    transceiver->driveTxFIFO();
 | 
					    transceiver->driveTxFIFO();
 | 
				
			||||||
@@ -1179,45 +1061,31 @@ void *TxLowerLoopAdapter(Transceiver *transceiver)
 | 
				
			|||||||
  return NULL;
 | 
					  return NULL;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void *ControlServiceLoopAdapter(TrxChanThParams *params)
 | 
					void *ControlServiceLoopAdapter(TransceiverChannel *chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  char thread_name[16];
 | 
					  Transceiver *trx = chan->trx;
 | 
				
			||||||
  Transceiver *trx = params->trx;
 | 
					  size_t num = chan->num;
 | 
				
			||||||
  size_t num = params->num;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  free(params);
 | 
					  delete chan;
 | 
				
			||||||
 | 
					 | 
				
			||||||
  snprintf(thread_name, 16, "CtrlService%zu", num);
 | 
					 | 
				
			||||||
  set_selfthread_name(thread_name);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  while (1) {
 | 
					  while (1) {
 | 
				
			||||||
    if (!trx->driveControl(num)) {
 | 
					    trx->driveControl(num);
 | 
				
			||||||
      LOGCHAN(num, DTRXCTRL, FATAL) << "Something went wrong in thread " << thread_name << ", requesting stop";
 | 
					 | 
				
			||||||
      osmo_signal_dispatch(SS_MAIN, S_MAIN_STOP_REQUIRED, NULL);
 | 
					 | 
				
			||||||
      break;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    pthread_testcancel();
 | 
					    pthread_testcancel();
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  return NULL;
 | 
					  return NULL;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void *TxUpperLoopAdapter(TrxChanThParams *params)
 | 
					void *TxUpperLoopAdapter(TransceiverChannel *chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  char thread_name[16];
 | 
					  Transceiver *trx = chan->trx;
 | 
				
			||||||
  Transceiver *trx = params->trx;
 | 
					  size_t num = chan->num;
 | 
				
			||||||
  size_t num = params->num;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  free(params);
 | 
					  delete chan;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  snprintf(thread_name, 16, "TxUpper%zu", num);
 | 
					  trx->setPriority(0.40);
 | 
				
			||||||
  set_selfthread_name(thread_name);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  while (1) {
 | 
					  while (1) {
 | 
				
			||||||
    if (!trx->driveTxPriorityQueue(num)) {
 | 
					    trx->driveTxPriorityQueue(num);
 | 
				
			||||||
      LOGCHAN(num, DTRXDDL, FATAL) << "Something went wrong in thread " << thread_name << ", requesting stop";
 | 
					 | 
				
			||||||
      osmo_signal_dispatch(SS_MAIN, S_MAIN_STOP_REQUIRED, NULL);
 | 
					 | 
				
			||||||
      break;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    pthread_testcancel();
 | 
					    pthread_testcancel();
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  return NULL;
 | 
					  return NULL;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008 Free Software Foundation, Inc.
 | 
					* Copyright 2008 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: GPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					 | 
				
			||||||
* This software is distributed under the terms of the GNU Public License.
 | 
					* This software is distributed under the terms of the GNU Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
@@ -27,19 +25,29 @@
 | 
				
			|||||||
#include "radioInterface.h"
 | 
					#include "radioInterface.h"
 | 
				
			||||||
#include "Interthread.h"
 | 
					#include "Interthread.h"
 | 
				
			||||||
#include "GSMCommon.h"
 | 
					#include "GSMCommon.h"
 | 
				
			||||||
 | 
					#include "Sockets.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <sys/types.h>
 | 
					#include <sys/types.h>
 | 
				
			||||||
#include <sys/socket.h>
 | 
					#include <sys/socket.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern "C" {
 | 
					extern "C" {
 | 
				
			||||||
#include <osmocom/core/signal.h>
 | 
					 | 
				
			||||||
#include "config_defs.h"
 | 
					#include "config_defs.h"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class Transceiver;
 | 
					class Transceiver;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** Channel descriptor for transceiver object and channel number pair */
 | 
					/** Channel descriptor for transceiver object and channel number pair */
 | 
				
			||||||
struct TrxChanThParams {
 | 
					struct TransceiverChannel {
 | 
				
			||||||
 | 
					  TransceiverChannel(Transceiver *trx, int num)
 | 
				
			||||||
 | 
					  {
 | 
				
			||||||
 | 
					    this->trx = trx;
 | 
				
			||||||
 | 
					    this->num = num;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  ~TransceiverChannel()
 | 
				
			||||||
 | 
					  {
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  Transceiver *trx;
 | 
					  Transceiver *trx;
 | 
				
			||||||
  size_t num;
 | 
					  size_t num;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
@@ -99,14 +107,13 @@ public:
 | 
				
			|||||||
              size_t tx_sps, size_t rx_sps, size_t chans,
 | 
					              size_t tx_sps, size_t rx_sps, size_t chans,
 | 
				
			||||||
              GSM::Time wTransmitLatency,
 | 
					              GSM::Time wTransmitLatency,
 | 
				
			||||||
              RadioInterface *wRadioInterface,
 | 
					              RadioInterface *wRadioInterface,
 | 
				
			||||||
              double wRssiOffset, int stackSize);
 | 
					              double wRssiOffset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** Destructor */
 | 
					  /** Destructor */
 | 
				
			||||||
  ~Transceiver();
 | 
					  ~Transceiver();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** Start the control loop */
 | 
					  /** Start the control loop */
 | 
				
			||||||
  bool init(FillerType filler, size_t rtsc, unsigned rach_delay,
 | 
					  bool init(FillerType filler, size_t rtsc, unsigned rach_delay, bool edge);
 | 
				
			||||||
            bool edge, bool ext_rach);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** attach the radioInterface receive FIFO */
 | 
					  /** attach the radioInterface receive FIFO */
 | 
				
			||||||
  bool receiveFIFO(VectorFIFO *wFIFO, size_t chan)
 | 
					  bool receiveFIFO(VectorFIFO *wFIFO, size_t chan)
 | 
				
			||||||
@@ -146,9 +153,9 @@ private:
 | 
				
			|||||||
  std::string mLocalAddr;
 | 
					  std::string mLocalAddr;
 | 
				
			||||||
  std::string mRemoteAddr;
 | 
					  std::string mRemoteAddr;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  std::vector<int> mDataSockets;  ///< socket for writing to/reading from GSM core
 | 
					  std::vector<UDPSocket *> mDataSockets;  ///< socket for writing to/reading from GSM core
 | 
				
			||||||
  std::vector<int> mCtrlSockets;  ///< socket for writing/reading control commands from GSM core
 | 
					  std::vector<UDPSocket *> mCtrlSockets;  ///< socket for writing/reading control commands from GSM core
 | 
				
			||||||
  int mClockSocket;               ///< socket for writing clock updates to GSM core
 | 
					  UDPSocket mClockSocket;                 ///< socket for writing clock updates to GSM core
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  std::vector<VectorQueue> mTxPriorityQueues;   ///< priority queue of transmit bursts received from GSM core
 | 
					  std::vector<VectorQueue> mTxPriorityQueues;   ///< priority queue of transmit bursts received from GSM core
 | 
				
			||||||
  std::vector<VectorFIFO *>  mReceiveFIFO;      ///< radioInterface FIFO of receive bursts
 | 
					  std::vector<VectorFIFO *>  mReceiveFIFO;      ///< radioInterface FIFO of receive bursts
 | 
				
			||||||
@@ -169,7 +176,6 @@ private:
 | 
				
			|||||||
  double rxFullScale;                     ///< full scale output to radio
 | 
					  double rxFullScale;                     ///< full scale output to radio
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  double rssiOffset;                      ///< RSSI to dBm conversion offset
 | 
					  double rssiOffset;                      ///< RSSI to dBm conversion offset
 | 
				
			||||||
  int stackSize;                      ///< stack size for threads, 0 = OS default
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** modulate and add a burst to the transmit queue */
 | 
					  /** modulate and add a burst to the transmit queue */
 | 
				
			||||||
  void addRadioVector(size_t chan, BitVector &bits,
 | 
					  void addRadioVector(size_t chan, BitVector &bits,
 | 
				
			||||||
@@ -182,7 +188,9 @@ private:
 | 
				
			|||||||
  void pushRadioVector(GSM::Time &nowTime);
 | 
					  void pushRadioVector(GSM::Time &nowTime);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** Pull and demodulate a burst from the receive FIFO */
 | 
					  /** Pull and demodulate a burst from the receive FIFO */
 | 
				
			||||||
  int pullRadioVector(size_t chan, struct trx_ul_burst_ind *ind);
 | 
					  SoftVector *pullRadioVector(GSM::Time &wTime, double &RSSI, bool &isRssiValid,
 | 
				
			||||||
 | 
					                              double &timingOffset, double &noise,
 | 
				
			||||||
 | 
					                              size_t chan = 0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** Set modulus for specific timeslot */
 | 
					  /** Set modulus for specific timeslot */
 | 
				
			||||||
  void setModulus(size_t timeslot, size_t chan);
 | 
					  void setModulus(size_t timeslot, size_t chan);
 | 
				
			||||||
@@ -191,13 +199,12 @@ private:
 | 
				
			|||||||
  CorrType expectedCorrType(GSM::Time currTime, size_t chan);
 | 
					  CorrType expectedCorrType(GSM::Time currTime, size_t chan);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** send messages over the clock socket */
 | 
					  /** send messages over the clock socket */
 | 
				
			||||||
  bool writeClockInterface(void);
 | 
					  void writeClockInterface(void);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  int mSPSTx;                          ///< number of samples per Tx symbol
 | 
					  int mSPSTx;                          ///< number of samples per Tx symbol
 | 
				
			||||||
  int mSPSRx;                          ///< number of samples per Rx symbol
 | 
					  int mSPSRx;                          ///< number of samples per Rx symbol
 | 
				
			||||||
  size_t mChans;
 | 
					  size_t mChans;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  bool mExtRACH;
 | 
					 | 
				
			||||||
  bool mEdge;
 | 
					  bool mEdge;
 | 
				
			||||||
  bool mOn;	                           ///< flag to indicate that transceiver is powered on
 | 
					  bool mOn;	                           ///< flag to indicate that transceiver is powered on
 | 
				
			||||||
  bool mForceClockInterface;           ///< flag to indicate whether IND CLOCK shall be sent unconditionally after transceiver is started
 | 
					  bool mForceClockInterface;           ///< flag to indicate whether IND CLOCK shall be sent unconditionally after transceiver is started
 | 
				
			||||||
@@ -209,28 +216,27 @@ private:
 | 
				
			|||||||
  unsigned mMaxExpectedDelayNB;        ///< maximum expected time-of-arrival offset in GSM symbols for Normal Bursts
 | 
					  unsigned mMaxExpectedDelayNB;        ///< maximum expected time-of-arrival offset in GSM symbols for Normal Bursts
 | 
				
			||||||
  unsigned mWriteBurstToDiskMask;      ///< debug: bitmask to indicate which timeslots to dump to disk
 | 
					  unsigned mWriteBurstToDiskMask;      ///< debug: bitmask to indicate which timeslots to dump to disk
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  std::vector<unsigned> mVersionTRXD;  ///< Format version to use for TRXD protocol communication, per channel
 | 
					 | 
				
			||||||
  std::vector<TransceiverState> mStates;
 | 
					  std::vector<TransceiverState> mStates;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** Start and stop I/O threads through the control socket API */
 | 
					  /** Start and stop I/O threads through the control socket API */
 | 
				
			||||||
  bool start();
 | 
					  bool start();
 | 
				
			||||||
  void stop();
 | 
					  void stop();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** Protect destructor accessible stop call */
 | 
					  /** Protect destructor accessable stop call */
 | 
				
			||||||
  Mutex mLock;
 | 
					  Mutex mLock;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
protected:
 | 
					protected:
 | 
				
			||||||
  /** drive lower receive I/O and burst generation */
 | 
					  /** drive lower receive I/O and burst generation */
 | 
				
			||||||
  bool driveReceiveRadio();
 | 
					  void driveReceiveRadio();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** drive demodulation of GSM bursts */
 | 
					  /** drive demodulation of GSM bursts */
 | 
				
			||||||
  bool driveReceiveFIFO(size_t chan);
 | 
					  void driveReceiveFIFO(size_t chan);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** drive transmission of GSM bursts */
 | 
					  /** drive transmission of GSM bursts */
 | 
				
			||||||
  void driveTxFIFO();
 | 
					  void driveTxFIFO();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** drive handling of control messages from GSM core */
 | 
					  /** drive handling of control messages from GSM core */
 | 
				
			||||||
  bool driveControl(size_t chan);
 | 
					  void driveControl(size_t chan);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /**
 | 
					  /**
 | 
				
			||||||
    drive modulation and sorting of GSM bursts from GSM core
 | 
					    drive modulation and sorting of GSM bursts from GSM core
 | 
				
			||||||
@@ -238,26 +244,34 @@ protected:
 | 
				
			|||||||
  */
 | 
					  */
 | 
				
			||||||
  bool driveTxPriorityQueue(size_t chan);
 | 
					  bool driveTxPriorityQueue(size_t chan);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  friend void *RxUpperLoopAdapter(TrxChanThParams *params);
 | 
					  friend void *RxUpperLoopAdapter(TransceiverChannel *);
 | 
				
			||||||
  friend void *TxUpperLoopAdapter(TrxChanThParams *params);
 | 
					
 | 
				
			||||||
  friend void *RxLowerLoopAdapter(Transceiver *transceiver);
 | 
					  friend void *TxUpperLoopAdapter(TransceiverChannel *);
 | 
				
			||||||
  friend void *TxLowerLoopAdapter(Transceiver *transceiver);
 | 
					
 | 
				
			||||||
  friend void *ControlServiceLoopAdapter(TrxChanThParams *params);
 | 
					  friend void *RxLowerLoopAdapter(Transceiver *);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  friend void *TxLowerLoopAdapter(Transceiver *);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  friend void *ControlServiceLoopAdapter(TransceiverChannel *);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  void reset();
 | 
					  void reset();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  void logRxBurst(size_t chan, const struct trx_ul_burst_ind *bi);
 | 
					  /** set priority on current thread */
 | 
				
			||||||
 | 
					  void setPriority(float prio = 0.5) { mRadioInterface->setPriority(prio); }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  void logRxBurst(size_t chan, SoftVector *burst, GSM::Time time, double dbm,
 | 
				
			||||||
 | 
					                  double rssi, double noise, double toa);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void *RxUpperLoopAdapter(TrxChanThParams *params);
 | 
					void *RxUpperLoopAdapter(TransceiverChannel *);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** Main drive threads */
 | 
					/** Main drive threads */
 | 
				
			||||||
void *RxLowerLoopAdapter(Transceiver *transceiver);
 | 
					void *RxLowerLoopAdapter(Transceiver *);
 | 
				
			||||||
void *TxLowerLoopAdapter(Transceiver *transceiver);
 | 
					void *TxLowerLoopAdapter(Transceiver *);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** control message handler thread loop */
 | 
					/** control message handler thread loop */
 | 
				
			||||||
void *ControlServiceLoopAdapter(TrxChanThParams *params);
 | 
					void *ControlServiceLoopAdapter(TransceiverChannel *);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** transmit queueing thread loop */
 | 
					/** transmit queueing thread loop */
 | 
				
			||||||
void *TxUpperLoopAdapter(TrxChanThParams *params);
 | 
					void *TxUpperLoopAdapter(TransceiverChannel *);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,8 +2,6 @@
 | 
				
			|||||||
 * NEON type conversions
 | 
					 * NEON type conversions
 | 
				
			||||||
 * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc>
 | 
					 * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: LGPL-2.1+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is free software; you can redistribute it and/or
 | 
					 * This library is free software; you can redistribute it and/or
 | 
				
			||||||
 * modify it under the terms of the GNU Lesser General Public
 | 
					 * modify it under the terms of the GNU Lesser General Public
 | 
				
			||||||
 * License as published by the Free Software Foundation; either
 | 
					 * License as published by the Free Software Foundation; either
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,8 +2,6 @@
 | 
				
			|||||||
 * NEON type conversions
 | 
					 * NEON type conversions
 | 
				
			||||||
 * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc>
 | 
					 * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: LGPL-2.1+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is free software; you can redistribute it and/or
 | 
					 * This library is free software; you can redistribute it and/or
 | 
				
			||||||
 * modify it under the terms of the GNU Lesser General Public
 | 
					 * modify it under the terms of the GNU Lesser General Public
 | 
				
			||||||
 * License as published by the Free Software Foundation; either
 | 
					 * License as published by the Free Software Foundation; either
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,8 +2,6 @@
 | 
				
			|||||||
 * NEON Convolution
 | 
					 * NEON Convolution
 | 
				
			||||||
 * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc>
 | 
					 * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: LGPL-2.1+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is free software; you can redistribute it and/or
 | 
					 * This library is free software; you can redistribute it and/or
 | 
				
			||||||
 * modify it under the terms of the GNU Lesser General Public
 | 
					 * modify it under the terms of the GNU Lesser General Public
 | 
				
			||||||
 * License as published by the Free Software Foundation; either
 | 
					 * License as published by the Free Software Foundation; either
 | 
				
			||||||
@@ -31,15 +29,17 @@
 | 
				
			|||||||
int _base_convolve_real(float *x, int x_len,
 | 
					int _base_convolve_real(float *x, int x_len,
 | 
				
			||||||
			float *h, int h_len,
 | 
								float *h, int h_len,
 | 
				
			||||||
			float *y, int y_len,
 | 
								float *y, int y_len,
 | 
				
			||||||
			int start, int len);
 | 
								int start, int len,
 | 
				
			||||||
 | 
								int step, int offset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int _base_convolve_complex(float *x, int x_len,
 | 
					int _base_convolve_complex(float *x, int x_len,
 | 
				
			||||||
			   float *h, int h_len,
 | 
								   float *h, int h_len,
 | 
				
			||||||
			   float *y, int y_len,
 | 
								   float *y, int y_len,
 | 
				
			||||||
			   int start, int len);
 | 
								   int start, int len,
 | 
				
			||||||
 | 
								   int step, int offset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int bounds_check(int x_len, int h_len, int y_len,
 | 
					int bounds_check(int x_len, int h_len, int y_len,
 | 
				
			||||||
		 int start, int len);
 | 
							 int start, int len, int step);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef HAVE_NEON
 | 
					#ifdef HAVE_NEON
 | 
				
			||||||
/* Calls into NEON assembler */
 | 
					/* Calls into NEON assembler */
 | 
				
			||||||
@@ -58,7 +58,7 @@ static void neon_conv_cmplx_4n(float *x, float *h, float *y, int h_len, int len)
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* API: Initialize convolve module */
 | 
					/* API: Initalize convolve module */
 | 
				
			||||||
void convolve_init(void)
 | 
					void convolve_init(void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	/* Stub */
 | 
						/* Stub */
 | 
				
			||||||
@@ -69,16 +69,18 @@ void convolve_init(void)
 | 
				
			|||||||
int convolve_real(float *x, int x_len,
 | 
					int convolve_real(float *x, int x_len,
 | 
				
			||||||
		  float *h, int h_len,
 | 
							  float *h, int h_len,
 | 
				
			||||||
		  float *y, int y_len,
 | 
							  float *y, int y_len,
 | 
				
			||||||
		  int start, int len)
 | 
							  int start, int len,
 | 
				
			||||||
 | 
							  int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	void (*conv_func)(float *, float *, float *, int) = NULL;
 | 
						void (*conv_func)(float *, float *, float *, int) = NULL;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (bounds_check(x_len, h_len, y_len, start, len) < 0)
 | 
						if (bounds_check(x_len, h_len, y_len, start, len, step) < 0)
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	memset(y, 0, len * 2 * sizeof(float));
 | 
						memset(y, 0, len * 2 * sizeof(float));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef HAVE_NEON
 | 
					#ifdef HAVE_NEON
 | 
				
			||||||
 | 
						if (step <= 4) {
 | 
				
			||||||
		switch (h_len) {
 | 
							switch (h_len) {
 | 
				
			||||||
		case 4:
 | 
							case 4:
 | 
				
			||||||
			conv_func = neon_conv_real4;
 | 
								conv_func = neon_conv_real4;
 | 
				
			||||||
@@ -96,6 +98,7 @@ int convolve_real(float *x, int x_len,
 | 
				
			|||||||
			conv_func = neon_conv_real20;
 | 
								conv_func = neon_conv_real20;
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
	if (conv_func) {
 | 
						if (conv_func) {
 | 
				
			||||||
		conv_func(&x[2 * (-(h_len - 1) + start)],
 | 
							conv_func(&x[2 * (-(h_len - 1) + start)],
 | 
				
			||||||
@@ -104,7 +107,7 @@ int convolve_real(float *x, int x_len,
 | 
				
			|||||||
		_base_convolve_real(x, x_len,
 | 
							_base_convolve_real(x, x_len,
 | 
				
			||||||
				    h, h_len,
 | 
									    h, h_len,
 | 
				
			||||||
				    y, y_len,
 | 
									    y, y_len,
 | 
				
			||||||
				    start, len);
 | 
									    start, len, step, offset);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return len;
 | 
						return len;
 | 
				
			||||||
@@ -115,17 +118,18 @@ int convolve_real(float *x, int x_len,
 | 
				
			|||||||
int convolve_complex(float *x, int x_len,
 | 
					int convolve_complex(float *x, int x_len,
 | 
				
			||||||
		     float *h, int h_len,
 | 
							     float *h, int h_len,
 | 
				
			||||||
		     float *y, int y_len,
 | 
							     float *y, int y_len,
 | 
				
			||||||
		     int start, int len)
 | 
							     int start, int len,
 | 
				
			||||||
 | 
							     int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	void (*conv_func)(float *, float *, float *, int, int) = NULL;
 | 
						void (*conv_func)(float *, float *, float *, int, int) = NULL;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (bounds_check(x_len, h_len, y_len, start, len) < 0)
 | 
						if (bounds_check(x_len, h_len, y_len, start, len, step) < 0)
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	memset(y, 0, len * 2 * sizeof(float));
 | 
						memset(y, 0, len * 2 * sizeof(float));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef HAVE_NEON
 | 
					#ifdef HAVE_NEON
 | 
				
			||||||
	if (!(h_len % 4))
 | 
						if (step <= 4 && !(h_len % 4))
 | 
				
			||||||
		conv_func = neon_conv_cmplx_4n;
 | 
							conv_func = neon_conv_cmplx_4n;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
	if (conv_func) {
 | 
						if (conv_func) {
 | 
				
			||||||
@@ -135,7 +139,7 @@ int convolve_complex(float *x, int x_len,
 | 
				
			|||||||
		_base_convolve_complex(x, x_len,
 | 
							_base_convolve_complex(x, x_len,
 | 
				
			||||||
				       h, h_len,
 | 
									       h, h_len,
 | 
				
			||||||
				       y, y_len,
 | 
									       y, y_len,
 | 
				
			||||||
				       start, len);
 | 
									       start, len, step, offset);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return len;
 | 
						return len;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,8 +2,6 @@
 | 
				
			|||||||
 * NEON Convolution
 | 
					 * NEON Convolution
 | 
				
			||||||
 * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc>
 | 
					 * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: LGPL-2.1+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is free software; you can redistribute it and/or
 | 
					 * This library is free software; you can redistribute it and/or
 | 
				
			||||||
 * modify it under the terms of the GNU Lesser General Public
 | 
					 * modify it under the terms of the GNU Lesser General Public
 | 
				
			||||||
 * License as published by the Free Software Foundation; either
 | 
					 * License as published by the Free Software Foundation; either
 | 
				
			||||||
@@ -94,8 +92,8 @@ neon_conv_real12:
 | 
				
			|||||||
	vld2.32     {q8-q9}, [r4], r6
 | 
						vld2.32     {q8-q9}, [r4], r6
 | 
				
			||||||
	vld2.32   {q10-q11}, [r5], r6
 | 
						vld2.32   {q10-q11}, [r5], r6
 | 
				
			||||||
#ifdef HAVE_NEON_FMA
 | 
					#ifdef HAVE_NEON_FMA
 | 
				
			||||||
	vmul.f32         q1,   q6, q0
 | 
						vfma.f32         q1,   q6, q0
 | 
				
			||||||
	vmul.f32         q3,   q7, q0
 | 
						vfma.f32         q3,   q7, q0
 | 
				
			||||||
	vfma.f32         q1,   q8, q2
 | 
						vfma.f32         q1,   q8, q2
 | 
				
			||||||
	vfma.f32         q3,   q9, q2
 | 
						vfma.f32         q3,   q9, q2
 | 
				
			||||||
	vfma.f32         q1,  q10, q4
 | 
						vfma.f32         q1,  q10, q4
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,8 +2,6 @@
 | 
				
			|||||||
 * NEON scaling
 | 
					 * NEON scaling
 | 
				
			||||||
 * Copyright (C) 2012,2013 Thomas Tsou <tom@tsou.cc>
 | 
					 * Copyright (C) 2012,2013 Thomas Tsou <tom@tsou.cc>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: LGPL-2.1+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is free software; you can redistribute it and/or
 | 
					 * This library is free software; you can redistribute it and/or
 | 
				
			||||||
 * modify it under the terms of the GNU Lesser General Public
 | 
					 * modify it under the terms of the GNU Lesser General Public
 | 
				
			||||||
 * License as published by the Free Software Foundation; either
 | 
					 * License as published by the Free Software Foundation; either
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,8 +2,6 @@
 | 
				
			|||||||
 * NEON complex multiplication 
 | 
					 * NEON complex multiplication 
 | 
				
			||||||
 * Copyright (C) 2012,2013 Thomas Tsou <tom@tsou.cc>
 | 
					 * Copyright (C) 2012,2013 Thomas Tsou <tom@tsou.cc>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: LGPL-2.1+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is free software; you can redistribute it and/or
 | 
					 * This library is free software; you can redistribute it and/or
 | 
				
			||||||
 * modify it under the terms of the GNU Lesser General Public
 | 
					 * modify it under the terms of the GNU Lesser General Public
 | 
				
			||||||
 * License as published by the Free Software Foundation; either
 | 
					 * License as published by the Free Software Foundation; either
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,8 +2,6 @@
 | 
				
			|||||||
 * NEON scaling
 | 
					 * NEON scaling
 | 
				
			||||||
 * Copyright (C) 2012,2013 Thomas Tsou <tom@tsou.cc>
 | 
					 * Copyright (C) 2012,2013 Thomas Tsou <tom@tsou.cc>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: LGPL-2.1+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is free software; you can redistribute it and/or
 | 
					 * This library is free software; you can redistribute it and/or
 | 
				
			||||||
 * modify it under the terms of the GNU Lesser General Public
 | 
					 * modify it under the terms of the GNU Lesser General Public
 | 
				
			||||||
 * License as published by the Free Software Foundation; either
 | 
					 * License as published by the Free Software Foundation; either
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,8 +2,6 @@
 | 
				
			|||||||
 * ARM NEON Scaling
 | 
					 * ARM NEON Scaling
 | 
				
			||||||
 * Copyright (C) 2013 Thomas Tsou <tom@tsou.cc>
 | 
					 * Copyright (C) 2013 Thomas Tsou <tom@tsou.cc>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: LGPL-2.1+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is free software; you can redistribute it and/or
 | 
					 * This library is free software; you can redistribute it and/or
 | 
				
			||||||
 * modify it under the terms of the GNU Lesser General Public
 | 
					 * modify it under the terms of the GNU Lesser General Public
 | 
				
			||||||
 * License as published by the Free Software Foundation; either
 | 
					 * License as published by the Free Software Foundation; either
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,8 +2,6 @@
 | 
				
			|||||||
 * Conversion
 | 
					 * Conversion
 | 
				
			||||||
 * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc>
 | 
					 * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: LGPL-2.1+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is free software; you can redistribute it and/or
 | 
					 * This library is free software; you can redistribute it and/or
 | 
				
			||||||
 * modify it under the terms of the GNU Lesser General Public
 | 
					 * modify it under the terms of the GNU Lesser General Public
 | 
				
			||||||
 * License as published by the Free Software Foundation; either
 | 
					 * License as published by the Free Software Foundation; either
 | 
				
			||||||
@@ -33,3 +31,4 @@ void base_convert_short_float(float *out, const short *in, int len)
 | 
				
			|||||||
	for (int i = 0; i < len; i++)
 | 
						for (int i = 0; i < len; i++)
 | 
				
			||||||
		out[i] = in[i];
 | 
							out[i] = in[i];
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,27 +1,31 @@
 | 
				
			|||||||
#ifndef _CONVOLVE_H_
 | 
					#ifndef _CONVOLVE_H_
 | 
				
			||||||
#define _CONVOLVE_H_
 | 
					#define _CONVOLVE_H_
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void *convolve_h_alloc(size_t num);
 | 
					void *convolve_h_alloc(int num);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int convolve_real(const float *x, int x_len,
 | 
					int convolve_real(const float *x, int x_len,
 | 
				
			||||||
		  const float *h, int h_len,
 | 
							  const float *h, int h_len,
 | 
				
			||||||
		  float *y, int y_len,
 | 
							  float *y, int y_len,
 | 
				
			||||||
		  int start, int len);
 | 
							  int start, int len,
 | 
				
			||||||
 | 
							  int step, int offset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int convolve_complex(const float *x, int x_len,
 | 
					int convolve_complex(const float *x, int x_len,
 | 
				
			||||||
		     const float *h, int h_len,
 | 
							     const float *h, int h_len,
 | 
				
			||||||
		     float *y, int y_len,
 | 
							     float *y, int y_len,
 | 
				
			||||||
		     int start, int len);
 | 
							     int start, int len,
 | 
				
			||||||
 | 
							     int step, int offset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int base_convolve_real(const float *x, int x_len,
 | 
					int base_convolve_real(const float *x, int x_len,
 | 
				
			||||||
		       const float *h, int h_len,
 | 
							       const float *h, int h_len,
 | 
				
			||||||
		       float *y, int y_len,
 | 
							       float *y, int y_len,
 | 
				
			||||||
		       int start, int len);
 | 
							       int start, int len,
 | 
				
			||||||
 | 
							       int step, int offset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int base_convolve_complex(const float *x, int x_len,
 | 
					int base_convolve_complex(const float *x, int x_len,
 | 
				
			||||||
			  const float *h, int h_len,
 | 
								  const float *h, int h_len,
 | 
				
			||||||
			  float *y, int y_len,
 | 
								  float *y, int y_len,
 | 
				
			||||||
			  int start, int len);
 | 
								  int start, int len,
 | 
				
			||||||
 | 
								  int step, int offset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void convolve_init(void);
 | 
					void convolve_init(void);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,8 +2,6 @@
 | 
				
			|||||||
 * Convolution
 | 
					 * Convolution
 | 
				
			||||||
 * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc>
 | 
					 * Copyright (C) 2012, 2013 Thomas Tsou <tom@tsou.cc>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: LGPL-2.1+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is free software; you can redistribute it and/or
 | 
					 * This library is free software; you can redistribute it and/or
 | 
				
			||||||
 * modify it under the terms of the GNU Lesser General Public
 | 
					 * modify it under the terms of the GNU Lesser General Public
 | 
				
			||||||
 * License as published by the Free Software Foundation; either
 | 
					 * License as published by the Free Software Foundation; either
 | 
				
			||||||
@@ -43,17 +41,17 @@ static void mac_cmplx(const float *x, const float *h, float *y)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* Base vector complex-complex multiply and accumulate */
 | 
					/* Base vector complex-complex multiply and accumulate */
 | 
				
			||||||
static void mac_real_vec_n(const float *x, const float *h, float *y,
 | 
					static void mac_real_vec_n(const float *x, const float *h, float *y,
 | 
				
			||||||
			   int len)
 | 
								   int len, int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	for (int i=0; i<len; i++)
 | 
						for (int i = offset; i < len; i += step)
 | 
				
			||||||
		mac_real(&x[2 * i], &h[2 * i], y);
 | 
							mac_real(&x[2 * i], &h[2 * i], y);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Base vector complex-complex multiply and accumulate */
 | 
					/* Base vector complex-complex multiply and accumulate */
 | 
				
			||||||
static void mac_cmplx_vec_n(const float *x, const float *h, float *y,
 | 
					static void mac_cmplx_vec_n(const float *x, const float *h, float *y,
 | 
				
			||||||
			    int len)
 | 
								    int len, int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	for (int i=0; i<len; i++)
 | 
						for (int i = offset; i < len; i += step)
 | 
				
			||||||
		mac_cmplx(&x[2 * i], &h[2 * i], y);
 | 
							mac_cmplx(&x[2 * i], &h[2 * i], y);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -61,12 +59,14 @@ static void mac_cmplx_vec_n(const float *x, const float *h, float *y,
 | 
				
			|||||||
int _base_convolve_real(const float *x, int x_len,
 | 
					int _base_convolve_real(const float *x, int x_len,
 | 
				
			||||||
			const float *h, int h_len,
 | 
								const float *h, int h_len,
 | 
				
			||||||
			float *y, int y_len,
 | 
								float *y, int y_len,
 | 
				
			||||||
			int start, int len)
 | 
								int start, int len,
 | 
				
			||||||
 | 
								int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	for (int i = 0; i < len; i++) {
 | 
						for (int i = 0; i < len; i++) {
 | 
				
			||||||
		mac_real_vec_n(&x[2 * (i - (h_len - 1) + start)],
 | 
							mac_real_vec_n(&x[2 * (i - (h_len - 1) + start)],
 | 
				
			||||||
			       h,
 | 
								       h,
 | 
				
			||||||
			       &y[2 * i], h_len);
 | 
								       &y[2 * i], h_len,
 | 
				
			||||||
 | 
								       step, offset);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return len;
 | 
						return len;
 | 
				
			||||||
@@ -76,13 +76,14 @@ int _base_convolve_real(const float *x, int x_len,
 | 
				
			|||||||
int _base_convolve_complex(const float *x, int x_len,
 | 
					int _base_convolve_complex(const float *x, int x_len,
 | 
				
			||||||
			   const float *h, int h_len,
 | 
								   const float *h, int h_len,
 | 
				
			||||||
			   float *y, int y_len,
 | 
								   float *y, int y_len,
 | 
				
			||||||
			   int start, int len)
 | 
								   int start, int len,
 | 
				
			||||||
 | 
								   int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	for (int i = 0; i < len; i++) {
 | 
						for (int i = 0; i < len; i++) {
 | 
				
			||||||
		mac_cmplx_vec_n(&x[2 * (i - (h_len - 1) + start)],
 | 
							mac_cmplx_vec_n(&x[2 * (i - (h_len - 1) + start)],
 | 
				
			||||||
				h,
 | 
									h,
 | 
				
			||||||
				&y[2 * i],
 | 
									&y[2 * i],
 | 
				
			||||||
				h_len);
 | 
									h_len, step, offset);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return len;
 | 
						return len;
 | 
				
			||||||
@@ -90,10 +91,10 @@ int _base_convolve_complex(const float *x, int x_len,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* Buffer validity checks */
 | 
					/* Buffer validity checks */
 | 
				
			||||||
int bounds_check(int x_len, int h_len, int y_len,
 | 
					int bounds_check(int x_len, int h_len, int y_len,
 | 
				
			||||||
		 int start, int len)
 | 
							 int start, int len, int step)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if ((x_len < 1) || (h_len < 1) ||
 | 
						if ((x_len < 1) || (h_len < 1) ||
 | 
				
			||||||
	    (y_len < 1) || (len < 1)) {
 | 
						    (y_len < 1) || (len < 1) || (step < 1)) {
 | 
				
			||||||
		fprintf(stderr, "Convolve: Invalid input\n");
 | 
							fprintf(stderr, "Convolve: Invalid input\n");
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -112,9 +113,10 @@ int bounds_check(int x_len, int h_len, int y_len,
 | 
				
			|||||||
int base_convolve_real(const float *x, int x_len,
 | 
					int base_convolve_real(const float *x, int x_len,
 | 
				
			||||||
		       const float *h, int h_len,
 | 
							       const float *h, int h_len,
 | 
				
			||||||
		       float *y, int y_len,
 | 
							       float *y, int y_len,
 | 
				
			||||||
		       int start, int len)
 | 
							       int start, int len,
 | 
				
			||||||
 | 
							       int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (bounds_check(x_len, h_len, y_len, start, len) < 0)
 | 
						if (bounds_check(x_len, h_len, y_len, start, len, step) < 0)
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	memset(y, 0, len * 2 * sizeof(float));
 | 
						memset(y, 0, len * 2 * sizeof(float));
 | 
				
			||||||
@@ -122,16 +124,17 @@ int base_convolve_real(const float *x, int x_len,
 | 
				
			|||||||
	return _base_convolve_real(x, x_len,
 | 
						return _base_convolve_real(x, x_len,
 | 
				
			||||||
				   h, h_len,
 | 
									   h, h_len,
 | 
				
			||||||
				   y, y_len,
 | 
									   y, y_len,
 | 
				
			||||||
				   start, len);
 | 
									   start, len, step, offset);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* API: Non-aligned (no SSE) complex-complex */
 | 
					/* API: Non-aligned (no SSE) complex-complex */
 | 
				
			||||||
int base_convolve_complex(const float *x, int x_len,
 | 
					int base_convolve_complex(const float *x, int x_len,
 | 
				
			||||||
			  const float *h, int h_len,
 | 
								  const float *h, int h_len,
 | 
				
			||||||
			  float *y, int y_len,
 | 
								  float *y, int y_len,
 | 
				
			||||||
			  int start, int len)
 | 
								  int start, int len,
 | 
				
			||||||
 | 
								  int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (bounds_check(x_len, h_len, y_len, start, len) < 0)
 | 
						if (bounds_check(x_len, h_len, y_len, start, len, step) < 0)
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	memset(y, 0, len * 2 * sizeof(float));
 | 
						memset(y, 0, len * 2 * sizeof(float));
 | 
				
			||||||
@@ -139,11 +142,11 @@ int base_convolve_complex(const float *x, int x_len,
 | 
				
			|||||||
	return _base_convolve_complex(x, x_len,
 | 
						return _base_convolve_complex(x, x_len,
 | 
				
			||||||
				      h, h_len,
 | 
									      h, h_len,
 | 
				
			||||||
				      y, y_len,
 | 
									      y, y_len,
 | 
				
			||||||
				      start, len);
 | 
									      start, len, step, offset);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Aligned filter tap allocation */
 | 
					/* Aligned filter tap allocation */
 | 
				
			||||||
void *convolve_h_alloc(size_t len)
 | 
					void *convolve_h_alloc(int len)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
#ifdef HAVE_SSE3
 | 
					#ifdef HAVE_SSE3
 | 
				
			||||||
	return memalign(16, len * 2 * sizeof(float));
 | 
						return memalign(16, len * 2 * sizeof(float));
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,8 +3,6 @@
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * Copyright (C) 2012 Tom Tsou <tom@tsou.cc>
 | 
					 * Copyright (C) 2012 Tom Tsou <tom@tsou.cc>
 | 
				
			||||||
 * 
 | 
					 * 
 | 
				
			||||||
 * SPDX-License-Identifier: LGPL-2.1+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 * it under the terms of the GNU Affero General Public License as published by
 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 * the Free Software Foundation, either version 3 of the License, or
 | 
				
			||||||
@@ -103,7 +101,7 @@ void free_fft(struct fft_hdl *hdl)
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*! \brief Run multiple DFT operations with the initialized plan
 | 
					/*! \brief Run multiple DFT operations with the initialized plan
 | 
				
			||||||
 *  \param[in] hdl handle to an initialized fft struct
 | 
					 *  \param[in] hdl handle to an intitialized fft struct
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Input and output buffers are configured with init_fft().
 | 
					 * Input and output buffers are configured with init_fft().
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -27,7 +27,7 @@
 | 
				
			|||||||
#include "config.h"
 | 
					#include "config.h"
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Architecture dependent function pointers */
 | 
					/* Architecture dependant function pointers */
 | 
				
			||||||
struct convert_cpu_context {
 | 
					struct convert_cpu_context {
 | 
				
			||||||
	void (*convert_si16_ps_16n) (float *, const short *, int);
 | 
						void (*convert_si16_ps_16n) (float *, const short *, int);
 | 
				
			||||||
	void (*convert_si16_ps) (float *, const short *, int);
 | 
						void (*convert_si16_ps) (float *, const short *, int);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -27,28 +27,28 @@
 | 
				
			|||||||
#include "config.h"
 | 
					#include "config.h"
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Architecture dependent function pointers */
 | 
					/* Architecture dependant function pointers */
 | 
				
			||||||
struct convolve_cpu_context {
 | 
					struct convolve_cpu_context {
 | 
				
			||||||
	void (*conv_cmplx_4n) (const float *, int, const float *, int, float *,
 | 
						void (*conv_cmplx_4n) (const float *, int, const float *, int, float *,
 | 
				
			||||||
			       int, int, int);
 | 
								       int, int, int, int, int);
 | 
				
			||||||
	void (*conv_cmplx_8n) (const float *, int, const float *, int, float *,
 | 
						void (*conv_cmplx_8n) (const float *, int, const float *, int, float *,
 | 
				
			||||||
			       int, int, int);
 | 
								       int, int, int, int, int);
 | 
				
			||||||
	void (*conv_cmplx) (const float *, int, const float *, int, float *,
 | 
						void (*conv_cmplx) (const float *, int, const float *, int, float *,
 | 
				
			||||||
			    int, int, int);
 | 
								    int, int, int, int, int);
 | 
				
			||||||
	void (*conv_real4) (const float *, int, const float *, int, float *,
 | 
						void (*conv_real4) (const float *, int, const float *, int, float *,
 | 
				
			||||||
			    int, int, int);
 | 
								    int, int, int, int, int);
 | 
				
			||||||
	void (*conv_real8) (const float *, int, const float *, int, float *,
 | 
						void (*conv_real8) (const float *, int, const float *, int, float *,
 | 
				
			||||||
			    int, int, int);
 | 
								    int, int, int, int, int);
 | 
				
			||||||
	void (*conv_real12) (const float *, int, const float *, int, float *,
 | 
						void (*conv_real12) (const float *, int, const float *, int, float *,
 | 
				
			||||||
			     int, int, int);
 | 
								     int, int, int, int, int);
 | 
				
			||||||
	void (*conv_real16) (const float *, int, const float *, int, float *,
 | 
						void (*conv_real16) (const float *, int, const float *, int, float *,
 | 
				
			||||||
			     int, int, int);
 | 
								     int, int, int, int, int);
 | 
				
			||||||
	void (*conv_real20) (const float *, int, const float *, int, float *,
 | 
						void (*conv_real20) (const float *, int, const float *, int, float *,
 | 
				
			||||||
			     int, int, int);
 | 
								     int, int, int, int, int);
 | 
				
			||||||
	void (*conv_real4n) (const float *, int, const float *, int, float *,
 | 
						void (*conv_real4n) (const float *, int, const float *, int, float *,
 | 
				
			||||||
			     int, int, int);
 | 
								     int, int, int, int, int);
 | 
				
			||||||
	void (*conv_real) (const float *, int, const float *, int, float *, int,
 | 
						void (*conv_real) (const float *, int, const float *, int, float *, int,
 | 
				
			||||||
			   int, int);
 | 
								   int, int, int, int);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
static struct convolve_cpu_context c;
 | 
					static struct convolve_cpu_context c;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -56,17 +56,19 @@ static struct convolve_cpu_context c;
 | 
				
			|||||||
int _base_convolve_real(const float *x, int x_len,
 | 
					int _base_convolve_real(const float *x, int x_len,
 | 
				
			||||||
			const float *h, int h_len,
 | 
								const float *h, int h_len,
 | 
				
			||||||
			float *y, int y_len,
 | 
								float *y, int y_len,
 | 
				
			||||||
			int start, int len);
 | 
								int start, int len,
 | 
				
			||||||
 | 
								int step, int offset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int _base_convolve_complex(const float *x, int x_len,
 | 
					int _base_convolve_complex(const float *x, int x_len,
 | 
				
			||||||
			   const float *h, int h_len,
 | 
								   const float *h, int h_len,
 | 
				
			||||||
			   float *y, int y_len,
 | 
								   float *y, int y_len,
 | 
				
			||||||
			   int start, int len);
 | 
								   int start, int len,
 | 
				
			||||||
 | 
								   int step, int offset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int bounds_check(int x_len, int h_len, int y_len,
 | 
					int bounds_check(int x_len, int h_len, int y_len,
 | 
				
			||||||
		 int start, int len);
 | 
							 int start, int len, int step);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* API: Initialize convolve module */
 | 
					/* API: Initalize convolve module */
 | 
				
			||||||
void convolve_init(void)
 | 
					void convolve_init(void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	c.conv_cmplx_4n = (void *)_base_convolve_complex;
 | 
						c.conv_cmplx_4n = (void *)_base_convolve_complex;
 | 
				
			||||||
@@ -97,37 +99,46 @@ void convolve_init(void)
 | 
				
			|||||||
/* API: Aligned complex-real */
 | 
					/* API: Aligned complex-real */
 | 
				
			||||||
int convolve_real(const float *x, int x_len,
 | 
					int convolve_real(const float *x, int x_len,
 | 
				
			||||||
		  const float *h, int h_len,
 | 
							  const float *h, int h_len,
 | 
				
			||||||
		  float *y, int y_len, int start, int len)
 | 
							  float *y, int y_len, int start, int len, int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (bounds_check(x_len, h_len, y_len, start, len) < 0)
 | 
						if (bounds_check(x_len, h_len, y_len, start, len, step) < 0)
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	memset(y, 0, len * 2 * sizeof(float));
 | 
						memset(y, 0, len * 2 * sizeof(float));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if (step <= 4) {
 | 
				
			||||||
		switch (h_len) {
 | 
							switch (h_len) {
 | 
				
			||||||
		case 4:
 | 
							case 4:
 | 
				
			||||||
		c.conv_real4(x, x_len, h, h_len, y, y_len, start, len);
 | 
								c.conv_real4(x, x_len, h, h_len, y, y_len, start, len,
 | 
				
			||||||
 | 
									     step, offset);
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
		case 8:
 | 
							case 8:
 | 
				
			||||||
		c.conv_real8(x, x_len, h, h_len, y, y_len, start, len);
 | 
								c.conv_real8(x, x_len, h, h_len, y, y_len, start, len,
 | 
				
			||||||
 | 
									     step, offset);
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
		case 12:
 | 
							case 12:
 | 
				
			||||||
		c.conv_real12(x, x_len, h, h_len, y, y_len, start, len);
 | 
								c.conv_real12(x, x_len, h, h_len, y, y_len, start, len,
 | 
				
			||||||
 | 
									      step, offset);
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
		case 16:
 | 
							case 16:
 | 
				
			||||||
		c.conv_real16(x, x_len, h, h_len, y, y_len, start, len);
 | 
								c.conv_real16(x, x_len, h, h_len, y, y_len, start, len,
 | 
				
			||||||
 | 
									      step, offset);
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
		case 20:
 | 
							case 20:
 | 
				
			||||||
		c.conv_real20(x, x_len, h, h_len, y, y_len, start, len);
 | 
								c.conv_real20(x, x_len, h, h_len, y, y_len, start, len,
 | 
				
			||||||
 | 
									      step, offset);
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
		default:
 | 
							default:
 | 
				
			||||||
			if (!(h_len % 4))
 | 
								if (!(h_len % 4))
 | 
				
			||||||
				c.conv_real4n(x, x_len, h, h_len, y, y_len,
 | 
									c.conv_real4n(x, x_len, h, h_len, y, y_len,
 | 
				
			||||||
				      start, len);
 | 
										      start, len, step, offset);
 | 
				
			||||||
			else
 | 
								else
 | 
				
			||||||
				c.conv_real(x, x_len, h, h_len, y, y_len, start,
 | 
									c.conv_real(x, x_len, h, h_len, y, y_len, start,
 | 
				
			||||||
				    len);
 | 
										    len, step, offset);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
						} else
 | 
				
			||||||
 | 
							c.conv_real(x, x_len, h, h_len, y, y_len, start, len, step,
 | 
				
			||||||
 | 
								    offset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return len;
 | 
						return len;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -136,19 +147,26 @@ int convolve_real(const float *x, int x_len,
 | 
				
			|||||||
int convolve_complex(const float *x, int x_len,
 | 
					int convolve_complex(const float *x, int x_len,
 | 
				
			||||||
		     const float *h, int h_len,
 | 
							     const float *h, int h_len,
 | 
				
			||||||
		     float *y, int y_len,
 | 
							     float *y, int y_len,
 | 
				
			||||||
		     int start, int len)
 | 
							     int start, int len, int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (bounds_check(x_len, h_len, y_len, start, len) < 0)
 | 
						if (bounds_check(x_len, h_len, y_len, start, len, step) < 0)
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	memset(y, 0, len * 2 * sizeof(float));
 | 
						memset(y, 0, len * 2 * sizeof(float));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if (step <= 4) {
 | 
				
			||||||
		if (!(h_len % 8))
 | 
							if (!(h_len % 8))
 | 
				
			||||||
		c.conv_cmplx_8n(x, x_len, h, h_len, y, y_len, start, len);
 | 
								c.conv_cmplx_8n(x, x_len, h, h_len, y, y_len, start,
 | 
				
			||||||
 | 
										len, step, offset);
 | 
				
			||||||
		else if (!(h_len % 4))
 | 
							else if (!(h_len % 4))
 | 
				
			||||||
		c.conv_cmplx_4n(x, x_len, h, h_len, y, y_len, start, len);
 | 
								c.conv_cmplx_4n(x, x_len, h, h_len, y, y_len, start,
 | 
				
			||||||
 | 
										len, step, offset);
 | 
				
			||||||
		else
 | 
							else
 | 
				
			||||||
		c.conv_cmplx(x, x_len, h, h_len, y, y_len, start, len);
 | 
								c.conv_cmplx(x, x_len, h, h_len, y, y_len, start, len,
 | 
				
			||||||
 | 
									     step, offset);
 | 
				
			||||||
 | 
						} else
 | 
				
			||||||
 | 
							c.conv_cmplx(x, x_len, h, h_len, y, y_len, start, len, step,
 | 
				
			||||||
 | 
								     offset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return len;
 | 
						return len;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -34,12 +34,12 @@
 | 
				
			|||||||
void sse_conv_real4(const float *x, int x_len,
 | 
					void sse_conv_real4(const float *x, int x_len,
 | 
				
			||||||
		    const float *h, int h_len,
 | 
							    const float *h, int h_len,
 | 
				
			||||||
		    float *y, int y_len,
 | 
							    float *y, int y_len,
 | 
				
			||||||
		    int start, int len)
 | 
							    int start, int len, int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	/* NOTE: The parameter list of this function has to match the parameter
 | 
						/* NOTE: The parameter list of this function has to match the parameter
 | 
				
			||||||
	 * list of _base_convolve_real() in convolve_base.c. This specific
 | 
						 * list of _base_convolve_real() in convolve_base.c. This specific
 | 
				
			||||||
	 * implementation, ignores some of the parameters of
 | 
						 * implementation, ignores some of the parameters of
 | 
				
			||||||
	 * _base_convolve_complex(), which are: x_len, y_len. */
 | 
						 * _base_convolve_complex(), which are: x_len, y_len, offset, step */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	__m128 m0, m1, m2, m3, m4, m5, m6, m7;
 | 
						__m128 m0, m1, m2, m3, m4, m5, m6, m7;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -75,7 +75,7 @@ void sse_conv_real4(const float *x, int x_len,
 | 
				
			|||||||
void sse_conv_real8(const float *x, int x_len,
 | 
					void sse_conv_real8(const float *x, int x_len,
 | 
				
			||||||
		    const float *h, int h_len,
 | 
							    const float *h, int h_len,
 | 
				
			||||||
		    float *y, int y_len,
 | 
							    float *y, int y_len,
 | 
				
			||||||
		    int start, int len)
 | 
							    int start, int len, int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	/* See NOTE in sse_conv_real4() */
 | 
						/* See NOTE in sse_conv_real4() */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -126,7 +126,7 @@ void sse_conv_real8(const float *x, int x_len,
 | 
				
			|||||||
void sse_conv_real12(const float *x, int x_len,
 | 
					void sse_conv_real12(const float *x, int x_len,
 | 
				
			||||||
		     const float *h, int h_len,
 | 
							     const float *h, int h_len,
 | 
				
			||||||
		     float *y, int y_len,
 | 
							     float *y, int y_len,
 | 
				
			||||||
		     int start, int len)
 | 
							     int start, int len, int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	/* See NOTE in sse_conv_real4() */
 | 
						/* See NOTE in sse_conv_real4() */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -192,7 +192,7 @@ void sse_conv_real12(const float *x, int x_len,
 | 
				
			|||||||
void sse_conv_real16(const float *x, int x_len,
 | 
					void sse_conv_real16(const float *x, int x_len,
 | 
				
			||||||
		     const float *h, int h_len,
 | 
							     const float *h, int h_len,
 | 
				
			||||||
		     float *y, int y_len,
 | 
							     float *y, int y_len,
 | 
				
			||||||
		     int start, int len)
 | 
							     int start, int len, int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	/* See NOTE in sse_conv_real4() */
 | 
						/* See NOTE in sse_conv_real4() */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -271,7 +271,7 @@ void sse_conv_real16(const float *x, int x_len,
 | 
				
			|||||||
void sse_conv_real20(const float *x, int x_len,
 | 
					void sse_conv_real20(const float *x, int x_len,
 | 
				
			||||||
		     const float *h, int h_len,
 | 
							     const float *h, int h_len,
 | 
				
			||||||
		     float *y, int y_len,
 | 
							     float *y, int y_len,
 | 
				
			||||||
		     int start, int len)
 | 
							     int start, int len, int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	/* See NOTE in sse_conv_real4() */
 | 
						/* See NOTE in sse_conv_real4() */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -361,7 +361,7 @@ void sse_conv_real20(const float *x, int x_len,
 | 
				
			|||||||
void sse_conv_real4n(const float *x, int x_len,
 | 
					void sse_conv_real4n(const float *x, int x_len,
 | 
				
			||||||
		     const float *h, int h_len,
 | 
							     const float *h, int h_len,
 | 
				
			||||||
		     float *y, int y_len,
 | 
							     float *y, int y_len,
 | 
				
			||||||
		     int start, int len)
 | 
							     int start, int len, int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	/* See NOTE in sse_conv_real4() */
 | 
						/* See NOTE in sse_conv_real4() */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -408,12 +408,12 @@ void sse_conv_real4n(const float *x, int x_len,
 | 
				
			|||||||
void sse_conv_cmplx_4n(const float *x, int x_len,
 | 
					void sse_conv_cmplx_4n(const float *x, int x_len,
 | 
				
			||||||
		       const float *h, int h_len,
 | 
							       const float *h, int h_len,
 | 
				
			||||||
		       float *y, int y_len,
 | 
							       float *y, int y_len,
 | 
				
			||||||
		       int start, int len)
 | 
							       int start, int len, int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	/* NOTE: The parameter list of this function has to match the parameter
 | 
						/* NOTE: The parameter list of this function has to match the parameter
 | 
				
			||||||
	 * list of _base_convolve_complex() in convolve_base.c. This specific
 | 
						 * list of _base_convolve_complex() in convolve_base.c. This specific
 | 
				
			||||||
	 * implementation, ignores some of the parameters of
 | 
						 * implementation, ignores some of the parameters of
 | 
				
			||||||
	 * _base_convolve_complex(), which are: x_len, y_len. */
 | 
						 * _base_convolve_complex(), which are: x_len, y_len, offset, step. */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	__m128 m0, m1, m2, m3, m4, m5, m6, m7;
 | 
						__m128 m0, m1, m2, m3, m4, m5, m6, m7;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -466,7 +466,7 @@ void sse_conv_cmplx_4n(const float *x, int x_len,
 | 
				
			|||||||
void sse_conv_cmplx_8n(const float *x, int x_len,
 | 
					void sse_conv_cmplx_8n(const float *x, int x_len,
 | 
				
			||||||
		       const float *h, int h_len,
 | 
							       const float *h, int h_len,
 | 
				
			||||||
		       float *y, int y_len,
 | 
							       float *y, int y_len,
 | 
				
			||||||
		       int start, int len)
 | 
							       int start, int len, int step, int offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	/* See NOTE in sse_conv_cmplx_4n() */
 | 
						/* See NOTE in sse_conv_cmplx_4n() */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -23,46 +23,46 @@
 | 
				
			|||||||
void sse_conv_real4(const float *x, int x_len,
 | 
					void sse_conv_real4(const float *x, int x_len,
 | 
				
			||||||
		    const float *h, int h_len,
 | 
							    const float *h, int h_len,
 | 
				
			||||||
		    float *y, int y_len,
 | 
							    float *y, int y_len,
 | 
				
			||||||
		    int start, int len);
 | 
							    int start, int len, int step, int offset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* 8-tap SSE complex-real convolution */
 | 
					/* 8-tap SSE complex-real convolution */
 | 
				
			||||||
void sse_conv_real8(const float *x, int x_len,
 | 
					void sse_conv_real8(const float *x, int x_len,
 | 
				
			||||||
		    const float *h, int h_len,
 | 
							    const float *h, int h_len,
 | 
				
			||||||
		    float *y, int y_len,
 | 
							    float *y, int y_len,
 | 
				
			||||||
		    int start, int len);
 | 
							    int start, int len, int step, int offset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* 12-tap SSE complex-real convolution */
 | 
					/* 12-tap SSE complex-real convolution */
 | 
				
			||||||
void sse_conv_real12(const float *x, int x_len,
 | 
					void sse_conv_real12(const float *x, int x_len,
 | 
				
			||||||
		     const float *h, int h_len,
 | 
							     const float *h, int h_len,
 | 
				
			||||||
		     float *y, int y_len,
 | 
							     float *y, int y_len,
 | 
				
			||||||
		     int start, int len);
 | 
							     int start, int len, int step, int offset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* 16-tap SSE complex-real convolution */
 | 
					/* 16-tap SSE complex-real convolution */
 | 
				
			||||||
void sse_conv_real16(const float *x, int x_len,
 | 
					void sse_conv_real16(const float *x, int x_len,
 | 
				
			||||||
		     const float *h, int h_len,
 | 
							     const float *h, int h_len,
 | 
				
			||||||
		     float *y, int y_len,
 | 
							     float *y, int y_len,
 | 
				
			||||||
		     int start, int len);
 | 
							     int start, int len, int step, int offset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* 20-tap SSE complex-real convolution */
 | 
					/* 20-tap SSE complex-real convolution */
 | 
				
			||||||
void sse_conv_real20(const float *x, int x_len,
 | 
					void sse_conv_real20(const float *x, int x_len,
 | 
				
			||||||
		     const float *h, int h_len,
 | 
							     const float *h, int h_len,
 | 
				
			||||||
		     float *y, int y_len,
 | 
							     float *y, int y_len,
 | 
				
			||||||
		     int start, int len);
 | 
							     int start, int len, int step, int offset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* 4*N-tap SSE complex-real convolution */
 | 
					/* 4*N-tap SSE complex-real convolution */
 | 
				
			||||||
void sse_conv_real4n(const float *x, int x_len,
 | 
					void sse_conv_real4n(const float *x, int x_len,
 | 
				
			||||||
		     const float *h, int h_len,
 | 
							     const float *h, int h_len,
 | 
				
			||||||
		     float *y, int y_len,
 | 
							     float *y, int y_len,
 | 
				
			||||||
		     int start, int len);
 | 
							     int start, int len, int step, int offset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* 4*N-tap SSE complex-complex convolution */
 | 
					/* 4*N-tap SSE complex-complex convolution */
 | 
				
			||||||
void sse_conv_cmplx_4n(const float *x, int x_len,
 | 
					void sse_conv_cmplx_4n(const float *x, int x_len,
 | 
				
			||||||
		       const float *h, int h_len,
 | 
							       const float *h, int h_len,
 | 
				
			||||||
		       float *y, int y_len,
 | 
							       float *y, int y_len,
 | 
				
			||||||
		       int start, int len);
 | 
							       int start, int len, int step, int offset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* 8*N-tap SSE complex-complex convolution */
 | 
					/* 8*N-tap SSE complex-complex convolution */
 | 
				
			||||||
void sse_conv_cmplx_8n(const float *x, int x_len,
 | 
					void sse_conv_cmplx_8n(const float *x, int x_len,
 | 
				
			||||||
		       const float *h, int h_len,
 | 
							       const float *h, int h_len,
 | 
				
			||||||
		       float *y, int y_len,
 | 
							       float *y, int y_len,
 | 
				
			||||||
		       int start, int len);
 | 
							       int start, int len, int step, int offset);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,8 @@
 | 
				
			|||||||
include $(top_srcdir)/Makefile.common
 | 
					include $(top_srcdir)/Makefile.common
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SUBDIRS = common
 | 
					noinst_HEADERS = radioDevice.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					SUBDIRS =
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if DEVICE_USRP1
 | 
					if DEVICE_USRP1
 | 
				
			||||||
SUBDIRS += usrp1
 | 
					SUBDIRS += usrp1
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,12 +0,0 @@
 | 
				
			|||||||
include $(top_srcdir)/Makefile.common
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES)
 | 
					 | 
				
			||||||
AM_CXXFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LMS_CFLAGS)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
noinst_HEADERS = radioDevice.h smpl_buf.h
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
noinst_LTLIBRARIES = libdevice_common.la
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
libdevice_common_la_SOURCES = \
 | 
					 | 
				
			||||||
	smpl_buf.cpp
 | 
					 | 
				
			||||||
@@ -1,171 +0,0 @@
 | 
				
			|||||||
/*
 | 
					 | 
				
			||||||
 * Sample Buffer - Allows reading and writing of timed samples
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * Copyright 2010,2011 Free Software Foundation, Inc.
 | 
					 | 
				
			||||||
 * Copyright (C) 2015 Ettus Research LLC
 | 
					 | 
				
			||||||
 * Copyright 2019 sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * Author: Tom Tsou <tom.tsou@ettus.com>
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 | 
				
			||||||
 * (at your option) any later version.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
 * GNU Affero General Public License for more details.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * You should have received a copy of the GNU Affero General Public License
 | 
					 | 
				
			||||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
					 | 
				
			||||||
 * See the COPYING file in the main directory for details.
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "smpl_buf.h"
 | 
					 | 
				
			||||||
#include <inttypes.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
smpl_buf::smpl_buf(size_t len)
 | 
					 | 
				
			||||||
	: buf_len(len), time_start(0), time_end(0),
 | 
					 | 
				
			||||||
	  data_start(0), data_end(0)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	data = new uint32_t[len];
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
smpl_buf::~smpl_buf()
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	delete[] data;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ssize_t smpl_buf::avail_smpls(TIMESTAMP timestamp) const
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	if (timestamp < time_start)
 | 
					 | 
				
			||||||
		return ERROR_TIMESTAMP;
 | 
					 | 
				
			||||||
	else if (timestamp >= time_end)
 | 
					 | 
				
			||||||
		return 0;
 | 
					 | 
				
			||||||
	else
 | 
					 | 
				
			||||||
		return time_end - timestamp;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ssize_t smpl_buf::read(void *buf, size_t len, TIMESTAMP timestamp)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	int type_sz = 2 * sizeof(short);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	// Check for valid read
 | 
					 | 
				
			||||||
	if (timestamp < time_start)
 | 
					 | 
				
			||||||
		return ERROR_TIMESTAMP;
 | 
					 | 
				
			||||||
	if (timestamp >= time_end)
 | 
					 | 
				
			||||||
		return 0;
 | 
					 | 
				
			||||||
	if (len >= buf_len)
 | 
					 | 
				
			||||||
		return ERROR_READ;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	// How many samples should be copied
 | 
					 | 
				
			||||||
	size_t num_smpls = time_end - timestamp;
 | 
					 | 
				
			||||||
	if (num_smpls > len)
 | 
					 | 
				
			||||||
		num_smpls = len;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	// Starting index
 | 
					 | 
				
			||||||
	size_t read_start = (data_start + (timestamp - time_start)) % buf_len;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	// Read it
 | 
					 | 
				
			||||||
	if (read_start + num_smpls < buf_len) {
 | 
					 | 
				
			||||||
		size_t numBytes = len * type_sz;
 | 
					 | 
				
			||||||
		memcpy(buf, data + read_start, numBytes);
 | 
					 | 
				
			||||||
	} else {
 | 
					 | 
				
			||||||
		size_t first_cp = (buf_len - read_start) * type_sz;
 | 
					 | 
				
			||||||
		size_t second_cp = len * type_sz - first_cp;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		memcpy(buf, data + read_start, first_cp);
 | 
					 | 
				
			||||||
		memcpy((char*) buf + first_cp, data, second_cp);
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	data_start = (read_start + len) % buf_len;
 | 
					 | 
				
			||||||
	time_start = timestamp + len;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	if (time_start > time_end)
 | 
					 | 
				
			||||||
		return ERROR_READ;
 | 
					 | 
				
			||||||
	else
 | 
					 | 
				
			||||||
		return num_smpls;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ssize_t smpl_buf::write(void *buf, size_t len, TIMESTAMP timestamp)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	int type_sz = 2 * sizeof(short);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	// Check for valid write
 | 
					 | 
				
			||||||
	if ((len == 0) || (len >= buf_len))
 | 
					 | 
				
			||||||
		return ERROR_WRITE;
 | 
					 | 
				
			||||||
	if ((timestamp + len) <= time_end)
 | 
					 | 
				
			||||||
		return ERROR_TIMESTAMP;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	if (timestamp < time_end) {
 | 
					 | 
				
			||||||
		LOGC(DDEV, ERR) << "Overwriting old buffer data: timestamp="
 | 
					 | 
				
			||||||
				<< timestamp << " time_end=" << time_end;
 | 
					 | 
				
			||||||
		// Do not return error here, because it's a rounding error and is not fatal
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	if (timestamp > time_end && time_end != 0) {
 | 
					 | 
				
			||||||
		LOGC(DDEV, ERR) << "Skipping buffer data: timestamp="
 | 
					 | 
				
			||||||
				<< timestamp << " time_end=" << time_end;
 | 
					 | 
				
			||||||
		// Do not return error here, because it's a rounding error and is not fatal
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	// Starting index
 | 
					 | 
				
			||||||
	size_t write_start = (data_start + (timestamp - time_start)) % buf_len;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	// Write it
 | 
					 | 
				
			||||||
	if ((write_start + len) < buf_len) {
 | 
					 | 
				
			||||||
		size_t numBytes = len * type_sz;
 | 
					 | 
				
			||||||
		memcpy(data + write_start, buf, numBytes);
 | 
					 | 
				
			||||||
	} else {
 | 
					 | 
				
			||||||
		size_t first_cp = (buf_len - write_start) * type_sz;
 | 
					 | 
				
			||||||
		size_t second_cp = len * type_sz - first_cp;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		memcpy(data + write_start, buf, first_cp);
 | 
					 | 
				
			||||||
		memcpy(data, (char*) buf + first_cp, second_cp);
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	data_end = (write_start + len) % buf_len;
 | 
					 | 
				
			||||||
	time_end = timestamp + len;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	if (!data_start)
 | 
					 | 
				
			||||||
		data_start = write_start;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	if (((write_start + len) > buf_len) && (data_end > data_start))
 | 
					 | 
				
			||||||
		return ERROR_OVERFLOW;
 | 
					 | 
				
			||||||
	else if (time_end <= time_start)
 | 
					 | 
				
			||||||
		return ERROR_WRITE;
 | 
					 | 
				
			||||||
	else
 | 
					 | 
				
			||||||
		return len;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
std::string smpl_buf::str_status(TIMESTAMP timestamp) const
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	std::ostringstream ost("Sample buffer: ");
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	ost << "timestamp = " << timestamp;
 | 
					 | 
				
			||||||
	ost << ", length = " << buf_len;
 | 
					 | 
				
			||||||
	ost << ", time_start = " << time_start;
 | 
					 | 
				
			||||||
	ost << ", time_end = " << time_end;
 | 
					 | 
				
			||||||
	ost << ", data_start = " << data_start;
 | 
					 | 
				
			||||||
	ost << ", data_end = " << data_end;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	return ost.str();
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
std::string smpl_buf::str_code(ssize_t code)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	switch (code) {
 | 
					 | 
				
			||||||
	case ERROR_TIMESTAMP:
 | 
					 | 
				
			||||||
		return "Sample buffer: Requested timestamp is not valid";
 | 
					 | 
				
			||||||
	case ERROR_READ:
 | 
					 | 
				
			||||||
		return "Sample buffer: Read error";
 | 
					 | 
				
			||||||
	case ERROR_WRITE:
 | 
					 | 
				
			||||||
		return "Sample buffer: Write error";
 | 
					 | 
				
			||||||
	case ERROR_OVERFLOW:
 | 
					 | 
				
			||||||
		return "Sample buffer: Overrun";
 | 
					 | 
				
			||||||
	default:
 | 
					 | 
				
			||||||
		return "Sample buffer: Unknown error";
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -1,89 +0,0 @@
 | 
				
			|||||||
/*
 | 
					 | 
				
			||||||
 * Sample Buffer - Allows reading and writing of timed samples
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * Copyright 2010,2011 Free Software Foundation, Inc.
 | 
					 | 
				
			||||||
 * Copyright (C) 2015 Ettus Research LLC
 | 
					 | 
				
			||||||
 * Copyright 2019 sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * Author: Tom Tsou <tom.tsou@ettus.com>
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 | 
				
			||||||
 * (at your option) any later version.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
 * GNU Affero General Public License for more details.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * You should have received a copy of the GNU Affero General Public License
 | 
					 | 
				
			||||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
					 | 
				
			||||||
 * See the COPYING file in the main directory for details.
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#pragma once
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <unistd.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "radioDevice.h"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/*
 | 
					 | 
				
			||||||
    Sample Buffer - Allows reading and writing of timed samples using osmo-trx
 | 
					 | 
				
			||||||
                    timestamps. Time conversions are handled
 | 
					 | 
				
			||||||
                    internally or accessible through the static convert calls.
 | 
					 | 
				
			||||||
*/
 | 
					 | 
				
			||||||
class smpl_buf {
 | 
					 | 
				
			||||||
public:
 | 
					 | 
				
			||||||
	/** Sample buffer constructor
 | 
					 | 
				
			||||||
	    @param len number of 32-bit samples the buffer should hold
 | 
					 | 
				
			||||||
	    @param timestamp
 | 
					 | 
				
			||||||
	*/
 | 
					 | 
				
			||||||
	smpl_buf(size_t len);
 | 
					 | 
				
			||||||
	~smpl_buf();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/** Query number of samples available for reading
 | 
					 | 
				
			||||||
	    @param timestamp time of first sample
 | 
					 | 
				
			||||||
	    @return number of available samples or error
 | 
					 | 
				
			||||||
	*/
 | 
					 | 
				
			||||||
	ssize_t avail_smpls(TIMESTAMP timestamp) const;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/** Read and write
 | 
					 | 
				
			||||||
	    @param buf pointer to buffer
 | 
					 | 
				
			||||||
	    @param len number of samples desired to read or write
 | 
					 | 
				
			||||||
	    @param timestamp time of first stample
 | 
					 | 
				
			||||||
	    @return number of actual samples read or written or error
 | 
					 | 
				
			||||||
	*/
 | 
					 | 
				
			||||||
	ssize_t read(void *buf, size_t len, TIMESTAMP timestamp);
 | 
					 | 
				
			||||||
	ssize_t write(void *buf, size_t len, TIMESTAMP timestamp);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/** Buffer status string
 | 
					 | 
				
			||||||
	    @return a formatted string describing internal buffer state
 | 
					 | 
				
			||||||
	*/
 | 
					 | 
				
			||||||
	std::string str_status(TIMESTAMP timestamp) const;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/** Formatted error string
 | 
					 | 
				
			||||||
	    @param code an error code
 | 
					 | 
				
			||||||
	    @return a formatted error string
 | 
					 | 
				
			||||||
	*/
 | 
					 | 
				
			||||||
	static std::string str_code(ssize_t code);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	enum err_code {
 | 
					 | 
				
			||||||
		ERROR_TIMESTAMP = -1,
 | 
					 | 
				
			||||||
		ERROR_READ = -2,
 | 
					 | 
				
			||||||
		ERROR_WRITE = -3,
 | 
					 | 
				
			||||||
		ERROR_OVERFLOW = -4
 | 
					 | 
				
			||||||
	};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
private:
 | 
					 | 
				
			||||||
	uint32_t *data;
 | 
					 | 
				
			||||||
	size_t buf_len;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	TIMESTAMP time_start;
 | 
					 | 
				
			||||||
	TIMESTAMP time_end;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	size_t data_start;
 | 
					 | 
				
			||||||
	size_t data_end;
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
@@ -1,7 +1,5 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2018 sysmocom - s.f.m.c. GmbH
 | 
					* Copyright 2018 sysmocom - s.f.m.c. GmbH
 | 
				
			||||||
*
 | 
					 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
	This program is free software: you can redistribute it and/or modify
 | 
						This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
	it under the terms of the GNU Affero General Public License as published by
 | 
						it under the terms of the GNU Affero General Public License as published by
 | 
				
			||||||
@@ -23,14 +21,10 @@
 | 
				
			|||||||
#include "Logger.h"
 | 
					#include "Logger.h"
 | 
				
			||||||
#include "Threads.h"
 | 
					#include "Threads.h"
 | 
				
			||||||
#include "LMSDevice.h"
 | 
					#include "LMSDevice.h"
 | 
				
			||||||
#include "Utils.h"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <lime/LimeSuite.h>
 | 
					#include <lime/LimeSuite.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern "C" {
 | 
					 | 
				
			||||||
#include "osmo_signal.h"
 | 
					 | 
				
			||||||
#include <osmocom/core/utils.h>
 | 
					#include <osmocom/core/utils.h>
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef HAVE_CONFIG_H
 | 
					#ifdef HAVE_CONFIG_H
 | 
				
			||||||
#include "config.h"
 | 
					#include "config.h"
 | 
				
			||||||
@@ -38,12 +32,13 @@ extern "C" {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
using namespace std;
 | 
					using namespace std;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					constexpr double LMSDevice::masterClockRate;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define MAX_ANTENNA_LIST_SIZE 10
 | 
					#define MAX_ANTENNA_LIST_SIZE 10
 | 
				
			||||||
#define LMS_SAMPLE_RATE GSMRATE*32
 | 
					#define LMS_SAMPLE_RATE GSMRATE*32
 | 
				
			||||||
#define GSM_CARRIER_BW 270000.0 /* 270kHz */
 | 
					#define GSM_CARRIER_BW 270000.0 /* 270kHz */
 | 
				
			||||||
#define LMS_MIN_BW_SUPPORTED 2.5e6 /* 2.5mHz, minimum supported by LMS */
 | 
					#define LMS_MIN_BW_SUPPORTED 2.5e6 /* 2.5mHz, minimum supported by LMS */
 | 
				
			||||||
#define LMS_CALIBRATE_BW_HZ OSMO_MAX(GSM_CARRIER_BW, LMS_MIN_BW_SUPPORTED)
 | 
					#define LMS_CALIBRATE_BW_HZ OSMO_MAX(GSM_CARRIER_BW, LMS_MIN_BW_SUPPORTED)
 | 
				
			||||||
#define SAMPLE_BUF_SZ    (1 << 20) /* Size of Rx timestamp based Ring buffer, in bytes */
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
LMSDevice::LMSDevice(size_t tx_sps, size_t rx_sps, InterfaceType iface, size_t chans, double lo_offset,
 | 
					LMSDevice::LMSDevice(size_t tx_sps, size_t rx_sps, InterfaceType iface, size_t chans, double lo_offset,
 | 
				
			||||||
		     const std::vector<std::string>& tx_paths,
 | 
							     const std::vector<std::string>& tx_paths,
 | 
				
			||||||
@@ -51,32 +46,15 @@ LMSDevice::LMSDevice(size_t tx_sps, size_t rx_sps, InterfaceType iface, size_t c
 | 
				
			|||||||
	RadioDevice(tx_sps, rx_sps, iface, chans, lo_offset, tx_paths, rx_paths),
 | 
						RadioDevice(tx_sps, rx_sps, iface, chans, lo_offset, tx_paths, rx_paths),
 | 
				
			||||||
	m_lms_dev(NULL)
 | 
						m_lms_dev(NULL)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	LOGC(DDEV, INFO) << "creating LMS device...";
 | 
						LOG(INFO) << "creating LMS device...";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	m_lms_stream_rx.resize(chans);
 | 
						m_lms_stream_rx.resize(chans);
 | 
				
			||||||
	m_lms_stream_tx.resize(chans);
 | 
						m_lms_stream_tx.resize(chans);
 | 
				
			||||||
	rx_gains.resize(chans);
 | 
					 | 
				
			||||||
	tx_gains.resize(chans);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	rx_buffers.resize(chans);
 | 
						m_last_rx_underruns.resize(chans, 0);
 | 
				
			||||||
}
 | 
						m_last_rx_overruns.resize(chans, 0);
 | 
				
			||||||
 | 
						m_last_tx_underruns.resize(chans, 0);
 | 
				
			||||||
LMSDevice::~LMSDevice()
 | 
						m_last_tx_overruns.resize(chans, 0);
 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	unsigned int i;
 | 
					 | 
				
			||||||
	LOGC(DDEV, INFO) << "Closing LMS device";
 | 
					 | 
				
			||||||
	if (m_lms_dev) {
 | 
					 | 
				
			||||||
		/* disable all channels */
 | 
					 | 
				
			||||||
		for (i=0; i<chans; i++) {
 | 
					 | 
				
			||||||
			LMS_EnableChannel(m_lms_dev, LMS_CH_RX, i, false);
 | 
					 | 
				
			||||||
			LMS_EnableChannel(m_lms_dev, LMS_CH_TX, i, false);
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		LMS_Close(m_lms_dev);
 | 
					 | 
				
			||||||
		m_lms_dev = NULL;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	for (size_t i = 0; i < rx_buffers.size(); i++)
 | 
					 | 
				
			||||||
		delete rx_buffers[i];
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void lms_log_callback(int lvl, const char *msg)
 | 
					static void lms_log_callback(int lvl, const char *msg)
 | 
				
			||||||
@@ -84,208 +62,169 @@ static void lms_log_callback(int lvl, const char *msg)
 | 
				
			|||||||
	/* map lime specific log levels */
 | 
						/* map lime specific log levels */
 | 
				
			||||||
	static const int lvl_map[5] = {
 | 
						static const int lvl_map[5] = {
 | 
				
			||||||
		[0] = LOGL_FATAL,
 | 
							[0] = LOGL_FATAL,
 | 
				
			||||||
		[LMS_LOG_ERROR] = LOGL_ERROR,
 | 
							[1] = LOGL_ERROR,
 | 
				
			||||||
		[LMS_LOG_WARNING] = LOGL_NOTICE,
 | 
							[2] = LOGL_NOTICE,
 | 
				
			||||||
		[LMS_LOG_INFO] = LOGL_INFO,
 | 
							[3] = LOGL_INFO,
 | 
				
			||||||
		[LMS_LOG_DEBUG] = LOGL_DEBUG,
 | 
							[4] = LOGL_DEBUG,
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
	/* protect against future higher log level values (lower importance) */
 | 
						/* protect against future higher log level values (lower importance) */
 | 
				
			||||||
	if ((unsigned int) lvl >= ARRAY_SIZE(lvl_map))
 | 
						if ((unsigned int) lvl >= ARRAY_SIZE(lvl_map))
 | 
				
			||||||
		lvl = ARRAY_SIZE(lvl_map)-1;
 | 
							lvl = ARRAY_SIZE(lvl_map)-1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	LOGLV(DLMS, lvl_map[lvl]) << msg;
 | 
						LOGLV(DLMS, lvl) << msg;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					static void thread_enable_cancel(bool cancel)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						cancel ? pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) :
 | 
				
			||||||
 | 
							 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void print_range(const char* name, lms_range_t *range)
 | 
					static void print_range(const char* name, lms_range_t *range)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	LOGC(DDEV, INFO) << name << ": Min=" << range->min << " Max=" << range->max
 | 
						LOG(DEBUG) << name << ": Min=" << range->min << " Max=" << range->max
 | 
				
			||||||
		   << " Step=" << range->step;
 | 
							   << " Step=" << range->step;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*! Find the device string that matches all filters from \a args.
 | 
					 | 
				
			||||||
 *  \param[in] info_list device addresses found by LMS_GetDeviceList()
 | 
					 | 
				
			||||||
 *  \param[in] count length of info_list
 | 
					 | 
				
			||||||
 *  \param[in] args dev-args value from osmo-trx.cfg, containing comma separated key=value pairs
 | 
					 | 
				
			||||||
 *  \return index of first matching device or -1 (no match) */
 | 
					 | 
				
			||||||
int info_list_find(lms_info_str_t* info_list, unsigned int count, const std::string &args)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	unsigned int i, j;
 | 
					 | 
				
			||||||
	vector<string> filters;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	filters = comma_delimited_to_vector(args.c_str());
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* iterate over device addresses */
 | 
					 | 
				
			||||||
	for (i=0; i < count; i++) {
 | 
					 | 
				
			||||||
		/* check if all filters match */
 | 
					 | 
				
			||||||
		bool match = true;
 | 
					 | 
				
			||||||
		for (j=0; j < filters.size(); j++) {
 | 
					 | 
				
			||||||
			if (!strstr(info_list[i], filters[j].c_str())) {
 | 
					 | 
				
			||||||
				match = false;
 | 
					 | 
				
			||||||
				break;
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		if (match)
 | 
					 | 
				
			||||||
			return i;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	return -1;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
int LMSDevice::open(const std::string &args, int ref, bool swap_channels)
 | 
					int LMSDevice::open(const std::string &args, int ref, bool swap_channels)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
						//lms_info_str_t dev_str;
 | 
				
			||||||
	lms_info_str_t* info_list;
 | 
						lms_info_str_t* info_list;
 | 
				
			||||||
	const lms_dev_info_t* device_info;
 | 
						lms_range_t range_lpfbw_rx, range_lpfbw_tx, range_sr;
 | 
				
			||||||
	lms_range_t range_sr;
 | 
						float_type sr_host, sr_rf, lpfbw_rx, lpfbw_tx;
 | 
				
			||||||
	float_type sr_host, sr_rf;
 | 
						uint16_t dac_val;
 | 
				
			||||||
	unsigned int i, n;
 | 
						unsigned int i, n;
 | 
				
			||||||
	int rc, dev_id;
 | 
						int rc;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	LOGC(DDEV, INFO) << "Opening LMS device..";
 | 
						LOG(INFO) << "Opening LMS device..";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	LMS_RegisterLogHandler(&lms_log_callback);
 | 
						LMS_RegisterLogHandler(&lms_log_callback);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if ((n = LMS_GetDeviceList(NULL)) < 0)
 | 
						if ((n = LMS_GetDeviceList(NULL)) < 0)
 | 
				
			||||||
		LOGC(DDEV, ERROR) << "LMS_GetDeviceList(NULL) failed";
 | 
							LOG(ERROR) << "LMS_GetDeviceList(NULL) failed";
 | 
				
			||||||
	LOGC(DDEV, INFO) << "Devices found: " << n;
 | 
						LOG(DEBUG) << "Devices found: " << n;
 | 
				
			||||||
	if (n < 1)
 | 
						if (n < 1)
 | 
				
			||||||
	    return -1;
 | 
						    return -1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	info_list = new lms_info_str_t[n];
 | 
						info_list = new lms_info_str_t[n];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (LMS_GetDeviceList(info_list) < 0)
 | 
						if (LMS_GetDeviceList(info_list) < 0)
 | 
				
			||||||
		LOGC(DDEV, ERROR) << "LMS_GetDeviceList(info_list) failed";
 | 
							LOG(ERROR) << "LMS_GetDeviceList(info_list) failed";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	for (i = 0; i < n; i++)
 | 
						for (i = 0; i < n; i++)
 | 
				
			||||||
		LOGC(DDEV, INFO) << "Device [" << i << "]: " << info_list[i];
 | 
							LOG(DEBUG) << "Device [" << i << "]: " << info_list[i];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	dev_id = info_list_find(info_list, n, args);
 | 
						rc = LMS_Open(&m_lms_dev, info_list[0], NULL);
 | 
				
			||||||
	if (dev_id == -1) {
 | 
					 | 
				
			||||||
		LOGC(DDEV, ERROR) << "No LMS device found with address '" << args << "'";
 | 
					 | 
				
			||||||
		delete[] info_list;
 | 
					 | 
				
			||||||
		return -1;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	LOGC(DDEV, INFO) << "Using device[" << dev_id << "]";
 | 
					 | 
				
			||||||
	rc = LMS_Open(&m_lms_dev, info_list[dev_id], NULL);
 | 
					 | 
				
			||||||
	if (rc != 0) {
 | 
						if (rc != 0) {
 | 
				
			||||||
		LOGC(DDEV, ERROR) << "LMS_GetDeviceList() failed)";
 | 
							LOG(ERROR) << "LMS_GetDeviceList() failed)";
 | 
				
			||||||
		delete [] info_list;
 | 
							delete [] info_list;
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	delete [] info_list;
 | 
						delete [] info_list;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	device_info = LMS_GetDeviceInfo(m_lms_dev);
 | 
						LOG(INFO) << "Init LMS device";
 | 
				
			||||||
 | 
					 | 
				
			||||||
	if ((ref != REF_EXTERNAL) && (ref != REF_INTERNAL)){
 | 
					 | 
				
			||||||
		LOGC(DDEV, ERROR) << "Invalid reference type";
 | 
					 | 
				
			||||||
		goto out_close;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* if reference clock is external setup must happen _before_ calling LMS_Init */
 | 
					 | 
				
			||||||
	/* FIXME make external reference frequency configurable */
 | 
					 | 
				
			||||||
	if (ref == REF_EXTERNAL) {
 | 
					 | 
				
			||||||
		LOGC(DDEV, INFO) << "Setting External clock reference to 10MHz";
 | 
					 | 
				
			||||||
		/* Assume an external 10 MHz reference clock */
 | 
					 | 
				
			||||||
		if (LMS_SetClockFreq(m_lms_dev, LMS_CLOCK_EXTREF, 10000000.0) < 0)
 | 
					 | 
				
			||||||
			goto out_close;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	LOGC(DDEV, INFO) << "Init LMS device";
 | 
					 | 
				
			||||||
	if (LMS_Init(m_lms_dev) != 0) {
 | 
						if (LMS_Init(m_lms_dev) != 0) {
 | 
				
			||||||
		LOGC(DDEV, ERROR) << "LMS_Init() failed";
 | 
							LOG(ERROR) << "LMS_Init() failed";
 | 
				
			||||||
		goto out_close;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* LimeSDR-Mini does not have switches but needs soldering to select external/internal clock */
 | 
					 | 
				
			||||||
	/* LimeNET-Micro also does not like selecting internal clock*/
 | 
					 | 
				
			||||||
	/* also set device specific maximum tx levels selected by phasenoise measurements*/
 | 
					 | 
				
			||||||
	if (strncmp(device_info->deviceName,"LimeSDR-USB",11) == 0){
 | 
					 | 
				
			||||||
		/* if reference clock is internal setup must happen _after_ calling LMS_Init */
 | 
					 | 
				
			||||||
		/* according to lms using LMS_CLOCK_EXTREF with a frequency <= 0 is the correct way to set clock to internal reference*/
 | 
					 | 
				
			||||||
		if (ref == REF_INTERNAL) {
 | 
					 | 
				
			||||||
			LOGC(DDEV, INFO) << "Setting Internal clock reference";
 | 
					 | 
				
			||||||
			if (LMS_SetClockFreq(m_lms_dev, LMS_CLOCK_EXTREF, -1) < 0)
 | 
					 | 
				
			||||||
				goto out_close;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		maxTxGainClamp = 73.0;
 | 
					 | 
				
			||||||
	} else if (strncmp(device_info->deviceName,"LimeSDR-Mini",12) == 0)
 | 
					 | 
				
			||||||
		maxTxGainClamp = 66.0;
 | 
					 | 
				
			||||||
	else
 | 
					 | 
				
			||||||
		maxTxGainClamp = 71.0; /* "LimeNET-Micro", etc FIXME pciE based LMS boards?*/
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* enable all used channels */
 | 
					 | 
				
			||||||
	for (i=0; i<chans; i++) {
 | 
					 | 
				
			||||||
		if (LMS_EnableChannel(m_lms_dev, LMS_CH_RX, i, true) < 0)
 | 
					 | 
				
			||||||
			goto out_close;
 | 
					 | 
				
			||||||
		if (LMS_EnableChannel(m_lms_dev, LMS_CH_TX, i, true) < 0)
 | 
					 | 
				
			||||||
			goto out_close;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* set samplerate */
 | 
					 | 
				
			||||||
	if (LMS_GetSampleRateRange(m_lms_dev, LMS_CH_RX, &range_sr))
 | 
						if (LMS_GetSampleRateRange(m_lms_dev, LMS_CH_RX, &range_sr))
 | 
				
			||||||
		goto out_close;
 | 
							goto out_close;
 | 
				
			||||||
	print_range("Sample Rate", &range_sr);
 | 
						print_range("Sample Rate", &range_sr);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	LOGC(DDEV, INFO) << "Setting sample rate to " << GSMRATE*tx_sps << " " << tx_sps;
 | 
						LOG(DEBUG) << "Setting sample rate to " << GSMRATE*tx_sps << " " << tx_sps;
 | 
				
			||||||
	if (LMS_SetSampleRate(m_lms_dev, GSMRATE*tx_sps, 32) < 0)
 | 
						if (LMS_SetSampleRate(m_lms_dev, GSMRATE*tx_sps, 32) < 0)
 | 
				
			||||||
		goto out_close;
 | 
							goto out_close;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (LMS_GetSampleRate(m_lms_dev, LMS_CH_RX, 0, &sr_host, &sr_rf))
 | 
						if (LMS_GetSampleRate(m_lms_dev, LMS_CH_RX, 0, &sr_host, &sr_rf))
 | 
				
			||||||
		goto out_close;
 | 
							goto out_close;
 | 
				
			||||||
	LOGC(DDEV, INFO) << "Sample Rate: Host=" << sr_host << " RF=" << sr_rf;
 | 
						LOG(DEBUG) << "Sample Rate: Host=" << sr_host << " RF=" << sr_rf;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* FIXME: make this device/model dependent, like UHDDevice:dev_param_map! */
 | 
						/* FIXME: make this device/model dependent, like UHDDevice:dev_param_map! */
 | 
				
			||||||
	ts_offset = static_cast<TIMESTAMP>(8.9e-5 * GSMRATE * tx_sps); /* time * sample_rate */
 | 
						ts_offset = static_cast<TIMESTAMP>(8.9e-5 * GSMRATE * tx_sps); /* time * sample_rate */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* configure antennas */
 | 
						switch (ref) {
 | 
				
			||||||
	if (!set_antennas()) {
 | 
						case REF_INTERNAL:
 | 
				
			||||||
		LOGC(DDEV, FATAL) << "LMS antenna setting failed";
 | 
							LOG(DEBUG) << "Setting Internal clock reference";
 | 
				
			||||||
 | 
							/* Ugly API: Selecting clock source implicit by writing to VCTCXO DAC ?!? */
 | 
				
			||||||
 | 
							if (LMS_VCTCXORead(m_lms_dev, &dac_val) < 0)
 | 
				
			||||||
 | 
								goto out_close;
 | 
				
			||||||
 | 
							LOG(DEBUG) << "Setting VCTCXO to " << dac_val;
 | 
				
			||||||
 | 
							if (LMS_VCTCXOWrite(m_lms_dev, dac_val) < 0)
 | 
				
			||||||
 | 
								goto out_close;
 | 
				
			||||||
 | 
							break;
 | 
				
			||||||
 | 
						case REF_EXTERNAL:
 | 
				
			||||||
 | 
							LOG(DEBUG) << "Setting External clock reference to " << 10000000.0;
 | 
				
			||||||
 | 
							/* Assume an external 10 MHz reference clock */
 | 
				
			||||||
 | 
							if (LMS_SetClockFreq(m_lms_dev, LMS_CLOCK_EXTREF, 10000000.0) < 0)
 | 
				
			||||||
 | 
								goto out_close;
 | 
				
			||||||
 | 
							break;
 | 
				
			||||||
 | 
						default:
 | 
				
			||||||
 | 
							LOG(ALERT) << "Invalid reference type";
 | 
				
			||||||
		goto out_close;
 | 
							goto out_close;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Set up per-channel Rx timestamp based Ring buffers */
 | 
						if (LMS_GetLPFBWRange(m_lms_dev, LMS_CH_RX, &range_lpfbw_rx))
 | 
				
			||||||
	for (size_t i = 0; i < rx_buffers.size(); i++)
 | 
							goto out_close;
 | 
				
			||||||
		rx_buffers[i] = new smpl_buf(SAMPLE_BUF_SZ / sizeof(uint32_t));
 | 
						print_range("LPFBWRange Rx", &range_lpfbw_rx);
 | 
				
			||||||
 | 
						if (LMS_GetLPFBWRange(m_lms_dev, LMS_CH_RX, &range_lpfbw_tx))
 | 
				
			||||||
 | 
							goto out_close;
 | 
				
			||||||
 | 
						print_range("LPFBWRange Tx", &range_lpfbw_tx);
 | 
				
			||||||
 | 
						lpfbw_rx = OSMO_MIN(OSMO_MAX(1.4001e6, range_lpfbw_rx.min), range_lpfbw_rx.max);
 | 
				
			||||||
 | 
						lpfbw_tx = OSMO_MIN(OSMO_MAX(5.2e6, range_lpfbw_tx.min), range_lpfbw_tx.max);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						LOG(DEBUG) << "LPFBW: Rx=" << lpfbw_rx << " Tx=" << lpfbw_tx;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if (!set_antennas()) {
 | 
				
			||||||
 | 
							LOG(ALERT) << "LMS antenna setting failed";
 | 
				
			||||||
 | 
							return -1;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/* Perform Rx and Tx calibration */
 | 
				
			||||||
 | 
						for (i=0; i<chans; i++) {
 | 
				
			||||||
 | 
							LOG(INFO) << "Setting LPFBW chan " << i;
 | 
				
			||||||
 | 
							if (LMS_SetLPFBW(m_lms_dev, LMS_CH_RX, i, lpfbw_rx) < 0)
 | 
				
			||||||
 | 
								goto out_close;
 | 
				
			||||||
 | 
							if (LMS_SetLPFBW(m_lms_dev, LMS_CH_TX, i, lpfbw_tx) < 0)
 | 
				
			||||||
 | 
								goto out_close;
 | 
				
			||||||
 | 
							LOG(INFO) << "Calibrating chan " << i;
 | 
				
			||||||
 | 
							if (LMS_Calibrate(m_lms_dev, LMS_CH_RX, i, LMS_CALIBRATE_BW_HZ, 0) < 0)
 | 
				
			||||||
 | 
								goto out_close;
 | 
				
			||||||
 | 
							if (LMS_Calibrate(m_lms_dev, LMS_CH_TX, i, LMS_CALIBRATE_BW_HZ, 0) < 0)
 | 
				
			||||||
 | 
								goto out_close;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						samplesRead = 0;
 | 
				
			||||||
 | 
						samplesWritten = 0;
 | 
				
			||||||
	started = false;
 | 
						started = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return NORMAL;
 | 
						return NORMAL;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
out_close:
 | 
					out_close:
 | 
				
			||||||
	LOGC(DDEV, FATAL) << "Error in LMS open, closing: " << LMS_GetLastErrorMessage();
 | 
						LOG(ALERT) << "Error in LMS open, closing: " << LMS_GetLastErrorMessage();
 | 
				
			||||||
	LMS_Close(m_lms_dev);
 | 
						LMS_Close(m_lms_dev);
 | 
				
			||||||
	m_lms_dev = NULL;
 | 
					 | 
				
			||||||
	return -1;
 | 
						return -1;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool LMSDevice::start()
 | 
					bool LMSDevice::start()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	LOGC(DDEV, INFO) << "starting LMS...";
 | 
						LOG(INFO) << "starting LMS...";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	unsigned int i;
 | 
						unsigned int i;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (started) {
 | 
					 | 
				
			||||||
		LOGC(DDEV, ERR) << "Device already started";
 | 
					 | 
				
			||||||
		return false;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* configure the channels/streams */
 | 
						/* configure the channels/streams */
 | 
				
			||||||
	for (i=0; i<chans; i++) {
 | 
						for (i=0; i<chans; i++) {
 | 
				
			||||||
		/* Set gains for calibration/filter setup */
 | 
							if (LMS_EnableChannel(m_lms_dev, LMS_CH_RX, i, true) < 0)
 | 
				
			||||||
		/* TX gain to maximum */
 | 
								return false;
 | 
				
			||||||
		setTxGain(maxTxGain(), i);
 | 
					
 | 
				
			||||||
		/* RX gain to midpoint */
 | 
							if (LMS_EnableChannel(m_lms_dev, LMS_CH_TX, i, true) < 0)
 | 
				
			||||||
 | 
								return false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Set gains to midpoint
 | 
				
			||||||
 | 
							setTxGain((minTxGain() + maxTxGain()) / 2, i);
 | 
				
			||||||
		setRxGain((minRxGain() + maxRxGain()) / 2, i);
 | 
							setRxGain((minRxGain() + maxRxGain()) / 2, i);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		/* set up Rx and Tx filters */
 | 
					 | 
				
			||||||
		if (!do_filters(i))
 | 
					 | 
				
			||||||
			return false;
 | 
					 | 
				
			||||||
		/* Perform Rx and Tx calibration */
 | 
					 | 
				
			||||||
		if (!do_calib(i))
 | 
					 | 
				
			||||||
			return false;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		/* configure Streams */
 | 
					 | 
				
			||||||
		m_lms_stream_rx[i] = {};
 | 
							m_lms_stream_rx[i] = {};
 | 
				
			||||||
		m_lms_stream_rx[i].isTx = false;
 | 
							m_lms_stream_rx[i].isTx = false;
 | 
				
			||||||
		m_lms_stream_rx[i].channel = i;
 | 
							m_lms_stream_rx[i].channel = i;
 | 
				
			||||||
@@ -333,59 +272,17 @@ bool LMSDevice::stop()
 | 
				
			|||||||
	for (i=0; i<chans; i++) {
 | 
						for (i=0; i<chans; i++) {
 | 
				
			||||||
		LMS_StopStream(&m_lms_stream_tx[i]);
 | 
							LMS_StopStream(&m_lms_stream_tx[i]);
 | 
				
			||||||
		LMS_StopStream(&m_lms_stream_rx[i]);
 | 
							LMS_StopStream(&m_lms_stream_rx[i]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							LMS_EnableChannel(m_lms_dev, LMS_CH_RX, i, false);
 | 
				
			||||||
 | 
							LMS_EnableChannel(m_lms_dev, LMS_CH_TX, i, false);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	for (i=0; i<chans; i++) {
 | 
					 | 
				
			||||||
		LMS_DestroyStream(m_lms_dev, &m_lms_stream_tx[i]);
 | 
					 | 
				
			||||||
		LMS_DestroyStream(m_lms_dev, &m_lms_stream_rx[i]);
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	started = false;
 | 
					 | 
				
			||||||
	return true;
 | 
						return true;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* do rx/tx calibration - depends on gain, freq and bw */
 | 
					 | 
				
			||||||
bool LMSDevice::do_calib(size_t chan)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	LOGCHAN(chan, DDEV, INFO) << "Calibrating";
 | 
					 | 
				
			||||||
	if (LMS_Calibrate(m_lms_dev, LMS_CH_RX, chan, LMS_CALIBRATE_BW_HZ, 0) < 0)
 | 
					 | 
				
			||||||
		return false;
 | 
					 | 
				
			||||||
	if (LMS_Calibrate(m_lms_dev, LMS_CH_TX, chan, LMS_CALIBRATE_BW_HZ, 0) < 0)
 | 
					 | 
				
			||||||
		return false;
 | 
					 | 
				
			||||||
	return true;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* do rx/tx filter config - depends on bw only? */
 | 
					 | 
				
			||||||
bool LMSDevice::do_filters(size_t chan)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	lms_range_t range_lpfbw_rx, range_lpfbw_tx;
 | 
					 | 
				
			||||||
	float_type lpfbw_rx, lpfbw_tx;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	LOGCHAN(chan, DDEV, INFO) << "Setting filters";
 | 
					 | 
				
			||||||
	if (LMS_GetLPFBWRange(m_lms_dev, LMS_CH_RX, &range_lpfbw_rx))
 | 
					 | 
				
			||||||
		return false;
 | 
					 | 
				
			||||||
	print_range("LPFBWRange Rx", &range_lpfbw_rx);
 | 
					 | 
				
			||||||
	if (LMS_GetLPFBWRange(m_lms_dev, LMS_CH_RX, &range_lpfbw_tx))
 | 
					 | 
				
			||||||
		return false;
 | 
					 | 
				
			||||||
	print_range("LPFBWRange Tx", &range_lpfbw_tx);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	lpfbw_rx = OSMO_MIN(OSMO_MAX(1.4001e6, range_lpfbw_rx.min), range_lpfbw_rx.max);
 | 
					 | 
				
			||||||
	lpfbw_tx = OSMO_MIN(OSMO_MAX(5.2e6, range_lpfbw_tx.min), range_lpfbw_tx.max);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	LOGCHAN(chan, DDEV, INFO) << "LPFBW: Rx=" << lpfbw_rx << " Tx=" << lpfbw_tx;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	LOGCHAN(chan, DDEV, INFO) << "Setting LPFBW";
 | 
					 | 
				
			||||||
	if (LMS_SetLPFBW(m_lms_dev, LMS_CH_RX, chan, lpfbw_rx) < 0)
 | 
					 | 
				
			||||||
		return false;
 | 
					 | 
				
			||||||
	if (LMS_SetLPFBW(m_lms_dev, LMS_CH_TX, chan, lpfbw_tx) < 0)
 | 
					 | 
				
			||||||
		return false;
 | 
					 | 
				
			||||||
	return true;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
double LMSDevice::maxTxGain()
 | 
					double LMSDevice::maxTxGain()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	return maxTxGainClamp;
 | 
						return 73.0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
double LMSDevice::minTxGain()
 | 
					double LMSDevice::minTxGain()
 | 
				
			||||||
@@ -405,48 +302,44 @@ double LMSDevice::minRxGain()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
double LMSDevice::setTxGain(double dB, size_t chan)
 | 
					double LMSDevice::setTxGain(double dB, size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
						if (chan) {
 | 
				
			||||||
 | 
							LOG(ALERT) << "Invalid channel " << chan;
 | 
				
			||||||
 | 
							return 0.0;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (dB > maxTxGain())
 | 
						if (dB > maxTxGain())
 | 
				
			||||||
		dB = maxTxGain();
 | 
							dB = maxTxGain();
 | 
				
			||||||
	if (dB < minTxGain())
 | 
						if (dB < minTxGain())
 | 
				
			||||||
		dB = minTxGain();
 | 
							dB = minTxGain();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	LOGCHAN(chan, DDEV, NOTICE) << "Setting TX gain to " << dB << " dB";
 | 
						LOG(NOTICE) << "Setting TX gain to " << dB << " dB.";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (LMS_SetGaindB(m_lms_dev, LMS_CH_TX, chan, dB) < 0)
 | 
						if (LMS_SetGaindB(m_lms_dev, LMS_CH_TX, chan, dB) < 0)
 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERR) << "Error setting TX gain to " << dB << " dB";
 | 
							LOG(ERR) << "Error setting TX gain";
 | 
				
			||||||
	else
 | 
					
 | 
				
			||||||
		tx_gains[chan] = dB;
 | 
						return dB;
 | 
				
			||||||
	return tx_gains[chan];
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
double LMSDevice::setRxGain(double dB, size_t chan)
 | 
					double LMSDevice::setRxGain(double dB, size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
						if (chan) {
 | 
				
			||||||
 | 
							LOG(ALERT) << "Invalid channel " << chan;
 | 
				
			||||||
 | 
							return 0.0;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						dB = 34.0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (dB > maxRxGain())
 | 
						if (dB > maxRxGain())
 | 
				
			||||||
		dB = maxRxGain();
 | 
							dB = maxRxGain();
 | 
				
			||||||
	if (dB < minRxGain())
 | 
						if (dB < minRxGain())
 | 
				
			||||||
		dB = minRxGain();
 | 
							dB = minRxGain();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	LOGCHAN(chan, DDEV, NOTICE) << "Setting RX gain to " << dB << " dB";
 | 
						LOG(NOTICE) << "Setting RX gain to " << dB << " dB.";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (LMS_SetGaindB(m_lms_dev, LMS_CH_RX, chan, dB) < 0)
 | 
						if (LMS_SetGaindB(m_lms_dev, LMS_CH_RX, chan, dB) < 0)
 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERR) << "Error setting RX gain to " << dB << " dB";
 | 
							LOG(ERR) << "Error setting RX gain";
 | 
				
			||||||
	else
 | 
					 | 
				
			||||||
		rx_gains[chan] = dB;
 | 
					 | 
				
			||||||
	return rx_gains[chan];
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
void LMSDevice::log_ant_list(bool dir_tx, size_t chan, std::ostringstream& os)
 | 
						return dB;
 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	lms_name_t name_list[MAX_ANTENNA_LIST_SIZE]; /* large enough list for antenna names. */
 | 
					 | 
				
			||||||
	int num_names;
 | 
					 | 
				
			||||||
	int i;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	num_names = LMS_GetAntennaList(m_lms_dev, dir_tx, chan, name_list);
 | 
					 | 
				
			||||||
	for (i = 0; i < num_names; i++) {
 | 
					 | 
				
			||||||
		if (i)
 | 
					 | 
				
			||||||
			os << ", ";
 | 
					 | 
				
			||||||
		os << "'" << name_list[i] << "'";
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int LMSDevice::get_ant_idx(const std::string & name, bool dir_tx, size_t chan)
 | 
					int LMSDevice::get_ant_idx(const std::string & name, bool dir_tx, size_t chan)
 | 
				
			||||||
@@ -468,7 +361,7 @@ bool LMSDevice::flush_recv(size_t num_pkts)
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	#define CHUNK 625
 | 
						#define CHUNK 625
 | 
				
			||||||
	int len = CHUNK * tx_sps;
 | 
						int len = CHUNK * tx_sps;
 | 
				
			||||||
	short *buffer = (short*) alloca(sizeof(short) * len * 2);
 | 
						short *buffer = new short[len * 2];
 | 
				
			||||||
	int rc;
 | 
						int rc;
 | 
				
			||||||
	lms_stream_meta_t rx_metadata = {};
 | 
						lms_stream_meta_t rx_metadata = {};
 | 
				
			||||||
	rx_metadata.flushPartialPacket = false;
 | 
						rx_metadata.flushPartialPacket = false;
 | 
				
			||||||
@@ -478,16 +371,18 @@ bool LMSDevice::flush_recv(size_t num_pkts)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	while (!ts_initial || (num_pkts-- > 0)) {
 | 
						while (!ts_initial || (num_pkts-- > 0)) {
 | 
				
			||||||
		rc = LMS_RecvStream(&m_lms_stream_rx[0], &buffer[0], len, &rx_metadata, 100);
 | 
							rc = LMS_RecvStream(&m_lms_stream_rx[0], &buffer[0], len, &rx_metadata, 100);
 | 
				
			||||||
		LOGC(DDEV, DEBUG) << "Flush: Recv buffer of len " << rc << " at " << std::hex << rx_metadata.timestamp;
 | 
							LOG(DEBUG) << "Flush: Recv buffer of len " << rc << " at " << std::hex << rx_metadata.timestamp;
 | 
				
			||||||
		if (rc != len) {
 | 
							if (rc != len) {
 | 
				
			||||||
			LOGC(DDEV, ERROR) << "Flush: Device receive timed out";
 | 
								LOG(ALERT) << "LMS: Device receive timed out";
 | 
				
			||||||
 | 
								delete[] buffer;
 | 
				
			||||||
			return false;
 | 
								return false;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		ts_initial = rx_metadata.timestamp + len;
 | 
							ts_initial = rx_metadata.timestamp + len;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	LOGC(DDEV, INFO) << "Initial timestamp " << ts_initial << std::endl;
 | 
						LOG(INFO) << "Initial timestamp " << ts_initial << std::endl;
 | 
				
			||||||
 | 
						delete[] buffer;
 | 
				
			||||||
	return true;
 | 
						return true;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -496,21 +391,18 @@ bool LMSDevice::setRxAntenna(const std::string & ant, size_t chan)
 | 
				
			|||||||
	int idx;
 | 
						int idx;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (chan >= rx_paths.size()) {
 | 
						if (chan >= rx_paths.size()) {
 | 
				
			||||||
		LOGC(DDEV, ERROR) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	idx = get_ant_idx(ant, LMS_CH_RX, chan);
 | 
						idx = get_ant_idx(ant, LMS_CH_RX, chan);
 | 
				
			||||||
	if (idx < 0) {
 | 
						if (idx < 0) {
 | 
				
			||||||
		std::ostringstream os;
 | 
							LOG(ALERT) << "Invalid Rx Antenna";
 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERROR) << "Invalid Rx Antenna: " << ant;
 | 
					 | 
				
			||||||
		log_ant_list(LMS_CH_RX, chan, os);
 | 
					 | 
				
			||||||
		LOGCHAN(chan, DDEV, NOTICE) << "Available Rx Antennas: " << os;
 | 
					 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (LMS_SetAntenna(m_lms_dev, LMS_CH_RX, chan, idx) < 0) {
 | 
						if (LMS_SetAntenna(m_lms_dev, LMS_CH_RX, chan, idx) < 0) {
 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERROR) << "Unable to set Rx Antenna";
 | 
							LOG(ALERT) << "Unable to set Rx Antenna";
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return true;
 | 
						return true;
 | 
				
			||||||
@@ -522,18 +414,18 @@ std::string LMSDevice::getRxAntenna(size_t chan)
 | 
				
			|||||||
	int idx;
 | 
						int idx;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (chan >= rx_paths.size()) {
 | 
						if (chan >= rx_paths.size()) {
 | 
				
			||||||
		LOGC(DDEV, ERROR) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return "";
 | 
							return "";
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	idx = LMS_GetAntenna(m_lms_dev, LMS_CH_RX, chan);
 | 
						idx = LMS_GetAntenna(m_lms_dev, LMS_CH_RX, chan);
 | 
				
			||||||
	if (idx < 0) {
 | 
						if (idx < 0) {
 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERROR) << "Error getting Rx Antenna";
 | 
							LOG(ALERT) << "Error getting Rx Antenna";
 | 
				
			||||||
		return "";
 | 
							return "";
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (LMS_GetAntennaList(m_lms_dev, LMS_CH_RX, chan, name_list) < idx) {
 | 
						if (LMS_GetAntennaList(m_lms_dev, LMS_CH_RX, chan, name_list) < idx) {
 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERROR) << "Error getting Rx Antenna List";
 | 
							LOG(ALERT) << "Error getting Rx Antenna List";
 | 
				
			||||||
		return "";
 | 
							return "";
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -545,21 +437,18 @@ bool LMSDevice::setTxAntenna(const std::string & ant, size_t chan)
 | 
				
			|||||||
	int idx;
 | 
						int idx;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (chan >= tx_paths.size()) {
 | 
						if (chan >= tx_paths.size()) {
 | 
				
			||||||
		LOGC(DDEV, ERROR) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	idx = get_ant_idx(ant, LMS_CH_TX, chan);
 | 
						idx = get_ant_idx(ant, LMS_CH_TX, chan);
 | 
				
			||||||
	if (idx < 0) {
 | 
						if (idx < 0) {
 | 
				
			||||||
		std::ostringstream os;
 | 
							LOG(ALERT) << "Invalid Rx Antenna";
 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERROR) << "Invalid Tx Antenna: " << ant;
 | 
					 | 
				
			||||||
		log_ant_list(LMS_CH_TX, chan, os);
 | 
					 | 
				
			||||||
		LOGCHAN(chan, DDEV, NOTICE) << "Available Tx Antennas: " << os;
 | 
					 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (LMS_SetAntenna(m_lms_dev, LMS_CH_TX, chan, idx) < 0) {
 | 
						if (LMS_SetAntenna(m_lms_dev, LMS_CH_TX, chan, idx) < 0) {
 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERROR) << "Unable to set Rx Antenna";
 | 
							LOG(ALERT) << "Unable to set Rx Antenna";
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return true;
 | 
						return true;
 | 
				
			||||||
@@ -571,18 +460,18 @@ std::string LMSDevice::getTxAntenna(size_t chan)
 | 
				
			|||||||
	int idx;
 | 
						int idx;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (chan >= tx_paths.size()) {
 | 
						if (chan >= tx_paths.size()) {
 | 
				
			||||||
		LOGC(DDEV, ERROR) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return "";
 | 
							return "";
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	idx = LMS_GetAntenna(m_lms_dev, LMS_CH_TX, chan);
 | 
						idx = LMS_GetAntenna(m_lms_dev, LMS_CH_TX, chan);
 | 
				
			||||||
	if (idx < 0) {
 | 
						if (idx < 0) {
 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERROR) << "Error getting Tx Antenna";
 | 
							LOG(ALERT) << "Error getting Tx Antenna";
 | 
				
			||||||
		return "";
 | 
							return "";
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (LMS_GetAntennaList(m_lms_dev, LMS_CH_TX, chan, name_list) < idx) {
 | 
						if (LMS_GetAntennaList(m_lms_dev, LMS_CH_TX, chan, name_list) < idx) {
 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERROR) << "Error getting Tx Antenna List";
 | 
							LOG(ALERT) << "Error getting Tx Antenna List";
 | 
				
			||||||
		return "";
 | 
							return "";
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -595,206 +484,102 @@ bool LMSDevice::requiresRadioAlign()
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
GSM::Time LMSDevice::minLatency() {
 | 
					GSM::Time LMSDevice::minLatency() {
 | 
				
			||||||
	/* UNUSED on limesdr (only used on usrp1/2) */
 | 
						/* Empirical data from a handful of
 | 
				
			||||||
	return GSM::Time(0,0);
 | 
						relatively recent machines shows that the B100 will underrun when
 | 
				
			||||||
}
 | 
						the transmit threshold is reduced to a time of 6 and a half frames,
 | 
				
			||||||
/*!
 | 
						so we set a minimum 7 frame threshold. */
 | 
				
			||||||
 * Issue tracking description of several events: https://github.com/myriadrf/LimeSuite/issues/265
 | 
						return GSM::Time(6,7);
 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
void LMSDevice::update_stream_stats_rx(size_t chan, bool *overrun)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	lms_stream_status_t status;
 | 
					 | 
				
			||||||
	bool changed = false;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	if (LMS_GetStreamStatus(&m_lms_stream_rx[chan], &status) != 0) {
 | 
					 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERROR) << "Rx LMS_GetStreamStatus failed";
 | 
					 | 
				
			||||||
		return;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* FIFO overrun is counted when Rx FIFO is full but new data comes from
 | 
					 | 
				
			||||||
	   the board and oldest samples in FIFO are overwritte. Value count
 | 
					 | 
				
			||||||
	   since the last call to LMS_GetStreamStatus(stream). */
 | 
					 | 
				
			||||||
	if (status.overrun) {
 | 
					 | 
				
			||||||
		changed = true;
 | 
					 | 
				
			||||||
		*overrun = true;
 | 
					 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERROR) << "Rx Overrun! ("
 | 
					 | 
				
			||||||
					   << m_ctr[chan].rx_overruns << " -> "
 | 
					 | 
				
			||||||
					   << status.overrun << ")";
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	m_ctr[chan].rx_overruns += status.overrun;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* Dropped packets in Rx are counted when gaps in Rx timestamps are
 | 
					 | 
				
			||||||
	   detected (likely because buffer overflow in hardware). Value count
 | 
					 | 
				
			||||||
	   since the last call to LMS_GetStreamStatus(stream). */
 | 
					 | 
				
			||||||
	if (status.droppedPackets) {
 | 
					 | 
				
			||||||
		changed = true;
 | 
					 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERROR) << "Rx Dropped packets by HW! ("
 | 
					 | 
				
			||||||
					   << m_ctr[chan].rx_dropped_samples << " -> "
 | 
					 | 
				
			||||||
					   << m_ctr[chan].rx_dropped_samples +
 | 
					 | 
				
			||||||
					      status.droppedPackets
 | 
					 | 
				
			||||||
					   << ")";
 | 
					 | 
				
			||||||
		m_ctr[chan].rx_dropped_events++;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	m_ctr[chan].rx_dropped_samples += status.droppedPackets;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	if (changed)
 | 
					 | 
				
			||||||
		osmo_signal_dispatch(SS_DEVICE, S_DEVICE_COUNTER_CHANGE, &m_ctr[chan]);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// NOTE: Assumes sequential reads
 | 
					// NOTE: Assumes sequential reads
 | 
				
			||||||
int LMSDevice::readSamples(std::vector < short *>&bufs, int len, bool * overrun,
 | 
					int LMSDevice::readSamples(std::vector < short *>&bufs, int len, bool * overrun,
 | 
				
			||||||
			   TIMESTAMP timestamp, bool * underrun, unsigned *RSSI)
 | 
								   TIMESTAMP timestamp, bool * underrun, unsigned *RSSI)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	int rc, num_smpls, expect_smpls;
 | 
						int rc = 0;
 | 
				
			||||||
	ssize_t avail_smpls;
 | 
					 | 
				
			||||||
	TIMESTAMP expect_timestamp;
 | 
					 | 
				
			||||||
	unsigned int i;
 | 
						unsigned int i;
 | 
				
			||||||
 | 
						lms_stream_status_t status;
 | 
				
			||||||
	lms_stream_meta_t rx_metadata = {};
 | 
						lms_stream_meta_t rx_metadata = {};
 | 
				
			||||||
	rx_metadata.flushPartialPacket = false;
 | 
						rx_metadata.flushPartialPacket = false;
 | 
				
			||||||
	rx_metadata.waitForTimestamp = false;
 | 
						rx_metadata.waitForTimestamp = false;
 | 
				
			||||||
	rx_metadata.timestamp = 0;
 | 
						rx_metadata.timestamp = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (bufs.size() != chans) {
 | 
						if (bufs.size() != chans) {
 | 
				
			||||||
		LOGC(DDEV, ERROR) << "Invalid channel combination " << bufs.size();
 | 
							LOG(ALERT) << "Invalid channel combination " << bufs.size();
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	*overrun = false;
 | 
						*overrun = false;
 | 
				
			||||||
	*underrun = false;
 | 
						*underrun = false;
 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* Check that timestamp is valid */
 | 
					 | 
				
			||||||
	rc = rx_buffers[0]->avail_smpls(timestamp);
 | 
					 | 
				
			||||||
	if (rc < 0) {
 | 
					 | 
				
			||||||
		LOGC(DDEV, ERROR) << rx_buffers[0]->str_code(rc);
 | 
					 | 
				
			||||||
		LOGC(DDEV, ERROR) << rx_buffers[0]->str_status(timestamp);
 | 
					 | 
				
			||||||
		return 0;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	for (i = 0; i<chans; i++) {
 | 
						for (i = 0; i<chans; i++) {
 | 
				
			||||||
		/* Receive samples from HW until we have enough */
 | 
					 | 
				
			||||||
		while ((avail_smpls = rx_buffers[i]->avail_smpls(timestamp)) < len) {
 | 
					 | 
				
			||||||
		thread_enable_cancel(false);
 | 
							thread_enable_cancel(false);
 | 
				
			||||||
			num_smpls = LMS_RecvStream(&m_lms_stream_rx[i], bufs[i], len - avail_smpls, &rx_metadata, 100);
 | 
							rc = LMS_RecvStream(&m_lms_stream_rx[i], bufs[i], len, &rx_metadata, 100);
 | 
				
			||||||
			update_stream_stats_rx(i, overrun);
 | 
							if (timestamp != (TIMESTAMP)rx_metadata.timestamp)
 | 
				
			||||||
			thread_enable_cancel(true);
 | 
								LOG(ALERT) << "chan "<< i << " recv buffer of len " << rc << " expect " << std::hex << timestamp << " got " << std::hex << (TIMESTAMP)rx_metadata.timestamp << " (" << std::hex << rx_metadata.timestamp <<") diff=" << rx_metadata.timestamp - timestamp;
 | 
				
			||||||
			if (num_smpls <= 0) {
 | 
							if (rc != len) {
 | 
				
			||||||
				LOGCHAN(i, DDEV, ERROR) << "Device receive timed out (" << rc << " vs exp " << len << ").";
 | 
								LOG(ALERT) << "LMS: Device receive timed out";
 | 
				
			||||||
				return -1;
 | 
					 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			LOGCHAN(i, DDEV, DEBUG) "Received timestamp = " << (TIMESTAMP)rx_metadata.timestamp << " (" << num_smpls << ")";
 | 
							if (LMS_GetStreamStatus(&m_lms_stream_rx[i], &status) == 0) {
 | 
				
			||||||
 | 
								if (status.underrun > m_last_rx_underruns[i])
 | 
				
			||||||
			expect_smpls = len - avail_smpls;
 | 
					 | 
				
			||||||
			if (expect_smpls != num_smpls)
 | 
					 | 
				
			||||||
				LOGCHAN(i, DDEV, NOTICE) << "Unexpected recv buffer len: expect "
 | 
					 | 
				
			||||||
							 << expect_smpls << " got " << num_smpls
 | 
					 | 
				
			||||||
							 << ", diff=" << expect_smpls - num_smpls;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
			expect_timestamp = timestamp + avail_smpls;
 | 
					 | 
				
			||||||
			if (expect_timestamp != (TIMESTAMP)rx_metadata.timestamp)
 | 
					 | 
				
			||||||
				LOGCHAN(i, DDEV, ERROR) << "Unexpected recv buffer timestamp: expect "
 | 
					 | 
				
			||||||
							<< expect_timestamp << " got " << (TIMESTAMP)rx_metadata.timestamp
 | 
					 | 
				
			||||||
							<< ", diff=" << rx_metadata.timestamp - expect_timestamp;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
			rc = rx_buffers[i]->write(bufs[i], num_smpls, (TIMESTAMP)rx_metadata.timestamp);
 | 
					 | 
				
			||||||
			if (rc < 0) {
 | 
					 | 
				
			||||||
				LOGCHAN(i, DDEV, ERROR) << rx_buffers[i]->str_code(rc);
 | 
					 | 
				
			||||||
				LOGCHAN(i, DDEV, ERROR) << rx_buffers[i]->str_status(timestamp);
 | 
					 | 
				
			||||||
				if (rc != smpl_buf::ERROR_OVERFLOW)
 | 
					 | 
				
			||||||
					return 0;
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* We have enough samples */
 | 
					 | 
				
			||||||
	for (size_t i = 0; i < rx_buffers.size(); i++) {
 | 
					 | 
				
			||||||
		rc = rx_buffers[i]->read(bufs[i], len, timestamp);
 | 
					 | 
				
			||||||
		if ((rc < 0) || (rc != len)) {
 | 
					 | 
				
			||||||
			LOGC(DDEV, ERROR) << rx_buffers[i]->str_code(rc);
 | 
					 | 
				
			||||||
			LOGC(DDEV, ERROR) << rx_buffers[i]->str_status(timestamp);
 | 
					 | 
				
			||||||
			return 0;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	return len;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
void LMSDevice::update_stream_stats_tx(size_t chan, bool *underrun)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	lms_stream_status_t status;
 | 
					 | 
				
			||||||
	bool changed = false;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	if (LMS_GetStreamStatus(&m_lms_stream_tx[chan], &status) != 0) {
 | 
					 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERROR) << "Tx LMS_GetStreamStatus failed";
 | 
					 | 
				
			||||||
		return;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* FIFO underrun is counted when Tx is running but FIFO is empty for
 | 
					 | 
				
			||||||
	   >100 ms (500ms in older versions). Value count since the last call to
 | 
					 | 
				
			||||||
	   LMS_GetStreamStatus(stream). */
 | 
					 | 
				
			||||||
	if (status.underrun) {
 | 
					 | 
				
			||||||
		changed = true;
 | 
					 | 
				
			||||||
				*underrun = true;
 | 
									*underrun = true;
 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERROR) << "Tx Underrun! ("
 | 
								m_last_rx_underruns[i] = status.underrun;
 | 
				
			||||||
					   << m_ctr[chan].tx_underruns << " -> "
 | 
					
 | 
				
			||||||
					   << status.underrun << ")";
 | 
								if (status.overrun > m_last_rx_overruns[i])
 | 
				
			||||||
 | 
									*overrun = true;
 | 
				
			||||||
 | 
								m_last_rx_overruns[i] = status.overrun;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	m_ctr[chan].tx_underruns += status.underrun;
 | 
							thread_enable_cancel(true);
 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* Dropped packets in Tx are counted only when timestamps are enabled
 | 
					 | 
				
			||||||
	   and SDR drops packet because of late timestamp. Value count since the
 | 
					 | 
				
			||||||
	   last call to LMS_GetStreamStatus(stream). */
 | 
					 | 
				
			||||||
	if (status.droppedPackets) {
 | 
					 | 
				
			||||||
		changed = true;
 | 
					 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERROR) << "Tx Dropped packets by HW! ("
 | 
					 | 
				
			||||||
					   << m_ctr[chan].tx_dropped_samples << " -> "
 | 
					 | 
				
			||||||
					   << m_ctr[chan].tx_dropped_samples +
 | 
					 | 
				
			||||||
					      status.droppedPackets
 | 
					 | 
				
			||||||
					   << ")";
 | 
					 | 
				
			||||||
		m_ctr[chan].tx_dropped_events++;
 | 
					 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	m_ctr[chan].tx_dropped_samples += status.droppedPackets;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (changed)
 | 
						samplesRead += rc;
 | 
				
			||||||
		osmo_signal_dispatch(SS_DEVICE, S_DEVICE_COUNTER_CHANGE, &m_ctr[chan]);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if (((TIMESTAMP) rx_metadata.timestamp) < timestamp)
 | 
				
			||||||
 | 
							rc = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						return rc;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int LMSDevice::writeSamples(std::vector < short *>&bufs, int len,
 | 
					int LMSDevice::writeSamples(std::vector < short *>&bufs, int len,
 | 
				
			||||||
			    bool * underrun, unsigned long long timestamp,
 | 
								    bool * underrun, unsigned long long timestamp,
 | 
				
			||||||
			    bool isControl)
 | 
								    bool isControl)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	int rc = 0;
 | 
						int rc;
 | 
				
			||||||
	unsigned int i;
 | 
						unsigned int i;
 | 
				
			||||||
 | 
						lms_stream_status_t status;
 | 
				
			||||||
	lms_stream_meta_t tx_metadata = {};
 | 
						lms_stream_meta_t tx_metadata = {};
 | 
				
			||||||
	tx_metadata.flushPartialPacket = false;
 | 
						tx_metadata.flushPartialPacket = false;
 | 
				
			||||||
	tx_metadata.waitForTimestamp = true;
 | 
						tx_metadata.waitForTimestamp = true;
 | 
				
			||||||
	tx_metadata.timestamp = timestamp - ts_offset;	/* Shift Tx time by offset */
 | 
						tx_metadata.timestamp = timestamp - ts_offset;	/* Shift Tx time by offset */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (isControl) {
 | 
						if (isControl) {
 | 
				
			||||||
		LOGC(DDEV, ERROR) << "Control packets not supported";
 | 
							LOG(ERR) << "Control packets not supported";
 | 
				
			||||||
		return 0;
 | 
							return 0;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (bufs.size() != chans) {
 | 
						if (bufs.size() != chans) {
 | 
				
			||||||
		LOGC(DDEV, ERROR) << "Invalid channel combination " << bufs.size();
 | 
							LOG(ALERT) << "Invalid channel combination " << bufs.size();
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	*underrun = false;
 | 
						*underrun = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	for (i = 0; i<chans; i++) {
 | 
						for (i = 0; i<chans; i++) {
 | 
				
			||||||
		LOGCHAN(i, DDEV, DEBUG) << "send buffer of len " << len << " timestamp " << std::hex << tx_metadata.timestamp;
 | 
							LOG(DEBUG) << "chan "<< i << " send buffer of len " << len << " timestamp " << std::hex << tx_metadata.timestamp;
 | 
				
			||||||
		thread_enable_cancel(false);
 | 
							thread_enable_cancel(false);
 | 
				
			||||||
		rc = LMS_SendStream(&m_lms_stream_tx[i], bufs[i], len, &tx_metadata, 100);
 | 
							rc = LMS_SendStream(&m_lms_stream_tx[i], bufs[i], len, &tx_metadata, 100);
 | 
				
			||||||
		update_stream_stats_tx(i, underrun);
 | 
					 | 
				
			||||||
		thread_enable_cancel(true);
 | 
					 | 
				
			||||||
		if (rc != len) {
 | 
							if (rc != len) {
 | 
				
			||||||
			LOGCHAN(i, DDEV, ERROR) << "LMS: Device Tx timed out (" << rc << " vs exp " << len << ").";
 | 
								LOG(ALERT) << "LMS: Device send timed out";
 | 
				
			||||||
			return -1;
 | 
					 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							if (LMS_GetStreamStatus(&m_lms_stream_tx[i], &status) == 0) {
 | 
				
			||||||
 | 
								if (status.underrun > m_last_tx_underruns[i])
 | 
				
			||||||
 | 
									*underrun = true;
 | 
				
			||||||
 | 
								m_last_tx_underruns[i] = status.underrun;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
							thread_enable_cancel(true);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						samplesWritten += rc;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return rc;
 | 
						return rc;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -806,10 +591,14 @@ bool LMSDevice::updateAlignment(TIMESTAMP timestamp)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
bool LMSDevice::setTxFreq(double wFreq, size_t chan)
 | 
					bool LMSDevice::setTxFreq(double wFreq, size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	LOGCHAN(chan, DDEV, NOTICE) << "Setting Tx Freq to " << wFreq << " Hz";
 | 
					
 | 
				
			||||||
 | 
						if (chan) {
 | 
				
			||||||
 | 
							LOG(ALERT) << "Invalid channel " << chan;
 | 
				
			||||||
 | 
							return false;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (LMS_SetLOFrequency(m_lms_dev, LMS_CH_TX, chan, wFreq) < 0) {
 | 
						if (LMS_SetLOFrequency(m_lms_dev, LMS_CH_TX, chan, wFreq) < 0) {
 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERROR) << "Error setting Tx Freq to " << wFreq << " Hz";
 | 
							LOG(ALERT) << "set Tx: " << wFreq << " failed!";
 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -818,10 +607,13 @@ bool LMSDevice::setTxFreq(double wFreq, size_t chan)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
bool LMSDevice::setRxFreq(double wFreq, size_t chan)
 | 
					bool LMSDevice::setRxFreq(double wFreq, size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	LOGCHAN(chan, DDEV, NOTICE) << "Setting Rx Freq to " << wFreq << " Hz";
 | 
						if (chan) {
 | 
				
			||||||
 | 
							LOG(ALERT) << "Invalid channel " << chan;
 | 
				
			||||||
 | 
							return false;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (LMS_SetLOFrequency(m_lms_dev, LMS_CH_RX, chan, wFreq) < 0) {
 | 
						if (LMS_SetLOFrequency(m_lms_dev, LMS_CH_RX, chan, wFreq) < 0) {
 | 
				
			||||||
		LOGCHAN(chan, DDEV, ERROR) << "Error setting Rx Freq to " << wFreq << " Hz";
 | 
							LOG(ALERT) << "set Rx: " << wFreq << " failed!";
 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -833,13 +625,5 @@ RadioDevice *RadioDevice::make(size_t tx_sps, size_t rx_sps,
 | 
				
			|||||||
			       const std::vector < std::string > &tx_paths,
 | 
								       const std::vector < std::string > &tx_paths,
 | 
				
			||||||
			       const std::vector < std::string > &rx_paths)
 | 
								       const std::vector < std::string > &rx_paths)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (tx_sps != rx_sps) {
 | 
					 | 
				
			||||||
		LOGC(DDEV, ERROR) << "LMS Requires tx_sps == rx_sps";
 | 
					 | 
				
			||||||
		return NULL;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	if (lo_offset != 0.0) {
 | 
					 | 
				
			||||||
		LOGC(DDEV, ERROR) << "LMS doesn't support lo_offset";
 | 
					 | 
				
			||||||
		return NULL;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	return new LMSDevice(tx_sps, rx_sps, iface, chans, lo_offset, tx_paths, rx_paths);
 | 
						return new LMSDevice(tx_sps, rx_sps, iface, chans, lo_offset, tx_paths, rx_paths);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,10 +1,7 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2018 sysmocom - s.f.m.c. GmbH
 | 
					* Copyright 2018 sysmocom - s.f.m.c. GmbH
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion.
 | 
				
			||||||
*
 | 
					 | 
				
			||||||
* This software is distributed under multiple licenses; see the COPYING file in
 | 
					 | 
				
			||||||
* the main directory for licensing information for this specific distribution.
 | 
					 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* This use of this software may be subject to additional restrictions.
 | 
					* This use of this software may be subject to additional restrictions.
 | 
				
			||||||
* See the LEGAL file in the main directory for details.
 | 
					* See the LEGAL file in the main directory for details.
 | 
				
			||||||
@@ -23,7 +20,6 @@
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "radioDevice.h"
 | 
					#include "radioDevice.h"
 | 
				
			||||||
#include "smpl_buf.h"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <sys/time.h>
 | 
					#include <sys/time.h>
 | 
				
			||||||
#include <math.h>
 | 
					#include <math.h>
 | 
				
			||||||
@@ -32,42 +28,38 @@
 | 
				
			|||||||
#include <iostream>
 | 
					#include <iostream>
 | 
				
			||||||
#include <lime/LimeSuite.h>
 | 
					#include <lime/LimeSuite.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Definition of LIMESDR_TX_AMPL limits maximum amplitude of I and Q
 | 
					#define LIMESDR_TX_AMPL  0.3
 | 
				
			||||||
 * channels separately. Hence LIMESDR_TX_AMPL value must be 1/sqrt(2) =
 | 
					 | 
				
			||||||
 * 0.7071.... to get an amplitude of 1 of the complex signal:
 | 
					 | 
				
			||||||
 * 	A^2 = I^2 + Q^2
 | 
					 | 
				
			||||||
 * 	A^2 = (1/sqrt(2))^2 + (1/sqrt(2))^2
 | 
					 | 
				
			||||||
 * 	A^2 = 1/2 + 1/2
 | 
					 | 
				
			||||||
 * 	A^2 = 1 */
 | 
					 | 
				
			||||||
#define LIMESDR_TX_AMPL  0.707
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** A class to handle a LimeSuite supported device */
 | 
					/** A class to handle a LimeSuite supported device */
 | 
				
			||||||
class LMSDevice:public RadioDevice {
 | 
					class LMSDevice:public RadioDevice {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
private:
 | 
					private:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						static constexpr double masterClockRate = 52.0e6;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	lms_device_t *m_lms_dev;
 | 
						lms_device_t *m_lms_dev;
 | 
				
			||||||
	std::vector<lms_stream_t> m_lms_stream_rx;
 | 
						std::vector<lms_stream_t> m_lms_stream_rx;
 | 
				
			||||||
	std::vector<lms_stream_t> m_lms_stream_tx;
 | 
						std::vector<lms_stream_t> m_lms_stream_tx;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	std::vector<smpl_buf *> rx_buffers;
 | 
						std::vector<uint32_t> m_last_rx_underruns;
 | 
				
			||||||
 | 
						std::vector<uint32_t> m_last_rx_overruns;
 | 
				
			||||||
 | 
						std::vector<uint32_t> m_last_tx_underruns;
 | 
				
			||||||
 | 
						std::vector<uint32_t> m_last_tx_overruns;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	double actualSampleRate;	///< the actual USRP sampling rate
 | 
						double actualSampleRate;	///< the actual USRP sampling rate
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						unsigned long long samplesRead;	///< number of samples read from LMS
 | 
				
			||||||
 | 
						unsigned long long samplesWritten;	///< number of samples sent to LMS
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	bool started;		///< flag indicates LMS has started
 | 
						bool started;		///< flag indicates LMS has started
 | 
				
			||||||
	bool skipRx;		///< set if LMS is transmit-only.
 | 
						bool skipRx;		///< set if LMS is transmit-only.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	TIMESTAMP ts_initial, ts_offset;
 | 
						TIMESTAMP ts_initial, ts_offset;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	std::vector<double> tx_gains, rx_gains;
 | 
						double rxGain;
 | 
				
			||||||
	double maxTxGainClamp;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	bool do_calib(size_t chan);
 | 
					 | 
				
			||||||
	bool do_filters(size_t chan);
 | 
					 | 
				
			||||||
	void log_ant_list(bool dir_tx, size_t chan, std::ostringstream& os);
 | 
					 | 
				
			||||||
	int get_ant_idx(const std::string & name, bool dir_tx, size_t chan);
 | 
						int get_ant_idx(const std::string & name, bool dir_tx, size_t chan);
 | 
				
			||||||
	bool flush_recv(size_t num_pkts);
 | 
						bool flush_recv(size_t num_pkts);
 | 
				
			||||||
	void update_stream_stats_rx(size_t chan, bool *overrun);
 | 
					 | 
				
			||||||
	void update_stream_stats_tx(size_t chan, bool *underrun);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -75,7 +67,6 @@ public:
 | 
				
			|||||||
	LMSDevice(size_t tx_sps, size_t rx_sps, InterfaceType iface, size_t chans, double lo_offset,
 | 
						LMSDevice(size_t tx_sps, size_t rx_sps, InterfaceType iface, size_t chans, double lo_offset,
 | 
				
			||||||
		  const std::vector<std::string>& tx_paths,
 | 
							  const std::vector<std::string>& tx_paths,
 | 
				
			||||||
		  const std::vector<std::string>& rx_paths);
 | 
							  const std::vector<std::string>& rx_paths);
 | 
				
			||||||
	~LMSDevice();
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Instantiate the LMS */
 | 
						/** Instantiate the LMS */
 | 
				
			||||||
	int open(const std::string &args, int ref, bool swap_channels);
 | 
						int open(const std::string &args, int ref, bool swap_channels);
 | 
				
			||||||
@@ -86,6 +77,10 @@ public:
 | 
				
			|||||||
	/** Stop the LMS */
 | 
						/** Stop the LMS */
 | 
				
			||||||
	bool stop();
 | 
						bool stop();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Set priority not supported */
 | 
				
			||||||
 | 
						void setPriority(float prio = 0.5) {
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	enum TxWindowType getWindowType() {
 | 
						enum TxWindowType getWindowType() {
 | 
				
			||||||
		return TX_WINDOW_LMS1;
 | 
							return TX_WINDOW_LMS1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -150,7 +145,7 @@ public:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	/** get the current receive gain */
 | 
						/** get the current receive gain */
 | 
				
			||||||
	double getRxGain(size_t chan = 0) {
 | 
						double getRxGain(size_t chan = 0) {
 | 
				
			||||||
		return rx_gains[chan];
 | 
							return rxGain;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** return maximum Rx Gain **/
 | 
						/** return maximum Rx Gain **/
 | 
				
			||||||
@@ -162,11 +157,6 @@ public:
 | 
				
			|||||||
	/** sets the transmit chan gain, returns the gain setting **/
 | 
						/** sets the transmit chan gain, returns the gain setting **/
 | 
				
			||||||
	double setTxGain(double dB, size_t chan = 0);
 | 
						double setTxGain(double dB, size_t chan = 0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** get transmit gain */
 | 
					 | 
				
			||||||
	double getTxGain(size_t chan = 0) {
 | 
					 | 
				
			||||||
		return tx_gains[chan];
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/** return maximum Tx Gain **/
 | 
						/** return maximum Tx Gain **/
 | 
				
			||||||
	double maxTxGain(void);
 | 
						double maxTxGain(void);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -201,6 +191,12 @@ public:
 | 
				
			|||||||
	inline double getSampleRate() {
 | 
						inline double getSampleRate() {
 | 
				
			||||||
		return actualSampleRate;
 | 
							return actualSampleRate;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						inline double numberRead() {
 | 
				
			||||||
 | 
							return samplesRead;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
						inline double numberWritten() {
 | 
				
			||||||
 | 
							return samplesWritten;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif // _LMS_DEVICE_H_
 | 
					#endif // _LMS_DEVICE_H_
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
include $(top_srcdir)/Makefile.common
 | 
					include $(top_srcdir)/Makefile.common
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES) -I${srcdir}/../common
 | 
					AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES) -I${srcdir}/..
 | 
				
			||||||
AM_CXXFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LMS_CFLAGS)
 | 
					AM_CXXFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LMS_CFLAGS)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
noinst_HEADERS = LMSDevice.h
 | 
					noinst_HEADERS = LMSDevice.h
 | 
				
			||||||
@@ -8,4 +8,3 @@ noinst_HEADERS = LMSDevice.h
 | 
				
			|||||||
noinst_LTLIBRARIES = libdevice.la
 | 
					noinst_LTLIBRARIES = libdevice.la
 | 
				
			||||||
 | 
					
 | 
				
			||||||
libdevice_la_SOURCES = LMSDevice.cpp
 | 
					libdevice_la_SOURCES = LMSDevice.cpp
 | 
				
			||||||
libdevice_la_LIBADD = $(top_builddir)/Transceiver52M/device/common/libdevice_common.la
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008 Free Software Foundation, Inc.
 | 
					* Copyright 2008 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribution.
 | 
					* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* This use of this software may be subject to additional restrictions.
 | 
					* This use of this software may be subject to additional restrictions.
 | 
				
			||||||
* See the LEGAL file in the main directory for details.
 | 
					* See the LEGAL file in the main directory for details.
 | 
				
			||||||
@@ -23,7 +23,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
extern "C" {
 | 
					extern "C" {
 | 
				
			||||||
#include "config_defs.h"
 | 
					#include "config_defs.h"
 | 
				
			||||||
#include "osmo_signal.h"
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef HAVE_CONFIG_H
 | 
					#ifdef HAVE_CONFIG_H
 | 
				
			||||||
@@ -59,6 +58,13 @@ class RadioDevice {
 | 
				
			|||||||
  /** Initialize the USRP */
 | 
					  /** Initialize the USRP */
 | 
				
			||||||
  virtual int open(const std::string &args, int ref, bool swap_channels)=0;
 | 
					  virtual int open(const std::string &args, int ref, bool swap_channels)=0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  RadioDevice(size_t tx_sps, size_t rx_sps, InterfaceType type, size_t chans, double offset,
 | 
				
			||||||
 | 
					              const std::vector<std::string>& tx_paths,
 | 
				
			||||||
 | 
					              const std::vector<std::string>& rx_paths):
 | 
				
			||||||
 | 
							tx_sps(tx_sps), rx_sps(rx_sps), iface(type), chans(chans), lo_offset(offset),
 | 
				
			||||||
 | 
							tx_paths(tx_paths), rx_paths(rx_paths)
 | 
				
			||||||
 | 
						{ }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  virtual ~RadioDevice() { }
 | 
					  virtual ~RadioDevice() { }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** Start the USRP */
 | 
					  /** Start the USRP */
 | 
				
			||||||
@@ -70,6 +76,9 @@ class RadioDevice {
 | 
				
			|||||||
  /** Get the Tx window type */
 | 
					  /** Get the Tx window type */
 | 
				
			||||||
  virtual enum TxWindowType getWindowType()=0;
 | 
					  virtual enum TxWindowType getWindowType()=0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  /** Enable thread priority */
 | 
				
			||||||
 | 
					  virtual void setPriority(float prio = 0.5) = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /**
 | 
					  /**
 | 
				
			||||||
	Read samples from the radio.
 | 
						Read samples from the radio.
 | 
				
			||||||
	@param buf preallocated buf to contain read result
 | 
						@param buf preallocated buf to contain read result
 | 
				
			||||||
@@ -131,9 +140,6 @@ class RadioDevice {
 | 
				
			|||||||
  /** sets the transmit chan gain, returns the gain setting **/
 | 
					  /** sets the transmit chan gain, returns the gain setting **/
 | 
				
			||||||
  virtual double setTxGain(double dB, size_t chan = 0) = 0;
 | 
					  virtual double setTxGain(double dB, size_t chan = 0) = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** get transmit gain */
 | 
					 | 
				
			||||||
  virtual double getTxGain(size_t chan = 0) = 0;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  /** return maximum Tx Gain **/
 | 
					  /** return maximum Tx Gain **/
 | 
				
			||||||
  virtual double maxTxGain(void) = 0;
 | 
					  virtual double maxTxGain(void) = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -162,6 +168,8 @@ class RadioDevice {
 | 
				
			|||||||
  virtual double getTxFreq(size_t chan = 0) = 0;
 | 
					  virtual double getTxFreq(size_t chan = 0) = 0;
 | 
				
			||||||
  virtual double getRxFreq(size_t chan = 0) = 0;
 | 
					  virtual double getRxFreq(size_t chan = 0) = 0;
 | 
				
			||||||
  virtual double getSampleRate()=0;
 | 
					  virtual double getSampleRate()=0;
 | 
				
			||||||
 | 
					  virtual double numberRead()=0;
 | 
				
			||||||
 | 
					  virtual double numberWritten()=0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  protected:
 | 
					  protected:
 | 
				
			||||||
  size_t tx_sps, rx_sps;
 | 
					  size_t tx_sps, rx_sps;
 | 
				
			||||||
@@ -169,35 +177,15 @@ class RadioDevice {
 | 
				
			|||||||
  size_t chans;
 | 
					  size_t chans;
 | 
				
			||||||
  double lo_offset;
 | 
					  double lo_offset;
 | 
				
			||||||
  std::vector<std::string> tx_paths, rx_paths;
 | 
					  std::vector<std::string> tx_paths, rx_paths;
 | 
				
			||||||
  std::vector<struct device_counters> m_ctr;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  RadioDevice(size_t tx_sps, size_t rx_sps, InterfaceType type, size_t chan_num, double offset,
 | 
					 | 
				
			||||||
              const std::vector<std::string>& tx_paths,
 | 
					 | 
				
			||||||
              const std::vector<std::string>& rx_paths):
 | 
					 | 
				
			||||||
		tx_sps(tx_sps), rx_sps(rx_sps), iface(type), chans(chan_num), lo_offset(offset),
 | 
					 | 
				
			||||||
		tx_paths(tx_paths), rx_paths(rx_paths)
 | 
					 | 
				
			||||||
	{
 | 
					 | 
				
			||||||
		if (iface == MULTI_ARFCN) {
 | 
					 | 
				
			||||||
			LOGC(DDEV, INFO) << "Multi-ARFCN: "<< chan_num << " logical chans -> 1 physical chans";
 | 
					 | 
				
			||||||
			chans = 1;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		m_ctr.resize(chans);
 | 
					 | 
				
			||||||
		for (size_t i = 0; i < chans; i++) {
 | 
					 | 
				
			||||||
			memset(&m_ctr[i], 0, sizeof(m_ctr[i]));
 | 
					 | 
				
			||||||
			m_ctr[i].chan = i;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  bool set_antennas() {
 | 
					  bool set_antennas() {
 | 
				
			||||||
	unsigned int i;
 | 
						unsigned int i;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	for (i = 0; i < tx_paths.size(); i++) {
 | 
						for (i = 0; i < tx_paths.size(); i++) {
 | 
				
			||||||
		if (tx_paths[i] == "")
 | 
							if (tx_paths[i] == "")
 | 
				
			||||||
			continue;
 | 
								continue;
 | 
				
			||||||
		LOGCHAN(i, DDEV, DEBUG) << "Configuring Tx antenna " << tx_paths[i];
 | 
							LOG(DEBUG) << "Configuring channel " << i << " with antenna " << tx_paths[i];
 | 
				
			||||||
		if (!setTxAntenna(tx_paths[i], i)) {
 | 
							if (!setTxAntenna(tx_paths[i], i)) {
 | 
				
			||||||
			LOGCHAN(i, DDEV, ALERT) << "Failed configuring Tx antenna " << tx_paths[i];
 | 
								LOG(ALERT) << "Failed configuring channel " << i << " with antenna " << tx_paths[i];
 | 
				
			||||||
			return false;
 | 
								return false;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -205,9 +193,9 @@ class RadioDevice {
 | 
				
			|||||||
	for (i = 0; i < rx_paths.size(); i++) {
 | 
						for (i = 0; i < rx_paths.size(); i++) {
 | 
				
			||||||
		if (rx_paths[i] == "")
 | 
							if (rx_paths[i] == "")
 | 
				
			||||||
			continue;
 | 
								continue;
 | 
				
			||||||
		LOGCHAN(i, DDEV, DEBUG) << "Configuring Rx antenna " << rx_paths[i];
 | 
							LOG(DEBUG) << "Configuring channel " << i << " with antenna " << rx_paths[i];
 | 
				
			||||||
		if (!setRxAntenna(rx_paths[i], i)) {
 | 
							if (!setRxAntenna(rx_paths[i], i)) {
 | 
				
			||||||
			LOGCHAN(i, DDEV, ALERT) << "Failed configuring Rx antenna " << rx_paths[i];
 | 
								LOG(ALERT) << "Failed configuring channel " << i << " with antenna " << rx_paths[i];
 | 
				
			||||||
			return false;
 | 
								return false;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -1,11 +1,8 @@
 | 
				
			|||||||
include $(top_srcdir)/Makefile.common
 | 
					include $(top_srcdir)/Makefile.common
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES) -I${srcdir}/../common
 | 
					AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES) -I${srcdir}/..
 | 
				
			||||||
AM_CXXFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(UHD_CFLAGS)
 | 
					AM_CXXFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(UHD_CFLAGS)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
noinst_HEADERS = UHDDevice.h
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
noinst_LTLIBRARIES = libdevice.la
 | 
					noinst_LTLIBRARIES = libdevice.la
 | 
				
			||||||
 | 
					
 | 
				
			||||||
libdevice_la_SOURCES = UHDDevice.cpp
 | 
					libdevice_la_SOURCES = UHDDevice.cpp
 | 
				
			||||||
libdevice_la_LIBADD = $(top_builddir)/Transceiver52M/device/common/libdevice_common.la
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,8 +6,6 @@
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * Author: Tom Tsou <tom.tsou@ettus.com>
 | 
					 * Author: Tom Tsou <tom.tsou@ettus.com>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 * it under the terms of the GNU Affero General Public License as published by
 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 * the Free Software Foundation, either version 3 of the License, or
 | 
				
			||||||
@@ -25,9 +23,12 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include <map>
 | 
					#include <map>
 | 
				
			||||||
#include "radioDevice.h"
 | 
					#include "radioDevice.h"
 | 
				
			||||||
#include "UHDDevice.h"
 | 
					 | 
				
			||||||
#include "Threads.h"
 | 
					#include "Threads.h"
 | 
				
			||||||
#include "Logger.h"
 | 
					#include "Logger.h"
 | 
				
			||||||
 | 
					#include <uhd/version.hpp>
 | 
				
			||||||
 | 
					#include <uhd/property_tree.hpp>
 | 
				
			||||||
 | 
					#include <uhd/usrp/multi_usrp.hpp>
 | 
				
			||||||
 | 
					#include <uhd/utils/thread_priority.hpp>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef HAVE_CONFIG_H
 | 
					#ifdef HAVE_CONFIG_H
 | 
				
			||||||
#include "config.h"
 | 
					#include "config.h"
 | 
				
			||||||
@@ -35,9 +36,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#ifndef USE_UHD_3_11
 | 
					#ifndef USE_UHD_3_11
 | 
				
			||||||
#include <uhd/utils/msg.hpp>
 | 
					#include <uhd/utils/msg.hpp>
 | 
				
			||||||
#include <uhd/utils/thread_priority.hpp>
 | 
					 | 
				
			||||||
#else
 | 
					 | 
				
			||||||
#include <uhd/utils/thread.hpp>
 | 
					 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define USRP_TX_AMPL     0.3
 | 
					#define USRP_TX_AMPL     0.3
 | 
				
			||||||
@@ -58,6 +56,20 @@
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
#define UMTRX_VGA1_DEF   -18
 | 
					#define UMTRX_VGA1_DEF   -18
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					enum uhd_dev_type {
 | 
				
			||||||
 | 
						USRP1,
 | 
				
			||||||
 | 
						USRP2,
 | 
				
			||||||
 | 
						B100,
 | 
				
			||||||
 | 
						B200,
 | 
				
			||||||
 | 
						B210,
 | 
				
			||||||
 | 
						B2XX_MCBTS,
 | 
				
			||||||
 | 
						E1XX,
 | 
				
			||||||
 | 
						E3XX,
 | 
				
			||||||
 | 
						X3XX,
 | 
				
			||||||
 | 
						UMTRX,
 | 
				
			||||||
 | 
						LIMESDR,
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * USRP version dependent device timings
 | 
					 * USRP version dependent device timings
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@@ -122,9 +134,193 @@ static const std::map<dev_key, dev_desc> dev_param_map {
 | 
				
			|||||||
	{ std::make_tuple(B2XX_MCBTS, 4, 4), { 1, 51.2e6, MCBTS_SPACING*4, B2XX_TIMING_MCBTS, "B200/B210 4 SPS Multi-ARFCN" } },
 | 
						{ std::make_tuple(B2XX_MCBTS, 4, 4), { 1, 51.2e6, MCBTS_SPACING*4, B2XX_TIMING_MCBTS, "B200/B210 4 SPS Multi-ARFCN" } },
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/*
 | 
				
			||||||
 | 
					    Sample Buffer - Allows reading and writing of timed samples using osmo-trx
 | 
				
			||||||
 | 
					                    or UHD style timestamps. Time conversions are handled
 | 
				
			||||||
 | 
					                    internally or accessable through the static convert calls.
 | 
				
			||||||
 | 
					*/
 | 
				
			||||||
 | 
					class smpl_buf {
 | 
				
			||||||
 | 
					public:
 | 
				
			||||||
 | 
						/** Sample buffer constructor
 | 
				
			||||||
 | 
						    @param len number of 32-bit samples the buffer should hold
 | 
				
			||||||
 | 
						    @param rate sample clockrate
 | 
				
			||||||
 | 
						    @param timestamp
 | 
				
			||||||
 | 
						*/
 | 
				
			||||||
 | 
						smpl_buf(size_t len, double rate);
 | 
				
			||||||
 | 
						~smpl_buf();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Query number of samples available for reading
 | 
				
			||||||
 | 
						    @param timestamp time of first sample
 | 
				
			||||||
 | 
						    @return number of available samples or error
 | 
				
			||||||
 | 
						*/
 | 
				
			||||||
 | 
						ssize_t avail_smpls(TIMESTAMP timestamp) const;
 | 
				
			||||||
 | 
						ssize_t avail_smpls(uhd::time_spec_t timestamp) const;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Read and write
 | 
				
			||||||
 | 
						    @param buf pointer to buffer
 | 
				
			||||||
 | 
						    @param len number of samples desired to read or write
 | 
				
			||||||
 | 
						    @param timestamp time of first stample
 | 
				
			||||||
 | 
						    @return number of actual samples read or written or error
 | 
				
			||||||
 | 
						*/
 | 
				
			||||||
 | 
						ssize_t read(void *buf, size_t len, TIMESTAMP timestamp);
 | 
				
			||||||
 | 
						ssize_t read(void *buf, size_t len, uhd::time_spec_t timestamp);
 | 
				
			||||||
 | 
						ssize_t write(void *buf, size_t len, TIMESTAMP timestamp);
 | 
				
			||||||
 | 
						ssize_t write(void *buf, size_t len, uhd::time_spec_t timestamp);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Buffer status string
 | 
				
			||||||
 | 
						    @return a formatted string describing internal buffer state
 | 
				
			||||||
 | 
						*/
 | 
				
			||||||
 | 
						std::string str_status(size_t ts) const;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Formatted error string
 | 
				
			||||||
 | 
						    @param code an error code
 | 
				
			||||||
 | 
						    @return a formatted error string
 | 
				
			||||||
 | 
						*/
 | 
				
			||||||
 | 
						static std::string str_code(ssize_t code);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						enum err_code {
 | 
				
			||||||
 | 
							ERROR_TIMESTAMP = -1,
 | 
				
			||||||
 | 
							ERROR_READ = -2,
 | 
				
			||||||
 | 
							ERROR_WRITE = -3,
 | 
				
			||||||
 | 
							ERROR_OVERFLOW = -4
 | 
				
			||||||
 | 
						};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					private:
 | 
				
			||||||
 | 
						uint32_t *data;
 | 
				
			||||||
 | 
						size_t buf_len;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						double clk_rt;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						TIMESTAMP time_start;
 | 
				
			||||||
 | 
						TIMESTAMP time_end;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						size_t data_start;
 | 
				
			||||||
 | 
						size_t data_end;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/*
 | 
				
			||||||
 | 
					    uhd_device - UHD implementation of the Device interface. Timestamped samples
 | 
				
			||||||
 | 
					                are sent to and received from the device. An intermediate buffer
 | 
				
			||||||
 | 
					                on the receive side collects and aligns packets of samples.
 | 
				
			||||||
 | 
					                Events and errors such as underruns are reported asynchronously
 | 
				
			||||||
 | 
					                by the device and received in a separate thread.
 | 
				
			||||||
 | 
					*/
 | 
				
			||||||
 | 
					class uhd_device : public RadioDevice {
 | 
				
			||||||
 | 
					public:
 | 
				
			||||||
 | 
						uhd_device(size_t tx_sps, size_t rx_sps, InterfaceType type,
 | 
				
			||||||
 | 
							   size_t chans, double offset,
 | 
				
			||||||
 | 
							   const std::vector<std::string>& tx_paths,
 | 
				
			||||||
 | 
							   const std::vector<std::string>& rx_paths);
 | 
				
			||||||
 | 
						~uhd_device();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						int open(const std::string &args, int ref, bool swap_channels);
 | 
				
			||||||
 | 
						bool start();
 | 
				
			||||||
 | 
						bool stop();
 | 
				
			||||||
 | 
						bool restart();
 | 
				
			||||||
 | 
						void setPriority(float prio);
 | 
				
			||||||
 | 
						enum TxWindowType getWindowType() { return tx_window; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						int readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
				
			||||||
 | 
								TIMESTAMP timestamp, bool *underrun, unsigned *RSSI);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						int writeSamples(std::vector<short *> &bufs, int len, bool *underrun,
 | 
				
			||||||
 | 
								 TIMESTAMP timestamp, bool isControl);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						bool updateAlignment(TIMESTAMP timestamp);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						bool setTxFreq(double wFreq, size_t chan);
 | 
				
			||||||
 | 
						bool setRxFreq(double wFreq, size_t chan);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						TIMESTAMP initialWriteTimestamp();
 | 
				
			||||||
 | 
						TIMESTAMP initialReadTimestamp();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						double fullScaleInputValue();
 | 
				
			||||||
 | 
						double fullScaleOutputValue();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						double setRxGain(double db, size_t chan);
 | 
				
			||||||
 | 
						double getRxGain(size_t chan);
 | 
				
			||||||
 | 
						double maxRxGain(void) { return rx_gain_max; }
 | 
				
			||||||
 | 
						double minRxGain(void) { return rx_gain_min; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						double setTxGain(double db, size_t chan);
 | 
				
			||||||
 | 
						double maxTxGain(void) { return tx_gain_max; }
 | 
				
			||||||
 | 
						double minTxGain(void) { return tx_gain_min; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						double getTxFreq(size_t chan);
 | 
				
			||||||
 | 
						double getRxFreq(size_t chan);
 | 
				
			||||||
 | 
						double getRxFreq();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						bool setRxAntenna(const std::string &ant, size_t chan);
 | 
				
			||||||
 | 
						std::string getRxAntenna(size_t chan);
 | 
				
			||||||
 | 
						bool setTxAntenna(const std::string &ant, size_t chan);
 | 
				
			||||||
 | 
						std::string getTxAntenna(size_t chan);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						bool requiresRadioAlign();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						GSM::Time minLatency();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						inline double getSampleRate() { return tx_rate; }
 | 
				
			||||||
 | 
						inline double numberRead() { return rx_pkt_cnt; }
 | 
				
			||||||
 | 
						inline double numberWritten() { return 0; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/** Receive and process asynchronous message
 | 
				
			||||||
 | 
						    @return true if message received or false on timeout or error
 | 
				
			||||||
 | 
						*/
 | 
				
			||||||
 | 
						bool recv_async_msg();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						enum err_code {
 | 
				
			||||||
 | 
							ERROR_TIMING = -1,
 | 
				
			||||||
 | 
							ERROR_TIMEOUT = -2,
 | 
				
			||||||
 | 
							ERROR_UNRECOVERABLE = -3,
 | 
				
			||||||
 | 
							ERROR_UNHANDLED = -4,
 | 
				
			||||||
 | 
						};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					private:
 | 
				
			||||||
 | 
						uhd::usrp::multi_usrp::sptr usrp_dev;
 | 
				
			||||||
 | 
						uhd::tx_streamer::sptr tx_stream;
 | 
				
			||||||
 | 
						uhd::rx_streamer::sptr rx_stream;
 | 
				
			||||||
 | 
						enum TxWindowType tx_window;
 | 
				
			||||||
 | 
						enum uhd_dev_type dev_type;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						double tx_rate, rx_rate;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						double tx_gain_min, tx_gain_max;
 | 
				
			||||||
 | 
						double rx_gain_min, rx_gain_max;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						std::vector<double> tx_gains, rx_gains;
 | 
				
			||||||
 | 
						std::vector<double> tx_freqs, rx_freqs;
 | 
				
			||||||
 | 
						size_t tx_spp, rx_spp;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						bool started;
 | 
				
			||||||
 | 
						bool aligned;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						size_t rx_pkt_cnt;
 | 
				
			||||||
 | 
						size_t drop_cnt;
 | 
				
			||||||
 | 
						uhd::time_spec_t prev_ts;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						TIMESTAMP ts_initial, ts_offset;
 | 
				
			||||||
 | 
						std::vector<smpl_buf *> rx_buffers;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						void init_gains();
 | 
				
			||||||
 | 
						void set_channels(bool swap);
 | 
				
			||||||
 | 
						void set_rates();
 | 
				
			||||||
 | 
						bool parse_dev_type();
 | 
				
			||||||
 | 
						bool flush_recv(size_t num_pkts);
 | 
				
			||||||
 | 
						int check_rx_md_err(uhd::rx_metadata_t &md, ssize_t num_smpls);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						std::string str_code(uhd::rx_metadata_t metadata);
 | 
				
			||||||
 | 
						std::string str_code(uhd::async_metadata_t metadata);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						uhd::tune_request_t select_freq(double wFreq, size_t chan, bool tx);
 | 
				
			||||||
 | 
						bool set_freq(double freq, size_t chan, bool tx);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						Thread *async_event_thrd;
 | 
				
			||||||
 | 
						Mutex tune_lock;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void *async_event_loop(uhd_device *dev)
 | 
					void *async_event_loop(uhd_device *dev)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	set_selfthread_name("UHDAsyncEvent");
 | 
						dev->setPriority(0.43);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	while (1) {
 | 
						while (1) {
 | 
				
			||||||
		dev->recv_async_msg();
 | 
							dev->recv_async_msg();
 | 
				
			||||||
@@ -144,13 +340,13 @@ void uhd_msg_handler(uhd::msg::type_t type, const std::string &msg)
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	switch (type) {
 | 
						switch (type) {
 | 
				
			||||||
	case uhd::msg::status:
 | 
						case uhd::msg::status:
 | 
				
			||||||
		LOGC(DDEV, INFO) << msg;
 | 
							LOG(INFO) << msg;
 | 
				
			||||||
		break;
 | 
							break;
 | 
				
			||||||
	case uhd::msg::warning:
 | 
						case uhd::msg::warning:
 | 
				
			||||||
		LOGC(DDEV, WARNING) << msg;
 | 
							LOG(WARNING) << msg;
 | 
				
			||||||
		break;
 | 
							break;
 | 
				
			||||||
	case uhd::msg::error:
 | 
						case uhd::msg::error:
 | 
				
			||||||
		LOGC(DDEV, ERROR) << msg;
 | 
							LOG(ERR) << msg;
 | 
				
			||||||
		break;
 | 
							break;
 | 
				
			||||||
	case uhd::msg::fastpath:
 | 
						case uhd::msg::fastpath:
 | 
				
			||||||
		break;
 | 
							break;
 | 
				
			||||||
@@ -158,6 +354,12 @@ void uhd_msg_handler(uhd::msg::type_t type, const std::string &msg)
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					static void thread_enable_cancel(bool cancel)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						cancel ? pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) :
 | 
				
			||||||
 | 
							 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
uhd_device::uhd_device(size_t tx_sps, size_t rx_sps,
 | 
					uhd_device::uhd_device(size_t tx_sps, size_t rx_sps,
 | 
				
			||||||
		       InterfaceType iface, size_t chans, double lo_offset,
 | 
							       InterfaceType iface, size_t chans, double lo_offset,
 | 
				
			||||||
		       const std::vector<std::string>& tx_paths,
 | 
							       const std::vector<std::string>& tx_paths,
 | 
				
			||||||
@@ -166,7 +368,7 @@ uhd_device::uhd_device(size_t tx_sps, size_t rx_sps,
 | 
				
			|||||||
	  tx_gain_min(0.0), tx_gain_max(0.0),
 | 
						  tx_gain_min(0.0), tx_gain_max(0.0),
 | 
				
			||||||
	  rx_gain_min(0.0), rx_gain_max(0.0),
 | 
						  rx_gain_min(0.0), rx_gain_max(0.0),
 | 
				
			||||||
	  tx_spp(0), rx_spp(0),
 | 
						  tx_spp(0), rx_spp(0),
 | 
				
			||||||
	  started(false), aligned(false), drop_cnt(0),
 | 
						  started(false), aligned(false), rx_pkt_cnt(0), drop_cnt(0),
 | 
				
			||||||
	  prev_ts(0,0), ts_initial(0), ts_offset(0), async_event_thrd(NULL)
 | 
						  prev_ts(0,0), ts_initial(0), ts_offset(0), async_event_thrd(NULL)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -186,7 +388,7 @@ void uhd_device::init_gains()
 | 
				
			|||||||
	if (dev_type == UMTRX) {
 | 
						if (dev_type == UMTRX) {
 | 
				
			||||||
		std::vector<std::string> gain_stages = usrp_dev->get_tx_gain_names(0);
 | 
							std::vector<std::string> gain_stages = usrp_dev->get_tx_gain_names(0);
 | 
				
			||||||
		if (gain_stages[0] == "VGA") {
 | 
							if (gain_stages[0] == "VGA") {
 | 
				
			||||||
			LOGC(DDEV, WARNING) << "Update your UHD version for a proper Tx gain support";
 | 
								LOG(WARNING) << "Update your UHD version for a proper Tx gain support";
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (gain_stages[0] == "VGA" || gain_stages[0] == "PA") {
 | 
							if (gain_stages[0] == "VGA" || gain_stages[0] == "PA") {
 | 
				
			||||||
			range = usrp_dev->get_tx_gain_range();
 | 
								range = usrp_dev->get_tx_gain_range();
 | 
				
			||||||
@@ -202,23 +404,23 @@ void uhd_device::init_gains()
 | 
				
			|||||||
		tx_gain_min = range.start();
 | 
							tx_gain_min = range.start();
 | 
				
			||||||
		tx_gain_max = range.stop();
 | 
							tx_gain_max = range.stop();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	LOGC(DDEV, INFO) << "Supported Tx gain range [" << tx_gain_min << "; " << tx_gain_max << "]";
 | 
						LOG(INFO) << "Supported Tx gain range [" << tx_gain_min << "; " << tx_gain_max << "]";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	range = usrp_dev->get_rx_gain_range();
 | 
						range = usrp_dev->get_rx_gain_range();
 | 
				
			||||||
	rx_gain_min = range.start();
 | 
						rx_gain_min = range.start();
 | 
				
			||||||
	rx_gain_max = range.stop();
 | 
						rx_gain_max = range.stop();
 | 
				
			||||||
	LOGC(DDEV, INFO) << "Supported Rx gain range [" << rx_gain_min << "; " << rx_gain_max << "]";
 | 
						LOG(INFO) << "Supported Rx gain range [" << rx_gain_min << "; " << rx_gain_max << "]";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	for (size_t i = 0; i < tx_gains.size(); i++) {
 | 
						for (size_t i = 0; i < tx_gains.size(); i++) {
 | 
				
			||||||
		double gain = (tx_gain_min + tx_gain_max) / 2;
 | 
							double gain = (tx_gain_min + tx_gain_max) / 2;
 | 
				
			||||||
		LOGC(DDEV, INFO) << "Default setting Tx gain for channel " << i << " to " << gain;
 | 
							LOG(INFO) << "Default setting Tx gain for channel " << i << " to " << gain;
 | 
				
			||||||
		usrp_dev->set_tx_gain(gain, i);
 | 
							usrp_dev->set_tx_gain(gain, i);
 | 
				
			||||||
		tx_gains[i] = usrp_dev->get_tx_gain(i);
 | 
							tx_gains[i] = usrp_dev->get_tx_gain(i);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	for (size_t i = 0; i < rx_gains.size(); i++) {
 | 
						for (size_t i = 0; i < rx_gains.size(); i++) {
 | 
				
			||||||
		double gain = (rx_gain_min + rx_gain_max) / 2;
 | 
							double gain = (rx_gain_min + rx_gain_max) / 2;
 | 
				
			||||||
		LOGC(DDEV, INFO) << "Default setting Rx gain for channel " << i << " to " << gain;
 | 
							LOG(INFO) << "Default setting Rx gain for channel " << i << " to " << gain;
 | 
				
			||||||
		usrp_dev->set_rx_gain(gain, i);
 | 
							usrp_dev->set_rx_gain(gain, i);
 | 
				
			||||||
		rx_gains[i] = usrp_dev->get_rx_gain(i);
 | 
							rx_gains[i] = usrp_dev->get_rx_gain(i);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -242,13 +444,16 @@ void uhd_device::set_rates()
 | 
				
			|||||||
	rx_rate = usrp_dev->get_rx_rate();
 | 
						rx_rate = usrp_dev->get_rx_rate();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	ts_offset = static_cast<TIMESTAMP>(desc.offset * rx_rate);
 | 
						ts_offset = static_cast<TIMESTAMP>(desc.offset * rx_rate);
 | 
				
			||||||
	LOGC(DDEV, INFO) << "Rates configured for " << desc.str;
 | 
						LOG(INFO) << "Rates configured for " << desc.str;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
double uhd_device::setTxGain(double db, size_t chan)
 | 
					double uhd_device::setTxGain(double db, size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
						if (iface == MULTI_ARFCN)
 | 
				
			||||||
 | 
							chan = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (chan >= tx_gains.size()) {
 | 
						if (chan >= tx_gains.size()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel" << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel" << chan;
 | 
				
			||||||
		return 0.0f;
 | 
							return 0.0f;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -271,7 +476,7 @@ double uhd_device::setTxGain(double db, size_t chan)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	tx_gains[chan] = usrp_dev->get_tx_gain(chan);
 | 
						tx_gains[chan] = usrp_dev->get_tx_gain(chan);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	LOGC(DDEV, INFO) << "Set TX gain to " << tx_gains[chan] << "dB (asked for " << db << "dB)";
 | 
						LOG(INFO) << "Set TX gain to " << tx_gains[chan] << "dB (asked for " << db << "dB)";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return tx_gains[chan];
 | 
						return tx_gains[chan];
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -279,38 +484,31 @@ double uhd_device::setTxGain(double db, size_t chan)
 | 
				
			|||||||
double uhd_device::setRxGain(double db, size_t chan)
 | 
					double uhd_device::setRxGain(double db, size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (chan >= rx_gains.size()) {
 | 
						if (chan >= rx_gains.size()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return 0.0f;
 | 
							return 0.0f;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	usrp_dev->set_rx_gain(db, chan);
 | 
						usrp_dev->set_rx_gain(db, chan);
 | 
				
			||||||
	rx_gains[chan] = usrp_dev->get_rx_gain(chan);
 | 
						rx_gains[chan] = usrp_dev->get_rx_gain(chan);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	LOGC(DDEV, INFO) << "Set RX gain to " << rx_gains[chan] << "dB (asked for " << db << "dB)";
 | 
						LOG(INFO) << "Set RX gain to " << rx_gains[chan] << "dB (asked for " << db << "dB)";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return rx_gains[chan];
 | 
						return rx_gains[chan];
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
double uhd_device::getRxGain(size_t chan)
 | 
					double uhd_device::getRxGain(size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
						if (iface == MULTI_ARFCN)
 | 
				
			||||||
 | 
							chan = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (chan >= rx_gains.size()) {
 | 
						if (chan >= rx_gains.size()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return 0.0f;
 | 
							return 0.0f;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return rx_gains[chan];
 | 
						return rx_gains[chan];
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
double uhd_device::getTxGain(size_t chan)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	if (chan >= tx_gains.size()) {
 | 
					 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
					 | 
				
			||||||
		return 0.0f;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	return tx_gains[chan];
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
    Parse the UHD device tree and mboard name to find out what device we're
 | 
					    Parse the UHD device tree and mboard name to find out what device we're
 | 
				
			||||||
    dealing with. We need the window type so that the transceiver knows how to
 | 
					    dealing with. We need the window type so that the transceiver knows how to
 | 
				
			||||||
@@ -352,7 +550,7 @@ bool uhd_device::parse_dev_type()
 | 
				
			|||||||
		mapIter++;
 | 
							mapIter++;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	LOGC(DDEV, ALERT) << "Unsupported device " << devString;
 | 
						LOG(ALERT) << "Unsupported device " << devString;
 | 
				
			||||||
	return false;
 | 
						return false;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -382,6 +580,7 @@ void uhd_device::set_channels(bool swap)
 | 
				
			|||||||
		if (dev_type != B200 && dev_type != B210)
 | 
							if (dev_type != B200 && dev_type != B210)
 | 
				
			||||||
			throw std::invalid_argument("Device does not support MCBTS");
 | 
								throw std::invalid_argument("Device does not support MCBTS");
 | 
				
			||||||
		dev_type = B2XX_MCBTS;
 | 
							dev_type = B2XX_MCBTS;
 | 
				
			||||||
 | 
							chans = 1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (chans > dev_param_map.at(dev_key(dev_type, tx_sps, rx_sps)).channels)
 | 
						if (chans > dev_param_map.at(dev_key(dev_type, tx_sps, rx_sps)).channels)
 | 
				
			||||||
@@ -422,16 +621,16 @@ int uhd_device::open(const std::string &args, int ref, bool swap_channels)
 | 
				
			|||||||
	uhd::device_addr_t addr(args);
 | 
						uhd::device_addr_t addr(args);
 | 
				
			||||||
	uhd::device_addrs_t dev_addrs = uhd::device::find(addr);
 | 
						uhd::device_addrs_t dev_addrs = uhd::device::find(addr);
 | 
				
			||||||
	if (dev_addrs.size() == 0) {
 | 
						if (dev_addrs.size() == 0) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "No UHD devices found with address '" << args << "'";
 | 
							LOG(ALERT) << "No UHD devices found with address '" << args << "'";
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Use the first found device
 | 
						// Use the first found device
 | 
				
			||||||
	LOGC(DDEV, INFO) << "Using discovered UHD device " << dev_addrs[0].to_string();
 | 
						LOG(INFO) << "Using discovered UHD device " << dev_addrs[0].to_string();
 | 
				
			||||||
	try {
 | 
						try {
 | 
				
			||||||
		usrp_dev = uhd::usrp::multi_usrp::make(addr);
 | 
							usrp_dev = uhd::usrp::multi_usrp::make(addr);
 | 
				
			||||||
	} catch(uhd::key_error::exception &e) {
 | 
						} catch(...) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "UHD make failed, device " << args << ", exception:\n" << e.what();
 | 
							LOG(ALERT) << "UHD make failed, device " << args;
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -440,19 +639,19 @@ int uhd_device::open(const std::string &args, int ref, bool swap_channels)
 | 
				
			|||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if ((dev_type == E3XX) && !uhd_e3xx_version_chk()) {
 | 
						if ((dev_type == E3XX) && !uhd_e3xx_version_chk()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "E3XX requires UHD 003.009.000 or greater";
 | 
							LOG(ALERT) << "E3XX requires UHD 003.009.000 or greater";
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	try {
 | 
						try {
 | 
				
			||||||
		set_channels(swap_channels);
 | 
							set_channels(swap_channels);
 | 
				
			||||||
        } catch (const std::exception &e) {
 | 
					        } catch (const std::exception &e) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Channel setting failed - " << e.what();
 | 
							LOG(ALERT) << "Channel setting failed - " << e.what();
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (!set_antennas()) {
 | 
						if (!set_antennas()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "UHD antenna setting failed";
 | 
							LOG(ALERT) << "UHD antenna setting failed";
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -473,7 +672,7 @@ int uhd_device::open(const std::string &args, int ref, bool swap_channels)
 | 
				
			|||||||
		refstr = "gpsdo";
 | 
							refstr = "gpsdo";
 | 
				
			||||||
		break;
 | 
							break;
 | 
				
			||||||
	default:
 | 
						default:
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Invalid reference type";
 | 
							LOG(ALERT) << "Invalid reference type";
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -482,7 +681,7 @@ int uhd_device::open(const std::string &args, int ref, bool swap_channels)
 | 
				
			|||||||
	try {
 | 
						try {
 | 
				
			||||||
		set_rates();
 | 
							set_rates();
 | 
				
			||||||
        } catch (const std::exception &e) {
 | 
					        } catch (const std::exception &e) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "UHD rate setting failed - " << e.what();
 | 
							LOG(ALERT) << "UHD rate setting failed - " << e.what();
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -515,18 +714,13 @@ int uhd_device::open(const std::string &args, int ref, bool swap_channels)
 | 
				
			|||||||
	// Create receive buffer
 | 
						// Create receive buffer
 | 
				
			||||||
	size_t buf_len = SAMPLE_BUF_SZ / sizeof(uint32_t);
 | 
						size_t buf_len = SAMPLE_BUF_SZ / sizeof(uint32_t);
 | 
				
			||||||
	for (size_t i = 0; i < rx_buffers.size(); i++)
 | 
						for (size_t i = 0; i < rx_buffers.size(); i++)
 | 
				
			||||||
		rx_buffers[i] = new smpl_buf(buf_len);
 | 
							rx_buffers[i] = new smpl_buf(buf_len, rx_rate);
 | 
				
			||||||
 | 
					 | 
				
			||||||
	// Create vector buffer
 | 
					 | 
				
			||||||
	pkt_bufs = std::vector<std::vector<short> >(chans, std::vector<short>(2 * rx_spp));
 | 
					 | 
				
			||||||
	for (size_t i = 0; i < pkt_bufs.size(); i++)
 | 
					 | 
				
			||||||
		pkt_ptrs.push_back(&pkt_bufs[i].front());
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Initialize and shadow gain values
 | 
						// Initialize and shadow gain values
 | 
				
			||||||
	init_gains();
 | 
						init_gains();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Print configuration
 | 
						// Print configuration
 | 
				
			||||||
	LOGC(DDEV, INFO) << "\n" << usrp_dev->get_pp_string();
 | 
						LOG(INFO) << "\n" << usrp_dev->get_pp_string();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (iface == MULTI_ARFCN)
 | 
						if (iface == MULTI_ARFCN)
 | 
				
			||||||
		return MULTI_ARFCN;
 | 
							return MULTI_ARFCN;
 | 
				
			||||||
@@ -555,6 +749,13 @@ bool uhd_device::flush_recv(size_t num_pkts)
 | 
				
			|||||||
	size_t num_smpls;
 | 
						size_t num_smpls;
 | 
				
			||||||
	float timeout = UHD_RESTART_TIMEOUT;
 | 
						float timeout = UHD_RESTART_TIMEOUT;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						std::vector<std::vector<short> >
 | 
				
			||||||
 | 
							pkt_bufs(chans, std::vector<short>(2 * rx_spp));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						std::vector<short *> pkt_ptrs;
 | 
				
			||||||
 | 
						for (size_t i = 0; i < pkt_bufs.size(); i++)
 | 
				
			||||||
 | 
							pkt_ptrs.push_back(&pkt_bufs[i].front());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	ts_initial = 0;
 | 
						ts_initial = 0;
 | 
				
			||||||
	while (!ts_initial || (num_pkts-- > 0)) {
 | 
						while (!ts_initial || (num_pkts-- > 0)) {
 | 
				
			||||||
		num_smpls = rx_stream->recv(pkt_ptrs, rx_spp, md,
 | 
							num_smpls = rx_stream->recv(pkt_ptrs, rx_spp, md,
 | 
				
			||||||
@@ -562,7 +763,7 @@ bool uhd_device::flush_recv(size_t num_pkts)
 | 
				
			|||||||
		if (!num_smpls) {
 | 
							if (!num_smpls) {
 | 
				
			||||||
			switch (md.error_code) {
 | 
								switch (md.error_code) {
 | 
				
			||||||
			case uhd::rx_metadata_t::ERROR_CODE_TIMEOUT:
 | 
								case uhd::rx_metadata_t::ERROR_CODE_TIMEOUT:
 | 
				
			||||||
				LOGC(DDEV, ALERT) << "Device timed out";
 | 
									LOG(ALERT) << "Device timed out";
 | 
				
			||||||
				return false;
 | 
									return false;
 | 
				
			||||||
			default:
 | 
								default:
 | 
				
			||||||
				continue;
 | 
									continue;
 | 
				
			||||||
@@ -572,7 +773,7 @@ bool uhd_device::flush_recv(size_t num_pkts)
 | 
				
			|||||||
		ts_initial = md.time_spec.to_ticks(rx_rate);
 | 
							ts_initial = md.time_spec.to_ticks(rx_rate);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	LOGC(DDEV, INFO) << "Initial timestamp " << ts_initial << std::endl;
 | 
						LOG(INFO) << "Initial timestamp " << ts_initial << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return true;
 | 
						return true;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -597,10 +798,10 @@ bool uhd_device::restart()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
bool uhd_device::start()
 | 
					bool uhd_device::start()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	LOGC(DDEV, INFO) << "Starting USRP...";
 | 
						LOG(INFO) << "Starting USRP...";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (started) {
 | 
						if (started) {
 | 
				
			||||||
		LOGC(DDEV, ERROR) << "Device already started";
 | 
							LOG(ERR) << "Device already started";
 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -618,7 +819,7 @@ bool uhd_device::start()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	// Display usrp time
 | 
						// Display usrp time
 | 
				
			||||||
	double time_now = usrp_dev->get_time_now().get_real_secs();
 | 
						double time_now = usrp_dev->get_time_now().get_real_secs();
 | 
				
			||||||
	LOGC(DDEV, INFO) << "The current time is " << time_now << " seconds";
 | 
						LOG(INFO) << "The current time is " << time_now << " seconds";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	started = true;
 | 
						started = true;
 | 
				
			||||||
	return true;
 | 
						return true;
 | 
				
			||||||
@@ -642,14 +843,20 @@ bool uhd_device::stop()
 | 
				
			|||||||
	return true;
 | 
						return true;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					void uhd_device::setPriority(float prio)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						uhd::set_thread_priority_safe(prio);
 | 
				
			||||||
 | 
						return;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int uhd_device::check_rx_md_err(uhd::rx_metadata_t &md, ssize_t num_smpls)
 | 
					int uhd_device::check_rx_md_err(uhd::rx_metadata_t &md, ssize_t num_smpls)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (!num_smpls) {
 | 
						if (!num_smpls) {
 | 
				
			||||||
		LOGC(DDEV, ERROR) << str_code(md);
 | 
							LOG(ERR) << str_code(md);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		switch (md.error_code) {
 | 
							switch (md.error_code) {
 | 
				
			||||||
		case uhd::rx_metadata_t::ERROR_CODE_TIMEOUT:
 | 
							case uhd::rx_metadata_t::ERROR_CODE_TIMEOUT:
 | 
				
			||||||
			LOGC(DDEV, ALERT) << "UHD: Receive timed out";
 | 
								LOG(ALERT) << "UHD: Receive timed out";
 | 
				
			||||||
			return ERROR_TIMEOUT;
 | 
								return ERROR_TIMEOUT;
 | 
				
			||||||
		case uhd::rx_metadata_t::ERROR_CODE_OVERFLOW:
 | 
							case uhd::rx_metadata_t::ERROR_CODE_OVERFLOW:
 | 
				
			||||||
		case uhd::rx_metadata_t::ERROR_CODE_LATE_COMMAND:
 | 
							case uhd::rx_metadata_t::ERROR_CODE_LATE_COMMAND:
 | 
				
			||||||
@@ -662,14 +869,14 @@ int uhd_device::check_rx_md_err(uhd::rx_metadata_t &md, ssize_t num_smpls)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	// Missing timestamp
 | 
						// Missing timestamp
 | 
				
			||||||
	if (!md.has_time_spec) {
 | 
						if (!md.has_time_spec) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "UHD: Received packet missing timestamp";
 | 
							LOG(ALERT) << "UHD: Received packet missing timestamp";
 | 
				
			||||||
		return ERROR_UNRECOVERABLE;
 | 
							return ERROR_UNRECOVERABLE;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Monotonicity check
 | 
						// Monotonicity check
 | 
				
			||||||
	if (md.time_spec < prev_ts) {
 | 
						if (md.time_spec < prev_ts) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "UHD: Loss of monotonic time";
 | 
							LOG(ALERT) << "UHD: Loss of monotonic time";
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Current time: " << md.time_spec.get_real_secs() << ", "
 | 
							LOG(ALERT) << "Current time: " << md.time_spec.get_real_secs() << ", "
 | 
				
			||||||
			   << "Previous time: " << prev_ts.get_real_secs();
 | 
								   << "Previous time: " << prev_ts.get_real_secs();
 | 
				
			||||||
		return ERROR_TIMING;
 | 
							return ERROR_TIMING;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -692,7 +899,7 @@ int uhd_device::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
				
			|||||||
	uhd::rx_metadata_t metadata;
 | 
						uhd::rx_metadata_t metadata;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (bufs.size() != chans) {
 | 
						if (bufs.size() != chans) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Invalid channel combination " << bufs.size();
 | 
							LOG(ALERT) << "Invalid channel combination " << bufs.size();
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -703,16 +910,24 @@ int uhd_device::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
				
			|||||||
	timestamp += ts_offset;
 | 
						timestamp += ts_offset;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	ts = uhd::time_spec_t::from_ticks(timestamp, rx_rate);
 | 
						ts = uhd::time_spec_t::from_ticks(timestamp, rx_rate);
 | 
				
			||||||
	LOGC(DDEV, DEBUG) << "Requested timestamp = " << ts.get_real_secs();
 | 
						LOG(DEBUG) << "Requested timestamp = " << ts.get_real_secs();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Check that timestamp is valid
 | 
						// Check that timestamp is valid
 | 
				
			||||||
	rc = rx_buffers[0]->avail_smpls(timestamp);
 | 
						rc = rx_buffers[0]->avail_smpls(timestamp);
 | 
				
			||||||
	if (rc < 0) {
 | 
						if (rc < 0) {
 | 
				
			||||||
		LOGC(DDEV, ERROR) << rx_buffers[0]->str_code(rc);
 | 
							LOG(ERR) << rx_buffers[0]->str_code(rc);
 | 
				
			||||||
		LOGC(DDEV, ERROR) << rx_buffers[0]->str_status(timestamp);
 | 
							LOG(ERR) << rx_buffers[0]->str_status(timestamp);
 | 
				
			||||||
		return 0;
 | 
							return 0;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// Create vector buffer
 | 
				
			||||||
 | 
						std::vector<std::vector<short> >
 | 
				
			||||||
 | 
							pkt_bufs(chans, std::vector<short>(2 * rx_spp));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						std::vector<short *> pkt_ptrs;
 | 
				
			||||||
 | 
						for (size_t i = 0; i < pkt_bufs.size(); i++)
 | 
				
			||||||
 | 
							pkt_ptrs.push_back(&pkt_bufs[i].front());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Receive samples from the usrp until we have enough
 | 
						// Receive samples from the usrp until we have enough
 | 
				
			||||||
	while (rx_buffers[0]->avail_smpls(timestamp) < len) {
 | 
						while (rx_buffers[0]->avail_smpls(timestamp) < len) {
 | 
				
			||||||
		thread_enable_cancel(false);
 | 
							thread_enable_cancel(false);
 | 
				
			||||||
@@ -720,12 +935,14 @@ int uhd_device::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
				
			|||||||
						   metadata, 0.1, true);
 | 
											   metadata, 0.1, true);
 | 
				
			||||||
		thread_enable_cancel(true);
 | 
							thread_enable_cancel(true);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							rx_pkt_cnt++;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		// Check for errors
 | 
							// Check for errors
 | 
				
			||||||
		rc = check_rx_md_err(metadata, num_smpls);
 | 
							rc = check_rx_md_err(metadata, num_smpls);
 | 
				
			||||||
		switch (rc) {
 | 
							switch (rc) {
 | 
				
			||||||
		case ERROR_UNRECOVERABLE:
 | 
							case ERROR_UNRECOVERABLE:
 | 
				
			||||||
			LOGC(DDEV, ALERT) << "UHD: Version " << uhd::get_version_string();
 | 
								LOG(ALERT) << "UHD: Version " << uhd::get_version_string();
 | 
				
			||||||
			LOGC(DDEV, ALERT) << "UHD: Unrecoverable error, exiting...";
 | 
								LOG(ALERT) << "UHD: Unrecoverable error, exiting...";
 | 
				
			||||||
			exit(-1);
 | 
								exit(-1);
 | 
				
			||||||
		case ERROR_TIMEOUT:
 | 
							case ERROR_TIMEOUT:
 | 
				
			||||||
			// Assume stopping condition
 | 
								// Assume stopping condition
 | 
				
			||||||
@@ -737,17 +954,17 @@ int uhd_device::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		ts = metadata.time_spec;
 | 
							ts = metadata.time_spec;
 | 
				
			||||||
		LOGC(DDEV, DEBUG) << "Received timestamp = " << ts.get_real_secs();
 | 
							LOG(DEBUG) << "Received timestamp = " << ts.get_real_secs();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		for (size_t i = 0; i < rx_buffers.size(); i++) {
 | 
							for (size_t i = 0; i < rx_buffers.size(); i++) {
 | 
				
			||||||
			rc = rx_buffers[i]->write((short *) &pkt_bufs[i].front(),
 | 
								rc = rx_buffers[i]->write((short *) &pkt_bufs[i].front(),
 | 
				
			||||||
						  num_smpls,
 | 
											  num_smpls,
 | 
				
			||||||
						  ts.to_ticks(rx_rate));
 | 
											  metadata.time_spec);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			// Continue on local overrun, exit on other errors
 | 
								// Continue on local overrun, exit on other errors
 | 
				
			||||||
			if ((rc < 0)) {
 | 
								if ((rc < 0)) {
 | 
				
			||||||
				LOGC(DDEV, ERROR) << rx_buffers[i]->str_code(rc);
 | 
									LOG(ERR) << rx_buffers[i]->str_code(rc);
 | 
				
			||||||
				LOGC(DDEV, ERROR) << rx_buffers[i]->str_status(timestamp);
 | 
									LOG(ERR) << rx_buffers[i]->str_status(timestamp);
 | 
				
			||||||
				if (rc != smpl_buf::ERROR_OVERFLOW)
 | 
									if (rc != smpl_buf::ERROR_OVERFLOW)
 | 
				
			||||||
					return 0;
 | 
										return 0;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
@@ -758,8 +975,8 @@ int uhd_device::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
				
			|||||||
	for (size_t i = 0; i < rx_buffers.size(); i++) {
 | 
						for (size_t i = 0; i < rx_buffers.size(); i++) {
 | 
				
			||||||
		rc = rx_buffers[i]->read(bufs[i], len, timestamp);
 | 
							rc = rx_buffers[i]->read(bufs[i], len, timestamp);
 | 
				
			||||||
		if ((rc < 0) || (rc != len)) {
 | 
							if ((rc < 0) || (rc != len)) {
 | 
				
			||||||
			LOGC(DDEV, ERROR) << rx_buffers[i]->str_code(rc);
 | 
								LOG(ERR) << rx_buffers[i]->str_code(rc);
 | 
				
			||||||
			LOGC(DDEV, ERROR) << rx_buffers[i]->str_status(timestamp);
 | 
								LOG(ERR) << rx_buffers[i]->str_status(timestamp);
 | 
				
			||||||
			return 0;
 | 
								return 0;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -780,12 +997,12 @@ int uhd_device::writeSamples(std::vector<short *> &bufs, int len, bool *underrun
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	// No control packets
 | 
						// No control packets
 | 
				
			||||||
	if (isControl) {
 | 
						if (isControl) {
 | 
				
			||||||
		LOGC(DDEV, ERROR) << "Control packets not supported";
 | 
							LOG(ERR) << "Control packets not supported";
 | 
				
			||||||
		return 0;
 | 
							return 0;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (bufs.size() != chans) {
 | 
						if (bufs.size() != chans) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Invalid channel combination " << bufs.size();
 | 
							LOG(ALERT) << "Invalid channel combination " << bufs.size();
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -794,14 +1011,14 @@ int uhd_device::writeSamples(std::vector<short *> &bufs, int len, bool *underrun
 | 
				
			|||||||
		drop_cnt++;
 | 
							drop_cnt++;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if (drop_cnt == 1) {
 | 
							if (drop_cnt == 1) {
 | 
				
			||||||
			LOGC(DDEV, DEBUG) << "Aligning transmitter: stop burst";
 | 
								LOG(DEBUG) << "Aligning transmitter: stop burst";
 | 
				
			||||||
			*underrun = true;
 | 
								*underrun = true;
 | 
				
			||||||
			metadata.end_of_burst = true;
 | 
								metadata.end_of_burst = true;
 | 
				
			||||||
		} else if (drop_cnt < 30) {
 | 
							} else if (drop_cnt < 30) {
 | 
				
			||||||
			LOGC(DDEV, DEBUG) << "Aligning transmitter: packet advance";
 | 
								LOG(DEBUG) << "Aligning transmitter: packet advance";
 | 
				
			||||||
			return len;
 | 
								return len;
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			LOGC(DDEV, DEBUG) << "Aligning transmitter: start burst";
 | 
								LOG(DEBUG) << "Aligning transmitter: start burst";
 | 
				
			||||||
			metadata.start_of_burst = true;
 | 
								metadata.start_of_burst = true;
 | 
				
			||||||
			aligned = true;
 | 
								aligned = true;
 | 
				
			||||||
			drop_cnt = 0;
 | 
								drop_cnt = 0;
 | 
				
			||||||
@@ -813,7 +1030,7 @@ int uhd_device::writeSamples(std::vector<short *> &bufs, int len, bool *underrun
 | 
				
			|||||||
	thread_enable_cancel(true);
 | 
						thread_enable_cancel(true);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (num_smpls != (unsigned) len) {
 | 
						if (num_smpls != (unsigned) len) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "UHD: Device send timed out";
 | 
							LOG(ALERT) << "UHD: Device send timed out";
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return num_smpls;
 | 
						return num_smpls;
 | 
				
			||||||
@@ -849,7 +1066,7 @@ uhd::tune_request_t uhd_device::select_freq(double freq, size_t chan, bool tx)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
		return uhd::tune_request_t(freq, lo_offset);
 | 
							return uhd::tune_request_t(freq, lo_offset);
 | 
				
			||||||
	} else if ((dev_type != B210) || (chans > 2) || (chan > 1)) {
 | 
						} else if ((dev_type != B210) || (chans > 2) || (chan > 1)) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << chans << " channels unsupported";
 | 
							LOG(ALERT) << chans << " channels unsupported";
 | 
				
			||||||
		return treq;
 | 
							return treq;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -865,7 +1082,7 @@ uhd::tune_request_t uhd_device::select_freq(double freq, size_t chan, bool tx)
 | 
				
			|||||||
	/* Find center frequency between channels */
 | 
						/* Find center frequency between channels */
 | 
				
			||||||
	rf_spread = fabs(freqs[!chan] - freq);
 | 
						rf_spread = fabs(freqs[!chan] - freq);
 | 
				
			||||||
	if (rf_spread > dev_param_map.at(dev_key(B210, tx_sps, rx_sps)).mcr) {
 | 
						if (rf_spread > dev_param_map.at(dev_key(B210, tx_sps, rx_sps)).mcr) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << rf_spread << "Hz tuning spread not supported\n";
 | 
							LOG(ALERT) << rf_spread << "Hz tuning spread not supported\n";
 | 
				
			||||||
		return treq;
 | 
							return treq;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -891,7 +1108,7 @@ bool uhd_device::set_freq(double freq, size_t chan, bool tx)
 | 
				
			|||||||
		tres = usrp_dev->set_rx_freq(treq, chan);
 | 
							tres = usrp_dev->set_rx_freq(treq, chan);
 | 
				
			||||||
		rx_freqs[chan] = usrp_dev->get_rx_freq(chan);
 | 
							rx_freqs[chan] = usrp_dev->get_rx_freq(chan);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	LOGC(DDEV, INFO) << "\n" << tres.to_pp_string() << std::endl;
 | 
						LOG(INFO) << "\n" << tres.to_pp_string() << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if ((chans == 1) || ((chans == 2) && dev_type == UMTRX))
 | 
						if ((chans == 1) || ((chans == 2) && dev_type == UMTRX))
 | 
				
			||||||
		return true;
 | 
							return true;
 | 
				
			||||||
@@ -911,7 +1128,7 @@ bool uhd_device::set_freq(double freq, size_t chan, bool tx)
 | 
				
			|||||||
			rx_freqs[!chan] = usrp_dev->get_rx_freq(!chan);
 | 
								rx_freqs[!chan] = usrp_dev->get_rx_freq(!chan);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		LOGC(DDEV, INFO) << "\n" << tres.to_pp_string() << std::endl;
 | 
							LOG(INFO) << "\n" << tres.to_pp_string() << std::endl;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return true;
 | 
						return true;
 | 
				
			||||||
@@ -920,7 +1137,7 @@ bool uhd_device::set_freq(double freq, size_t chan, bool tx)
 | 
				
			|||||||
bool uhd_device::setTxFreq(double wFreq, size_t chan)
 | 
					bool uhd_device::setTxFreq(double wFreq, size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (chan >= tx_freqs.size()) {
 | 
						if (chan >= tx_freqs.size()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	ScopedLock lock(tune_lock);
 | 
						ScopedLock lock(tune_lock);
 | 
				
			||||||
@@ -931,7 +1148,7 @@ bool uhd_device::setTxFreq(double wFreq, size_t chan)
 | 
				
			|||||||
bool uhd_device::setRxFreq(double wFreq, size_t chan)
 | 
					bool uhd_device::setRxFreq(double wFreq, size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (chan >= rx_freqs.size()) {
 | 
						if (chan >= rx_freqs.size()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	ScopedLock lock(tune_lock);
 | 
						ScopedLock lock(tune_lock);
 | 
				
			||||||
@@ -942,7 +1159,7 @@ bool uhd_device::setRxFreq(double wFreq, size_t chan)
 | 
				
			|||||||
double uhd_device::getTxFreq(size_t chan)
 | 
					double uhd_device::getTxFreq(size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (chan >= tx_freqs.size()) {
 | 
						if (chan >= tx_freqs.size()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return 0.0;
 | 
							return 0.0;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -952,7 +1169,7 @@ double uhd_device::getTxFreq(size_t chan)
 | 
				
			|||||||
double uhd_device::getRxFreq(size_t chan)
 | 
					double uhd_device::getRxFreq(size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (chan >= rx_freqs.size()) {
 | 
						if (chan >= rx_freqs.size()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return 0.0;
 | 
							return 0.0;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -963,23 +1180,23 @@ bool uhd_device::setRxAntenna(const std::string &ant, size_t chan)
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	std::vector<std::string> avail;
 | 
						std::vector<std::string> avail;
 | 
				
			||||||
	if (chan >= rx_paths.size()) {
 | 
						if (chan >= rx_paths.size()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	avail = usrp_dev->get_rx_antennas(chan);
 | 
						avail = usrp_dev->get_rx_antennas(chan);
 | 
				
			||||||
	if (std::find(avail.begin(), avail.end(), ant) == avail.end()) {
 | 
						if (std::find(avail.begin(), avail.end(), ant) == avail.end()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent Rx antenna " << ant << " on channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent Rx antenna " << ant << " on channel " << chan;
 | 
				
			||||||
		LOGC(DDEV, INFO) << "Available Rx antennas: ";
 | 
							LOG(INFO) << "Available Rx antennas: ";
 | 
				
			||||||
		for (std::vector<std::string>::const_iterator i = avail.begin(); i != avail.end(); ++i)
 | 
							for (std::vector<std::string>::const_iterator i = avail.begin(); i != avail.end(); ++i)
 | 
				
			||||||
			LOGC(DDEV, INFO) << "- '" << *i << "'";
 | 
								LOG(INFO) << "- '" << *i << "'";
 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	usrp_dev->set_rx_antenna(ant, chan);
 | 
						usrp_dev->set_rx_antenna(ant, chan);
 | 
				
			||||||
	rx_paths[chan] = usrp_dev->get_rx_antenna(chan);
 | 
						rx_paths[chan] = usrp_dev->get_rx_antenna(chan);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (ant != rx_paths[chan]) {
 | 
						if (ant != rx_paths[chan]) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Failed setting antenna " << ant << " on channel " << chan << ", got instead " << rx_paths[chan];
 | 
							LOG(ALERT) << "Failed setting antenna " << ant << " on channel " << chan << ", got instead " << rx_paths[chan];
 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -989,7 +1206,7 @@ bool uhd_device::setRxAntenna(const std::string &ant, size_t chan)
 | 
				
			|||||||
std::string uhd_device::getRxAntenna(size_t chan)
 | 
					std::string uhd_device::getRxAntenna(size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (chan >= rx_paths.size()) {
 | 
						if (chan >= rx_paths.size()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return "";
 | 
							return "";
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	return usrp_dev->get_rx_antenna(chan);
 | 
						return usrp_dev->get_rx_antenna(chan);
 | 
				
			||||||
@@ -999,23 +1216,23 @@ bool uhd_device::setTxAntenna(const std::string &ant, size_t chan)
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	std::vector<std::string> avail;
 | 
						std::vector<std::string> avail;
 | 
				
			||||||
	if (chan >= tx_paths.size()) {
 | 
						if (chan >= tx_paths.size()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	avail = usrp_dev->get_tx_antennas(chan);
 | 
						avail = usrp_dev->get_tx_antennas(chan);
 | 
				
			||||||
	if (std::find(avail.begin(), avail.end(), ant) == avail.end()) {
 | 
						if (std::find(avail.begin(), avail.end(), ant) == avail.end()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent Tx antenna " << ant << " on channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent Tx antenna " << ant << " on channel " << chan;
 | 
				
			||||||
		LOGC(DDEV, INFO) << "Available Tx antennas: ";
 | 
							LOG(INFO) << "Available Tx antennas: ";
 | 
				
			||||||
		for (std::vector<std::string>::const_iterator i = avail.begin(); i != avail.end(); ++i)
 | 
							for (std::vector<std::string>::const_iterator i = avail.begin(); i != avail.end(); ++i)
 | 
				
			||||||
			LOGC(DDEV, INFO) << "- '" << *i << "'";
 | 
								LOG(INFO) << "- '" << *i << "'";
 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	usrp_dev->set_tx_antenna(ant, chan);
 | 
						usrp_dev->set_tx_antenna(ant, chan);
 | 
				
			||||||
	tx_paths[chan] = usrp_dev->get_tx_antenna(chan);
 | 
						tx_paths[chan] = usrp_dev->get_tx_antenna(chan);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (ant != tx_paths[chan]) {
 | 
						if (ant != tx_paths[chan]) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Failed setting antenna " << ant << " on channel " << chan << ", got instead " << tx_paths[chan];
 | 
							LOG(ALERT) << "Failed setting antenna " << ant << " on channel " << chan << ", got instead " << tx_paths[chan];
 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1025,7 +1242,7 @@ bool uhd_device::setTxAntenna(const std::string &ant, size_t chan)
 | 
				
			|||||||
std::string uhd_device::getTxAntenna(size_t chan)
 | 
					std::string uhd_device::getTxAntenna(size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (chan >= tx_paths.size()) {
 | 
						if (chan >= tx_paths.size()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return "";
 | 
							return "";
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	return usrp_dev->get_tx_antenna(chan);
 | 
						return usrp_dev->get_tx_antenna(chan);
 | 
				
			||||||
@@ -1093,7 +1310,7 @@ bool uhd_device::recv_async_msg()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
		if ((md.event_code != uhd::async_metadata_t::EVENT_CODE_UNDERFLOW) &&
 | 
							if ((md.event_code != uhd::async_metadata_t::EVENT_CODE_UNDERFLOW) &&
 | 
				
			||||||
		    (md.event_code != uhd::async_metadata_t::EVENT_CODE_TIME_ERROR)) {
 | 
							    (md.event_code != uhd::async_metadata_t::EVENT_CODE_TIME_ERROR)) {
 | 
				
			||||||
			LOGC(DDEV, ERROR) << str_code(md);
 | 
								LOG(ERR) << str_code(md);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1169,6 +1386,166 @@ std::string uhd_device::str_code(uhd::async_metadata_t metadata)
 | 
				
			|||||||
	return ost.str();
 | 
						return ost.str();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					smpl_buf::smpl_buf(size_t len, double rate)
 | 
				
			||||||
 | 
						: buf_len(len), clk_rt(rate),
 | 
				
			||||||
 | 
						  time_start(0), time_end(0), data_start(0), data_end(0)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						data = new uint32_t[len];
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					smpl_buf::~smpl_buf()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						delete[] data;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					ssize_t smpl_buf::avail_smpls(TIMESTAMP timestamp) const
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						if (timestamp < time_start)
 | 
				
			||||||
 | 
							return ERROR_TIMESTAMP;
 | 
				
			||||||
 | 
						else if (timestamp >= time_end)
 | 
				
			||||||
 | 
							return 0;
 | 
				
			||||||
 | 
						else
 | 
				
			||||||
 | 
							return time_end - timestamp;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					ssize_t smpl_buf::avail_smpls(uhd::time_spec_t timespec) const
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						return avail_smpls(timespec.to_ticks(clk_rt));
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					ssize_t smpl_buf::read(void *buf, size_t len, TIMESTAMP timestamp)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						int type_sz = 2 * sizeof(short);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// Check for valid read
 | 
				
			||||||
 | 
						if (timestamp < time_start)
 | 
				
			||||||
 | 
							return ERROR_TIMESTAMP;
 | 
				
			||||||
 | 
						if (timestamp >= time_end)
 | 
				
			||||||
 | 
							return 0;
 | 
				
			||||||
 | 
						if (len >= buf_len)
 | 
				
			||||||
 | 
							return ERROR_READ;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// How many samples should be copied
 | 
				
			||||||
 | 
						size_t num_smpls = time_end - timestamp;
 | 
				
			||||||
 | 
						if (num_smpls > len)
 | 
				
			||||||
 | 
							num_smpls = len;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// Starting index
 | 
				
			||||||
 | 
						size_t read_start = (data_start + (timestamp - time_start)) % buf_len;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// Read it
 | 
				
			||||||
 | 
						if (read_start + num_smpls < buf_len) {
 | 
				
			||||||
 | 
							size_t numBytes = len * type_sz;
 | 
				
			||||||
 | 
							memcpy(buf, data + read_start, numBytes);
 | 
				
			||||||
 | 
						} else {
 | 
				
			||||||
 | 
							size_t first_cp = (buf_len - read_start) * type_sz;
 | 
				
			||||||
 | 
							size_t second_cp = len * type_sz - first_cp;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							memcpy(buf, data + read_start, first_cp);
 | 
				
			||||||
 | 
							memcpy((char*) buf + first_cp, data, second_cp);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						data_start = (read_start + len) % buf_len;
 | 
				
			||||||
 | 
						time_start = timestamp + len;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if (time_start > time_end)
 | 
				
			||||||
 | 
							return ERROR_READ;
 | 
				
			||||||
 | 
						else
 | 
				
			||||||
 | 
							return num_smpls;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					ssize_t smpl_buf::read(void *buf, size_t len, uhd::time_spec_t ts)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						return read(buf, len, ts.to_ticks(clk_rt));
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					ssize_t smpl_buf::write(void *buf, size_t len, TIMESTAMP timestamp)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						int type_sz = 2 * sizeof(short);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// Check for valid write
 | 
				
			||||||
 | 
						if ((len == 0) || (len >= buf_len))
 | 
				
			||||||
 | 
							return ERROR_WRITE;
 | 
				
			||||||
 | 
						if ((timestamp + len) <= time_end)
 | 
				
			||||||
 | 
							return ERROR_TIMESTAMP;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if (timestamp < time_end) {
 | 
				
			||||||
 | 
							LOG(ERR) << "Overwriting old buffer data: timestamp="<<timestamp<<" time_end="<<time_end;
 | 
				
			||||||
 | 
							uhd::time_spec_t ts = uhd::time_spec_t::from_ticks(timestamp, clk_rt);
 | 
				
			||||||
 | 
							LOG(DEBUG) << "Requested timestamp = " << timestamp << " (real_sec=" << std::fixed << ts.get_real_secs() << " = " << ts.to_ticks(clk_rt) << ") rate=" << clk_rt;
 | 
				
			||||||
 | 
							// Do not return error here, because it's a rounding error and is not fatal
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
						if (timestamp > time_end && time_end != 0) {
 | 
				
			||||||
 | 
							LOG(ERR) << "Skipping buffer data: timestamp="<<timestamp<<" time_end="<<time_end;
 | 
				
			||||||
 | 
							uhd::time_spec_t ts = uhd::time_spec_t::from_ticks(timestamp, clk_rt);
 | 
				
			||||||
 | 
							LOG(DEBUG) << "Requested timestamp = " << timestamp << " (real_sec=" << std::fixed << ts.get_real_secs() << " = " << ts.to_ticks(clk_rt) << ") rate=" << clk_rt;
 | 
				
			||||||
 | 
							// Do not return error here, because it's a rounding error and is not fatal
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// Starting index
 | 
				
			||||||
 | 
						size_t write_start = (data_start + (timestamp - time_start)) % buf_len;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// Write it
 | 
				
			||||||
 | 
						if ((write_start + len) < buf_len) {
 | 
				
			||||||
 | 
							size_t numBytes = len * type_sz;
 | 
				
			||||||
 | 
							memcpy(data + write_start, buf, numBytes);
 | 
				
			||||||
 | 
						} else {
 | 
				
			||||||
 | 
							size_t first_cp = (buf_len - write_start) * type_sz;
 | 
				
			||||||
 | 
							size_t second_cp = len * type_sz - first_cp;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							memcpy(data + write_start, buf, first_cp);
 | 
				
			||||||
 | 
							memcpy(data, (char*) buf + first_cp, second_cp);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						data_end = (write_start + len) % buf_len;
 | 
				
			||||||
 | 
						time_end = timestamp + len;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if (!data_start)
 | 
				
			||||||
 | 
							data_start = write_start;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if (((write_start + len) > buf_len) && (data_end > data_start))
 | 
				
			||||||
 | 
							return ERROR_OVERFLOW;
 | 
				
			||||||
 | 
						else if (time_end <= time_start)
 | 
				
			||||||
 | 
							return ERROR_WRITE;
 | 
				
			||||||
 | 
						else
 | 
				
			||||||
 | 
							return len;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					ssize_t smpl_buf::write(void *buf, size_t len, uhd::time_spec_t ts)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						return write(buf, len, ts.to_ticks(clk_rt));
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					std::string smpl_buf::str_status(size_t ts) const
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						std::ostringstream ost("Sample buffer: ");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						ost << "timestamp = " << ts;
 | 
				
			||||||
 | 
						ost << ", length = " << buf_len;
 | 
				
			||||||
 | 
						ost << ", time_start = " << time_start;
 | 
				
			||||||
 | 
						ost << ", time_end = " << time_end;
 | 
				
			||||||
 | 
						ost << ", data_start = " << data_start;
 | 
				
			||||||
 | 
						ost << ", data_end = " << data_end;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						return ost.str();
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					std::string smpl_buf::str_code(ssize_t code)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						switch (code) {
 | 
				
			||||||
 | 
						case ERROR_TIMESTAMP:
 | 
				
			||||||
 | 
							return "Sample buffer: Requested timestamp is not valid";
 | 
				
			||||||
 | 
						case ERROR_READ:
 | 
				
			||||||
 | 
							return "Sample buffer: Read error";
 | 
				
			||||||
 | 
						case ERROR_WRITE:
 | 
				
			||||||
 | 
							return "Sample buffer: Write error";
 | 
				
			||||||
 | 
						case ERROR_OVERFLOW:
 | 
				
			||||||
 | 
							return "Sample buffer: Overrun";
 | 
				
			||||||
 | 
						default:
 | 
				
			||||||
 | 
							return "Sample buffer: Unknown error";
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RadioDevice *RadioDevice::make(size_t tx_sps, size_t rx_sps,
 | 
					RadioDevice *RadioDevice::make(size_t tx_sps, size_t rx_sps,
 | 
				
			||||||
			       InterfaceType iface, size_t chans, double lo_offset,
 | 
								       InterfaceType iface, size_t chans, double lo_offset,
 | 
				
			||||||
			       const std::vector<std::string>& tx_paths,
 | 
								       const std::vector<std::string>& tx_paths,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,175 +0,0 @@
 | 
				
			|||||||
/*
 | 
					 | 
				
			||||||
 * Device support for Ettus Research UHD driver
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * Copyright 2010,2011 Free Software Foundation, Inc.
 | 
					 | 
				
			||||||
 * Copyright (C) 2015 Ettus Research LLC
 | 
					 | 
				
			||||||
 * Copyright 2019 sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * Author: Tom Tsou <tom.tsou@ettus.com>
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 | 
				
			||||||
 * (at your option) any later version.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
 * GNU Affero General Public License for more details.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * You should have received a copy of the GNU Affero General Public License
 | 
					 | 
				
			||||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
					 | 
				
			||||||
 * See the COPYING file in the main directory for details.
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#pragma once
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#ifdef HAVE_CONFIG_H
 | 
					 | 
				
			||||||
#include "config.h"
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "radioDevice.h"
 | 
					 | 
				
			||||||
#include "smpl_buf.h"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <uhd/version.hpp>
 | 
					 | 
				
			||||||
#include <uhd/property_tree.hpp>
 | 
					 | 
				
			||||||
#include <uhd/usrp/multi_usrp.hpp>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
enum uhd_dev_type {
 | 
					 | 
				
			||||||
	USRP1,
 | 
					 | 
				
			||||||
	USRP2,
 | 
					 | 
				
			||||||
	B100,
 | 
					 | 
				
			||||||
	B200,
 | 
					 | 
				
			||||||
	B210,
 | 
					 | 
				
			||||||
	B2XX_MCBTS,
 | 
					 | 
				
			||||||
	E1XX,
 | 
					 | 
				
			||||||
	E3XX,
 | 
					 | 
				
			||||||
	X3XX,
 | 
					 | 
				
			||||||
	UMTRX,
 | 
					 | 
				
			||||||
	LIMESDR,
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/*
 | 
					 | 
				
			||||||
    uhd_device - UHD implementation of the Device interface. Timestamped samples
 | 
					 | 
				
			||||||
                are sent to and received from the device. An intermediate buffer
 | 
					 | 
				
			||||||
                on the receive side collects and aligns packets of samples.
 | 
					 | 
				
			||||||
                Events and errors such as underruns are reported asynchronously
 | 
					 | 
				
			||||||
                by the device and received in a separate thread.
 | 
					 | 
				
			||||||
*/
 | 
					 | 
				
			||||||
class uhd_device : public RadioDevice {
 | 
					 | 
				
			||||||
public:
 | 
					 | 
				
			||||||
	uhd_device(size_t tx_sps, size_t rx_sps, InterfaceType type,
 | 
					 | 
				
			||||||
		   size_t chans, double offset,
 | 
					 | 
				
			||||||
		   const std::vector<std::string>& tx_paths,
 | 
					 | 
				
			||||||
		   const std::vector<std::string>& rx_paths);
 | 
					 | 
				
			||||||
	~uhd_device();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	int open(const std::string &args, int ref, bool swap_channels);
 | 
					 | 
				
			||||||
	bool start();
 | 
					 | 
				
			||||||
	bool stop();
 | 
					 | 
				
			||||||
	bool restart();
 | 
					 | 
				
			||||||
	enum TxWindowType getWindowType() { return tx_window; }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	int readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
					 | 
				
			||||||
			TIMESTAMP timestamp, bool *underrun, unsigned *RSSI);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	int writeSamples(std::vector<short *> &bufs, int len, bool *underrun,
 | 
					 | 
				
			||||||
			 TIMESTAMP timestamp, bool isControl);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	bool updateAlignment(TIMESTAMP timestamp);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	bool setTxFreq(double wFreq, size_t chan);
 | 
					 | 
				
			||||||
	bool setRxFreq(double wFreq, size_t chan);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	TIMESTAMP initialWriteTimestamp();
 | 
					 | 
				
			||||||
	TIMESTAMP initialReadTimestamp();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	double fullScaleInputValue();
 | 
					 | 
				
			||||||
	double fullScaleOutputValue();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	double setRxGain(double db, size_t chan);
 | 
					 | 
				
			||||||
	double getRxGain(size_t chan);
 | 
					 | 
				
			||||||
	double maxRxGain(void) { return rx_gain_max; }
 | 
					 | 
				
			||||||
	double minRxGain(void) { return rx_gain_min; }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	double setTxGain(double db, size_t chan);
 | 
					 | 
				
			||||||
	double getTxGain(size_t chan = 0);
 | 
					 | 
				
			||||||
	double maxTxGain(void) { return tx_gain_max; }
 | 
					 | 
				
			||||||
	double minTxGain(void) { return tx_gain_min; }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	double getTxFreq(size_t chan);
 | 
					 | 
				
			||||||
	double getRxFreq(size_t chan);
 | 
					 | 
				
			||||||
	double getRxFreq();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	bool setRxAntenna(const std::string &ant, size_t chan);
 | 
					 | 
				
			||||||
	std::string getRxAntenna(size_t chan);
 | 
					 | 
				
			||||||
	bool setTxAntenna(const std::string &ant, size_t chan);
 | 
					 | 
				
			||||||
	std::string getTxAntenna(size_t chan);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	bool requiresRadioAlign();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	GSM::Time minLatency();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	inline double getSampleRate() { return tx_rate; }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/** Receive and process asynchronous message
 | 
					 | 
				
			||||||
	    @return true if message received or false on timeout or error
 | 
					 | 
				
			||||||
	*/
 | 
					 | 
				
			||||||
	bool recv_async_msg();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	enum err_code {
 | 
					 | 
				
			||||||
		ERROR_TIMING = -1,
 | 
					 | 
				
			||||||
		ERROR_TIMEOUT = -2,
 | 
					 | 
				
			||||||
		ERROR_UNRECOVERABLE = -3,
 | 
					 | 
				
			||||||
		ERROR_UNHANDLED = -4,
 | 
					 | 
				
			||||||
	};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
private:
 | 
					 | 
				
			||||||
	uhd::usrp::multi_usrp::sptr usrp_dev;
 | 
					 | 
				
			||||||
	uhd::tx_streamer::sptr tx_stream;
 | 
					 | 
				
			||||||
	uhd::rx_streamer::sptr rx_stream;
 | 
					 | 
				
			||||||
	enum TxWindowType tx_window;
 | 
					 | 
				
			||||||
	enum uhd_dev_type dev_type;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	double tx_rate, rx_rate;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	double tx_gain_min, tx_gain_max;
 | 
					 | 
				
			||||||
	double rx_gain_min, rx_gain_max;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	std::vector<double> tx_gains, rx_gains;
 | 
					 | 
				
			||||||
	std::vector<double> tx_freqs, rx_freqs;
 | 
					 | 
				
			||||||
	size_t tx_spp, rx_spp;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	bool started;
 | 
					 | 
				
			||||||
	bool aligned;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	size_t drop_cnt;
 | 
					 | 
				
			||||||
	uhd::time_spec_t prev_ts;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	TIMESTAMP ts_initial, ts_offset;
 | 
					 | 
				
			||||||
	std::vector<smpl_buf *> rx_buffers;
 | 
					 | 
				
			||||||
	/* Sample buffers used to receive samples from UHD: */
 | 
					 | 
				
			||||||
	std::vector<std::vector<short> > pkt_bufs;
 | 
					 | 
				
			||||||
	/* Used to call UHD API: Buffer pointer of each elem in pkt_ptrs will
 | 
					 | 
				
			||||||
	   point to corresponding buffer of vector pkt_bufs. */
 | 
					 | 
				
			||||||
	std::vector<short *> pkt_ptrs;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	void init_gains();
 | 
					 | 
				
			||||||
	void set_channels(bool swap);
 | 
					 | 
				
			||||||
	void set_rates();
 | 
					 | 
				
			||||||
	bool parse_dev_type();
 | 
					 | 
				
			||||||
	bool flush_recv(size_t num_pkts);
 | 
					 | 
				
			||||||
	int check_rx_md_err(uhd::rx_metadata_t &md, ssize_t num_smpls);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	std::string str_code(uhd::rx_metadata_t metadata);
 | 
					 | 
				
			||||||
	std::string str_code(uhd::async_metadata_t metadata);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	uhd::tune_request_t select_freq(double wFreq, size_t chan, bool tx);
 | 
					 | 
				
			||||||
	bool set_freq(double freq, size_t chan, bool tx);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	Thread *async_event_thrd;
 | 
					 | 
				
			||||||
	Mutex tune_lock;
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
@@ -1,14 +1,8 @@
 | 
				
			|||||||
include $(top_srcdir)/Makefile.common
 | 
					include $(top_srcdir)/Makefile.common
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES) -I${srcdir}/../common
 | 
					AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES) -I${srcdir}/..
 | 
				
			||||||
AM_CXXFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(USRP_CFLAGS)
 | 
					AM_CXXFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(USRP_CFLAGS)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
rev2dir = $(datadir)/usrp/rev2
 | 
					 | 
				
			||||||
rev4dir = $(datadir)/usrp/rev4
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
dist_rev2_DATA = std_inband.rbf
 | 
					 | 
				
			||||||
dist_rev4_DATA = std_inband.rbf
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
noinst_HEADERS = USRPDevice.h
 | 
					noinst_HEADERS = USRPDevice.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
noinst_LTLIBRARIES = libdevice.la
 | 
					noinst_LTLIBRARIES = libdevice.la
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008, 2009 Free Software Foundation, Inc.
 | 
					* Copyright 2008, 2009 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					 | 
				
			||||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
@@ -66,12 +64,11 @@ USRPDevice::USRPDevice(size_t tx_sps, size_t rx_sps, InterfaceType iface,
 | 
				
			|||||||
		       const std::vector<std::string>& rx_paths):
 | 
							       const std::vector<std::string>& rx_paths):
 | 
				
			||||||
		RadioDevice(tx_sps, rx_sps, iface, chans, lo_offset, tx_paths, rx_paths)
 | 
							RadioDevice(tx_sps, rx_sps, iface, chans, lo_offset, tx_paths, rx_paths)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  LOGC(DDEV, INFO) << "creating USRP device...";
 | 
					  LOG(INFO) << "creating USRP device...";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  decimRate = (unsigned int) round(masterClockRate/((GSMRATE) * (double) tx_sps));
 | 
					  decimRate = (unsigned int) round(masterClockRate/((GSMRATE) * (double) tx_sps));
 | 
				
			||||||
  actualSampleRate = masterClockRate/decimRate;
 | 
					  actualSampleRate = masterClockRate/decimRate;
 | 
				
			||||||
  rxGain = 0;
 | 
					  rxGain = 0;
 | 
				
			||||||
  txGain = 0;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /*
 | 
					  /*
 | 
				
			||||||
   * Undetermined delay b/w ping response timestamp and true
 | 
					   * Undetermined delay b/w ping response timestamp and true
 | 
				
			||||||
@@ -98,11 +95,12 @@ int USRPDevice::open(const std::string &, int, bool)
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  writeLock.unlock();
 | 
					  writeLock.unlock();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  LOGC(DDEV, INFO) << "opening USRP device..";
 | 
					  LOG(INFO) << "opening USRP device..";
 | 
				
			||||||
#ifndef SWLOOPBACK
 | 
					#ifndef SWLOOPBACK
 | 
				
			||||||
  string rbf = "std_inband.rbf";
 | 
					  string rbf = "std_inband.rbf";
 | 
				
			||||||
  //string rbf = "inband_1rxhb_1tx.rbf";
 | 
					  //string rbf = "inband_1rxhb_1tx.rbf";
 | 
				
			||||||
  m_uRx.reset();
 | 
					  m_uRx.reset();
 | 
				
			||||||
 | 
					  if (!skipRx) {
 | 
				
			||||||
  try {
 | 
					  try {
 | 
				
			||||||
    m_uRx = usrp_standard_rx_sptr(usrp_standard_rx::make(
 | 
					    m_uRx = usrp_standard_rx_sptr(usrp_standard_rx::make(
 | 
				
			||||||
                                        0, decimRate * tx_sps, 1, -1,
 | 
					                                        0, decimRate * tx_sps, 1, -1,
 | 
				
			||||||
@@ -112,18 +110,19 @@ int USRPDevice::open(const std::string &, int, bool)
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  catch(...) {
 | 
					  catch(...) {
 | 
				
			||||||
    LOGC(DDEV, ALERT) << "make failed on Rx";
 | 
					    LOG(ALERT) << "make failed on Rx";
 | 
				
			||||||
    m_uRx.reset();
 | 
					    m_uRx.reset();
 | 
				
			||||||
    return -1;
 | 
					    return -1;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (m_uRx->fpga_master_clock_freq() != masterClockRate)
 | 
					  if (m_uRx->fpga_master_clock_freq() != masterClockRate)
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    LOGC(DDEV, ALERT) << "WRONG FPGA clock freq = " << m_uRx->fpga_master_clock_freq()
 | 
					    LOG(ALERT) << "WRONG FPGA clock freq = " << m_uRx->fpga_master_clock_freq()
 | 
				
			||||||
               << ", desired clock freq = " << masterClockRate;
 | 
					               << ", desired clock freq = " << masterClockRate;
 | 
				
			||||||
    m_uRx.reset();
 | 
					    m_uRx.reset();
 | 
				
			||||||
    return -1;
 | 
					    return -1;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  try {
 | 
					  try {
 | 
				
			||||||
    m_uTx = usrp_standard_tx_sptr(usrp_standard_tx::make(
 | 
					    m_uTx = usrp_standard_tx_sptr(usrp_standard_tx::make(
 | 
				
			||||||
@@ -133,20 +132,20 @@ int USRPDevice::open(const std::string &, int, bool)
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  catch(...) {
 | 
					  catch(...) {
 | 
				
			||||||
    LOGC(DDEV, ALERT) << "make failed on Tx";
 | 
					    LOG(ALERT) << "make failed on Tx";
 | 
				
			||||||
    m_uTx.reset();
 | 
					    m_uTx.reset();
 | 
				
			||||||
    return -1;
 | 
					    return -1;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (m_uTx->fpga_master_clock_freq() != masterClockRate)
 | 
					  if (m_uTx->fpga_master_clock_freq() != masterClockRate)
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    LOGC(DDEV, ALERT) << "WRONG FPGA clock freq = " << m_uTx->fpga_master_clock_freq()
 | 
					    LOG(ALERT) << "WRONG FPGA clock freq = " << m_uTx->fpga_master_clock_freq()
 | 
				
			||||||
               << ", desired clock freq = " << masterClockRate;
 | 
					               << ", desired clock freq = " << masterClockRate;
 | 
				
			||||||
    m_uTx.reset();
 | 
					    m_uTx.reset();
 | 
				
			||||||
    return -1;
 | 
					    return -1;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  m_uRx->stop();
 | 
					  if (!skipRx) m_uRx->stop();
 | 
				
			||||||
  m_uTx->stop();
 | 
					  m_uTx->stop();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
@@ -176,6 +175,8 @@ int USRPDevice::open(const std::string &, int, bool)
 | 
				
			|||||||
  m_dbTx = m_uTx->selected_subdev(txSubdevSpec);
 | 
					  m_dbTx = m_uTx->selected_subdev(txSubdevSpec);
 | 
				
			||||||
  m_dbRx = m_uRx->selected_subdev(rxSubdevSpec);
 | 
					  m_dbRx = m_uRx->selected_subdev(rxSubdevSpec);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  samplesRead = 0;
 | 
				
			||||||
 | 
					  samplesWritten = 0;
 | 
				
			||||||
  started = false;
 | 
					  started = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return NORMAL;
 | 
					  return NORMAL;
 | 
				
			||||||
@@ -185,12 +186,12 @@ int USRPDevice::open(const std::string &, int, bool)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
bool USRPDevice::start()
 | 
					bool USRPDevice::start()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  LOGC(DDEV, INFO) << "starting USRP...";
 | 
					  LOG(INFO) << "starting USRP...";
 | 
				
			||||||
#ifndef SWLOOPBACK
 | 
					#ifndef SWLOOPBACK
 | 
				
			||||||
  if (!m_uRx) return false;
 | 
					  if (!m_uRx && !skipRx) return false;
 | 
				
			||||||
  if (!m_uTx) return false;
 | 
					  if (!m_uTx) return false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  m_uRx->stop();
 | 
					  if (!skipRx) m_uRx->stop();
 | 
				
			||||||
  m_uTx->stop();
 | 
					  m_uTx->stop();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  writeLock.lock();
 | 
					  writeLock.lock();
 | 
				
			||||||
@@ -220,7 +221,10 @@ bool USRPDevice::start()
 | 
				
			|||||||
  isAligned = false;
 | 
					  isAligned = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  if (!skipRx)
 | 
				
			||||||
  started = (m_uRx->start() && m_uTx->start());
 | 
					  started = (m_uRx->start() && m_uTx->start());
 | 
				
			||||||
 | 
					  else
 | 
				
			||||||
 | 
					  started = m_uTx->start();
 | 
				
			||||||
  return started;
 | 
					  return started;
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
  gettimeofday(&lastReadTime,NULL);
 | 
					  gettimeofday(&lastReadTime,NULL);
 | 
				
			||||||
@@ -266,7 +270,7 @@ double USRPDevice::minRxGain()
 | 
				
			|||||||
double USRPDevice::setTxGain(double dB, size_t chan)
 | 
					double USRPDevice::setTxGain(double dB, size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  if (chan) {
 | 
					  if (chan) {
 | 
				
			||||||
    LOGC(DDEV, ALERT) << "Invalid channel " << chan;
 | 
					    LOG(ALERT) << "Invalid channel " << chan;
 | 
				
			||||||
    return 0.0;
 | 
					    return 0.0;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -276,22 +280,21 @@ double USRPDevice::setTxGain(double dB, size_t chan)
 | 
				
			|||||||
  if (dB < minTxGain())
 | 
					  if (dB < minTxGain())
 | 
				
			||||||
    dB = minTxGain();
 | 
					    dB = minTxGain();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  LOGC(DDEV, NOTICE) << "Setting TX gain to " << dB << " dB.";
 | 
					  LOG(NOTICE) << "Setting TX gain to " << dB << " dB.";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (!m_dbTx->set_gain(dB))
 | 
					  if (!m_dbTx->set_gain(dB))
 | 
				
			||||||
    LOGC(DDEV, ERR) << "Error setting TX gain";
 | 
					    LOG(ERR) << "Error setting TX gain";
 | 
				
			||||||
  else
 | 
					
 | 
				
			||||||
    txGain = dB;
 | 
					 | 
				
			||||||
  writeLock.unlock();
 | 
					  writeLock.unlock();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return txGain;
 | 
					  return dB;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
double USRPDevice::setRxGain(double dB, size_t chan)
 | 
					double USRPDevice::setRxGain(double dB, size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  if (chan) {
 | 
					  if (chan) {
 | 
				
			||||||
    LOGC(DDEV, ALERT) << "Invalid channel " << chan;
 | 
					    LOG(ALERT) << "Invalid channel " << chan;
 | 
				
			||||||
    return 0.0;
 | 
					    return 0.0;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -303,54 +306,53 @@ double USRPDevice::setRxGain(double dB, size_t chan)
 | 
				
			|||||||
  if (dB < minRxGain())
 | 
					  if (dB < minRxGain())
 | 
				
			||||||
    dB = minRxGain();
 | 
					    dB = minRxGain();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  LOGC(DDEV, NOTICE) << "Setting RX gain to " << dB << " dB.";
 | 
					  LOG(NOTICE) << "Setting RX gain to " << dB << " dB.";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (!m_dbRx->set_gain(dB))
 | 
					  if (!m_dbRx->set_gain(dB))
 | 
				
			||||||
    LOGC(DDEV, ERR) << "Error setting RX gain";
 | 
					    LOG(ERR) << "Error setting RX gain";
 | 
				
			||||||
  else
 | 
					
 | 
				
			||||||
    rxGain = dB;
 | 
					 | 
				
			||||||
  writeLock.unlock();
 | 
					  writeLock.unlock();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return rxGain;
 | 
					  return dB;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool USRPDevice::setRxAntenna(const std::string &ant, size_t chan)
 | 
					bool USRPDevice::setRxAntenna(const std::string &ant, size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (chan >= rx_paths.size()) {
 | 
						if (chan >= rx_paths.size()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	LOGC(DDEV, ALERT) << "Not implemented";
 | 
						LOG(ALERT) << "Not implemented";
 | 
				
			||||||
	return true;
 | 
						return true;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
std::string USRPDevice::getRxAntenna(size_t chan)
 | 
					std::string USRPDevice::getRxAntenna(size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (chan >= rx_paths.size()) {
 | 
						if (chan >= rx_paths.size()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return "";
 | 
							return "";
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	LOGC(DDEV, ALERT) << "Not implemented";
 | 
						LOG(ALERT) << "Not implemented";
 | 
				
			||||||
	return "";
 | 
						return "";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool USRPDevice::setTxAntenna(const std::string &ant, size_t chan)
 | 
					bool USRPDevice::setTxAntenna(const std::string &ant, size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (chan >= tx_paths.size()) {
 | 
						if (chan >= tx_paths.size()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	LOGC(DDEV, ALERT) << "Not implemented";
 | 
						LOG(ALERT) << "Not implemented";
 | 
				
			||||||
	return true;
 | 
						return true;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
std::string USRPDevice::getTxAntenna(size_t chan)
 | 
					std::string USRPDevice::getTxAntenna(size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (chan >= tx_paths.size()) {
 | 
						if (chan >= tx_paths.size()) {
 | 
				
			||||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
							LOG(ALERT) << "Requested non-existent channel " << chan;
 | 
				
			||||||
		return "";
 | 
							return "";
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	LOGC(DDEV, ALERT) << "Not implemented";
 | 
						LOG(ALERT) << "Not implemented";
 | 
				
			||||||
	return "";
 | 
						return "";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -380,7 +382,7 @@ int USRPDevice::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
				
			|||||||
    return len;
 | 
					    return len;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  *underrun = false;
 | 
					  if (underrun) *underrun = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  uint32_t readBuf[2000];
 | 
					  uint32_t readBuf[2000];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -396,18 +398,18 @@ int USRPDevice::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    // read USRP packets, parse and save A/D data as needed
 | 
					    // read USRP packets, parse and save A/D data as needed
 | 
				
			||||||
    readLen = m_uRx->read((void *)readBuf,readLen,overrun);
 | 
					    readLen = m_uRx->read((void *)readBuf,readLen,overrun);
 | 
				
			||||||
    for (int pktNum = 0; pktNum < (readLen/512); pktNum++) {
 | 
					    for(int pktNum = 0; pktNum < (readLen/512); pktNum++) {
 | 
				
			||||||
      // tmpBuf points to start of a USB packet
 | 
					      // tmpBuf points to start of a USB packet
 | 
				
			||||||
      uint32_t* tmpBuf = (uint32_t *) (readBuf+pktNum*512/4);
 | 
					      uint32_t* tmpBuf = (uint32_t *) (readBuf+pktNum*512/4);
 | 
				
			||||||
      TIMESTAMP pktTimestamp = usrp_to_host_u32(tmpBuf[1]);
 | 
					      TIMESTAMP pktTimestamp = usrp_to_host_u32(tmpBuf[1]);
 | 
				
			||||||
      uint32_t word0 = usrp_to_host_u32(tmpBuf[0]);
 | 
					      uint32_t word0 = usrp_to_host_u32(tmpBuf[0]);
 | 
				
			||||||
      uint32_t chan = (word0 >> 16) & 0x1f;
 | 
					      uint32_t chan = (word0 >> 16) & 0x1f;
 | 
				
			||||||
      unsigned payloadSz = word0 & 0x1ff;
 | 
					      unsigned payloadSz = word0 & 0x1ff;
 | 
				
			||||||
      LOGC(DDEV, DEBUG) << "first two bytes: " << hex << word0 << " " << dec << pktTimestamp;
 | 
					      LOG(DEBUG) << "first two bytes: " << hex << word0 << " " << dec << pktTimestamp;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      bool incrementHi32 = ((lastPktTimestamp & 0x0ffffffffll) > pktTimestamp);
 | 
					      bool incrementHi32 = ((lastPktTimestamp & 0x0ffffffffll) > pktTimestamp);
 | 
				
			||||||
      if (incrementHi32 && (timeStart!=0)) {
 | 
					      if (incrementHi32 && (timeStart!=0)) {
 | 
				
			||||||
           LOGC(DDEV, DEBUG) << "high 32 increment!!!";
 | 
					           LOG(DEBUG) << "high 32 increment!!!";
 | 
				
			||||||
           hi32Timestamp++;
 | 
					           hi32Timestamp++;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
      pktTimestamp = (((TIMESTAMP) hi32Timestamp) << 32) | pktTimestamp;
 | 
					      pktTimestamp = (((TIMESTAMP) hi32Timestamp) << 32) | pktTimestamp;
 | 
				
			||||||
@@ -419,19 +421,19 @@ int USRPDevice::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
				
			|||||||
	if ((word2 >> 16) == ((0x01 << 8) | 0x02)) {
 | 
						if ((word2 >> 16) == ((0x01 << 8) | 0x02)) {
 | 
				
			||||||
          timestamp -= timestampOffset;
 | 
					          timestamp -= timestampOffset;
 | 
				
			||||||
	  timestampOffset = pktTimestamp - pingTimestamp + pingOffset;
 | 
						  timestampOffset = pktTimestamp - pingTimestamp + pingOffset;
 | 
				
			||||||
	  LOGC(DDEV, DEBUG) << "updating timestamp offset to: " << timestampOffset;
 | 
						  LOG(DEBUG) << "updating timestamp offset to: " << timestampOffset;
 | 
				
			||||||
          timestamp += timestampOffset;
 | 
					          timestamp += timestampOffset;
 | 
				
			||||||
	  isAligned = true;
 | 
						  isAligned = true;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	continue;
 | 
						continue;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
      if (chan != 0) {
 | 
					      if (chan != 0) {
 | 
				
			||||||
	LOGC(DDEV, DEBUG) << "chan: " << chan << ", timestamp: " << pktTimestamp << ", sz:" << payloadSz;
 | 
						LOG(DEBUG) << "chan: " << chan << ", timestamp: " << pktTimestamp << ", sz:" << payloadSz;
 | 
				
			||||||
	continue;
 | 
						continue;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
      if ((word0 >> 28) & 0x04) {
 | 
					      if ((word0 >> 28) & 0x04) {
 | 
				
			||||||
	*underrun = true;
 | 
						if (underrun) *underrun = true;
 | 
				
			||||||
	LOGC(DDEV, DEBUG) << "UNDERRUN in TRX->USRP interface";
 | 
						LOG(DEBUG) << "UNDERRUN in TRX->USRP interface";
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
      if (RSSI) *RSSI = (word0 >> 21) & 0x3f;
 | 
					      if (RSSI) *RSSI = (word0 >> 21) & 0x3f;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -452,7 +454,7 @@ int USRPDevice::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
				
			|||||||
      if (pktTimestamp + payloadSz/2/sizeof(short) > timeEnd)
 | 
					      if (pktTimestamp + payloadSz/2/sizeof(short) > timeEnd)
 | 
				
			||||||
	timeEnd = pktTimestamp+payloadSz/2/sizeof(short);
 | 
						timeEnd = pktTimestamp+payloadSz/2/sizeof(short);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      LOGC(DDEV, DEBUG) << "timeStart: " << timeStart << ", timeEnd: " << timeEnd << ", pktTimestamp: " << pktTimestamp;
 | 
					      LOG(DEBUG) << "timeStart: " << timeStart << ", timeEnd: " << timeEnd << ", pktTimestamp: " << pktTimestamp;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
@@ -460,14 +462,14 @@ int USRPDevice::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
				
			|||||||
  // copy desired data to buf
 | 
					  // copy desired data to buf
 | 
				
			||||||
  unsigned bufStart = dataStart+(timestamp-timeStart);
 | 
					  unsigned bufStart = dataStart+(timestamp-timeStart);
 | 
				
			||||||
  if (bufStart + len < currDataSize/2) {
 | 
					  if (bufStart + len < currDataSize/2) {
 | 
				
			||||||
    LOGC(DDEV, DEBUG) << "bufStart: " << bufStart;
 | 
					    LOG(DEBUG) << "bufStart: " << bufStart;
 | 
				
			||||||
    memcpy(buf,data+bufStart*2,len*2*sizeof(short));
 | 
					    memcpy(buf,data+bufStart*2,len*2*sizeof(short));
 | 
				
			||||||
    memset(data+bufStart*2,0,len*2*sizeof(short));
 | 
					    memset(data+bufStart*2,0,len*2*sizeof(short));
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  else {
 | 
					  else {
 | 
				
			||||||
    LOGC(DDEV, DEBUG) << "len: " << len << ", currDataSize/2: " << currDataSize/2 << ", bufStart: " << bufStart;
 | 
					    LOG(DEBUG) << "len: " << len << ", currDataSize/2: " << currDataSize/2 << ", bufStart: " << bufStart;
 | 
				
			||||||
    unsigned firstLength = (currDataSize/2-bufStart);
 | 
					    unsigned firstLength = (currDataSize/2-bufStart);
 | 
				
			||||||
    LOGC(DDEV, DEBUG) << "firstLength: " << firstLength;
 | 
					    LOG(DEBUG) << "firstLength: " << firstLength;
 | 
				
			||||||
    memcpy(buf,data+bufStart*2,firstLength*2*sizeof(short));
 | 
					    memcpy(buf,data+bufStart*2,firstLength*2*sizeof(short));
 | 
				
			||||||
    memset(data+bufStart*2,0,firstLength*2*sizeof(short));
 | 
					    memset(data+bufStart*2,0,firstLength*2*sizeof(short));
 | 
				
			||||||
    memcpy(buf+firstLength*2,data,(len-firstLength)*2*sizeof(short));
 | 
					    memcpy(buf+firstLength*2,data,(len-firstLength)*2*sizeof(short));
 | 
				
			||||||
@@ -508,6 +510,7 @@ int USRPDevice::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
				
			|||||||
    gettimeofday(&lastReadTime,NULL);
 | 
					    gettimeofday(&lastReadTime,NULL);
 | 
				
			||||||
    firstRead = true;
 | 
					    firstRead = true;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					  samplesRead += numSamples;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return numSamples;
 | 
					  return numSamples;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
@@ -557,12 +560,14 @@ int USRPDevice::writeSamples(std::vector<short *> &bufs, int len,
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
  m_uTx->write((const void*) outPkt,sizeof(uint32_t)*128*numPkts,NULL);
 | 
					  m_uTx->write((const void*) outPkt,sizeof(uint32_t)*128*numPkts,NULL);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  samplesWritten += len/2/sizeof(short);
 | 
				
			||||||
  writeLock.unlock();
 | 
					  writeLock.unlock();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return len/2/sizeof(short);
 | 
					  return len/2/sizeof(short);
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
  int retVal = len;
 | 
					  int retVal = len;
 | 
				
			||||||
  memcpy(loopbackBuffer+loopbackBufferSize,buf,sizeof(short)*2*len);
 | 
					  memcpy(loopbackBuffer+loopbackBufferSize,buf,sizeof(short)*2*len);
 | 
				
			||||||
 | 
					  samplesWritten += retVal;
 | 
				
			||||||
  loopbackBufferSize += retVal*2;
 | 
					  loopbackBufferSize += retVal*2;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return retVal;
 | 
					  return retVal;
 | 
				
			||||||
@@ -594,19 +599,19 @@ bool USRPDevice::setTxFreq(double wFreq, size_t chan)
 | 
				
			|||||||
  usrp_tune_result result;
 | 
					  usrp_tune_result result;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (chan) {
 | 
					  if (chan) {
 | 
				
			||||||
    LOGC(DDEV, ALERT) << "Invalid channel " << chan;
 | 
					    LOG(ALERT) << "Invalid channel " << chan;
 | 
				
			||||||
    return false;
 | 
					    return false;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (m_uTx->tune(txSubdevSpec.side, m_dbTx, wFreq, &result)) {
 | 
					  if (m_uTx->tune(txSubdevSpec.side, m_dbTx, wFreq, &result)) {
 | 
				
			||||||
    LOGC(DDEV, INFO) << "set TX: " << wFreq << std::endl
 | 
					    LOG(INFO) << "set TX: " << wFreq << std::endl
 | 
				
			||||||
              << "    baseband freq: " << result.baseband_freq << std::endl
 | 
					              << "    baseband freq: " << result.baseband_freq << std::endl
 | 
				
			||||||
              << "    DDC freq:      " << result.dxc_freq << std::endl
 | 
					              << "    DDC freq:      " << result.dxc_freq << std::endl
 | 
				
			||||||
              << "    residual freq: " << result.residual_freq;
 | 
					              << "    residual freq: " << result.residual_freq;
 | 
				
			||||||
    return true;
 | 
					    return true;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  else {
 | 
					  else {
 | 
				
			||||||
    LOGC(DDEV, ALERT) << "set TX: " << wFreq << " failed" << std::endl
 | 
					    LOG(ALERT) << "set TX: " << wFreq << "failed" << std::endl
 | 
				
			||||||
               << "    baseband freq: " << result.baseband_freq << std::endl
 | 
					               << "    baseband freq: " << result.baseband_freq << std::endl
 | 
				
			||||||
               << "    DDC freq:      " << result.dxc_freq << std::endl
 | 
					               << "    DDC freq:      " << result.dxc_freq << std::endl
 | 
				
			||||||
               << "    residual freq: " << result.residual_freq;
 | 
					               << "    residual freq: " << result.residual_freq;
 | 
				
			||||||
@@ -619,19 +624,19 @@ bool USRPDevice::setRxFreq(double wFreq, size_t chan)
 | 
				
			|||||||
  usrp_tune_result result;
 | 
					  usrp_tune_result result;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (chan) {
 | 
					  if (chan) {
 | 
				
			||||||
    LOGC(DDEV, ALERT) << "Invalid channel " << chan;
 | 
					    LOG(ALERT) << "Invalid channel " << chan;
 | 
				
			||||||
    return false;
 | 
					    return false;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (m_uRx->tune(0, m_dbRx, wFreq, &result)) {
 | 
					  if (m_uRx->tune(0, m_dbRx, wFreq, &result)) {
 | 
				
			||||||
    LOGC(DDEV, INFO) << "set RX: " << wFreq << std::endl
 | 
					    LOG(INFO) << "set RX: " << wFreq << std::endl
 | 
				
			||||||
              << "    baseband freq: " << result.baseband_freq << std::endl
 | 
					              << "    baseband freq: " << result.baseband_freq << std::endl
 | 
				
			||||||
              << "    DDC freq:      " << result.dxc_freq << std::endl
 | 
					              << "    DDC freq:      " << result.dxc_freq << std::endl
 | 
				
			||||||
              << "    residual freq: " << result.residual_freq;
 | 
					              << "    residual freq: " << result.residual_freq;
 | 
				
			||||||
    return true;
 | 
					    return true;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  else {
 | 
					  else {
 | 
				
			||||||
    LOGC(DDEV, ALERT) << "set RX: " << wFreq << " failed" << std::endl
 | 
					    LOG(ALERT) << "set RX: " << wFreq << "failed" << std::endl
 | 
				
			||||||
               << "    baseband freq: " << result.baseband_freq << std::endl
 | 
					               << "    baseband freq: " << result.baseband_freq << std::endl
 | 
				
			||||||
               << "    DDC freq:      " << result.dxc_freq << std::endl
 | 
					               << "    DDC freq:      " << result.dxc_freq << std::endl
 | 
				
			||||||
               << "    residual freq: " << result.residual_freq;
 | 
					               << "    residual freq: " << result.residual_freq;
 | 
				
			||||||
@@ -650,17 +655,5 @@ RadioDevice *RadioDevice::make(size_t tx_sps, size_t rx_sps,
 | 
				
			|||||||
			       const std::vector<std::string>& tx_paths,
 | 
								       const std::vector<std::string>& tx_paths,
 | 
				
			||||||
			       const std::vector<std::string>& rx_paths)
 | 
								       const std::vector<std::string>& rx_paths)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (tx_sps != rx_sps) {
 | 
					 | 
				
			||||||
		LOGC(DDEV, ERROR) << "USRP1 requires tx_sps == rx_sps";
 | 
					 | 
				
			||||||
		return NULL;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	if (chans != 1) {
 | 
					 | 
				
			||||||
		LOGC(DDEV, ERROR) << "USRP1 supports only 1 channel";
 | 
					 | 
				
			||||||
		return NULL;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	if (lo_offset != 0.0) {
 | 
					 | 
				
			||||||
		LOGC(DDEV, ERROR) << "USRP1 doesn't support lo_offset";
 | 
					 | 
				
			||||||
		return NULL;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	return new USRPDevice(tx_sps, rx_sps, iface, chans, lo_offset, tx_paths, rx_paths);
 | 
						return new USRPDevice(tx_sps, rx_sps, iface, chans, lo_offset, tx_paths, rx_paths);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,10 +1,7 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008 Free Software Foundation, Inc.
 | 
					* Copyright 2008 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion.
 | 
				
			||||||
*
 | 
					 | 
				
			||||||
* This software is distributed under multiple licenses; see the COPYING file in
 | 
					 | 
				
			||||||
* the main directory for licensing information for this specific distribution.
 | 
					 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* This use of this software may be subject to additional restrictions.
 | 
					* This use of this software may be subject to additional restrictions.
 | 
				
			||||||
* See the LEGAL file in the main directory for details.
 | 
					* See the LEGAL file in the main directory for details.
 | 
				
			||||||
@@ -54,7 +51,11 @@ private:
 | 
				
			|||||||
  double actualSampleRate;	///< the actual USRP sampling rate
 | 
					  double actualSampleRate;	///< the actual USRP sampling rate
 | 
				
			||||||
  unsigned int decimRate;	///< the USRP decimation rate
 | 
					  unsigned int decimRate;	///< the USRP decimation rate
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  unsigned long long samplesRead;	///< number of samples read from USRP
 | 
				
			||||||
 | 
					  unsigned long long samplesWritten;	///< number of samples sent to USRP
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  bool started;			///< flag indicates USRP has started
 | 
					  bool started;			///< flag indicates USRP has started
 | 
				
			||||||
 | 
					  bool skipRx;			///< set if USRP is transmit-only.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  static const unsigned int currDataSize_log2 = 21;
 | 
					  static const unsigned int currDataSize_log2 = 21;
 | 
				
			||||||
  static const unsigned long currDataSize = (1 << currDataSize_log2);
 | 
					  static const unsigned long currDataSize = (1 << currDataSize_log2);
 | 
				
			||||||
@@ -80,7 +81,6 @@ private:
 | 
				
			|||||||
  unsigned long lastPktTimestamp;
 | 
					  unsigned long lastPktTimestamp;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  double rxGain;
 | 
					  double rxGain;
 | 
				
			||||||
  double txGain;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef SWLOOPBACK
 | 
					#ifdef SWLOOPBACK
 | 
				
			||||||
  short loopbackBuffer[1000000];
 | 
					  short loopbackBuffer[1000000];
 | 
				
			||||||
@@ -108,6 +108,9 @@ private:
 | 
				
			|||||||
  /** Stop the USRP */
 | 
					  /** Stop the USRP */
 | 
				
			||||||
  bool stop();
 | 
					  bool stop();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  /** Set priority not supported */
 | 
				
			||||||
 | 
					  void setPriority(float prio = 0.5) { }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  enum TxWindowType getWindowType() { return TX_WINDOW_USRP1; }
 | 
					  enum TxWindowType getWindowType() { return TX_WINDOW_USRP1; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /**
 | 
					  /**
 | 
				
			||||||
@@ -171,9 +174,6 @@ private:
 | 
				
			|||||||
  /** sets the transmit chan gain, returns the gain setting **/
 | 
					  /** sets the transmit chan gain, returns the gain setting **/
 | 
				
			||||||
  double setTxGain(double dB, size_t chan = 0);
 | 
					  double setTxGain(double dB, size_t chan = 0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** get transmit gain */
 | 
					 | 
				
			||||||
  double getTxGain(size_t chan = 0) { return txGain; }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  /** return maximum Tx Gain **/
 | 
					  /** return maximum Tx Gain **/
 | 
				
			||||||
  double maxTxGain(void);
 | 
					  double maxTxGain(void);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -202,6 +202,8 @@ private:
 | 
				
			|||||||
  inline double getTxFreq(size_t chan = 0) { return 0; }
 | 
					  inline double getTxFreq(size_t chan = 0) { return 0; }
 | 
				
			||||||
  inline double getRxFreq(size_t chan = 0) { return 0; }
 | 
					  inline double getRxFreq(size_t chan = 0) { return 0; }
 | 
				
			||||||
  inline double getSampleRate() { return actualSampleRate; }
 | 
					  inline double getSampleRate() { return actualSampleRate; }
 | 
				
			||||||
 | 
					  inline double numberRead() { return samplesRead; }
 | 
				
			||||||
 | 
					  inline double numberWritten() { return samplesWritten; }
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif // _USRP_DEVICE_H_
 | 
					#endif // _USRP_DEVICE_H_
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										314
									
								
								Transceiver52M/inband-signaling-usb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										314
									
								
								Transceiver52M/inband-signaling-usb
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,314 @@
 | 
				
			|||||||
 | 
					This file specifies the format of USB packets used for in-band data
 | 
				
			||||||
 | 
					transmission and signaling on the USRP.  All packets are 512-byte long,
 | 
				
			||||||
 | 
					and are transfered using USB "bulk" transfers.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					IN packets are sent towards the host.
 | 
				
			||||||
 | 
					OUT packets are sent away from the host.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The layout is 32-bits wide.  All data is transmitted in little-endian
 | 
				
			||||||
 | 
					format across the USB.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |O|U|D|S|E|   RSSI    |  Chan   | mbz |  Tag  |   Payload Len   |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |                           Timestamp                           |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |                                                               |
 | 
				
			||||||
 | 
					   +                                                               +
 | 
				
			||||||
 | 
					   |                            Payload                            |
 | 
				
			||||||
 | 
					   .                                                               .
 | 
				
			||||||
 | 
					   .                                                               .
 | 
				
			||||||
 | 
					   .                                                               .
 | 
				
			||||||
 | 
					   |                                                               |
 | 
				
			||||||
 | 
					   +             +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |      ...    |                                                 .
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+                                                 .
 | 
				
			||||||
 | 
					   .                                                               .
 | 
				
			||||||
 | 
					   .                            Padding                            .
 | 
				
			||||||
 | 
					   .                                                               .
 | 
				
			||||||
 | 
					   |                                                               |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  mbz   Must be Zero: these bits must be zero in both IN and OUT packets.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  O     Overrun Flag: set in an IN packet if an overrun condition was
 | 
				
			||||||
 | 
					        detected.  Must be zero in OUT packets.  Overrun occurs when
 | 
				
			||||||
 | 
					        the FPGA has data to transmit to the host and there is no
 | 
				
			||||||
 | 
					        buffer space available.  This generally indicates a problem on
 | 
				
			||||||
 | 
					        the host.  Either it is not keeping up, or it has configured
 | 
				
			||||||
 | 
					        the FPGA to transmit data at a higher rate than the transport
 | 
				
			||||||
 | 
					        (USB) can support.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  U     Underrun Flag: set in an IN packet if an underrun condition
 | 
				
			||||||
 | 
					        was detected.  Must be zero in OUT packets.  Underrun occurs
 | 
				
			||||||
 | 
					        when the FPGA runs out of samples, and it's not between
 | 
				
			||||||
 | 
					        bursts.  See the "End of Burst flag" below.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  D     Dropped Packet Flag: Set in an IN packet if the FPGA
 | 
				
			||||||
 | 
						discarded an OUT packet because its timestamp had already
 | 
				
			||||||
 | 
						passed.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  S     Start of Burst Flag:  Set in an OUT packet if the data is the
 | 
				
			||||||
 | 
					        first segment of what is logically a continuous burst of data.
 | 
				
			||||||
 | 
					        Must be zero in IN packets.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  E     End of Burst Flag:  Set in an OUT packet if the data is the
 | 
				
			||||||
 | 
					        last segment of what is logically a continuous burst of data.
 | 
				
			||||||
 | 
					        Must be zero in IN packets.  Underruns are not reported
 | 
				
			||||||
 | 
					        when the FPGA runs out of samples between bursts.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  RSSI  6-bit Received Strength Signal Indicator:  Must be zero in OUT
 | 
				
			||||||
 | 
					        packets.  In IN packets, indicates RSSI as reported by front end.
 | 
				
			||||||
 | 
						FIXME The format and interpretation are to be determined.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Chan  5-bit logical channel number.  Channel number 0x1f is reserved
 | 
				
			||||||
 | 
					        for control information.  See "Control Channel" below.  Other
 | 
				
			||||||
 | 
					        channels are "data channels."  Each data channel is logically
 | 
				
			||||||
 | 
					        independent of the others.  A data channel payload field
 | 
				
			||||||
 | 
					        contains a sequence of homogeneous samples.  The format of the
 | 
				
			||||||
 | 
					        samples is determined by the configuration associated with the
 | 
				
			||||||
 | 
					        given channel.  It is often the case that the payload field
 | 
				
			||||||
 | 
					        contains 32-bit complex samples, each containing 16-bit real
 | 
				
			||||||
 | 
					        and imaginary components.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Tag   4-bit tag for matching IN packets with OUT packets.
 | 
				
			||||||
 | 
					        [FIXME, write more...]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Payload Len: 9-bit field that specifies the length of the payload
 | 
				
			||||||
 | 
					        field in bytes.  Must be in the range 0 to 504 inclusive.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Timestamp: 32-bit timestamp.
 | 
				
			||||||
 | 
						On IN packets, the timestamp indicates the time at which the
 | 
				
			||||||
 | 
						first sample of the packet was produced by the A/D converter(s)
 | 
				
			||||||
 | 
					        for that channel.  On OUT packets, the timestamp specifies the
 | 
				
			||||||
 | 
					        time at which the first sample in the packet should go out the
 | 
				
			||||||
 | 
					        D/A converter(s) for that channel.  If a packet reaches the
 | 
				
			||||||
 | 
						head of the transmit queue, and the current time is later than
 | 
				
			||||||
 | 
						the timestamp, an error is assumed to have occurred and the
 | 
				
			||||||
 | 
						packet is discarded.  As a special case, the timestamp
 | 
				
			||||||
 | 
						0xffffffff is interpreted as "Now".
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						The time base is a free running 32-bit counter that is
 | 
				
			||||||
 | 
						incremented by the A/D sample-clock.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Payload: Variable length field.  Length is specified by the
 | 
				
			||||||
 | 
					        Payload Len field.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Padding: This field is 504 - Payload Len bytes long, and its content
 | 
				
			||||||
 | 
					        is unspecified.  This field pads the packet out to a constant
 | 
				
			||||||
 | 
					        512 bytes.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					"Data Channel" payload format:
 | 
				
			||||||
 | 
					-------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					If Chan != 0x1f, the packet is a "data packet" and the payload is a
 | 
				
			||||||
 | 
					sequence of homogeneous samples.  The format of the samples is
 | 
				
			||||||
 | 
					determined by the configuration associated with the given channel.  
 | 
				
			||||||
 | 
					It is often the case that the payload field contains 32-bit complex
 | 
				
			||||||
 | 
					samples, each containing 16-bit real and imaginary components.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					"Control Channel" payload format:
 | 
				
			||||||
 | 
					---------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					If Chan == 0x1f, the packet is a "control packet".  The control channel
 | 
				
			||||||
 | 
					payload consists of a sequence of 0 or more sub-packets.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Each sub-packet starts on a 32-bit boundary, and consists of an 8-bit
 | 
				
			||||||
 | 
					Opcode field, an 8-bit Length field, Length bytes of arguments, and 0,
 | 
				
			||||||
 | 
					1, 2 or 3 bytes of padding to align the tail of the sub-packet to
 | 
				
			||||||
 | 
					a 32-bit boundary.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Control channel packets shall be processed at the head of the queue,
 | 
				
			||||||
 | 
					and shall observe the timestamp semantics described above.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					General sub-packet format:
 | 
				
			||||||
 | 
					--------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-//-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |     Opcode    |    Length     |        <length bytes> ...    |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-//-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Specific sub-packet formats:
 | 
				
			||||||
 | 
					----------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  RID: 6-bit Request-ID. Copied from request sub-packet into corresponding
 | 
				
			||||||
 | 
					       reply sub-packet.  RID allows the host to match requests and replies.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Reg Number: 10-bit Register Number.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Ping Fixed Length:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Opcode:	OP_PING_FIXED
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |     Opcode    |       2       |    RID    |     Ping Value    |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Ping Fixed Length Reply:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Opcode:	OP_PING_FIXED_REPLY
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |     Opcode    |       2       |    RID    |     Ping Value    |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Write Register:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Opcode:	OP_WRITE_REG
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |     Opcode    |       6       |    mbz    |     Reg Number    |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |                        Register Value                         |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Write Register Masked:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Opcode:	OP_WRITE_REG_MASKED
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    REG[Num] = (REG[Num] & ~Mask) | (Value & Mask)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    That is, only the register bits that correspond to 1's in the
 | 
				
			||||||
 | 
					    mask are written with the new value.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |     Opcode    |      10       |    mbz    |     Reg Number    |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |                         Register Value                        |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |                           Mask Value                          |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Read Register:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Opcode:	OP_READ_REG
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |     Opcode    |       2       |    RID    |     Reg Number    |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Read Register Reply:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Opcode:	OP_READ_REG_REPLY
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |     Opcode    |       6       |    RID    |     Reg Number    |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |                        Register Value                         |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					I2C Write:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Opcode:	OP_I2C_WRITE
 | 
				
			||||||
 | 
					    I2C Addr:   7-bit I2C address
 | 
				
			||||||
 | 
					    Data:	The bytes to write to the I2C bus
 | 
				
			||||||
 | 
					    Length:     Length of Data + 2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |     Opcode    |    Length     |       mbz       |   I2C Addr  |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |    Data ...			                           .
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					I2C Read:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Opcode:	OP_I2C_READ
 | 
				
			||||||
 | 
					    I2C Addr:	7-bit I2C address
 | 
				
			||||||
 | 
					    Nbytes:	Number of bytes to read from I2C bus
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |     Opcode    |       3       |    RID    | mbz |   I2C Addr  |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |     Nbytes    |              unspecified padding              |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					I2C Read Reply:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Opcode:	OP_I2C_READ_REPLY
 | 
				
			||||||
 | 
					    I2C Addr:	7-bit I2C address
 | 
				
			||||||
 | 
					    Data:	Length - 2 bytes of data read from I2C bus.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |     Opcode    |     Length    |    RID    | mbz |   I2C Addr  |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |    Data ...			                           .
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					SPI Write:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Opcode:	      OP_SPI_WRITE
 | 
				
			||||||
 | 
					    Enables:	      Which SPI enables to assert (mask)
 | 
				
			||||||
 | 
					    Format:	      Specifies format of SPI data and Opt Header Bytes
 | 
				
			||||||
 | 
					    Opt Header Bytes: 2-byte field containing optional Tx bytes; see Format
 | 
				
			||||||
 | 
					    Data:	      The bytes to write to the SPI bus
 | 
				
			||||||
 | 
					    Length:	      Length of Data + 6
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |     Opcode    |    Length     |              mbz              |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |    Enables    |    Format     |        Opt Header Bytes       |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |    Data ...			                           .
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					SPI Read:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Opcode:	      OP_SPI_READ
 | 
				
			||||||
 | 
					    Enables:	      Which SPI enables to assert (mask)
 | 
				
			||||||
 | 
					    Format:	      Specifies format of SPI data and Opt Header Bytes
 | 
				
			||||||
 | 
					    Opt Header Bytes: 2-byte field containing optional Tx bytes; see Format
 | 
				
			||||||
 | 
					    Nbytes:	      Number of bytes to read from SPI bus.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |     Opcode    |       7       |    RID    |        mbz        |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |    Enables    |    Format     |        Opt Header Bytes       |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |     Nbytes    |              unspecified padding              |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					SPI Read Reply:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Opcode:   OP_SPI_READ_REPLY
 | 
				
			||||||
 | 
					    Data:     Length - 2 bytes of data read from SPI bus.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |     Opcode    |     Length    |    RID    |        mbz        |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |    Data ...			                           .
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Delay:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Opcode:	OP_DELAY
 | 
				
			||||||
 | 
					    Ticks:	16-bit unsigned delay count
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    Delay Ticks clock ticks before executing next operation.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					   |     Opcode    |       2       |            Ticks              |
 | 
				
			||||||
 | 
					   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1,8 +1,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * Copyright (C) 2013 Thomas Tsou <tom@tsou.cc>
 | 
					 * Copyright (C) 2013 Thomas Tsou <tom@tsou.cc>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: LGPL-2.1+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This library is free software; you can redistribute it and/or
 | 
					 * This library is free software; you can redistribute it and/or
 | 
				
			||||||
 * modify it under the terms of the GNU Lesser General Public
 | 
					 * modify it under the terms of the GNU Lesser General Public
 | 
				
			||||||
 * License as published by the Free Software Foundation; either
 | 
					 * License as published by the Free Software Foundation; either
 | 
				
			||||||
@@ -24,19 +22,16 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include "Transceiver.h"
 | 
					#include "Transceiver.h"
 | 
				
			||||||
#include "radioDevice.h"
 | 
					#include "radioDevice.h"
 | 
				
			||||||
#include "Utils.h"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <time.h>
 | 
					#include <time.h>
 | 
				
			||||||
#include <signal.h>
 | 
					#include <signal.h>
 | 
				
			||||||
#include <stdlib.h>
 | 
					#include <stdlib.h>
 | 
				
			||||||
#include <unistd.h>
 | 
					#include <unistd.h>
 | 
				
			||||||
#include <getopt.h>
 | 
					 | 
				
			||||||
#include <sched.h>
 | 
					#include <sched.h>
 | 
				
			||||||
#include <vector>
 | 
					#include <vector>
 | 
				
			||||||
#include <string>
 | 
					#include <string>
 | 
				
			||||||
#include <sstream>
 | 
					#include <sstream>
 | 
				
			||||||
#include <iostream>
 | 
					#include <iostream>
 | 
				
			||||||
#include <sys/signalfd.h>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <GSMCommon.h>
 | 
					#include <GSMCommon.h>
 | 
				
			||||||
#include <Logger.h>
 | 
					#include <Logger.h>
 | 
				
			||||||
@@ -54,14 +49,10 @@ extern "C" {
 | 
				
			|||||||
#include <osmocom/ctrl/ports.h>
 | 
					#include <osmocom/ctrl/ports.h>
 | 
				
			||||||
#include <osmocom/ctrl/control_if.h>
 | 
					#include <osmocom/ctrl/control_if.h>
 | 
				
			||||||
#include <osmocom/vty/stats.h>
 | 
					#include <osmocom/vty/stats.h>
 | 
				
			||||||
#include <osmocom/vty/command.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "convolve.h"
 | 
					#include "convolve.h"
 | 
				
			||||||
#include "convert.h"
 | 
					#include "convert.h"
 | 
				
			||||||
#include "trx_vty.h"
 | 
					#include "trx_vty.h"
 | 
				
			||||||
#include "debug.h"
 | 
					#include "debug.h"
 | 
				
			||||||
#include "osmo_signal.h"
 | 
					 | 
				
			||||||
#include "trx_rate_ctr.h"
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define DEFAULT_CONFIG_FILE	"osmo-trx.cfg"
 | 
					#define DEFAULT_CONFIG_FILE	"osmo-trx.cfg"
 | 
				
			||||||
@@ -70,7 +61,6 @@ extern "C" {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
static char* config_file = (char*)DEFAULT_CONFIG_FILE;
 | 
					static char* config_file = (char*)DEFAULT_CONFIG_FILE;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct osmo_fd signal_ofd;
 | 
					 | 
				
			||||||
volatile bool gshutdown = false;
 | 
					volatile bool gshutdown = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void *tall_trx_ctx;
 | 
					static void *tall_trx_ctx;
 | 
				
			||||||
@@ -120,20 +110,6 @@ RadioInterface *makeRadioInterface(struct trx_ctx *trx,
 | 
				
			|||||||
	return radio;
 | 
						return radio;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Callback function to be called every time we receive a signal from TRANSC */
 | 
					 | 
				
			||||||
static int transc_sig_cb(unsigned int subsys, unsigned int signal,
 | 
					 | 
				
			||||||
		     void *handler_data, void *signal_data)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	switch (signal) {
 | 
					 | 
				
			||||||
	case S_MAIN_STOP_REQUIRED:
 | 
					 | 
				
			||||||
		gshutdown = true;
 | 
					 | 
				
			||||||
                break;
 | 
					 | 
				
			||||||
	default:
 | 
					 | 
				
			||||||
                break;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	return 0;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Create transceiver core
 | 
					/* Create transceiver core
 | 
				
			||||||
 *     The multi-threaded modem core operates at multiples of the GSM rate of
 | 
					 *     The multi-threaded modem core operates at multiples of the GSM rate of
 | 
				
			||||||
 *     270.8333 ksps and consists of GSM specific modulation, demodulation,
 | 
					 *     270.8333 ksps and consists of GSM specific modulation, demodulation,
 | 
				
			||||||
@@ -147,9 +123,9 @@ int makeTransceiver(struct trx_ctx *trx, RadioInterface *radio)
 | 
				
			|||||||
	transceiver = new Transceiver(trx->cfg.base_port, trx->cfg.bind_addr,
 | 
						transceiver = new Transceiver(trx->cfg.base_port, trx->cfg.bind_addr,
 | 
				
			||||||
			      trx->cfg.remote_addr, trx->cfg.tx_sps,
 | 
								      trx->cfg.remote_addr, trx->cfg.tx_sps,
 | 
				
			||||||
			      trx->cfg.rx_sps, trx->cfg.num_chans, GSM::Time(3,0),
 | 
								      trx->cfg.rx_sps, trx->cfg.num_chans, GSM::Time(3,0),
 | 
				
			||||||
			      radio, trx->cfg.rssi_offset, trx->cfg.stack_size);
 | 
								      radio, trx->cfg.rssi_offset);
 | 
				
			||||||
	if (!transceiver->init(trx->cfg.filler, trx->cfg.rtsc,
 | 
						if (!transceiver->init(trx->cfg.filler, trx->cfg.rtsc,
 | 
				
			||||||
		       trx->cfg.rach_delay, trx->cfg.egprs, trx->cfg.ext_rach)) {
 | 
							       trx->cfg.rach_delay, trx->cfg.egprs)) {
 | 
				
			||||||
		LOG(ALERT) << "Failed to initialize transceiver";
 | 
							LOG(ALERT) << "Failed to initialize transceiver";
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -167,17 +143,11 @@ int makeTransceiver(struct trx_ctx *trx, RadioInterface *radio)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
static void sig_handler(int signo)
 | 
					static void sig_handler(int signo)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
						fprintf(stdout, "signal %d received\n", signo);
 | 
				
			||||||
	if (gshutdown)
 | 
					 | 
				
			||||||
		/* We are in the middle of shutdown process, avoid any kind of extra
 | 
					 | 
				
			||||||
		   action like printing */
 | 
					 | 
				
			||||||
		return;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	fprintf(stderr, "signal %d received\n", signo);
 | 
					 | 
				
			||||||
	switch (signo) {
 | 
						switch (signo) {
 | 
				
			||||||
	case SIGINT:
 | 
						case SIGINT:
 | 
				
			||||||
	case SIGTERM:
 | 
						case SIGTERM:
 | 
				
			||||||
		fprintf(stderr, "shutting down\n");
 | 
							fprintf(stdout, "shutting down\n");
 | 
				
			||||||
		gshutdown = true;
 | 
							gshutdown = true;
 | 
				
			||||||
		break;
 | 
							break;
 | 
				
			||||||
	case SIGABRT:
 | 
						case SIGABRT:
 | 
				
			||||||
@@ -188,68 +158,42 @@ static void sig_handler(int signo)
 | 
				
			|||||||
	case SIGUSR2:
 | 
						case SIGUSR2:
 | 
				
			||||||
		talloc_report_full(tall_trx_ctx, stderr);
 | 
							talloc_report_full(tall_trx_ctx, stderr);
 | 
				
			||||||
		break;
 | 
							break;
 | 
				
			||||||
	case SIGHUP:
 | 
					 | 
				
			||||||
		log_targets_reopen();
 | 
					 | 
				
			||||||
	default:
 | 
						default:
 | 
				
			||||||
		break;
 | 
							break;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static int signalfd_callback(struct osmo_fd *ofd, unsigned int what)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	struct signalfd_siginfo fdsi;
 | 
					 | 
				
			||||||
	ssize_t s;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	s = read(ofd->fd, &fdsi, sizeof(struct signalfd_siginfo));
 | 
					 | 
				
			||||||
	if (s < 0) {
 | 
					 | 
				
			||||||
		LOG(FATAL) << "Failed to read from signalfd ("<< ofd->fd << "): " << errno;
 | 
					 | 
				
			||||||
		gshutdown = true;
 | 
					 | 
				
			||||||
		return 0;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	sig_handler(fdsi.ssi_signo);
 | 
					 | 
				
			||||||
	return 0;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void setup_signal_handlers()
 | 
					static void setup_signal_handlers()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	sigset_t set;
 | 
						/* Handle keyboard interrupt SIGINT */
 | 
				
			||||||
	int sfd;
 | 
						signal(SIGINT, &sig_handler);
 | 
				
			||||||
 | 
						signal(SIGTERM, &sig_handler);
 | 
				
			||||||
	signal(SIGABRT, &sig_handler);
 | 
						signal(SIGABRT, &sig_handler);
 | 
				
			||||||
 | 
						signal(SIGUSR1, &sig_handler);
 | 
				
			||||||
 | 
						signal(SIGUSR2, &sig_handler);
 | 
				
			||||||
	osmo_init_ignore_signals();
 | 
						osmo_init_ignore_signals();
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Other threads created by this thread (main) will inherit a copy of the
 | 
					static std::vector<std::string> comma_delimited_to_vector(char* opt)
 | 
				
			||||||
	signal mask. */
 | 
					{
 | 
				
			||||||
	sigemptyset(&set);
 | 
						std::string str = std::string(opt);
 | 
				
			||||||
	sigaddset(&set, SIGINT);
 | 
						std::vector<std::string> result;
 | 
				
			||||||
	sigaddset(&set, SIGTERM);
 | 
						std::stringstream ss(str);
 | 
				
			||||||
	sigaddset(&set, SIGUSR1);
 | 
					 | 
				
			||||||
	sigaddset(&set, SIGUSR2);
 | 
					 | 
				
			||||||
	sigaddset(&set, SIGHUP);
 | 
					 | 
				
			||||||
	if (pthread_sigmask(SIG_BLOCK, &set, NULL)) {
 | 
					 | 
				
			||||||
		fprintf(stderr, "pthread_sigmask() failed.\n");
 | 
					 | 
				
			||||||
		exit(EXIT_FAILURE);
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if ((sfd = signalfd(-1, &set, 0)) == -1) {
 | 
						while( ss.good() )
 | 
				
			||||||
		fprintf(stderr, "signalfd() failed (%d).\n", errno);
 | 
						{
 | 
				
			||||||
		exit(EXIT_FAILURE);
 | 
						    std::string substr;
 | 
				
			||||||
	}
 | 
						    getline(ss, substr, ',');
 | 
				
			||||||
 | 
						    result.push_back(substr);
 | 
				
			||||||
	osmo_fd_setup(&signal_ofd, sfd, BSC_FD_READ, signalfd_callback, NULL, 0);
 | 
					 | 
				
			||||||
	if (osmo_fd_register(&signal_ofd) < 0) {
 | 
					 | 
				
			||||||
		fprintf(stderr, "osmo_fd_register() failed.\n");
 | 
					 | 
				
			||||||
		exit(EXIT_FAILURE);
 | 
					 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						return result;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void print_help()
 | 
					static void print_help()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	fprintf(stdout, "Options:\n"
 | 
						fprintf(stdout, "Options:\n"
 | 
				
			||||||
		"  -h, --help      This text\n"
 | 
							"  -h    This text\n"
 | 
				
			||||||
		"  -C, --config    Filename The config file to use\n"
 | 
							"  -C    Filename The config file to use\n"
 | 
				
			||||||
		"  -V, --version   Print the version of OsmoTRX\n"
 | 
					 | 
				
			||||||
		);
 | 
							);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -257,7 +201,7 @@ static void print_deprecated(char opt)
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	LOG(WARNING) << "Cmd line option '" << opt << "' is deprecated and will be soon removed."
 | 
						LOG(WARNING) << "Cmd line option '" << opt << "' is deprecated and will be soon removed."
 | 
				
			||||||
		<< " Please use VTY cfg option instead."
 | 
							<< " Please use VTY cfg option instead."
 | 
				
			||||||
		<< " All cmd line options are already being overridden by VTY options if set.";
 | 
							<< " All cmd line options are already being overriden by VTY options if set.";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void handle_options(int argc, char **argv, struct trx_ctx* trx)
 | 
					static void handle_options(int argc, char **argv, struct trx_ctx* trx)
 | 
				
			||||||
@@ -266,15 +210,8 @@ static void handle_options(int argc, char **argv, struct trx_ctx* trx)
 | 
				
			|||||||
	unsigned int i;
 | 
						unsigned int i;
 | 
				
			||||||
	std::vector<std::string> rx_paths, tx_paths;
 | 
						std::vector<std::string> rx_paths, tx_paths;
 | 
				
			||||||
	bool rx_paths_set = false, tx_paths_set = false;
 | 
						bool rx_paths_set = false, tx_paths_set = false;
 | 
				
			||||||
	static struct option long_options[] = {
 | 
					 | 
				
			||||||
		{"help", 0, 0, 'h'},
 | 
					 | 
				
			||||||
		{"config", 1, 0, 'C'},
 | 
					 | 
				
			||||||
		{"version", 0, 0, 'V'},
 | 
					 | 
				
			||||||
		{NULL, 0, 0, 0}
 | 
					 | 
				
			||||||
	};
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	while ((option = getopt_long(argc, argv, "ha:l:i:j:p:c:dmxgfo:s:b:r:A:R:Set:y:z:C:V", long_options,
 | 
						while ((option = getopt(argc, argv, "ha:l:i:j:p:c:dmxgfo:s:b:r:A:R:Set:y:z:C:")) != -1) {
 | 
				
			||||||
		NULL)) != -1) {
 | 
					 | 
				
			||||||
		switch (option) {
 | 
							switch (option) {
 | 
				
			||||||
		case 'h':
 | 
							case 'h':
 | 
				
			||||||
			print_help();
 | 
								print_help();
 | 
				
			||||||
@@ -334,12 +271,14 @@ static void handle_options(int argc, char **argv, struct trx_ctx* trx)
 | 
				
			|||||||
			break;
 | 
								break;
 | 
				
			||||||
		case 'r':
 | 
							case 'r':
 | 
				
			||||||
			print_deprecated(option);
 | 
								print_deprecated(option);
 | 
				
			||||||
 | 
								trx->cfg.rtsc_set = true;
 | 
				
			||||||
			trx->cfg.rtsc = atoi(optarg);
 | 
								trx->cfg.rtsc = atoi(optarg);
 | 
				
			||||||
			if (!trx->cfg.egprs) /* Don't override egprs which sets different filler */
 | 
								if (!trx->cfg.egprs) /* Don't override egprs which sets different filler */
 | 
				
			||||||
				trx->cfg.filler = FILLER_NORM_RAND;
 | 
									trx->cfg.filler = FILLER_NORM_RAND;
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
		case 'A':
 | 
							case 'A':
 | 
				
			||||||
			print_deprecated(option);
 | 
								print_deprecated(option);
 | 
				
			||||||
 | 
								trx->cfg.rach_delay_set = true;
 | 
				
			||||||
			trx->cfg.rach_delay = atoi(optarg);
 | 
								trx->cfg.rach_delay = atoi(optarg);
 | 
				
			||||||
			trx->cfg.filler = FILLER_ACCESS_RAND;
 | 
								trx->cfg.filler = FILLER_ACCESS_RAND;
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
@@ -372,20 +311,11 @@ static void handle_options(int argc, char **argv, struct trx_ctx* trx)
 | 
				
			|||||||
		case 'C':
 | 
							case 'C':
 | 
				
			||||||
			config_file = optarg;
 | 
								config_file = optarg;
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
		case 'V':
 | 
					 | 
				
			||||||
			print_version(1);
 | 
					 | 
				
			||||||
			exit(0);
 | 
					 | 
				
			||||||
			break;
 | 
					 | 
				
			||||||
		default:
 | 
							default:
 | 
				
			||||||
			goto bad_config;
 | 
								goto bad_config;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (argc > optind) {
 | 
					 | 
				
			||||||
		LOG(ERROR) << "Unsupported positional arguments on command line";
 | 
					 | 
				
			||||||
		goto bad_config;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* Cmd line option specific validation & setup */
 | 
						/* Cmd line option specific validation & setup */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (trx->cfg.num_chans > TRX_CHAN_MAX) {
 | 
						if (trx->cfg.num_chans > TRX_CHAN_MAX) {
 | 
				
			||||||
@@ -415,14 +345,14 @@ bad_config:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
int trx_validate_config(struct trx_ctx *trx)
 | 
					int trx_validate_config(struct trx_ctx *trx)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (trx->cfg.multi_arfcn && trx->cfg.num_chans > TRX_MCHAN_MAX) {
 | 
						if (trx->cfg.multi_arfcn && trx->cfg.num_chans > 5) {
 | 
				
			||||||
		LOG(ERROR) << "Unsupported number of channels";
 | 
							LOG(ERROR) << "Unsupported number of channels";
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Force 4 SPS for EDGE or multi-ARFCN configurations */
 | 
						/* Force 4 SPS for EDGE or multi-ARFCN configurations */
 | 
				
			||||||
	if ((trx->cfg.egprs || trx->cfg.multi_arfcn) &&
 | 
						if ((trx->cfg.egprs || trx->cfg.multi_arfcn) &&
 | 
				
			||||||
	    (trx->cfg.tx_sps!=4 || trx->cfg.rx_sps!=4)) {
 | 
						    (trx->cfg.tx_sps!=4 || trx->cfg.tx_sps!=4)) {
 | 
				
			||||||
		LOG(ERROR) << "EDGE and Multi-Carrier options require 4 tx and rx sps. Check you config.";
 | 
							LOG(ERROR) << "EDGE and Multi-Carrier options require 4 tx and rx sps. Check you config.";
 | 
				
			||||||
		return -1;
 | 
							return -1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -436,7 +366,7 @@ static int set_sched_rr(unsigned int prio)
 | 
				
			|||||||
	int rc;
 | 
						int rc;
 | 
				
			||||||
	memset(¶m, 0, sizeof(param));
 | 
						memset(¶m, 0, sizeof(param));
 | 
				
			||||||
	param.sched_priority = prio;
 | 
						param.sched_priority = prio;
 | 
				
			||||||
	LOG(INFO) << "Setting SCHED_RR priority " << param.sched_priority;
 | 
						printf("Setting SCHED_RR priority(%d)\n", param.sched_priority);
 | 
				
			||||||
	rc = sched_setscheduler(getpid(), SCHED_RR, ¶m);
 | 
						rc = sched_setscheduler(getpid(), SCHED_RR, ¶m);
 | 
				
			||||||
	if (rc != 0) {
 | 
						if (rc != 0) {
 | 
				
			||||||
		LOG(ERROR) << "Config: Setting SCHED_RR failed";
 | 
							LOG(ERROR) << "Config: Setting SCHED_RR failed";
 | 
				
			||||||
@@ -460,11 +390,8 @@ static void print_config(struct trx_ctx *trx)
 | 
				
			|||||||
	ost << "   Tx Samples-per-Symbol... " << trx->cfg.tx_sps << std::endl;
 | 
						ost << "   Tx Samples-per-Symbol... " << trx->cfg.tx_sps << std::endl;
 | 
				
			||||||
	ost << "   Rx Samples-per-Symbol... " << trx->cfg.rx_sps << std::endl;
 | 
						ost << "   Rx Samples-per-Symbol... " << trx->cfg.rx_sps << std::endl;
 | 
				
			||||||
	ost << "   EDGE support............ " << trx->cfg.egprs << std::endl;
 | 
						ost << "   EDGE support............ " << trx->cfg.egprs << std::endl;
 | 
				
			||||||
	ost << "   Extended RACH support... " << trx->cfg.ext_rach << std::endl;
 | 
					 | 
				
			||||||
	ost << "   Reference............... " << trx->cfg.clock_ref << std::endl;
 | 
						ost << "   Reference............... " << trx->cfg.clock_ref << std::endl;
 | 
				
			||||||
	ost << "   Filler Burst Type....... " << get_value_string(filler_names, trx->cfg.filler) << std::endl;
 | 
						ost << "   C0 Filler Table......... " << trx->cfg.filler << std::endl;
 | 
				
			||||||
	ost << "   Filler Burst TSC........ " << trx->cfg.rtsc << std::endl;
 | 
					 | 
				
			||||||
	ost << "   Filler Burst RACH Delay. " << trx->cfg.rach_delay << std::endl;
 | 
					 | 
				
			||||||
	ost << "   Multi-Carrier........... " << trx->cfg.multi_arfcn << std::endl;
 | 
						ost << "   Multi-Carrier........... " << trx->cfg.multi_arfcn << std::endl;
 | 
				
			||||||
	ost << "   Tuning offset........... " << trx->cfg.offset << std::endl;
 | 
						ost << "   Tuning offset........... " << trx->cfg.offset << std::endl;
 | 
				
			||||||
	ost << "   RSSI to dBm offset...... " << trx->cfg.rssi_offset << std::endl;
 | 
						ost << "   RSSI to dBm offset...... " << trx->cfg.rssi_offset << std::endl;
 | 
				
			||||||
@@ -482,12 +409,12 @@ static void print_config(struct trx_ctx *trx)
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
	ost << std::endl;
 | 
						ost << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	LOG(INFO) << ost << std::endl;
 | 
						std::cout << ost << std::endl;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void trx_stop()
 | 
					static void trx_stop()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	LOG(NOTICE) << "Shutting down transceiver..." << std::endl;
 | 
						std::cout << "Shutting down transceiver..." << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	delete transceiver;
 | 
						delete transceiver;
 | 
				
			||||||
	delete radio;
 | 
						delete radio;
 | 
				
			||||||
@@ -530,7 +457,7 @@ static int trx_start(struct trx_ctx *trx)
 | 
				
			|||||||
		goto shutdown;
 | 
							goto shutdown;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	chans = transceiver->numChans();
 | 
						chans = transceiver->numChans();
 | 
				
			||||||
	LOG(NOTICE) << "-- Transceiver active with "
 | 
						std::cout << "-- Transceiver active with "
 | 
				
			||||||
		  << chans << " channel(s)" << std::endl;
 | 
							  << chans << " channel(s)" << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return 0;
 | 
						return 0;
 | 
				
			||||||
@@ -576,16 +503,10 @@ int main(int argc, char *argv[])
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef HAVE_ATOMIC_OPS
 | 
					 | 
				
			||||||
#pragma message ("Built without atomic operation support. Using Mutex, it may affect performance!")
 | 
					 | 
				
			||||||
	printf("Built without atomic operation support. Using Mutex, it may affect performance!\n");
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	convolve_init();
 | 
						convolve_init();
 | 
				
			||||||
	convert_init();
 | 
						convert_init();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	osmo_init_logging2(tall_trx_ctx, &log_info);
 | 
						osmo_init_logging2(tall_trx_ctx, &log_info);
 | 
				
			||||||
	log_enable_multithread();
 | 
					 | 
				
			||||||
	osmo_stats_init(tall_trx_ctx);
 | 
						osmo_stats_init(tall_trx_ctx);
 | 
				
			||||||
	vty_init(&g_vty_info);
 | 
						vty_init(&g_vty_info);
 | 
				
			||||||
	ctrl_vty_init(tall_trx_ctx);
 | 
						ctrl_vty_init(tall_trx_ctx);
 | 
				
			||||||
@@ -609,9 +530,9 @@ int main(int argc, char *argv[])
 | 
				
			|||||||
	if (rc < 0)
 | 
						if (rc < 0)
 | 
				
			||||||
		exit(1);
 | 
							exit(1);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	g_ctrlh = ctrl_interface_setup_dynip(NULL, ctrl_vty_get_bind_addr(), OSMO_CTRL_PORT_TRX, NULL);
 | 
						g_ctrlh = ctrl_interface_setup(NULL, OSMO_CTRL_PORT_TRX, NULL);
 | 
				
			||||||
	if (!g_ctrlh) {
 | 
						if (!g_ctrlh) {
 | 
				
			||||||
		LOG(ERROR) << "Failed to create CTRL interface.\n";
 | 
							fprintf(stderr, "Failed to create CTRL interface.\n");
 | 
				
			||||||
		exit(1);
 | 
							exit(1);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -638,9 +559,6 @@ int main(int argc, char *argv[])
 | 
				
			|||||||
			return EXIT_FAILURE;
 | 
								return EXIT_FAILURE;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	osmo_signal_register_handler(SS_MAIN, transc_sig_cb, NULL);
 | 
					 | 
				
			||||||
	trx_rate_ctr_init(tall_trx_ctx, g_trx_ctx);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	srandom(time(NULL));
 | 
						srandom(time(NULL));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if(trx_start(g_trx_ctx) < 0)
 | 
						if(trx_start(g_trx_ctx) < 0)
 | 
				
			||||||
@@ -651,8 +569,5 @@ int main(int argc, char *argv[])
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	trx_stop();
 | 
						trx_stop();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	osmo_fd_unregister(&signal_ofd);
 | 
					 | 
				
			||||||
	osmo_fd_close(&signal_ofd);
 | 
					 | 
				
			||||||
	osmo_signal_unregister_handler(SS_MAIN, transc_sig_cb, NULL);
 | 
					 | 
				
			||||||
	return 0;
 | 
						return 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,117 +0,0 @@
 | 
				
			|||||||
/*
 | 
					 | 
				
			||||||
 * Copyright (C) 2019 sysmocom - s.f.m.c. GmbH
 | 
					 | 
				
			||||||
 * All Rights Reserved
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * Author: Pau Espin Pedrol <pespin@sysmocom.de>
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 | 
				
			||||||
 * (at your option) any later version.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
 * GNU Affero General Public License for more details.
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * You should have received a copy of the GNU Affero General Public License
 | 
					 | 
				
			||||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
					 | 
				
			||||||
 * See the COPYING file in the main directory for details.
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "proto_trxd.h"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <osmocom/core/bits.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static void trxd_fill_common(struct trxd_hdr_common *common, const struct trx_ul_burst_ind *bi, uint8_t version)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	common->version = version & 0b1111;
 | 
					 | 
				
			||||||
	common->reserved = 0;
 | 
					 | 
				
			||||||
	common->tn = bi->tn;
 | 
					 | 
				
			||||||
	osmo_store32be(bi->fn, &common->fn);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static void trxd_fill_v0_specific(struct trxd_hdr_v0_specific *v0, const struct trx_ul_burst_ind *bi)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	int toa_int;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* in 1/256 symbols, round to closest integer */
 | 
					 | 
				
			||||||
	toa_int = (int) (bi->toa * 256.0 + 0.5);
 | 
					 | 
				
			||||||
	v0->rssi = bi->rssi;
 | 
					 | 
				
			||||||
	osmo_store16be(toa_int, &v0->toa);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static void trxd_fill_v1_specific(struct trxd_hdr_v1_specific *v1, const struct trx_ul_burst_ind *bi)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	int16_t ci_int_cB;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* deciBels->centiBels, round to closest integer */
 | 
					 | 
				
			||||||
	ci_int_cB = (int16_t)((bi->ci * 10) + 0.5);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	v1->idle = !!bi->idle;
 | 
					 | 
				
			||||||
	v1->modulation = (bi->modulation == MODULATION_GMSK) ?
 | 
					 | 
				
			||||||
					TRXD_MODULATION_GMSK(bi->tss) :
 | 
					 | 
				
			||||||
					TRXD_MODULATION_8PSK(bi->tss);
 | 
					 | 
				
			||||||
	v1->tsc = bi->tsc;
 | 
					 | 
				
			||||||
	osmo_store16be(ci_int_cB, &v1->ci);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static void trxd_fill_burst_normalized255(uint8_t* soft_bits, const struct trx_ul_burst_ind *bi)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	unsigned i;
 | 
					 | 
				
			||||||
	for (i = 0; i < bi->nbits; i++)
 | 
					 | 
				
			||||||
		soft_bits[i] = (char) round(bi->rx_burst[i] * 255.0);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
bool trxd_send_burst_ind_v0(size_t chan, int fd, const struct trx_ul_burst_ind *bi) {
 | 
					 | 
				
			||||||
	int rc;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* v0 doesn't support idle frames, they are simply dropped, not sent */
 | 
					 | 
				
			||||||
	if(bi->idle)
 | 
					 | 
				
			||||||
		return true;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* +2: Historically (OpenBTS times), two extra non-used bytes are sent appended to each burst */
 | 
					 | 
				
			||||||
	char buf[sizeof(struct trxd_hdr_v0) + bi->nbits + 2];
 | 
					 | 
				
			||||||
	struct trxd_hdr_v0* pkt = (struct trxd_hdr_v0*)buf;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	trxd_fill_common(&pkt->common, bi, 0);
 | 
					 | 
				
			||||||
	trxd_fill_v0_specific(&pkt->v0, bi);
 | 
					 | 
				
			||||||
	trxd_fill_burst_normalized255(&pkt->soft_bits[0], bi);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* +1: Historical reason. There's an uninitizalied byte in there: pkt->soft_bits[bi->nbits] */
 | 
					 | 
				
			||||||
	pkt->soft_bits[bi->nbits + 1] = '\0';
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	rc = write(fd, buf, sizeof(struct trxd_hdr_v0) + bi->nbits + 2);
 | 
					 | 
				
			||||||
	if (rc <= 0) {
 | 
					 | 
				
			||||||
		CLOGCHAN(chan, DMAIN, LOGL_NOTICE, "mDataSockets write(%d) failed: %d\n", fd, rc);
 | 
					 | 
				
			||||||
		return false;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	return true;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
bool trxd_send_burst_ind_v1(size_t chan, int fd, const struct trx_ul_burst_ind *bi) {
 | 
					 | 
				
			||||||
	int rc;
 | 
					 | 
				
			||||||
	size_t buf_len;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	buf_len = sizeof(struct trxd_hdr_v1);
 | 
					 | 
				
			||||||
	if (!bi->idle)
 | 
					 | 
				
			||||||
		buf_len += bi->nbits;
 | 
					 | 
				
			||||||
	char buf[buf_len];
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	struct trxd_hdr_v1* pkt = (struct trxd_hdr_v1*)buf;
 | 
					 | 
				
			||||||
	trxd_fill_common(&pkt->common, bi, 1);
 | 
					 | 
				
			||||||
	trxd_fill_v0_specific(&pkt->v0, bi);
 | 
					 | 
				
			||||||
	trxd_fill_v1_specific(&pkt->v1, bi);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	if (!bi->idle)
 | 
					 | 
				
			||||||
		trxd_fill_burst_normalized255(&pkt->soft_bits[0], bi);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	rc = write(fd, buf, buf_len);
 | 
					 | 
				
			||||||
	if (rc <= 0) {
 | 
					 | 
				
			||||||
		CLOGCHAN(chan, DMAIN, LOGL_NOTICE, "mDataSockets write(%d) failed: %d\n", fd, rc);
 | 
					 | 
				
			||||||
		return false;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	return true;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -1,101 +0,0 @@
 | 
				
			|||||||
#pragma once
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <stdint.h>
 | 
					 | 
				
			||||||
#include <stdbool.h>
 | 
					 | 
				
			||||||
#include <unistd.h>
 | 
					 | 
				
			||||||
#include <math.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <osmocom/core/endian.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "debug.h"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define MAX_RX_BURST_BUF_SIZE 444 /* 444 = EDGE_BURST_NBITS */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
enum Modulation {
 | 
					 | 
				
			||||||
	MODULATION_GMSK,
 | 
					 | 
				
			||||||
	MODULATION_8PSK,
 | 
					 | 
				
			||||||
/* Not supported yet:
 | 
					 | 
				
			||||||
	MODULATION_AQPSK,
 | 
					 | 
				
			||||||
	MODULATION_16QAM,
 | 
					 | 
				
			||||||
	MODULATION_32QAM
 | 
					 | 
				
			||||||
*/
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
struct trx_ul_burst_ind {
 | 
					 | 
				
			||||||
	float rx_burst[MAX_RX_BURST_BUF_SIZE]; /* soft bits normalized 0..1 */
 | 
					 | 
				
			||||||
	unsigned nbits; // number of symbols per slot in rxBurst, not counting guard periods
 | 
					 | 
				
			||||||
	uint32_t fn; // TDMA frame number
 | 
					 | 
				
			||||||
	uint8_t tn; // TDMA time-slot number
 | 
					 | 
				
			||||||
	double rssi; // in dBFS
 | 
					 | 
				
			||||||
	double toa;  // in symbols
 | 
					 | 
				
			||||||
	double noise; // noise level in dBFS
 | 
					 | 
				
			||||||
	bool idle; // true if no valid burst is included
 | 
					 | 
				
			||||||
	enum Modulation modulation; // modulation type
 | 
					 | 
				
			||||||
	uint8_t tss; // training sequence set
 | 
					 | 
				
			||||||
	uint8_t tsc; // training sequence code
 | 
					 | 
				
			||||||
	float ci; // Carrier-to-Interference ratio, in dB
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
bool trxd_send_burst_ind_v0(size_t chan, int fd, const struct trx_ul_burst_ind *bi);
 | 
					 | 
				
			||||||
bool trxd_send_burst_ind_v1(size_t chan, int fd, const struct trx_ul_burst_ind *bi);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* The latest supported TRXD header format version */
 | 
					 | 
				
			||||||
#define TRX_DATA_FORMAT_VER    1
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
struct trxd_hdr_common {
 | 
					 | 
				
			||||||
#if OSMO_IS_LITTLE_ENDIAN
 | 
					 | 
				
			||||||
	uint8_t tn:3,
 | 
					 | 
				
			||||||
		reserved:1,
 | 
					 | 
				
			||||||
		version:4;
 | 
					 | 
				
			||||||
#elif OSMO_IS_BIG_ENDIAN
 | 
					 | 
				
			||||||
	uint8_t version:4,
 | 
					 | 
				
			||||||
		reserved:1,
 | 
					 | 
				
			||||||
		tn:3;
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
	uint32_t fn; /* big endian */
 | 
					 | 
				
			||||||
} __attribute__ ((packed));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
struct trxd_hdr_v0_specific {
 | 
					 | 
				
			||||||
	uint8_t rssi;
 | 
					 | 
				
			||||||
	uint16_t toa; /* big endian */
 | 
					 | 
				
			||||||
} __attribute__ ((packed));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
struct trxd_hdr_v0 {
 | 
					 | 
				
			||||||
	struct trxd_hdr_common common;
 | 
					 | 
				
			||||||
	struct trxd_hdr_v0_specific v0;
 | 
					 | 
				
			||||||
	uint8_t soft_bits[0];
 | 
					 | 
				
			||||||
} __attribute__ ((packed));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Downlink burst (BTS->TRX), v0 anf v1 use same format */
 | 
					 | 
				
			||||||
struct trxd_hdr_v01_dl {
 | 
					 | 
				
			||||||
	struct trxd_hdr_common common;
 | 
					 | 
				
			||||||
	uint8_t tx_att; /* Tx Attentuation */
 | 
					 | 
				
			||||||
	uint8_t soft_bits[0];
 | 
					 | 
				
			||||||
} __attribute__ ((packed));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define TRXD_MODULATION_GMSK(ts_set) (0b0000 | (ts_set & 0b0011))
 | 
					 | 
				
			||||||
#define TRXD_MODULATION_8PSK(ts_set) (0b0100 | (ts_set & 0b0001))
 | 
					 | 
				
			||||||
#define TRXD_MODULATION_AQPSK(ts_set) (0b0110 | (ts_set & 0b0001))
 | 
					 | 
				
			||||||
#define TRXD_MODULATION_16QAM(ts_set) (0b1000 | (ts_set & 0b0001))
 | 
					 | 
				
			||||||
#define TRXD_MODULATION_32QAM(ts_set) (0b1010 | (ts_set & 0b0001))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
struct trxd_hdr_v1_specific {
 | 
					 | 
				
			||||||
#if OSMO_IS_LITTLE_ENDIAN
 | 
					 | 
				
			||||||
	uint8_t tsc:3,
 | 
					 | 
				
			||||||
		modulation:4,
 | 
					 | 
				
			||||||
		idle:1;
 | 
					 | 
				
			||||||
#elif OSMO_IS_BIG_ENDIAN
 | 
					 | 
				
			||||||
	uint8_t idle:1,
 | 
					 | 
				
			||||||
		modulation:4,
 | 
					 | 
				
			||||||
		tsc:3;
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
	int16_t ci;  /* big endian, in centiBels */
 | 
					 | 
				
			||||||
} __attribute__ ((packed));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
struct trxd_hdr_v1 {
 | 
					 | 
				
			||||||
	struct trxd_hdr_common common;
 | 
					 | 
				
			||||||
	struct trxd_hdr_v0_specific v0;
 | 
					 | 
				
			||||||
	struct trxd_hdr_v1_specific v1;
 | 
					 | 
				
			||||||
	uint8_t soft_bits[0];
 | 
					 | 
				
			||||||
} __attribute__ ((packed));
 | 
					 | 
				
			||||||
@@ -5,8 +5,6 @@
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * Author: Tom Tsou <tom@tsou.cc>
 | 
					 * Author: Tom Tsou <tom@tsou.cc>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 * it under the terms of the GNU Affero General Public License as published by
 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 * the Free Software Foundation, either version 3 of the License, or
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,8 +4,6 @@
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * Copyright 2011 Free Software Foundation, Inc.
 | 
					 * Copyright 2011 Free Software Foundation, Inc.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 * it under the terms of the GNU Affero General Public License as published by
 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 * the Free Software Foundation, either version 3 of the License, or
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,8 +4,6 @@
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * Copyright 2011 Free Software Foundation, Inc.
 | 
					 * Copyright 2011 Free Software Foundation, Inc.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 * it under the terms of the GNU Affero General Public License as published by
 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 * the Free Software Foundation, either version 3 of the License, or
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,8 +4,6 @@
 | 
				
			|||||||
 * Copyright (C) 2008-2014 Free Software Foundation, Inc.
 | 
					 * Copyright (C) 2008-2014 Free Software Foundation, Inc.
 | 
				
			||||||
 * Copyright (C) 2015 Ettus Research LLC
 | 
					 * Copyright (C) 2015 Ettus Research LLC
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 * it under the terms of the GNU Affero General Public License as published by
 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 * the Free Software Foundation, either version 3 of the License, or
 | 
				
			||||||
@@ -24,7 +22,6 @@
 | 
				
			|||||||
#include "radioInterface.h"
 | 
					#include "radioInterface.h"
 | 
				
			||||||
#include "Resampler.h"
 | 
					#include "Resampler.h"
 | 
				
			||||||
#include <Logger.h>
 | 
					#include <Logger.h>
 | 
				
			||||||
#include <Threads.h>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern "C" {
 | 
					extern "C" {
 | 
				
			||||||
#include "convert.h"
 | 
					#include "convert.h"
 | 
				
			||||||
@@ -33,12 +30,11 @@ extern "C" {
 | 
				
			|||||||
#define CHUNK		625
 | 
					#define CHUNK		625
 | 
				
			||||||
#define NUMCHUNKS	4
 | 
					#define NUMCHUNKS	4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RadioInterface::RadioInterface(RadioDevice *wDevice, size_t tx_sps,
 | 
					RadioInterface::RadioInterface(RadioDevice *wRadio, size_t tx_sps,
 | 
				
			||||||
                               size_t rx_sps, size_t chans,
 | 
					                               size_t rx_sps, size_t chans,
 | 
				
			||||||
                               int wReceiveOffset, GSM::Time wStartTime)
 | 
					                               int wReceiveOffset, GSM::Time wStartTime)
 | 
				
			||||||
  : mDevice(wDevice), mSPSTx(tx_sps), mSPSRx(rx_sps), mChans(chans),
 | 
					  : mRadio(wRadio), mSPSTx(tx_sps), mSPSRx(rx_sps), mChans(chans),
 | 
				
			||||||
    underrun(false), overrun(false), writeTimestamp(0), readTimestamp(0),
 | 
					    underrun(false), overrun(false), receiveOffset(wReceiveOffset), mOn(false)
 | 
				
			||||||
    receiveOffset(wReceiveOffset), mOn(false)
 | 
					 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  mClock.set(wStartTime);
 | 
					  mClock.set(wStartTime);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -79,14 +75,6 @@ bool RadioInterface::init(int type)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void RadioInterface::close()
 | 
					void RadioInterface::close()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  for (std::vector<RadioBuffer*>::iterator it = sendBuffer.begin(); it != sendBuffer.end(); ++it)
 | 
					 | 
				
			||||||
          delete *it;
 | 
					 | 
				
			||||||
  for (std::vector<RadioBuffer*>::iterator it = recvBuffer.begin(); it != recvBuffer.end(); ++it)
 | 
					 | 
				
			||||||
          delete *it;
 | 
					 | 
				
			||||||
  for (std::vector<short*>::iterator it = convertSendBuffer.begin(); it != convertSendBuffer.end(); ++it)
 | 
					 | 
				
			||||||
          delete[] *it;
 | 
					 | 
				
			||||||
  for (std::vector<short*>::iterator it = convertRecvBuffer.begin(); it != convertRecvBuffer.end(); ++it)
 | 
					 | 
				
			||||||
          delete[] *it;
 | 
					 | 
				
			||||||
  sendBuffer.resize(0);
 | 
					  sendBuffer.resize(0);
 | 
				
			||||||
  recvBuffer.resize(0);
 | 
					  recvBuffer.resize(0);
 | 
				
			||||||
  convertSendBuffer.resize(0);
 | 
					  convertSendBuffer.resize(0);
 | 
				
			||||||
@@ -94,11 +82,11 @@ void RadioInterface::close()
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
double RadioInterface::fullScaleInputValue(void) {
 | 
					double RadioInterface::fullScaleInputValue(void) {
 | 
				
			||||||
  return mDevice->fullScaleInputValue();
 | 
					  return mRadio->fullScaleInputValue();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
double RadioInterface::fullScaleOutputValue(void) {
 | 
					double RadioInterface::fullScaleOutputValue(void) {
 | 
				
			||||||
  return mDevice->fullScaleOutputValue();
 | 
					  return mRadio->fullScaleOutputValue();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int RadioInterface::setPowerAttenuation(int atten, size_t chan)
 | 
					int RadioInterface::setPowerAttenuation(int atten, size_t chan)
 | 
				
			||||||
@@ -113,8 +101,8 @@ int RadioInterface::setPowerAttenuation(int atten, size_t chan)
 | 
				
			|||||||
  if (atten < 0.0)
 | 
					  if (atten < 0.0)
 | 
				
			||||||
    atten = 0.0;
 | 
					    atten = 0.0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  rfGain = setTxGain(mDevice->maxTxGain() - (double) atten, chan);
 | 
					  rfGain = mRadio->setTxGain(mRadio->maxTxGain() - (double) atten, chan);
 | 
				
			||||||
  digAtten = (double) atten - mDevice->maxTxGain() + rfGain;
 | 
					  digAtten = (double) atten - mRadio->maxTxGain() + rfGain;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (digAtten < 1.0)
 | 
					  if (digAtten < 1.0)
 | 
				
			||||||
    powerScaling[chan] = 1.0;
 | 
					    powerScaling[chan] = 1.0;
 | 
				
			||||||
@@ -149,18 +137,17 @@ int RadioInterface::unRadioifyVector(signalVector *newVector, size_t chan)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
bool RadioInterface::tuneTx(double freq, size_t chan)
 | 
					bool RadioInterface::tuneTx(double freq, size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  return mDevice->setTxFreq(freq, chan);
 | 
					  return mRadio->setTxFreq(freq, chan);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool RadioInterface::tuneRx(double freq, size_t chan)
 | 
					bool RadioInterface::tuneRx(double freq, size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  return mDevice->setRxFreq(freq, chan);
 | 
					  return mRadio->setRxFreq(freq, chan);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** synchronization thread loop */
 | 
					/** synchronization thread loop */
 | 
				
			||||||
void *AlignRadioServiceLoopAdapter(RadioInterface *radioInterface)
 | 
					void *AlignRadioServiceLoopAdapter(RadioInterface *radioInterface)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  set_selfthread_name("AlignRadio");
 | 
					 | 
				
			||||||
  while (1) {
 | 
					  while (1) {
 | 
				
			||||||
    sleep(60);
 | 
					    sleep(60);
 | 
				
			||||||
    radioInterface->alignRadio();
 | 
					    radioInterface->alignRadio();
 | 
				
			||||||
@@ -170,7 +157,7 @@ void *AlignRadioServiceLoopAdapter(RadioInterface *radioInterface)
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void RadioInterface::alignRadio() {
 | 
					void RadioInterface::alignRadio() {
 | 
				
			||||||
  mDevice->updateAlignment(writeTimestamp+ (TIMESTAMP) 10000);
 | 
					  mRadio->updateAlignment(writeTimestamp+ (TIMESTAMP) 10000);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool RadioInterface::start()
 | 
					bool RadioInterface::start()
 | 
				
			||||||
@@ -179,12 +166,12 @@ bool RadioInterface::start()
 | 
				
			|||||||
    return true;
 | 
					    return true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  LOG(INFO) << "Starting radio device";
 | 
					  LOG(INFO) << "Starting radio device";
 | 
				
			||||||
  if (mDevice->requiresRadioAlign())
 | 
					  if (mRadio->requiresRadioAlign())
 | 
				
			||||||
        mAlignRadioServiceLoopThread.start(
 | 
					        mAlignRadioServiceLoopThread.start(
 | 
				
			||||||
                                (void * (*)(void*))AlignRadioServiceLoopAdapter,
 | 
					                                (void * (*)(void*))AlignRadioServiceLoopAdapter,
 | 
				
			||||||
                                (void*)this);
 | 
					                                (void*)this);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (!mDevice->start())
 | 
					  if (!mRadio->start())
 | 
				
			||||||
    return false;
 | 
					    return false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  for (size_t i = 0; i < mChans; i++) {
 | 
					  for (size_t i = 0; i < mChans; i++) {
 | 
				
			||||||
@@ -192,11 +179,11 @@ bool RadioInterface::start()
 | 
				
			|||||||
    recvBuffer[i]->reset();
 | 
					    recvBuffer[i]->reset();
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  writeTimestamp = mDevice->initialWriteTimestamp();
 | 
					  writeTimestamp = mRadio->initialWriteTimestamp();
 | 
				
			||||||
  readTimestamp = mDevice->initialReadTimestamp();
 | 
					  readTimestamp = mRadio->initialReadTimestamp();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  mDevice->updateAlignment(writeTimestamp-10000);
 | 
					  mRadio->updateAlignment(writeTimestamp-10000);
 | 
				
			||||||
  mDevice->updateAlignment(writeTimestamp-10000);
 | 
					  mRadio->updateAlignment(writeTimestamp-10000);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  mOn = true;
 | 
					  mOn = true;
 | 
				
			||||||
  LOG(INFO) << "Radio started";
 | 
					  LOG(INFO) << "Radio started";
 | 
				
			||||||
@@ -212,7 +199,7 @@ bool RadioInterface::start()
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
bool RadioInterface::stop()
 | 
					bool RadioInterface::stop()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  if (!mOn || !mDevice->stop())
 | 
					  if (!mOn || !mRadio->stop())
 | 
				
			||||||
    return false;
 | 
					    return false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  mOn = false;
 | 
					  mOn = false;
 | 
				
			||||||
@@ -231,15 +218,14 @@ void RadioInterface::driveTransmitRadio(std::vector<signalVector *> &bursts,
 | 
				
			|||||||
  while (pushBuffer());
 | 
					  while (pushBuffer());
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int RadioInterface::driveReceiveRadio()
 | 
					bool RadioInterface::driveReceiveRadio()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  radioVector *burst = NULL;
 | 
					  radioVector *burst = NULL;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (!mOn)
 | 
					  if (!mOn)
 | 
				
			||||||
    return 0;
 | 
					    return false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (pullBuffer() < 0)
 | 
					  pullBuffer();
 | 
				
			||||||
    return  -1;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  GSM::Time rcvClock = mClock.get();
 | 
					  GSM::Time rcvClock = mClock.get();
 | 
				
			||||||
  rcvClock.decTN(receiveOffset);
 | 
					  rcvClock.decTN(receiveOffset);
 | 
				
			||||||
@@ -257,7 +243,7 @@ int RadioInterface::driveReceiveRadio()
 | 
				
			|||||||
   * Pre-allocate head room for the largest correlation size
 | 
					   * Pre-allocate head room for the largest correlation size
 | 
				
			||||||
   * so we can later avoid a re-allocation and copy
 | 
					   * so we can later avoid a re-allocation and copy
 | 
				
			||||||
   * */
 | 
					   * */
 | 
				
			||||||
  size_t head = GSM::gRACHSynchSequenceTS0.size();
 | 
					  size_t head = GSM::gRACHSynchSequence.size();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /*
 | 
					  /*
 | 
				
			||||||
   * Form receive bursts and pass up to transceiver. Use repeating
 | 
					   * Form receive bursts and pass up to transceiver. Use repeating
 | 
				
			||||||
@@ -284,14 +270,14 @@ int RadioInterface::driveReceiveRadio()
 | 
				
			|||||||
      burstSize = (symbolsPerSlot + (tN % 4 == 0)) * mSPSRx;
 | 
					      burstSize = (symbolsPerSlot + (tN % 4 == 0)) * mSPSRx;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return 1;
 | 
					  return true;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool RadioInterface::isUnderrun()
 | 
					bool RadioInterface::isUnderrun()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  bool retVal;
 | 
					  bool retVal = underrun;
 | 
				
			||||||
  /* atomically get previous value of "underrun" and set the var to false */
 | 
					  underrun = false;
 | 
				
			||||||
  retVal = osmo_trx_sync_fetch_and_and(&underrun, false);
 | 
					
 | 
				
			||||||
  return retVal;
 | 
					  return retVal;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -305,34 +291,33 @@ VectorFIFO* RadioInterface::receiveFIFO(size_t chan)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
double RadioInterface::setRxGain(double dB, size_t chan)
 | 
					double RadioInterface::setRxGain(double dB, size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  return mDevice->setRxGain(dB, chan);
 | 
					  return mRadio->setRxGain(dB, chan);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
double RadioInterface::setTxGain(double dB, size_t chan)
 | 
					double RadioInterface::getRxGain(size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  return mDevice->setTxGain(dB, chan);
 | 
					  return mRadio->getRxGain(chan);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Receive a timestamped chunk from the device */
 | 
					/* Receive a timestamped chunk from the device */
 | 
				
			||||||
int RadioInterface::pullBuffer()
 | 
					void RadioInterface::pullBuffer()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  bool local_underrun;
 | 
					  bool local_underrun;
 | 
				
			||||||
  int numRecv;
 | 
					  size_t numRecv, segmentLen = recvBuffer[0]->getSegmentLen();
 | 
				
			||||||
  size_t segmentLen = recvBuffer[0]->getSegmentLen();
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (recvBuffer[0]->getFreeSegments() <= 0)
 | 
					  if (recvBuffer[0]->getFreeSegments() <= 0)
 | 
				
			||||||
    return -1;
 | 
					    return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Outer buffer access size is fixed */
 | 
					  /* Outer buffer access size is fixed */
 | 
				
			||||||
  numRecv = mDevice->readSamples(convertRecvBuffer,
 | 
					  numRecv = mRadio->readSamples(convertRecvBuffer,
 | 
				
			||||||
                                segmentLen,
 | 
					                                segmentLen,
 | 
				
			||||||
                                &overrun,
 | 
					                                &overrun,
 | 
				
			||||||
                                readTimestamp,
 | 
					                                readTimestamp,
 | 
				
			||||||
                                &local_underrun);
 | 
					                                &local_underrun);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if ((size_t) numRecv != segmentLen) {
 | 
					  if (numRecv != segmentLen) {
 | 
				
			||||||
          LOG(ALERT) << "Receive error " << numRecv;
 | 
					          LOG(ALERT) << "Receive error " << numRecv;
 | 
				
			||||||
          return -1;
 | 
					          return;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  for (size_t i = 0; i < mChans; i++) {
 | 
					  for (size_t i = 0; i < mChans; i++) {
 | 
				
			||||||
@@ -341,15 +326,13 @@ int RadioInterface::pullBuffer()
 | 
				
			|||||||
			segmentLen * 2);
 | 
								segmentLen * 2);
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  osmo_trx_sync_or_and_fetch(&underrun, local_underrun);
 | 
					  underrun |= local_underrun;
 | 
				
			||||||
  readTimestamp += numRecv;
 | 
					  readTimestamp += numRecv;
 | 
				
			||||||
  return 0;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Send timestamped chunk to the device with arbitrary size */
 | 
					/* Send timestamped chunk to the device with arbitrary size */
 | 
				
			||||||
bool RadioInterface::pushBuffer()
 | 
					bool RadioInterface::pushBuffer()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  bool local_underrun;
 | 
					 | 
				
			||||||
  size_t numSent, segmentLen = sendBuffer[0]->getSegmentLen();
 | 
					  size_t numSent, segmentLen = sendBuffer[0]->getSegmentLen();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (sendBuffer[0]->getAvailSegments() < 1)
 | 
					  if (sendBuffer[0]->getAvailSegments() < 1)
 | 
				
			||||||
@@ -363,11 +346,10 @@ bool RadioInterface::pushBuffer()
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Send the all samples in the send buffer */
 | 
					  /* Send the all samples in the send buffer */
 | 
				
			||||||
  numSent = mDevice->writeSamples(convertSendBuffer,
 | 
					  numSent = mRadio->writeSamples(convertSendBuffer,
 | 
				
			||||||
                                 segmentLen,
 | 
					                                 segmentLen,
 | 
				
			||||||
                                 &local_underrun,
 | 
					                                 &underrun,
 | 
				
			||||||
                                 writeTimestamp);
 | 
					                                 writeTimestamp);
 | 
				
			||||||
  osmo_trx_sync_or_and_fetch(&underrun, local_underrun);
 | 
					 | 
				
			||||||
  writeTimestamp += numSent;
 | 
					  writeTimestamp += numSent;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return true;
 | 
					  return true;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008 Free Software Foundation, Inc.
 | 
					* Copyright 2008 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribution.
 | 
					* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* This use of this software may be subject to additional restrictions.
 | 
					* This use of this software may be subject to additional restrictions.
 | 
				
			||||||
* See the LEGAL file in the main directory for details.
 | 
					* See the LEGAL file in the main directory for details.
 | 
				
			||||||
@@ -36,7 +36,7 @@ protected:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  std::vector<VectorFIFO>  mReceiveFIFO;      ///< FIFO that holds receive  bursts
 | 
					  std::vector<VectorFIFO>  mReceiveFIFO;      ///< FIFO that holds receive  bursts
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  RadioDevice *mDevice;			      ///< the USRP object
 | 
					  RadioDevice *mRadio;			      ///< the USRP object
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  size_t mSPSTx;
 | 
					  size_t mSPSTx;
 | 
				
			||||||
  size_t mSPSRx;
 | 
					  size_t mSPSRx;
 | 
				
			||||||
@@ -48,7 +48,7 @@ protected:
 | 
				
			|||||||
  std::vector<short *> convertRecvBuffer;
 | 
					  std::vector<short *> convertRecvBuffer;
 | 
				
			||||||
  std::vector<short *> convertSendBuffer;
 | 
					  std::vector<short *> convertSendBuffer;
 | 
				
			||||||
  std::vector<float> powerScaling;
 | 
					  std::vector<float> powerScaling;
 | 
				
			||||||
  int underrun;			              ///< indicates writes to USRP are too slow
 | 
					  bool underrun;			      ///< indicates writes to USRP are too slow
 | 
				
			||||||
  bool overrun;				      ///< indicates reads from USRP are too slow
 | 
					  bool overrun;				      ///< indicates reads from USRP are too slow
 | 
				
			||||||
  TIMESTAMP writeTimestamp;		      ///< sample timestamp of next packet written to USRP
 | 
					  TIMESTAMP writeTimestamp;		      ///< sample timestamp of next packet written to USRP
 | 
				
			||||||
  TIMESTAMP readTimestamp;		      ///< sample timestamp of next packet read from USRP
 | 
					  TIMESTAMP readTimestamp;		      ///< sample timestamp of next packet read from USRP
 | 
				
			||||||
@@ -71,7 +71,7 @@ private:
 | 
				
			|||||||
  virtual bool pushBuffer(void);
 | 
					  virtual bool pushBuffer(void);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** pull GSM bursts from the receive buffer */
 | 
					  /** pull GSM bursts from the receive buffer */
 | 
				
			||||||
  virtual int pullBuffer(void);
 | 
					  virtual void pullBuffer(void);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -79,12 +79,12 @@ public:
 | 
				
			|||||||
  bool start();
 | 
					  bool start();
 | 
				
			||||||
  bool stop();
 | 
					  bool stop();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** initialization */
 | 
					  /** intialization */
 | 
				
			||||||
  virtual bool init(int type);
 | 
					  virtual bool init(int type);
 | 
				
			||||||
  virtual void close();
 | 
					  virtual void close();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** constructor */
 | 
					  /** constructor */
 | 
				
			||||||
  RadioInterface(RadioDevice* wDevice, size_t tx_sps, size_t rx_sps,
 | 
					  RadioInterface(RadioDevice* wRadio, size_t tx_sps, size_t rx_sps,
 | 
				
			||||||
                 size_t chans = 1, int receiveOffset = 3,
 | 
					                 size_t chans = 1, int receiveOffset = 3,
 | 
				
			||||||
                 GSM::Time wStartTime = GSM::Time(0));
 | 
					                 GSM::Time wStartTime = GSM::Time(0));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -107,14 +107,17 @@ public:
 | 
				
			|||||||
  virtual bool tuneRx(double freq, size_t chan = 0);
 | 
					  virtual bool tuneRx(double freq, size_t chan = 0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** set receive gain */
 | 
					  /** set receive gain */
 | 
				
			||||||
  virtual double setRxGain(double dB, size_t chan = 0);
 | 
					  double setRxGain(double dB, size_t chan = 0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  /** get receive gain */
 | 
				
			||||||
 | 
					  double getRxGain(size_t chan = 0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** drive transmission of GSM bursts */
 | 
					  /** drive transmission of GSM bursts */
 | 
				
			||||||
  void driveTransmitRadio(std::vector<signalVector *> &bursts,
 | 
					  void driveTransmitRadio(std::vector<signalVector *> &bursts,
 | 
				
			||||||
                          std::vector<bool> &zeros);
 | 
					                          std::vector<bool> &zeros);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** drive reception of GSM bursts. -1: Error. 0: Radio off. 1: Received something. */
 | 
					  /** drive reception of GSM bursts */
 | 
				
			||||||
  int driveReceiveRadio();
 | 
					  bool driveReceiveRadio();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  int setPowerAttenuation(int atten, size_t chan = 0);
 | 
					  int setPowerAttenuation(int atten, size_t chan = 0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -124,19 +127,19 @@ public:
 | 
				
			|||||||
  /** returns the full-scale receive amplitude **/
 | 
					  /** returns the full-scale receive amplitude **/
 | 
				
			||||||
  double fullScaleOutputValue();
 | 
					  double fullScaleOutputValue();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  /** set thread priority on current thread */
 | 
				
			||||||
 | 
					  void setPriority(float prio = 0.5) { mRadio->setPriority(prio); }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** get transport window type of attached device */ 
 | 
					  /** get transport window type of attached device */ 
 | 
				
			||||||
  enum RadioDevice::TxWindowType getWindowType() { return mDevice->getWindowType(); }
 | 
					  enum RadioDevice::TxWindowType getWindowType() { return mRadio->getWindowType(); }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** Minimum latency that the device can achieve */
 | 
					  /** Minimum latency that the device can achieve */
 | 
				
			||||||
  GSM::Time minLatency()  { return mDevice->minLatency(); }
 | 
					  GSM::Time minLatency()  { return mRadio->minLatency(); }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
protected:
 | 
					protected:
 | 
				
			||||||
  /** drive synchronization of Tx/Rx of USRP */
 | 
					  /** drive synchronization of Tx/Rx of USRP */
 | 
				
			||||||
  void alignRadio();
 | 
					  void alignRadio();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** set transmit gain */
 | 
					 | 
				
			||||||
  virtual double setTxGain(double dB, size_t chan = 0);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  friend void *AlignRadioServiceLoopAdapter(RadioInterface*);
 | 
					  friend void *AlignRadioServiceLoopAdapter(RadioInterface*);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -146,10 +149,10 @@ private:
 | 
				
			|||||||
  signalVector *outerRecvBuffer;
 | 
					  signalVector *outerRecvBuffer;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  bool pushBuffer();
 | 
					  bool pushBuffer();
 | 
				
			||||||
  int pullBuffer();
 | 
					  void pullBuffer();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
  RadioInterfaceResamp(RadioDevice* wDevice, size_t tx_sps, size_t rx_sps);
 | 
					  RadioInterfaceResamp(RadioDevice* wRadio, size_t tx_sps, size_t rx_sps);
 | 
				
			||||||
  ~RadioInterfaceResamp();
 | 
					  ~RadioInterfaceResamp();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  bool init(int type);
 | 
					  bool init(int type);
 | 
				
			||||||
@@ -159,8 +162,7 @@ public:
 | 
				
			|||||||
class RadioInterfaceMulti : public RadioInterface {
 | 
					class RadioInterfaceMulti : public RadioInterface {
 | 
				
			||||||
private:
 | 
					private:
 | 
				
			||||||
  bool pushBuffer();
 | 
					  bool pushBuffer();
 | 
				
			||||||
  int pullBuffer();
 | 
					  void pullBuffer();
 | 
				
			||||||
  virtual double setTxGain(double dB, size_t chan);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  signalVector *outerSendBuffer;
 | 
					  signalVector *outerSendBuffer;
 | 
				
			||||||
  signalVector *outerRecvBuffer;
 | 
					  signalVector *outerRecvBuffer;
 | 
				
			||||||
@@ -182,5 +184,5 @@ public:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  bool tuneTx(double freq, size_t chan);
 | 
					  bool tuneTx(double freq, size_t chan);
 | 
				
			||||||
  bool tuneRx(double freq, size_t chan);
 | 
					  bool tuneRx(double freq, size_t chan);
 | 
				
			||||||
  virtual double setRxGain(double dB, size_t chan);
 | 
					  double setRxGain(double dB, size_t chan);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,8 +5,6 @@
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * Author: Tom Tsou <tom.tsou@ettus.com>
 | 
					 * Author: Tom Tsou <tom.tsou@ettus.com>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 * it under the terms of the GNU Affero General Public License as published by
 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 * the Free Software Foundation, either version 3 of the License, or
 | 
				
			||||||
@@ -227,31 +225,30 @@ bool RadioInterfaceMulti::init(int type)
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Receive a timestamped chunk from the device */
 | 
					/* Receive a timestamped chunk from the device */
 | 
				
			||||||
int RadioInterfaceMulti::pullBuffer()
 | 
					void RadioInterfaceMulti::pullBuffer()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	bool local_underrun;
 | 
						bool local_underrun;
 | 
				
			||||||
	size_t num;
 | 
						size_t num;
 | 
				
			||||||
	float *buf;
 | 
						float *buf;
 | 
				
			||||||
	unsigned int i;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (recvBuffer[0]->getFreeSegments() <= 0)
 | 
						if (recvBuffer[0]->getFreeSegments() <= 0)
 | 
				
			||||||
		return -1;
 | 
							return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Outer buffer access size is fixed */
 | 
						/* Outer buffer access size is fixed */
 | 
				
			||||||
	num = mDevice->readSamples(convertRecvBuffer,
 | 
						num = mRadio->readSamples(convertRecvBuffer,
 | 
				
			||||||
				  outerRecvBuffer->size(),
 | 
									  outerRecvBuffer->size(),
 | 
				
			||||||
				  &overrun,
 | 
									  &overrun,
 | 
				
			||||||
				  readTimestamp,
 | 
									  readTimestamp,
 | 
				
			||||||
				  &local_underrun);
 | 
									  &local_underrun);
 | 
				
			||||||
	if (num != channelizer->inputLen()) {
 | 
						if (num != channelizer->inputLen()) {
 | 
				
			||||||
		LOG(ALERT) << "Receive error " << num << ", " << channelizer->inputLen();
 | 
							LOG(ALERT) << "Receive error " << num << ", " << channelizer->inputLen();
 | 
				
			||||||
		return -1;
 | 
							return;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	convert_short_float((float *) outerRecvBuffer->begin(),
 | 
						convert_short_float((float *) outerRecvBuffer->begin(),
 | 
				
			||||||
			    convertRecvBuffer[0], 2 * outerRecvBuffer->size());
 | 
								    convertRecvBuffer[0], 2 * outerRecvBuffer->size());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	osmo_trx_sync_or_and_fetch(&underrun, local_underrun);
 | 
						underrun |= local_underrun;
 | 
				
			||||||
	readTimestamp += num;
 | 
						readTimestamp += num;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	channelizer->rotate((float *) outerRecvBuffer->begin(),
 | 
						channelizer->rotate((float *) outerRecvBuffer->begin(),
 | 
				
			||||||
@@ -276,22 +273,10 @@ int RadioInterfaceMulti::pullBuffer()
 | 
				
			|||||||
		buf = channelizer->outputBuffer(pchan);
 | 
							buf = channelizer->outputBuffer(pchan);
 | 
				
			||||||
		size_t cLen = channelizer->outputLen();
 | 
							size_t cLen = channelizer->outputLen();
 | 
				
			||||||
		size_t hLen = dnsampler->len();
 | 
							size_t hLen = dnsampler->len();
 | 
				
			||||||
 | 
							size_t hSize = 2 * hLen * sizeof(float);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		float *fdst = &buf[2 * -hLen];
 | 
							memcpy(&buf[2 * -hLen], history[lchan]->begin(), hSize);
 | 
				
			||||||
		complex *src = history[lchan]->begin();
 | 
							memcpy(history[lchan]->begin(), &buf[2 * (cLen - hLen)], hSize);
 | 
				
			||||||
		for (i = 0; i < hLen; i++) {
 | 
					 | 
				
			||||||
			fdst[0] = src->real();
 | 
					 | 
				
			||||||
			fdst[1] = src->imag();
 | 
					 | 
				
			||||||
			src++;
 | 
					 | 
				
			||||||
			fdst += 2;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		complex *dst = history[lchan]->begin();
 | 
					 | 
				
			||||||
		float *fsrc = &buf[2 * (cLen - hLen)];
 | 
					 | 
				
			||||||
		for (i = 0; i < hLen; i++) {
 | 
					 | 
				
			||||||
			*dst = complex(fsrc[0], fsrc[1]);
 | 
					 | 
				
			||||||
			fsrc += 2;
 | 
					 | 
				
			||||||
			dst++;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
		float *wr_segment = recvBuffer[lchan]->getWriteSegment();
 | 
							float *wr_segment = recvBuffer[lchan]->getWriteSegment();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -303,13 +288,11 @@ int RadioInterfaceMulti::pullBuffer()
 | 
				
			|||||||
			LOG(ALERT) << "Sample rate upsampling error";
 | 
								LOG(ALERT) << "Sample rate upsampling error";
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	return 0;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Send a timestamped chunk to the device */
 | 
					/* Send a timestamped chunk to the device */
 | 
				
			||||||
bool RadioInterfaceMulti::pushBuffer()
 | 
					bool RadioInterfaceMulti::pushBuffer()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	bool local_underrun;
 | 
					 | 
				
			||||||
	if (sendBuffer[0]->getAvailSegments() <= 0)
 | 
						if (sendBuffer[0]->getAvailSegments() <= 0)
 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -340,15 +323,14 @@ bool RadioInterfaceMulti::pushBuffer()
 | 
				
			|||||||
			    (float *) outerSendBuffer->begin(),
 | 
								    (float *) outerSendBuffer->begin(),
 | 
				
			||||||
			    1.0 / (float) mChans, 2 * outerSendBuffer->size());
 | 
								    1.0 / (float) mChans, 2 * outerSendBuffer->size());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	size_t num = mDevice->writeSamples(convertSendBuffer,
 | 
						size_t num = mRadio->writeSamples(convertSendBuffer,
 | 
				
			||||||
					  outerSendBuffer->size(),
 | 
										  outerSendBuffer->size(),
 | 
				
			||||||
					  &local_underrun,
 | 
										  &underrun,
 | 
				
			||||||
					  writeTimestamp);
 | 
										  writeTimestamp);
 | 
				
			||||||
	if (num != outerSendBuffer->size()) {
 | 
						if (num != outerSendBuffer->size()) {
 | 
				
			||||||
		LOG(ALERT) << "Transmit error " << num;
 | 
							LOG(ALERT) << "Transmit error " << num;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	osmo_trx_sync_or_and_fetch(&underrun, local_underrun);
 | 
					 | 
				
			||||||
	writeTimestamp += num;
 | 
						writeTimestamp += num;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return true;
 | 
						return true;
 | 
				
			||||||
@@ -370,11 +352,11 @@ bool RadioInterfaceMulti::tuneTx(double freq, size_t chan)
 | 
				
			|||||||
  double shift = (double) getFreqShift(mChans);
 | 
					  double shift = (double) getFreqShift(mChans);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (!chan)
 | 
					  if (!chan)
 | 
				
			||||||
    return mDevice->setTxFreq(freq + shift * MCBTS_SPACING);
 | 
					    return mRadio->setTxFreq(freq + shift * MCBTS_SPACING);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  double center = mDevice->getTxFreq();
 | 
					  double center = mRadio->getTxFreq();
 | 
				
			||||||
  if (!fltcmp(freq, center + (double) (chan - shift) * MCBTS_SPACING)) {
 | 
					  if (!fltcmp(freq, center + (double) (chan - shift) * MCBTS_SPACING)) {
 | 
				
			||||||
    LOG(NOTICE) << "Channel " << chan << " RF Tx frequency offset is "
 | 
					    LOG(NOTICE) << "Channel " << chan << " RF frequency offset is "
 | 
				
			||||||
                << freq / 1e6 << " MHz";
 | 
					                << freq / 1e6 << " MHz";
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -389,11 +371,11 @@ bool RadioInterfaceMulti::tuneRx(double freq, size_t chan)
 | 
				
			|||||||
  double shift = (double) getFreqShift(mChans);
 | 
					  double shift = (double) getFreqShift(mChans);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (!chan)
 | 
					  if (!chan)
 | 
				
			||||||
    return mDevice->setRxFreq(freq + shift * MCBTS_SPACING);
 | 
					    return mRadio->setRxFreq(freq + shift * MCBTS_SPACING);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  double center = mDevice->getRxFreq();
 | 
					  double center = mRadio->getRxFreq();
 | 
				
			||||||
  if (!fltcmp(freq, center + (double) (chan - shift) * MCBTS_SPACING)) {
 | 
					  if (!fltcmp(freq, center + (double) (chan - shift) * MCBTS_SPACING)) {
 | 
				
			||||||
    LOG(NOTICE) << "Channel " << chan << " RF Rx frequency offset is "
 | 
					    LOG(NOTICE) << "Channel " << chan << " RF frequency offset is "
 | 
				
			||||||
                << freq / 1e6 << " MHz";
 | 
					                << freq / 1e6 << " MHz";
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -402,17 +384,8 @@ bool RadioInterfaceMulti::tuneRx(double freq, size_t chan)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
double RadioInterfaceMulti::setRxGain(double db, size_t chan)
 | 
					double RadioInterfaceMulti::setRxGain(double db, size_t chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  if (chan == 0)
 | 
					  if (!chan)
 | 
				
			||||||
    return mDevice->setRxGain(db);
 | 
					    return mRadio->setRxGain(db);
 | 
				
			||||||
  else
 | 
					  else
 | 
				
			||||||
    return mDevice->getRxGain();
 | 
					    return mRadio->getRxGain();
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
double RadioInterfaceMulti::setTxGain(double dB, size_t chan)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	if (chan == 0)
 | 
					 | 
				
			||||||
		return mDevice->setTxGain(dB);
 | 
					 | 
				
			||||||
	else
 | 
					 | 
				
			||||||
		return mDevice->getTxGain();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,8 +6,6 @@
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * Author: Tom Tsou <tom@tsou.cc>
 | 
					 * Author: Tom Tsou <tom@tsou.cc>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 * it under the terms of the GNU Affero General Public License as published by
 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 * the Free Software Foundation, either version 3 of the License, or
 | 
				
			||||||
@@ -59,9 +57,9 @@ static size_t resamp_inchunk = 0;
 | 
				
			|||||||
static size_t resamp_outrate = 0;
 | 
					static size_t resamp_outrate = 0;
 | 
				
			||||||
static size_t resamp_outchunk = 0;
 | 
					static size_t resamp_outchunk = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RadioInterfaceResamp::RadioInterfaceResamp(RadioDevice *wDevice,
 | 
					RadioInterfaceResamp::RadioInterfaceResamp(RadioDevice *wRadio,
 | 
				
			||||||
					   size_t tx_sps, size_t rx_sps)
 | 
										   size_t tx_sps, size_t rx_sps)
 | 
				
			||||||
	: RadioInterface(wDevice, tx_sps, rx_sps, 1),
 | 
						: RadioInterface(wRadio, tx_sps, rx_sps, 1),
 | 
				
			||||||
	  outerSendBuffer(NULL), outerRecvBuffer(NULL)
 | 
						  outerSendBuffer(NULL), outerRecvBuffer(NULL)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -162,29 +160,29 @@ bool RadioInterfaceResamp::init(int type)
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Receive a timestamped chunk from the device */
 | 
					/* Receive a timestamped chunk from the device */
 | 
				
			||||||
int RadioInterfaceResamp::pullBuffer()
 | 
					void RadioInterfaceResamp::pullBuffer()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	bool local_underrun;
 | 
						bool local_underrun;
 | 
				
			||||||
	int rc, num_recv;
 | 
						int rc, num_recv;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (recvBuffer[0]->getFreeSegments() <= 0)
 | 
						if (recvBuffer[0]->getFreeSegments() <= 0)
 | 
				
			||||||
		return -1;
 | 
							return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Outer buffer access size is fixed */
 | 
						/* Outer buffer access size is fixed */
 | 
				
			||||||
	num_recv = mDevice->readSamples(convertRecvBuffer,
 | 
						num_recv = mRadio->readSamples(convertRecvBuffer,
 | 
				
			||||||
				       resamp_outchunk,
 | 
									       resamp_outchunk,
 | 
				
			||||||
				       &overrun,
 | 
									       &overrun,
 | 
				
			||||||
				       readTimestamp,
 | 
									       readTimestamp,
 | 
				
			||||||
				       &local_underrun);
 | 
									       &local_underrun);
 | 
				
			||||||
	if (num_recv != (int) resamp_outchunk) {
 | 
						if (num_recv != (int) resamp_outchunk) {
 | 
				
			||||||
		LOG(ALERT) << "Receive error " << num_recv;
 | 
							LOG(ALERT) << "Receive error " << num_recv;
 | 
				
			||||||
		return -1;
 | 
							return;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	convert_short_float((float *) outerRecvBuffer->begin(),
 | 
						convert_short_float((float *) outerRecvBuffer->begin(),
 | 
				
			||||||
			    convertRecvBuffer[0], 2 * resamp_outchunk);
 | 
								    convertRecvBuffer[0], 2 * resamp_outchunk);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	osmo_trx_sync_or_and_fetch(&underrun, local_underrun);
 | 
						underrun |= local_underrun;
 | 
				
			||||||
	readTimestamp += (TIMESTAMP) resamp_outchunk;
 | 
						readTimestamp += (TIMESTAMP) resamp_outchunk;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Write to the end of the inner receive buffer */
 | 
						/* Write to the end of the inner receive buffer */
 | 
				
			||||||
@@ -198,13 +196,11 @@ int RadioInterfaceResamp::pullBuffer()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	/* Set history for the next chunk */
 | 
						/* Set history for the next chunk */
 | 
				
			||||||
	outerRecvBuffer->updateHistory();
 | 
						outerRecvBuffer->updateHistory();
 | 
				
			||||||
	return 0;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Send a timestamped chunk to the device */
 | 
					/* Send a timestamped chunk to the device */
 | 
				
			||||||
bool RadioInterfaceResamp::pushBuffer()
 | 
					bool RadioInterfaceResamp::pushBuffer()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	bool local_underrun;
 | 
					 | 
				
			||||||
	int rc;
 | 
						int rc;
 | 
				
			||||||
	size_t numSent;
 | 
						size_t numSent;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -224,15 +220,14 @@ bool RadioInterfaceResamp::pushBuffer()
 | 
				
			|||||||
			    (float *) outerSendBuffer->begin(),
 | 
								    (float *) outerSendBuffer->begin(),
 | 
				
			||||||
			    powerScaling[0], 2 * resamp_outchunk);
 | 
								    powerScaling[0], 2 * resamp_outchunk);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	numSent = mDevice->writeSamples(convertSendBuffer,
 | 
						numSent = mRadio->writeSamples(convertSendBuffer,
 | 
				
			||||||
				       resamp_outchunk,
 | 
									       resamp_outchunk,
 | 
				
			||||||
				       &local_underrun,
 | 
									       &underrun,
 | 
				
			||||||
				       writeTimestamp);
 | 
									       writeTimestamp);
 | 
				
			||||||
	if (numSent != resamp_outchunk) {
 | 
						if (numSent != resamp_outchunk) {
 | 
				
			||||||
		LOG(ALERT) << "Transmit error " << numSent;
 | 
							LOG(ALERT) << "Transmit error " << numSent;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	osmo_trx_sync_or_and_fetch(&underrun, local_underrun);
 | 
					 | 
				
			||||||
	writeTimestamp += resamp_outchunk;
 | 
						writeTimestamp += resamp_outchunk;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return true;
 | 
						return true;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,8 +4,6 @@
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * Copyright 2011 Free Software Foundation, Inc.
 | 
					 * Copyright 2011 Free Software Foundation, Inc.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 * it under the terms of the GNU Affero General Public License as published by
 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 * the Free Software Foundation, either version 3 of the License, or
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,8 +4,6 @@
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * Copyright 2011 Free Software Foundation, Inc.
 | 
					 * Copyright 2011 Free Software Foundation, Inc.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * This program is free software: you can redistribute it and/or modify
 | 
				
			||||||
 * it under the terms of the GNU Affero General Public License as published by
 | 
					 * it under the terms of the GNU Affero General Public License as published by
 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 * the Free Software Foundation, either version 3 of the License, or
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008, 2011 Free Software Foundation, Inc.
 | 
					* Copyright 2008, 2011 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
					 | 
				
			||||||
*
 | 
					 | 
				
			||||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
					* This software is distributed under the terms of the GNU Affero Public License.
 | 
				
			||||||
* See the COPYING file in the main directory for details.
 | 
					* See the COPYING file in the main directory for details.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
@@ -86,13 +84,14 @@ static Resampler *dnsampler = NULL;
 | 
				
			|||||||
 * perform 16-byte memory alignment required by many SSE instructions.
 | 
					 * perform 16-byte memory alignment required by many SSE instructions.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
struct CorrelationSequence {
 | 
					struct CorrelationSequence {
 | 
				
			||||||
  CorrelationSequence() : sequence(NULL), buffer(NULL), toa(0.0)
 | 
					  CorrelationSequence() : sequence(NULL), buffer(NULL)
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  ~CorrelationSequence()
 | 
					  ~CorrelationSequence()
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    delete sequence;
 | 
					    delete sequence;
 | 
				
			||||||
 | 
					    free(buffer);
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  signalVector *sequence;
 | 
					  signalVector *sequence;
 | 
				
			||||||
@@ -107,7 +106,8 @@ struct CorrelationSequence {
 | 
				
			|||||||
 * for SSE instructions.
 | 
					 * for SSE instructions.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
struct PulseSequence {
 | 
					struct PulseSequence {
 | 
				
			||||||
  PulseSequence() : c0(NULL), c1(NULL), c0_inv(NULL), empty(NULL)
 | 
					  PulseSequence() : c0(NULL), c1(NULL), c0_inv(NULL), empty(NULL),
 | 
				
			||||||
 | 
							    c0_buffer(NULL), c1_buffer(NULL), c0_inv_buffer(NULL)
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -117,17 +117,22 @@ struct PulseSequence {
 | 
				
			|||||||
    delete c1;
 | 
					    delete c1;
 | 
				
			||||||
    delete c0_inv;
 | 
					    delete c0_inv;
 | 
				
			||||||
    delete empty;
 | 
					    delete empty;
 | 
				
			||||||
 | 
					    free(c0_buffer);
 | 
				
			||||||
 | 
					    free(c1_buffer);
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  signalVector *c0;
 | 
					  signalVector *c0;
 | 
				
			||||||
  signalVector *c1;
 | 
					  signalVector *c1;
 | 
				
			||||||
  signalVector *c0_inv;
 | 
					  signalVector *c0_inv;
 | 
				
			||||||
  signalVector *empty;
 | 
					  signalVector *empty;
 | 
				
			||||||
 | 
					  void *c0_buffer;
 | 
				
			||||||
 | 
					  void *c1_buffer;
 | 
				
			||||||
 | 
					  void *c0_inv_buffer;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static CorrelationSequence *gMidambles[] = {NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL};
 | 
					static CorrelationSequence *gMidambles[] = {NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL};
 | 
				
			||||||
static CorrelationSequence *gEdgeMidambles[] = {NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL};
 | 
					static CorrelationSequence *gEdgeMidambles[] = {NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL};
 | 
				
			||||||
static CorrelationSequence *gRACHSequences[] = {NULL,NULL,NULL};
 | 
					static CorrelationSequence *gRACHSequence = NULL;
 | 
				
			||||||
static PulseSequence *GSMPulse1 = NULL;
 | 
					static PulseSequence *GSMPulse1 = NULL;
 | 
				
			||||||
static PulseSequence *GSMPulse4 = NULL;
 | 
					static PulseSequence *GSMPulse4 = NULL;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -145,15 +150,11 @@ void sigProcLibDestroy()
 | 
				
			|||||||
    delayFilters[i] = NULL;
 | 
					    delayFilters[i] = NULL;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  for (int i = 0; i < 3; i++) {
 | 
					 | 
				
			||||||
    delete gRACHSequences[i];
 | 
					 | 
				
			||||||
    gRACHSequences[i] = NULL;
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  delete GMSKRotation1;
 | 
					  delete GMSKRotation1;
 | 
				
			||||||
  delete GMSKReverseRotation1;
 | 
					  delete GMSKReverseRotation1;
 | 
				
			||||||
  delete GMSKRotation4;
 | 
					  delete GMSKRotation4;
 | 
				
			||||||
  delete GMSKReverseRotation4;
 | 
					  delete GMSKReverseRotation4;
 | 
				
			||||||
 | 
					  delete gRACHSequence;
 | 
				
			||||||
  delete GSMPulse1;
 | 
					  delete GSMPulse1;
 | 
				
			||||||
  delete GSMPulse4;
 | 
					  delete GSMPulse4;
 | 
				
			||||||
  delete dnsampler;
 | 
					  delete dnsampler;
 | 
				
			||||||
@@ -162,6 +163,7 @@ void sigProcLibDestroy()
 | 
				
			|||||||
  GMSKRotation4 = NULL;
 | 
					  GMSKRotation4 = NULL;
 | 
				
			||||||
  GMSKReverseRotation4 = NULL;
 | 
					  GMSKReverseRotation4 = NULL;
 | 
				
			||||||
  GMSKReverseRotation1 = NULL;
 | 
					  GMSKReverseRotation1 = NULL;
 | 
				
			||||||
 | 
					  gRACHSequence = NULL;
 | 
				
			||||||
  GSMPulse1 = NULL;
 | 
					  GSMPulse1 = NULL;
 | 
				
			||||||
  GSMPulse4 = NULL;
 | 
					  GSMPulse4 = NULL;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -287,7 +289,8 @@ enum ConvType {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
static signalVector *convolve(const signalVector *x, const signalVector *h,
 | 
					static signalVector *convolve(const signalVector *x, const signalVector *h,
 | 
				
			||||||
                              signalVector *y, ConvType spanType,
 | 
					                              signalVector *y, ConvType spanType,
 | 
				
			||||||
                              size_t start = 0, size_t len = 0)
 | 
					                              size_t start = 0, size_t len = 0,
 | 
				
			||||||
 | 
					                              size_t step = 1, int offset = 0)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  int rc;
 | 
					  int rc;
 | 
				
			||||||
  size_t head = 0, tail = 0;
 | 
					  size_t head = 0, tail = 0;
 | 
				
			||||||
@@ -334,7 +337,7 @@ static signalVector *convolve(const signalVector *x, const signalVector *h,
 | 
				
			|||||||
  if (y && (len > y->size()))
 | 
					  if (y && (len > y->size()))
 | 
				
			||||||
    return NULL;
 | 
					    return NULL;
 | 
				
			||||||
  if (!y) {
 | 
					  if (!y) {
 | 
				
			||||||
    y = new signalVector(len, convolve_h_alloc, free);
 | 
					    y = new signalVector(len);
 | 
				
			||||||
    alloc = true;
 | 
					    alloc = true;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -345,7 +348,7 @@ static signalVector *convolve(const signalVector *x, const signalVector *h,
 | 
				
			|||||||
    _x = x;
 | 
					    _x = x;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /*
 | 
					  /*
 | 
				
			||||||
   * Four convolve types:
 | 
					   * Four convovle types:
 | 
				
			||||||
   *   1. Complex-Real (aligned)
 | 
					   *   1. Complex-Real (aligned)
 | 
				
			||||||
   *   2. Complex-Complex (aligned)
 | 
					   *   2. Complex-Complex (aligned)
 | 
				
			||||||
   *   3. Complex-Real (!aligned)
 | 
					   *   3. Complex-Real (!aligned)
 | 
				
			||||||
@@ -355,22 +358,22 @@ static signalVector *convolve(const signalVector *x, const signalVector *h,
 | 
				
			|||||||
    rc = convolve_real((float *) _x->begin(), _x->size(),
 | 
					    rc = convolve_real((float *) _x->begin(), _x->size(),
 | 
				
			||||||
                       (float *) h->begin(), h->size(),
 | 
					                       (float *) h->begin(), h->size(),
 | 
				
			||||||
                       (float *) y->begin(), y->size(),
 | 
					                       (float *) y->begin(), y->size(),
 | 
				
			||||||
                       start, len);
 | 
					                       start, len, step, offset);
 | 
				
			||||||
  } else if (!h->isReal() && h->isAligned()) {
 | 
					  } else if (!h->isReal() && h->isAligned()) {
 | 
				
			||||||
    rc = convolve_complex((float *) _x->begin(), _x->size(),
 | 
					    rc = convolve_complex((float *) _x->begin(), _x->size(),
 | 
				
			||||||
                          (float *) h->begin(), h->size(),
 | 
					                          (float *) h->begin(), h->size(),
 | 
				
			||||||
                          (float *) y->begin(), y->size(),
 | 
					                          (float *) y->begin(), y->size(),
 | 
				
			||||||
                          start, len);
 | 
					                          start, len, step, offset);
 | 
				
			||||||
  } else if (h->isReal() && !h->isAligned()) {
 | 
					  } else if (h->isReal() && !h->isAligned()) {
 | 
				
			||||||
    rc = base_convolve_real((float *) _x->begin(), _x->size(),
 | 
					    rc = base_convolve_real((float *) _x->begin(), _x->size(),
 | 
				
			||||||
                            (float *) h->begin(), h->size(),
 | 
					                            (float *) h->begin(), h->size(),
 | 
				
			||||||
                            (float *) y->begin(), y->size(),
 | 
					                            (float *) y->begin(), y->size(),
 | 
				
			||||||
                            start, len);
 | 
					                            start, len, step, offset);
 | 
				
			||||||
  } else if (!h->isReal() && !h->isAligned()) {
 | 
					  } else if (!h->isReal() && !h->isAligned()) {
 | 
				
			||||||
    rc = base_convolve_complex((float *) _x->begin(), _x->size(),
 | 
					    rc = base_convolve_complex((float *) _x->begin(), _x->size(),
 | 
				
			||||||
                               (float *) h->begin(), h->size(),
 | 
					                               (float *) h->begin(), h->size(),
 | 
				
			||||||
                               (float *) y->begin(), y->size(),
 | 
					                               (float *) y->begin(), y->size(),
 | 
				
			||||||
                               start, len);
 | 
					                               start, len, step, offset);
 | 
				
			||||||
  } else {
 | 
					  } else {
 | 
				
			||||||
    rc = -1;
 | 
					    rc = -1;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
@@ -397,7 +400,8 @@ static bool generateInvertC0Pulse(PulseSequence *pulse)
 | 
				
			|||||||
  if (!pulse)
 | 
					  if (!pulse)
 | 
				
			||||||
    return false;
 | 
					    return false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  pulse->c0_inv = new signalVector((complex *) convolve_h_alloc(5), 0, 5, convolve_h_alloc, free);
 | 
					  pulse->c0_inv_buffer = convolve_h_alloc(5);
 | 
				
			||||||
 | 
					  pulse->c0_inv = new signalVector((complex *) pulse->c0_inv_buffer, 0, 5);
 | 
				
			||||||
  pulse->c0_inv->isReal(true);
 | 
					  pulse->c0_inv->isReal(true);
 | 
				
			||||||
  pulse->c0_inv->setAligned(false);
 | 
					  pulse->c0_inv->setAligned(false);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -426,7 +430,9 @@ static bool generateC1Pulse(int sps, PulseSequence *pulse)
 | 
				
			|||||||
    return false;
 | 
					    return false;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  pulse->c1 = new signalVector((complex *) convolve_h_alloc(len), 0, len, convolve_h_alloc, free);
 | 
					  pulse->c1_buffer = convolve_h_alloc(len);
 | 
				
			||||||
 | 
					  pulse->c1 = new signalVector((complex *)
 | 
				
			||||||
 | 
					                                  pulse->c1_buffer, 0, len);
 | 
				
			||||||
  pulse->c1->isReal(true);
 | 
					  pulse->c1->isReal(true);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Enable alignment for SSE usage */
 | 
					  /* Enable alignment for SSE usage */
 | 
				
			||||||
@@ -480,7 +486,8 @@ static PulseSequence *generateGSMPulse(int sps)
 | 
				
			|||||||
    len = 4;
 | 
					    len = 4;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  pulse->c0 = new signalVector((complex *) convolve_h_alloc(len), 0, len, convolve_h_alloc, free);
 | 
					  pulse->c0_buffer = convolve_h_alloc(len);
 | 
				
			||||||
 | 
					  pulse->c0 = new signalVector((complex *) pulse->c0_buffer, 0, len);
 | 
				
			||||||
  pulse->c0->isReal(true);
 | 
					  pulse->c0->isReal(true);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Enable alingnment for SSE usage */
 | 
					  /* Enable alingnment for SSE usage */
 | 
				
			||||||
@@ -532,17 +539,19 @@ static PulseSequence *generateGSMPulse(int sps)
 | 
				
			|||||||
  return pulse;
 | 
					  return pulse;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Convert -1..+1 soft bits to 0..1 soft bits */
 | 
					bool vectorSlicer(SoftVector *x)
 | 
				
			||||||
void vectorSlicer(float *dest, const float *src, size_t len)
 | 
					 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	size_t i;
 | 
					  SoftVector::iterator xP = x->begin();
 | 
				
			||||||
	for (i = 0; i < len; i++) {
 | 
					  SoftVector::iterator xPEnd = x->end();
 | 
				
			||||||
		dest[i] = 0.5 * (src[i] + 1.0f);
 | 
					  while (xP < xPEnd) {
 | 
				
			||||||
		if (dest[i] > 1.0)
 | 
					    *xP = 0.5 * (*xP + 1.0f);
 | 
				
			||||||
			dest[i] = 1.0;
 | 
					    if (*xP > 1.0)
 | 
				
			||||||
		else if (dest[i] < 0.0)
 | 
					      *xP = 1.0;
 | 
				
			||||||
			dest[i] = 0.0;
 | 
					    if (*xP < 0.0)
 | 
				
			||||||
 | 
					      *xP = 0.0;
 | 
				
			||||||
 | 
					    xP++;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					  return true;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static signalVector *rotateBurst(const BitVector &wBurst,
 | 
					static signalVector *rotateBurst(const BitVector &wBurst,
 | 
				
			||||||
@@ -723,7 +732,7 @@ static signalVector *mapEdgeSymbols(const BitVector &bits)
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * Delay the EDGE downlink bursts by one symbol in order to match GMSK pulse
 | 
					 * Delay the EDGE downlink bursts by one symbol in order to match GMSK pulse
 | 
				
			||||||
 * shaping group delay. The difference in group delay arises from the dual
 | 
					 * shaping group delay. The difference in group delay arises from the dual
 | 
				
			||||||
 * pulse filter combination of the GMSK Laurent representation whereas 8-PSK
 | 
					 * pulse filter combination of the GMSK Laurent represenation whereas 8-PSK
 | 
				
			||||||
 * uses a single pulse linear filter.
 | 
					 * uses a single pulse linear filter.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
static signalVector *shapeEdgeBurst(const signalVector &symbols)
 | 
					static signalVector *shapeEdgeBurst(const signalVector &symbols)
 | 
				
			||||||
@@ -1007,7 +1016,7 @@ static void generateDelayFilters()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  for (int i = 0; i < DELAYFILTS; i++) {
 | 
					  for (int i = 0; i < DELAYFILTS; i++) {
 | 
				
			||||||
    data = (complex *) convolve_h_alloc(h_len);
 | 
					    data = (complex *) convolve_h_alloc(h_len);
 | 
				
			||||||
    h = new signalVector(data, 0, h_len, convolve_h_alloc, free);
 | 
					    h = new signalVector(data, 0, h_len);
 | 
				
			||||||
    h->setAligned(true);
 | 
					    h->setAligned(true);
 | 
				
			||||||
    h->isReal(true);
 | 
					    h->isReal(true);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1251,9 +1260,10 @@ static bool generateMidamble(int sps, int tsc)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  /* For SSE alignment, reallocate the midamble sequence on 16-byte boundary */
 | 
					  /* For SSE alignment, reallocate the midamble sequence on 16-byte boundary */
 | 
				
			||||||
  data = (complex *) convolve_h_alloc(midMidamble->size());
 | 
					  data = (complex *) convolve_h_alloc(midMidamble->size());
 | 
				
			||||||
  _midMidamble = new signalVector(data, 0, midMidamble->size(), convolve_h_alloc, free);
 | 
					  _midMidamble = new signalVector(data, 0, midMidamble->size());
 | 
				
			||||||
  _midMidamble->setAligned(true);
 | 
					  _midMidamble->setAligned(true);
 | 
				
			||||||
  midMidamble->copyTo(*_midMidamble);
 | 
					  memcpy(_midMidamble->begin(), midMidamble->begin(),
 | 
				
			||||||
 | 
						 midMidamble->size() * sizeof(complex));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  autocorr = convolve(midamble, _midMidamble, NULL, NO_DELAY);
 | 
					  autocorr = convolve(midamble, _midMidamble, NULL, NO_DELAY);
 | 
				
			||||||
  if (!autocorr) {
 | 
					  if (!autocorr) {
 | 
				
			||||||
@@ -1262,6 +1272,7 @@ static bool generateMidamble(int sps, int tsc)
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  gMidambles[tsc] = new CorrelationSequence;
 | 
					  gMidambles[tsc] = new CorrelationSequence;
 | 
				
			||||||
 | 
					  gMidambles[tsc]->buffer = data;
 | 
				
			||||||
  gMidambles[tsc]->sequence = _midMidamble;
 | 
					  gMidambles[tsc]->sequence = _midMidamble;
 | 
				
			||||||
  gMidambles[tsc]->gain = peakDetect(*autocorr, &toa, NULL);
 | 
					  gMidambles[tsc]->gain = peakDetect(*autocorr, &toa, NULL);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1306,12 +1317,14 @@ static CorrelationSequence *generateEdgeMidamble(int tsc)
 | 
				
			|||||||
  conjugateVector(*midamble);
 | 
					  conjugateVector(*midamble);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  data = (complex *) convolve_h_alloc(midamble->size());
 | 
					  data = (complex *) convolve_h_alloc(midamble->size());
 | 
				
			||||||
  _midamble = new signalVector(data, 0, midamble->size(), convolve_h_alloc, free);
 | 
					  _midamble = new signalVector(data, 0, midamble->size());
 | 
				
			||||||
  _midamble->setAligned(true);
 | 
					  _midamble->setAligned(true);
 | 
				
			||||||
  midamble->copyTo(*_midamble);
 | 
					  memcpy(_midamble->begin(), midamble->begin(),
 | 
				
			||||||
 | 
						 midamble->size() * sizeof(complex));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Channel gain is an empirically measured value */
 | 
					  /* Channel gain is an empirically measured value */
 | 
				
			||||||
  seq = new CorrelationSequence;
 | 
					  seq = new CorrelationSequence;
 | 
				
			||||||
 | 
					  seq->buffer = data;
 | 
				
			||||||
  seq->sequence = _midamble;
 | 
					  seq->sequence = _midamble;
 | 
				
			||||||
  seq->gain = Complex<float>(-19.6432, 19.5006) / 1.18;
 | 
					  seq->gain = Complex<float>(-19.6432, 19.5006) / 1.18;
 | 
				
			||||||
  seq->toa = 0;
 | 
					  seq->toa = 0;
 | 
				
			||||||
@@ -1321,7 +1334,7 @@ static CorrelationSequence *generateEdgeMidamble(int tsc)
 | 
				
			|||||||
  return seq;
 | 
					  return seq;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static bool generateRACHSequence(CorrelationSequence **seq, const BitVector &bv, int sps)
 | 
					static bool generateRACHSequence(int sps)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  bool status = true;
 | 
					  bool status = true;
 | 
				
			||||||
  float toa;
 | 
					  float toa;
 | 
				
			||||||
@@ -1329,14 +1342,13 @@ static bool generateRACHSequence(CorrelationSequence **seq, const BitVector &bv,
 | 
				
			|||||||
  signalVector *autocorr = NULL;
 | 
					  signalVector *autocorr = NULL;
 | 
				
			||||||
  signalVector *seq0 = NULL, *seq1 = NULL, *_seq1 = NULL;
 | 
					  signalVector *seq0 = NULL, *seq1 = NULL, *_seq1 = NULL;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (*seq != NULL)
 | 
					  delete gRACHSequence;
 | 
				
			||||||
    delete *seq;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  seq0 = modulateBurst(bv, 0, sps, false);
 | 
					  seq0 = modulateBurst(gRACHSynchSequence, 0, sps, false);
 | 
				
			||||||
  if (!seq0)
 | 
					  if (!seq0)
 | 
				
			||||||
    return false;
 | 
					    return false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  seq1 = modulateBurst(bv.segment(0, 40), 0, sps, true);
 | 
					  seq1 = modulateBurst(gRACHSynchSequence.segment(0, 40), 0, sps, true);
 | 
				
			||||||
  if (!seq1) {
 | 
					  if (!seq1) {
 | 
				
			||||||
    status = false;
 | 
					    status = false;
 | 
				
			||||||
    goto release;
 | 
					    goto release;
 | 
				
			||||||
@@ -1346,9 +1358,9 @@ static bool generateRACHSequence(CorrelationSequence **seq, const BitVector &bv,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  /* For SSE alignment, reallocate the midamble sequence on 16-byte boundary */
 | 
					  /* For SSE alignment, reallocate the midamble sequence on 16-byte boundary */
 | 
				
			||||||
  data = (complex *) convolve_h_alloc(seq1->size());
 | 
					  data = (complex *) convolve_h_alloc(seq1->size());
 | 
				
			||||||
  _seq1 = new signalVector(data, 0, seq1->size(), convolve_h_alloc, free);
 | 
					  _seq1 = new signalVector(data, 0, seq1->size());
 | 
				
			||||||
  _seq1->setAligned(true);
 | 
					  _seq1->setAligned(true);
 | 
				
			||||||
  seq1->copyTo(*_seq1);
 | 
					  memcpy(_seq1->begin(), seq1->begin(), seq1->size() * sizeof(complex));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  autocorr = convolve(seq0, _seq1, autocorr, NO_DELAY);
 | 
					  autocorr = convolve(seq0, _seq1, autocorr, NO_DELAY);
 | 
				
			||||||
  if (!autocorr) {
 | 
					  if (!autocorr) {
 | 
				
			||||||
@@ -1356,18 +1368,19 @@ static bool generateRACHSequence(CorrelationSequence **seq, const BitVector &bv,
 | 
				
			|||||||
    goto release;
 | 
					    goto release;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  *seq = new CorrelationSequence;
 | 
					  gRACHSequence = new CorrelationSequence;
 | 
				
			||||||
  (*seq)->sequence = _seq1;
 | 
					  gRACHSequence->sequence = _seq1;
 | 
				
			||||||
  (*seq)->gain = peakDetect(*autocorr, &toa, NULL);
 | 
					  gRACHSequence->buffer = data;
 | 
				
			||||||
 | 
					  gRACHSequence->gain = peakDetect(*autocorr, &toa, NULL);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* For 1 sps only
 | 
					  /* For 1 sps only
 | 
				
			||||||
   *     (Half of correlation length - 1) + midpoint of pulse shaping filer
 | 
					   *     (Half of correlation length - 1) + midpoint of pulse shaping filer
 | 
				
			||||||
   *     20.5 = (40 / 2 - 1) + 1.5
 | 
					   *     20.5 = (40 / 2 - 1) + 1.5
 | 
				
			||||||
   */
 | 
					   */
 | 
				
			||||||
  if (sps == 1)
 | 
					  if (sps == 1)
 | 
				
			||||||
    (*seq)->toa = toa - 20.5;
 | 
					    gRACHSequence->toa = toa - 20.5;
 | 
				
			||||||
  else
 | 
					  else
 | 
				
			||||||
    (*seq)->toa = 0.0;
 | 
					    gRACHSequence->toa = 0.0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
release:
 | 
					release:
 | 
				
			||||||
  delete autocorr;
 | 
					  delete autocorr;
 | 
				
			||||||
@@ -1377,7 +1390,7 @@ release:
 | 
				
			|||||||
  if (!status) {
 | 
					  if (!status) {
 | 
				
			||||||
    delete _seq1;
 | 
					    delete _seq1;
 | 
				
			||||||
    free(data);
 | 
					    free(data);
 | 
				
			||||||
    *seq = NULL;
 | 
					    gRACHSequence = NULL;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return status;
 | 
					  return status;
 | 
				
			||||||
@@ -1444,7 +1457,7 @@ static signalVector *downsampleBurst(const signalVector &burst)
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  signalVector in(DOWNSAMPLE_IN_LEN, dnsampler->len());
 | 
					  signalVector in(DOWNSAMPLE_IN_LEN, dnsampler->len());
 | 
				
			||||||
  signalVector *out = new signalVector(DOWNSAMPLE_OUT_LEN);
 | 
					  signalVector *out = new signalVector(DOWNSAMPLE_OUT_LEN);
 | 
				
			||||||
  burst.copyToSegment(in, 0, DOWNSAMPLE_IN_LEN);
 | 
					  memcpy(in.begin(), burst.begin(), DOWNSAMPLE_IN_LEN * 2 * sizeof(float));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (dnsampler->rotate((float *) in.begin(), DOWNSAMPLE_IN_LEN,
 | 
					  if (dnsampler->rotate((float *) in.begin(), DOWNSAMPLE_IN_LEN,
 | 
				
			||||||
                        (float *) out->begin(), DOWNSAMPLE_OUT_LEN) < 0) {
 | 
					                        (float *) out->begin(), DOWNSAMPLE_OUT_LEN) < 0) {
 | 
				
			||||||
@@ -1455,33 +1468,6 @@ static signalVector *downsampleBurst(const signalVector &burst)
 | 
				
			|||||||
  return out;
 | 
					  return out;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					 | 
				
			||||||
 * Computes C/I (Carrier-to-Interference ratio) in dB (deciBels).
 | 
					 | 
				
			||||||
 * It is computed from the training sequence of each received burst,
 | 
					 | 
				
			||||||
 * by comparing the "ideal" training sequence with the actual one.
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
static float computeCI(const signalVector *burst, CorrelationSequence *sync,
 | 
					 | 
				
			||||||
                       float toa, int start, complex xcorr)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
  float S, C;
 | 
					 | 
				
			||||||
  int ps;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  /* Integer position where the sequence starts */
 | 
					 | 
				
			||||||
  ps = start + 1 - sync->sequence->size() + (int)roundf(toa);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  /* Estimate Signal power */
 | 
					 | 
				
			||||||
  S = 0.0f;
 | 
					 | 
				
			||||||
  for (int i=0, j=ps; i<(int)sync->sequence->size(); i++,j++)
 | 
					 | 
				
			||||||
    S += (*burst)[j].norm2();
 | 
					 | 
				
			||||||
  S /= sync->sequence->size();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  /* Esimate Carrier power */
 | 
					 | 
				
			||||||
  C = xcorr.norm2() / ((sync->sequence->size() - 1) * sync->gain.abs());
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  /* Interference = Signal - Carrier, so C/I = C / (S - C) */
 | 
					 | 
				
			||||||
  return 3.0103f * log2f(C / (S - C));
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Detect a burst based on correlation and peak-to-average ratio
 | 
					 * Detect a burst based on correlation and peak-to-average ratio
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
@@ -1492,13 +1478,11 @@ static float computeCI(const signalVector *burst, CorrelationSequence *sync,
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
static int detectBurst(const signalVector &burst,
 | 
					static int detectBurst(const signalVector &burst,
 | 
				
			||||||
                       signalVector &corr, CorrelationSequence *sync,
 | 
					                       signalVector &corr, CorrelationSequence *sync,
 | 
				
			||||||
                       float thresh, int sps, int start, int len,
 | 
					                       float thresh, int sps, complex *amp, float *toa,
 | 
				
			||||||
                       struct estim_burst_params *ebp)
 | 
					                       int start, int len)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  const signalVector *corr_in;
 | 
					  const signalVector *corr_in;
 | 
				
			||||||
  signalVector *dec = NULL;
 | 
					  signalVector *dec = NULL;
 | 
				
			||||||
  complex xcorr;
 | 
					 | 
				
			||||||
  int rc = 1;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (sps == 4) {
 | 
					  if (sps == 4) {
 | 
				
			||||||
    dec = downsampleBurst(burst);
 | 
					    dec = downsampleBurst(burst);
 | 
				
			||||||
@@ -1510,43 +1494,36 @@ static int detectBurst(const signalVector &burst,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  /* Correlate */
 | 
					  /* Correlate */
 | 
				
			||||||
  if (!convolve(corr_in, sync->sequence, &corr,
 | 
					  if (!convolve(corr_in, sync->sequence, &corr,
 | 
				
			||||||
                CUSTOM, start, len)) {
 | 
					                CUSTOM, start, len, 1, 0)) {
 | 
				
			||||||
    rc = -1;
 | 
					    delete dec;
 | 
				
			||||||
    goto del_ret;
 | 
					    return -1;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  delete dec;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Running at the downsampled rate at this point */
 | 
					  /* Running at the downsampled rate at this point */
 | 
				
			||||||
  sps = 1;
 | 
					  sps = 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Peak detection - place restrictions at correlation edges */
 | 
					  /* Peak detection - place restrictions at correlation edges */
 | 
				
			||||||
  ebp->amp = fastPeakDetect(corr, &ebp->toa);
 | 
					  *amp = fastPeakDetect(corr, toa);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if ((ebp->toa < 3 * sps) || (ebp->toa > len - 3 * sps)) {
 | 
					  if ((*toa < 3 * sps) || (*toa > len - 3 * sps))
 | 
				
			||||||
    rc = 0;
 | 
					    return 0;
 | 
				
			||||||
    goto del_ret;
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Peak-to-average ratio */
 | 
					  /* Peak -to-average ratio */
 | 
				
			||||||
  if (computePeakRatio(&corr, sps, ebp->toa, ebp->amp) < thresh) {
 | 
					  if (computePeakRatio(&corr, sps, *toa, *amp) < thresh)
 | 
				
			||||||
    rc = 0;
 | 
					    return 0;
 | 
				
			||||||
    goto del_ret;
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Refine TOA and correlation value */
 | 
					  /* Compute peak-to-average ratio. Reject if we don't have enough values */
 | 
				
			||||||
  xcorr = peakDetect(corr, &ebp->toa, NULL);
 | 
					  *amp = peakDetect(corr, toa, NULL);
 | 
				
			||||||
 | 
					 | 
				
			||||||
  /* Compute C/I */
 | 
					 | 
				
			||||||
  ebp->ci = computeCI(corr_in, sync, ebp->toa, start, xcorr);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Normalize our channel gain */
 | 
					  /* Normalize our channel gain */
 | 
				
			||||||
  ebp->amp = xcorr / sync->gain;
 | 
					  *amp = *amp / sync->gain;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Compensate for residuate time lag */
 | 
					  /* Compensate for residuate time lag */
 | 
				
			||||||
  ebp->toa = ebp->toa - sync->toa;
 | 
					  *toa = *toa - sync->toa;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
del_ret:
 | 
					  return 1;
 | 
				
			||||||
  delete dec;
 | 
					 | 
				
			||||||
  return rc;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static float maxAmplitude(const signalVector &burst)
 | 
					static float maxAmplitude(const signalVector &burst)
 | 
				
			||||||
@@ -1570,10 +1547,13 @@ static float maxAmplitude(const signalVector &burst)
 | 
				
			|||||||
 *   head: Search symbols before target
 | 
					 *   head: Search symbols before target
 | 
				
			||||||
 *   tail: Search symbols after target
 | 
					 *   tail: Search symbols after target
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
static int detectGeneralBurst(const signalVector &rxBurst, float thresh, int sps,
 | 
					static int detectGeneralBurst(const signalVector &rxBurst,
 | 
				
			||||||
 | 
					                              float thresh,
 | 
				
			||||||
 | 
					                              int sps,
 | 
				
			||||||
 | 
					                              complex &,
 | 
				
			||||||
 | 
					                              float &toa,
 | 
				
			||||||
                              int target, int head, int tail,
 | 
					                              int target, int head, int tail,
 | 
				
			||||||
                              CorrelationSequence *sync,
 | 
					                              CorrelationSequence *sync)
 | 
				
			||||||
                              struct estim_burst_params *ebp)
 | 
					 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  int rc, start, len;
 | 
					  int rc, start, len;
 | 
				
			||||||
  bool clipping = false;
 | 
					  bool clipping = false;
 | 
				
			||||||
@@ -1595,18 +1575,17 @@ static int detectGeneralBurst(const signalVector &rxBurst, float thresh, int sps
 | 
				
			|||||||
  signalVector corr(len);
 | 
					  signalVector corr(len);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  rc = detectBurst(rxBurst, corr, sync,
 | 
					  rc = detectBurst(rxBurst, corr, sync,
 | 
				
			||||||
                   thresh, sps, start, len, ebp);
 | 
					                   thresh, sps, &, &toa, start, len);
 | 
				
			||||||
  if (rc < 0) {
 | 
					  if (rc < 0) {
 | 
				
			||||||
    return -SIGERR_INTERNAL;
 | 
					    return -SIGERR_INTERNAL;
 | 
				
			||||||
  } else if (!rc) {
 | 
					  } else if (!rc) {
 | 
				
			||||||
    ebp->amp = 0.0f;
 | 
					    amp = 0.0f;
 | 
				
			||||||
    ebp->toa = 0.0f;
 | 
					    toa = 0.0f;
 | 
				
			||||||
    ebp->ci = 0.0f;
 | 
					 | 
				
			||||||
    return clipping?-SIGERR_CLIP:SIGERR_NONE;
 | 
					    return clipping?-SIGERR_CLIP:SIGERR_NONE;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Subtract forward search bits from delay */
 | 
					  /* Subtract forward search bits from delay */
 | 
				
			||||||
  ebp->toa -= head;
 | 
					  toa -= head;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return 1;
 | 
					  return 1;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -1621,24 +1600,18 @@ static int detectGeneralBurst(const signalVector &rxBurst, float thresh, int sps
 | 
				
			|||||||
 *   tail: Search 8 symbols + maximum expected delay
 | 
					 *   tail: Search 8 symbols + maximum expected delay
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
static int detectRACHBurst(const signalVector &burst, float threshold, int sps,
 | 
					static int detectRACHBurst(const signalVector &burst, float threshold, int sps,
 | 
				
			||||||
                           unsigned max_toa, bool ext, struct estim_burst_params *ebp)
 | 
					                           complex &litude, float &toa, unsigned max_toa)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  int rc, target, head, tail;
 | 
					  int rc, target, head, tail;
 | 
				
			||||||
  int i, num_seq;
 | 
					  CorrelationSequence *sync;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  target = 8 + 40;
 | 
					  target = 8 + 40;
 | 
				
			||||||
  head = 8;
 | 
					  head = 8;
 | 
				
			||||||
  tail = 8 + max_toa;
 | 
					  tail = 8 + max_toa;
 | 
				
			||||||
  num_seq = ext ? 3 : 1;
 | 
					  sync = gRACHSequence;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  for (i = 0; i < num_seq; i++) {
 | 
					  rc = detectGeneralBurst(burst, threshold, sps, amplitude, toa,
 | 
				
			||||||
    rc = detectGeneralBurst(burst, threshold, sps, target, head, tail,
 | 
					                          target, head, tail, sync);
 | 
				
			||||||
                            gRACHSequences[i], ebp);
 | 
					 | 
				
			||||||
    if (rc > 0) {
 | 
					 | 
				
			||||||
      ebp->tsc = i;
 | 
					 | 
				
			||||||
      break;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return rc;
 | 
					  return rc;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -1652,7 +1625,7 @@ static int detectRACHBurst(const signalVector &burst, float threshold, int sps,
 | 
				
			|||||||
 *   tail: Search 6 symbols + maximum expected delay
 | 
					 *   tail: Search 6 symbols + maximum expected delay
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
static int analyzeTrafficBurst(const signalVector &burst, unsigned tsc, float threshold,
 | 
					static int analyzeTrafficBurst(const signalVector &burst, unsigned tsc, float threshold,
 | 
				
			||||||
                               int sps, unsigned max_toa, struct estim_burst_params *ebp)
 | 
					                               int sps, complex &litude, float &toa, unsigned max_toa)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  int rc, target, head, tail;
 | 
					  int rc, target, head, tail;
 | 
				
			||||||
  CorrelationSequence *sync;
 | 
					  CorrelationSequence *sync;
 | 
				
			||||||
@@ -1665,13 +1638,13 @@ static int analyzeTrafficBurst(const signalVector &burst, unsigned tsc, float th
 | 
				
			|||||||
  tail = 6 + max_toa;
 | 
					  tail = 6 + max_toa;
 | 
				
			||||||
  sync = gMidambles[tsc];
 | 
					  sync = gMidambles[tsc];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  ebp->tsc = tsc;
 | 
					  rc = detectGeneralBurst(burst, threshold, sps, amplitude, toa,
 | 
				
			||||||
  rc = detectGeneralBurst(burst, threshold, sps, target, head, tail, sync, ebp);
 | 
					                          target, head, tail, sync);
 | 
				
			||||||
  return rc;
 | 
					  return rc;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static int detectEdgeBurst(const signalVector &burst, unsigned tsc, float threshold,
 | 
					static int detectEdgeBurst(const signalVector &burst, unsigned tsc, float threshold,
 | 
				
			||||||
                           int sps, unsigned max_toa, struct estim_burst_params *ebp)
 | 
					                           int sps, complex &litude, float &toa, unsigned max_toa)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  int rc, target, head, tail;
 | 
					  int rc, target, head, tail;
 | 
				
			||||||
  CorrelationSequence *sync;
 | 
					  CorrelationSequence *sync;
 | 
				
			||||||
@@ -1684,31 +1657,32 @@ static int detectEdgeBurst(const signalVector &burst, unsigned tsc, float thresh
 | 
				
			|||||||
  tail = 6 + max_toa;
 | 
					  tail = 6 + max_toa;
 | 
				
			||||||
  sync = gEdgeMidambles[tsc];
 | 
					  sync = gEdgeMidambles[tsc];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  ebp->tsc = tsc;
 | 
					  rc = detectGeneralBurst(burst, threshold, sps, amplitude, toa,
 | 
				
			||||||
  rc = detectGeneralBurst(burst, threshold, sps,
 | 
					                          target, head, tail, sync);
 | 
				
			||||||
                          target, head, tail, sync, ebp);
 | 
					 | 
				
			||||||
  return rc;
 | 
					  return rc;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int detectAnyBurst(const signalVector &burst, unsigned tsc, float threshold,
 | 
					int detectAnyBurst(const signalVector &burst, unsigned tsc, float threshold,
 | 
				
			||||||
                   int sps, CorrType type, unsigned max_toa,
 | 
					                   int sps, CorrType type, complex &, float &toa,
 | 
				
			||||||
                   struct estim_burst_params *ebp)
 | 
					                   unsigned max_toa)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  int rc = 0;
 | 
					  int rc = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  switch (type) {
 | 
					  switch (type) {
 | 
				
			||||||
  case EDGE:
 | 
					  case EDGE:
 | 
				
			||||||
    rc = detectEdgeBurst(burst, tsc, threshold, sps, max_toa, ebp);
 | 
					    rc = detectEdgeBurst(burst, tsc, threshold, sps,
 | 
				
			||||||
 | 
					                         amp, toa, max_toa);
 | 
				
			||||||
    if (rc > 0)
 | 
					    if (rc > 0)
 | 
				
			||||||
      break;
 | 
					      break;
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
      type = TSC;
 | 
					      type = TSC;
 | 
				
			||||||
  case TSC:
 | 
					  case TSC:
 | 
				
			||||||
    rc = analyzeTrafficBurst(burst, tsc, threshold, sps, max_toa, ebp);
 | 
					    rc = analyzeTrafficBurst(burst, tsc, threshold, sps,
 | 
				
			||||||
 | 
					                             amp, toa, max_toa);
 | 
				
			||||||
    break;
 | 
					    break;
 | 
				
			||||||
  case EXT_RACH:
 | 
					 | 
				
			||||||
  case RACH:
 | 
					  case RACH:
 | 
				
			||||||
    rc = detectRACHBurst(burst, threshold, sps, max_toa, type == EXT_RACH, ebp);
 | 
					    rc = detectRACHBurst(burst, threshold, sps, amp, toa,
 | 
				
			||||||
 | 
					                         max_toa);
 | 
				
			||||||
    break;
 | 
					    break;
 | 
				
			||||||
  default:
 | 
					  default:
 | 
				
			||||||
    LOG(ERR) << "Invalid correlation type";
 | 
					    LOG(ERR) << "Invalid correlation type";
 | 
				
			||||||
@@ -1886,10 +1860,7 @@ bool sigProcLibSetup()
 | 
				
			|||||||
  GSMPulse1 = generateGSMPulse(1);
 | 
					  GSMPulse1 = generateGSMPulse(1);
 | 
				
			||||||
  GSMPulse4 = generateGSMPulse(4);
 | 
					  GSMPulse4 = generateGSMPulse(4);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  generateRACHSequence(&gRACHSequences[0], gRACHSynchSequenceTS0, 1);
 | 
					  generateRACHSequence(1);
 | 
				
			||||||
  generateRACHSequence(&gRACHSequences[1], gRACHSynchSequenceTS1, 1);
 | 
					 | 
				
			||||||
  generateRACHSequence(&gRACHSequences[2], gRACHSynchSequenceTS2, 1);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  for (int tsc = 0; tsc < 8; tsc++) {
 | 
					  for (int tsc = 0; tsc < 8; tsc++) {
 | 
				
			||||||
    generateMidamble(1, tsc);
 | 
					    generateMidamble(1, tsc);
 | 
				
			||||||
    gEdgeMidambles[tsc] = generateEdgeMidamble(tsc);
 | 
					    gEdgeMidambles[tsc] = generateEdgeMidamble(tsc);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
* Copyright 2008 Free Software Foundation, Inc.
 | 
					* Copyright 2008 Free Software Foundation, Inc.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribution.
 | 
					* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion.
 | 
				
			||||||
*
 | 
					*
 | 
				
			||||||
* This use of this software may be subject to additional restrictions.
 | 
					* This use of this software may be subject to additional restrictions.
 | 
				
			||||||
* See the LEGAL file in the main directory for details.
 | 
					* See the LEGAL file in the main directory for details.
 | 
				
			||||||
@@ -29,7 +29,6 @@
 | 
				
			|||||||
enum CorrType{
 | 
					enum CorrType{
 | 
				
			||||||
  OFF,         ///< timeslot is off
 | 
					  OFF,         ///< timeslot is off
 | 
				
			||||||
  TSC,         ///< timeslot should contain a normal burst
 | 
					  TSC,         ///< timeslot should contain a normal burst
 | 
				
			||||||
  EXT_RACH,    ///< timeslot should contain an extended access burst
 | 
					 | 
				
			||||||
  RACH,        ///< timeslot should contain an access burst
 | 
					  RACH,        ///< timeslot should contain an access burst
 | 
				
			||||||
  EDGE,        ///< timeslot should contain an EDGE burst
 | 
					  EDGE,        ///< timeslot should contain an EDGE burst
 | 
				
			||||||
  IDLE         ///< timeslot is an idle (or dummy) burst
 | 
					  IDLE         ///< timeslot is an idle (or dummy) burst
 | 
				
			||||||
@@ -59,7 +58,7 @@ bool sigProcLibSetup();
 | 
				
			|||||||
void sigProcLibDestroy(void);
 | 
					void sigProcLibDestroy(void);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** Operate soft slicer on a soft-bit vector */
 | 
					/** Operate soft slicer on a soft-bit vector */
 | 
				
			||||||
void vectorSlicer(float *dest, const float *src, size_t len);
 | 
					bool vectorSlicer(SoftVector *x);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** GMSK modulate a GSM burst of bits */
 | 
					/** GMSK modulate a GSM burst of bits */
 | 
				
			||||||
signalVector *modulateBurst(const BitVector &wBurst,
 | 
					signalVector *modulateBurst(const BitVector &wBurst,
 | 
				
			||||||
@@ -101,26 +100,15 @@ void scaleVector(signalVector &x,
 | 
				
			|||||||
*/
 | 
					*/
 | 
				
			||||||
float energyDetect(const signalVector &rxBurst,
 | 
					float energyDetect(const signalVector &rxBurst,
 | 
				
			||||||
                   unsigned windowLength);
 | 
					                   unsigned windowLength);
 | 
				
			||||||
 | 
					 | 
				
			||||||
/** Struct used to fill out parameters in detectAnyBurst(): estimated burst parameters
 | 
					 | 
				
			||||||
@param amplitude The estimated amplitude of received TSC burst.
 | 
					 | 
				
			||||||
@param toa The estimated time-of-arrival of received TSC burst (in symbols).
 | 
					 | 
				
			||||||
@param tsc The TSC used to detect the burst.
 | 
					 | 
				
			||||||
*/
 | 
					 | 
				
			||||||
struct estim_burst_params {
 | 
					 | 
				
			||||||
        complex amp;
 | 
					 | 
				
			||||||
        float toa;
 | 
					 | 
				
			||||||
        uint8_t tsc;
 | 
					 | 
				
			||||||
        float ci;
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
        8-PSK/GMSK/RACH burst detector
 | 
					        8-PSK/GMSK/RACH burst detector
 | 
				
			||||||
        @param burst The received GSM burst of interest
 | 
					        @param burst The received GSM burst of interest
 | 
				
			||||||
        @param tsc Midamble type (0..7) also known as TSC
 | 
					        @param tsc Midamble type (0..7) also known as TSC
 | 
				
			||||||
        @param threshold The threshold that the received burst's post-correlator SNR is compared against to determine validity.
 | 
					        @param threshold The threshold that the received burst's post-correlator SNR is compared against to determine validity.
 | 
				
			||||||
        @param sps The number of samples per GSM symbol.
 | 
					        @param sps The number of samples per GSM symbol.
 | 
				
			||||||
 | 
					        @param amplitude The estimated amplitude of received TSC burst.
 | 
				
			||||||
 | 
					        @param toa The estimate time-of-arrival of received TSC burst (in symbols).
 | 
				
			||||||
        @param max_toa The maximum expected time-of-arrival (in symbols).
 | 
					        @param max_toa The maximum expected time-of-arrival (in symbols).
 | 
				
			||||||
        @param ebp The estimated parameters of the detected burst.
 | 
					 | 
				
			||||||
        @return positive value (CorrType) if threshold value is reached,
 | 
					        @return positive value (CorrType) if threshold value is reached,
 | 
				
			||||||
                negative value (-SignalError) on error,
 | 
					                negative value (-SignalError) on error,
 | 
				
			||||||
                zero (SIGERR_NONE) if no burst is detected
 | 
					                zero (SIGERR_NONE) if no burst is detected
 | 
				
			||||||
@@ -130,8 +118,9 @@ int detectAnyBurst(const signalVector &burst,
 | 
				
			|||||||
                   float threshold,
 | 
					                   float threshold,
 | 
				
			||||||
                   int sps,
 | 
					                   int sps,
 | 
				
			||||||
                   CorrType type,
 | 
					                   CorrType type,
 | 
				
			||||||
                   unsigned max_toa,
 | 
					                   complex &,
 | 
				
			||||||
                   struct estim_burst_params *ebp);
 | 
					                   float &toa,
 | 
				
			||||||
 | 
					                   unsigned max_toa);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** Demodulate burst basde on type and output soft bits */
 | 
					/** Demodulate burst basde on type and output soft bits */
 | 
				
			||||||
SoftVector *demodAnyBurst(const signalVector &burst, int sps,
 | 
					SoftVector *demodAnyBurst(const signalVector &burst, int sps,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,20 +1,20 @@
 | 
				
			|||||||
#include "signalVector.h"
 | 
					#include "signalVector.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
signalVector::signalVector(size_t size, vector_alloc_func wAllocFunc, vector_free_func wFreeFunc)
 | 
					signalVector::signalVector(size_t size)
 | 
				
			||||||
	: Vector<complex>(size, wAllocFunc, wFreeFunc),
 | 
						: Vector<complex>(size),
 | 
				
			||||||
	  real(false), aligned(false), symmetry(NONE)
 | 
						  real(false), aligned(false), symmetry(NONE)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
signalVector::signalVector(size_t size, size_t start, vector_alloc_func wAllocFunc, vector_free_func wFreeFunc)
 | 
					signalVector::signalVector(size_t size, size_t start)
 | 
				
			||||||
	: Vector<complex>(size + start, wAllocFunc, wFreeFunc),
 | 
						: Vector<complex>(size + start),
 | 
				
			||||||
	  real(false), aligned(false), symmetry(NONE)
 | 
						  real(false), aligned(false), symmetry(NONE)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	mStart = mData + start;
 | 
						mStart = mData + start;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
signalVector::signalVector(complex *data, size_t start, size_t span, vector_alloc_func wAllocFunc, vector_free_func wFreeFunc)
 | 
					signalVector::signalVector(complex *data, size_t start, size_t span)
 | 
				
			||||||
	: Vector<complex>(data, data + start, data + start + span, wAllocFunc, wFreeFunc),
 | 
						: Vector<complex>(NULL, data + start, data + start + span),
 | 
				
			||||||
	  real(false), aligned(false), symmetry(NONE)
 | 
						  real(false), aligned(false), symmetry(NONE)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -41,14 +41,7 @@ signalVector::signalVector(const signalVector &vector,
 | 
				
			|||||||
void signalVector::operator=(const signalVector& vector)
 | 
					void signalVector::operator=(const signalVector& vector)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	resize(vector.size() + vector.getStart());
 | 
						resize(vector.size() + vector.getStart());
 | 
				
			||||||
 | 
						memcpy(mData, vector.mData, bytes());
 | 
				
			||||||
	unsigned int i;
 | 
					 | 
				
			||||||
	complex *dst = mData;
 | 
					 | 
				
			||||||
	complex *src = vector.mData;
 | 
					 | 
				
			||||||
	for (i = 0; i < size(); i++, src++, dst++)
 | 
					 | 
				
			||||||
		*dst = *src;
 | 
					 | 
				
			||||||
	/* TODO: optimize for non non-trivially copyable types: */
 | 
					 | 
				
			||||||
	/*memcpy(mData, vector.mData, bytes()); */
 | 
					 | 
				
			||||||
	mStart = mData + vector.getStart();
 | 
						mStart = mData + vector.getStart();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -65,13 +58,8 @@ size_t signalVector::getStart() const
 | 
				
			|||||||
size_t signalVector::updateHistory()
 | 
					size_t signalVector::updateHistory()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	size_t num = getStart();
 | 
						size_t num = getStart();
 | 
				
			||||||
	unsigned int i;
 | 
					
 | 
				
			||||||
	complex *dst = mData;
 | 
						memmove(mData, mStart + this->size() - num, num * sizeof(complex));
 | 
				
			||||||
	complex *src = mStart + this->size() - num;
 | 
					 | 
				
			||||||
	for (i = 0; i < num; i++, src++, dst++)
 | 
					 | 
				
			||||||
		*dst = *src;
 | 
					 | 
				
			||||||
	/* TODO: optimize for non non-trivially copyable types: */
 | 
					 | 
				
			||||||
	/*memmove(mData, mStart + this->size() - num, num * sizeof(complex)); */
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return num;
 | 
						return num;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,13 +13,13 @@ enum Symmetry {
 | 
				
			|||||||
class signalVector: public Vector<complex> {
 | 
					class signalVector: public Vector<complex> {
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
	/** Default constructor */
 | 
						/** Default constructor */
 | 
				
			||||||
	signalVector(size_t size = 0, vector_alloc_func wAllocFunc = NULL, vector_free_func wFreeFunc = NULL);
 | 
						signalVector(size_t size = 0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Construct with head room */
 | 
						/** Construct with head room */
 | 
				
			||||||
	signalVector(size_t size, size_t start, vector_alloc_func wAllocFunc = NULL, vector_free_func wFreeFunc = NULL);
 | 
						signalVector(size_t size, size_t start);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Construct from existing buffer data (buffer not managed) */
 | 
						/** Construct from existing buffer data (buffer not managed) */
 | 
				
			||||||
	signalVector(complex *data, size_t start, size_t span, vector_alloc_func wAllocFunc = NULL, vector_free_func wFreeFunc = NULL);
 | 
						signalVector(complex *data, size_t start, size_t span);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Construct by from existing vector */
 | 
						/** Construct by from existing vector */
 | 
				
			||||||
	signalVector(const signalVector &vector);
 | 
						signalVector(const signalVector &vector);
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1578
									
								
								autogen.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										1578
									
								
								autogen.sh
									
									
									
									
									
										Executable file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										125
									
								
								configure.ac
									
									
									
									
									
								
							
							
						
						
									
										125
									
								
								configure.ac
									
									
									
									
									
								
							@@ -32,7 +32,7 @@ AC_CANONICAL_BUILD
 | 
				
			|||||||
AC_CANONICAL_HOST
 | 
					AC_CANONICAL_HOST
 | 
				
			||||||
AC_CANONICAL_TARGET
 | 
					AC_CANONICAL_TARGET
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
 | 
					AM_INIT_AUTOMAKE([subdir-objects])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dnl Linux kernel KBuild style compile messages
 | 
					dnl Linux kernel KBuild style compile messages
 | 
				
			||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 | 
					m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 | 
				
			||||||
@@ -49,7 +49,6 @@ AC_PROG_LN_S
 | 
				
			|||||||
AC_PROG_MAKE_SET
 | 
					AC_PROG_MAKE_SET
 | 
				
			||||||
AC_PROG_INSTALL
 | 
					AC_PROG_INSTALL
 | 
				
			||||||
AC_PATH_PROG([RM_PROG], [rm])
 | 
					AC_PATH_PROG([RM_PROG], [rm])
 | 
				
			||||||
AC_LANG([C++])
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
dnl check for pkg-config (explained in detail in libosmocore/configure.ac)
 | 
					dnl check for pkg-config (explained in detail in libosmocore/configure.ac)
 | 
				
			||||||
AC_PATH_PROG(PKG_CONFIG_INSTALLED, pkg-config, no)
 | 
					AC_PATH_PROG(PKG_CONFIG_INSTALLED, pkg-config, no)
 | 
				
			||||||
@@ -65,7 +64,7 @@ AC_PROG_LIBTOOL
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
dnl Checks for header files.
 | 
					dnl Checks for header files.
 | 
				
			||||||
AC_HEADER_STDC
 | 
					AC_HEADER_STDC
 | 
				
			||||||
dnl This is required for GnuRadio includes to understand endianness correctly:
 | 
					dnl This is required for GnuRadio includes to understand endianess correctly:
 | 
				
			||||||
AC_CHECK_HEADERS([byteswap.h])
 | 
					AC_CHECK_HEADERS([byteswap.h])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dnl Checks for typedefs, structures, and compiler characteristics.
 | 
					dnl Checks for typedefs, structures, and compiler characteristics.
 | 
				
			||||||
@@ -75,9 +74,9 @@ AC_TYPE_SIZE_T
 | 
				
			|||||||
AC_HEADER_TIME
 | 
					AC_HEADER_TIME
 | 
				
			||||||
AC_C_BIGENDIAN
 | 
					AC_C_BIGENDIAN
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.3.0)
 | 
					PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.11.0)
 | 
				
			||||||
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.3.0)
 | 
					PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.11.0)
 | 
				
			||||||
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.3.0)
 | 
					PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 0.11.0)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AC_ARG_ENABLE(sanitize,
 | 
					AC_ARG_ENABLE(sanitize,
 | 
				
			||||||
	[AS_HELP_STRING(
 | 
						[AS_HELP_STRING(
 | 
				
			||||||
@@ -91,25 +90,6 @@ then
 | 
				
			|||||||
	LDFLAGS="$LDFLAGS -fsanitize=address -fsanitize=undefined"
 | 
						LDFLAGS="$LDFLAGS -fsanitize=address -fsanitize=undefined"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AC_ARG_ENABLE(werror,
 | 
					 | 
				
			||||||
	[AS_HELP_STRING(
 | 
					 | 
				
			||||||
		[--enable-werror],
 | 
					 | 
				
			||||||
		[Turn all compiler warnings into errors, with exceptions:
 | 
					 | 
				
			||||||
		 a) deprecation (allow upstream to mark deprecation without breaking builds);
 | 
					 | 
				
			||||||
		 b) "#warning" pragmas (allow to remind ourselves of errors without breaking builds)
 | 
					 | 
				
			||||||
		]
 | 
					 | 
				
			||||||
	)],
 | 
					 | 
				
			||||||
	[werror=$enableval], [werror="no"])
 | 
					 | 
				
			||||||
if test x"$werror" = x"yes"
 | 
					 | 
				
			||||||
then
 | 
					 | 
				
			||||||
	WERROR_FLAGS="-Werror"
 | 
					 | 
				
			||||||
	WERROR_FLAGS+=" -Wno-error=deprecated -Wno-error=deprecated-declarations"
 | 
					 | 
				
			||||||
	WERROR_FLAGS+=" -Wno-error=cpp" # "#warning"
 | 
					 | 
				
			||||||
	CFLAGS="$CFLAGS $WERROR_FLAGS"
 | 
					 | 
				
			||||||
	CPPFLAGS="$CPPFLAGS $WERROR_FLAGS"
 | 
					 | 
				
			||||||
fi
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
AC_ARG_WITH(uhd, [
 | 
					AC_ARG_WITH(uhd, [
 | 
				
			||||||
    AS_HELP_STRING([--with-uhd],
 | 
					    AS_HELP_STRING([--with-uhd],
 | 
				
			||||||
        [enable UHD based transceiver])
 | 
					        [enable UHD based transceiver])
 | 
				
			||||||
@@ -122,7 +102,7 @@ AC_ARG_WITH(usrp1, [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
AC_ARG_WITH(lms, [
 | 
					AC_ARG_WITH(lms, [
 | 
				
			||||||
    AS_HELP_STRING([--with-lms],
 | 
					    AS_HELP_STRING([--with-lms],
 | 
				
			||||||
        [enable LimeSuite based transceiver])
 | 
					        [enable LimeSuite gnuradio based transceiver])
 | 
				
			||||||
])
 | 
					])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AC_ARG_WITH(singledb, [
 | 
					AC_ARG_WITH(singledb, [
 | 
				
			||||||
@@ -155,8 +135,6 @@ AS_IF([test "x$with_neon_vfpv4" = "xyes"], [
 | 
				
			|||||||
])
 | 
					])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AS_IF([test "x$with_usrp1" = "xyes"], [
 | 
					AS_IF([test "x$with_usrp1" = "xyes"], [
 | 
				
			||||||
    AC_CHECK_HEADER([boost/config.hpp],[],
 | 
					 | 
				
			||||||
        [AC_MSG_ERROR([boost/config.hpp not found, install e.g. libboost-dev])])
 | 
					 | 
				
			||||||
    PKG_CHECK_MODULES(USRP, usrp >= 3.3)
 | 
					    PKG_CHECK_MODULES(USRP, usrp >= 3.3)
 | 
				
			||||||
])
 | 
					])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -190,39 +168,29 @@ dnl Check if the compiler supports specified GCC's built-in function
 | 
				
			|||||||
AC_DEFUN([CHECK_BUILTIN_SUPPORT], [
 | 
					AC_DEFUN([CHECK_BUILTIN_SUPPORT], [
 | 
				
			||||||
  AC_CACHE_CHECK(
 | 
					  AC_CACHE_CHECK(
 | 
				
			||||||
    [whether ${CC} has $1 built-in],
 | 
					    [whether ${CC} has $1 built-in],
 | 
				
			||||||
    [osmo_cv_cc_has_$1], [
 | 
					    [osmo_cv_cc_has_builtin], [
 | 
				
			||||||
      AC_LINK_IFELSE([
 | 
					      AC_LINK_IFELSE([
 | 
				
			||||||
        AC_LANG_PROGRAM([], [
 | 
					        AC_LANG_PROGRAM([], [
 | 
				
			||||||
          $2
 | 
					          __builtin_cpu_supports("sse");
 | 
				
			||||||
        ])
 | 
					        ])
 | 
				
			||||||
      ],
 | 
					      ],
 | 
				
			||||||
      [AS_VAR_SET([osmo_cv_cc_has_$1], [yes])],
 | 
					      [AS_VAR_SET([osmo_cv_cc_has_builtin], [yes])],
 | 
				
			||||||
      [AS_VAR_SET([osmo_cv_cc_has_$1], [no])])
 | 
					      [AS_VAR_SET([osmo_cv_cc_has_builtin], [no])])
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
  )
 | 
					  )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  AS_IF([test yes = AS_VAR_GET([osmo_cv_cc_has_$1])], [
 | 
					  AS_IF([test yes = AS_VAR_GET([osmo_cv_cc_has_builtin])], [
 | 
				
			||||||
    AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_$1), 1,
 | 
					    AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_$1), 1,
 | 
				
			||||||
      [Define to 1 if compiler has the '$1' built-in function])
 | 
					      [Define to 1 if compiler has the '$1' built-in function])
 | 
				
			||||||
  ], [
 | 
					  ], [
 | 
				
			||||||
    AC_MSG_WARN($3)
 | 
					    AC_MSG_WARN($2)
 | 
				
			||||||
  ])
 | 
					  ])
 | 
				
			||||||
])
 | 
					])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dnl Check if the compiler supports runtime SIMD detection
 | 
					dnl Check if the compiler supports runtime SIMD detection
 | 
				
			||||||
CHECK_BUILTIN_SUPPORT([__builtin_cpu_supports], [__builtin_cpu_supports("sse");],
 | 
					CHECK_BUILTIN_SUPPORT([__builtin_cpu_supports],
 | 
				
			||||||
  [Runtime SIMD detection will be disabled])
 | 
					  [Runtime SIMD detection will be disabled])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dnl Check for __sync_fetch_and_add().
 | 
					 | 
				
			||||||
CHECK_BUILTIN_SUPPORT([__sync_fetch_and_and], [int x;__sync_fetch_and_and(&x,1);],
 | 
					 | 
				
			||||||
  [Atomic operation not available, will use mutex])
 | 
					 | 
				
			||||||
dnl Check for __sync_or_and_fetch().
 | 
					 | 
				
			||||||
CHECK_BUILTIN_SUPPORT([__sync_or_and_fetch], [int x;__sync_or_and_fetch(&x,1);],
 | 
					 | 
				
			||||||
  [Atomic operation not available, will use mutex])
 | 
					 | 
				
			||||||
AS_IF([test "x$osmo_cv_cc_has___sync_fetch_and_and" = "xyes" && test "x$osmo_cv_cc_has___sync_or_and_fetch" = "xyes"], [
 | 
					 | 
				
			||||||
    AC_DEFINE(HAVE_ATOMIC_OPS, 1, [Support all required atomic operations], [AC_MSG_WARN("At least one aotmic operation missing, will use mutex")])
 | 
					 | 
				
			||||||
])
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
AM_CONDITIONAL(DEVICE_UHD, [test "x$with_uhd" != "xno"])
 | 
					AM_CONDITIONAL(DEVICE_UHD, [test "x$with_uhd" != "xno"])
 | 
				
			||||||
AM_CONDITIONAL(DEVICE_USRP1, [test "x$with_usrp1" = "xyes"])
 | 
					AM_CONDITIONAL(DEVICE_USRP1, [test "x$with_usrp1" = "xyes"])
 | 
				
			||||||
AM_CONDITIONAL(DEVICE_LMS, [test "x$with_lms" = "xyes"])
 | 
					AM_CONDITIONAL(DEVICE_LMS, [test "x$with_lms" = "xyes"])
 | 
				
			||||||
@@ -232,63 +200,8 @@ AM_CONDITIONAL(ARCH_ARM_A15, [test "x$with_neon_vfpv4" = "xyes"])
 | 
				
			|||||||
PKG_CHECK_MODULES(LIBUSB, libusb-1.0)
 | 
					PKG_CHECK_MODULES(LIBUSB, libusb-1.0)
 | 
				
			||||||
PKG_CHECK_MODULES(FFTWF, fftw3f)
 | 
					PKG_CHECK_MODULES(FFTWF, fftw3f)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Generate manuals
 | 
					AC_CHECK_HEADER([boost/config.hpp],[],
 | 
				
			||||||
AC_ARG_ENABLE(manuals,
 | 
					    [AC_MSG_ERROR([boost/config.hpp not found, install e.g. libboost-dev])])
 | 
				
			||||||
	[AS_HELP_STRING(
 | 
					 | 
				
			||||||
		[--enable-manuals],
 | 
					 | 
				
			||||||
		[Generate manual PDFs [default=no]],
 | 
					 | 
				
			||||||
	)],
 | 
					 | 
				
			||||||
	[osmo_ac_build_manuals=$enableval], [osmo_ac_build_manuals="no"])
 | 
					 | 
				
			||||||
AM_CONDITIONAL([BUILD_MANUALS], [test x"$osmo_ac_build_manuals" = x"yes"])
 | 
					 | 
				
			||||||
AC_ARG_VAR(OSMO_GSM_MANUALS_DIR, [path to common osmo-gsm-manuals files, overriding pkg-config and "../osmo-gsm-manuals"
 | 
					 | 
				
			||||||
	fallback])
 | 
					 | 
				
			||||||
if test x"$osmo_ac_build_manuals" = x"yes"
 | 
					 | 
				
			||||||
then
 | 
					 | 
				
			||||||
	# Find OSMO_GSM_MANUALS_DIR (env, pkg-conf, fallback)
 | 
					 | 
				
			||||||
	if test -n "$OSMO_GSM_MANUALS_DIR"; then
 | 
					 | 
				
			||||||
		echo "checking for OSMO_GSM_MANUALS_DIR... $OSMO_GSM_MANUALS_DIR (from env)"
 | 
					 | 
				
			||||||
	else
 | 
					 | 
				
			||||||
		OSMO_GSM_MANUALS_DIR="$($PKG_CONFIG osmo-gsm-manuals --variable=osmogsmmanualsdir 2>/dev/null)"
 | 
					 | 
				
			||||||
		if test -n "$OSMO_GSM_MANUALS_DIR"; then
 | 
					 | 
				
			||||||
			echo "checking for OSMO_GSM_MANUALS_DIR... $OSMO_GSM_MANUALS_DIR (from pkg-conf)"
 | 
					 | 
				
			||||||
		else
 | 
					 | 
				
			||||||
			OSMO_GSM_MANUALS_DIR="../osmo-gsm-manuals"
 | 
					 | 
				
			||||||
			echo "checking for OSMO_GSM_MANUALS_DIR... $OSMO_GSM_MANUALS_DIR (fallback)"
 | 
					 | 
				
			||||||
		fi
 | 
					 | 
				
			||||||
	fi
 | 
					 | 
				
			||||||
	if ! test -d "$OSMO_GSM_MANUALS_DIR"; then
 | 
					 | 
				
			||||||
		AC_MSG_ERROR("OSMO_GSM_MANUALS_DIR does not exist! Install osmo-gsm-manuals or set OSMO_GSM_MANUALS_DIR.")
 | 
					 | 
				
			||||||
	fi
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	# Find and run check-depends
 | 
					 | 
				
			||||||
	CHECK_DEPENDS="$OSMO_GSM_MANUALS_DIR/check-depends.sh"
 | 
					 | 
				
			||||||
	if ! test -x "$CHECK_DEPENDS"; then
 | 
					 | 
				
			||||||
		CHECK_DEPENDS="osmo-gsm-manuals-check-depends"
 | 
					 | 
				
			||||||
	fi
 | 
					 | 
				
			||||||
	if ! $CHECK_DEPENDS; then
 | 
					 | 
				
			||||||
		AC_MSG_ERROR("missing dependencies for --enable-manuals")
 | 
					 | 
				
			||||||
	fi
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	# Put in Makefile with absolute path
 | 
					 | 
				
			||||||
	OSMO_GSM_MANUALS_DIR="$(realpath "$OSMO_GSM_MANUALS_DIR")"
 | 
					 | 
				
			||||||
	AC_SUBST([OSMO_GSM_MANUALS_DIR])
 | 
					 | 
				
			||||||
fi
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    # https://www.freedesktop.org/software/systemd/man/daemon.html
 | 
					 | 
				
			||||||
    AC_ARG_WITH([systemdsystemunitdir],
 | 
					 | 
				
			||||||
         [AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files])],,
 | 
					 | 
				
			||||||
         [with_systemdsystemunitdir=auto])
 | 
					 | 
				
			||||||
    AS_IF([test "x$with_systemdsystemunitdir" = "xyes" -o "x$with_systemdsystemunitdir" = "xauto"], [
 | 
					 | 
				
			||||||
         def_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
         AS_IF([test "x$def_systemdsystemunitdir" = "x"],
 | 
					 | 
				
			||||||
       [AS_IF([test "x$with_systemdsystemunitdir" = "xyes"],
 | 
					 | 
				
			||||||
        [AC_MSG_ERROR([systemd support requested but pkg-config unable to query systemd package])])
 | 
					 | 
				
			||||||
        with_systemdsystemunitdir=no],
 | 
					 | 
				
			||||||
       [with_systemdsystemunitdir="$def_systemdsystemunitdir"])])
 | 
					 | 
				
			||||||
    AS_IF([test "x$with_systemdsystemunitdir" != "xno"],
 | 
					 | 
				
			||||||
          [AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir])])
 | 
					 | 
				
			||||||
    AM_CONDITIONAL([HAVE_SYSTEMD], [test "x$with_systemdsystemunitdir" != "xno"])
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
AC_MSG_RESULT([CPPFLAGS="$CPPFLAGS"])
 | 
					AC_MSG_RESULT([CPPFLAGS="$CPPFLAGS"])
 | 
				
			||||||
AC_MSG_RESULT([CFLAGS="$CFLAGS"])
 | 
					AC_MSG_RESULT([CFLAGS="$CFLAGS"])
 | 
				
			||||||
@@ -306,18 +219,12 @@ AC_CONFIG_FILES([\
 | 
				
			|||||||
    Transceiver52M/arch/arm/Makefile \
 | 
					    Transceiver52M/arch/arm/Makefile \
 | 
				
			||||||
    Transceiver52M/arch/x86/Makefile \
 | 
					    Transceiver52M/arch/x86/Makefile \
 | 
				
			||||||
    Transceiver52M/device/Makefile \
 | 
					    Transceiver52M/device/Makefile \
 | 
				
			||||||
    Transceiver52M/device/common/Makefile \
 | 
					 | 
				
			||||||
    Transceiver52M/device/uhd/Makefile \
 | 
					    Transceiver52M/device/uhd/Makefile \
 | 
				
			||||||
    Transceiver52M/device/usrp1/Makefile \
 | 
					    Transceiver52M/device/usrp1/Makefile \
 | 
				
			||||||
    Transceiver52M/device/lms/Makefile \
 | 
					    Transceiver52M/device/lms/Makefile \
 | 
				
			||||||
    tests/Makefile \
 | 
					    tests/Makefile \
 | 
				
			||||||
    tests/CommonLibs/Makefile \
 | 
					    tests/CommonLibs/Makefile \
 | 
				
			||||||
    tests/Transceiver52M/Makefile \
 | 
					    tests/Transceiver52M/Makefile \
 | 
				
			||||||
    doc/Makefile \
 | 
					 | 
				
			||||||
    doc/examples/Makefile \
 | 
					 | 
				
			||||||
    contrib/Makefile \
 | 
					 | 
				
			||||||
    contrib/systemd/Makefile \
 | 
					 | 
				
			||||||
])
 | 
					])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AC_OUTPUT(
 | 
					AC_OUTPUT
 | 
				
			||||||
	doc/manuals/Makefile)
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1 +0,0 @@
 | 
				
			|||||||
SUBDIRS = systemd
 | 
					 | 
				
			||||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user