mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
				synced 2025-11-03 21:53:18 +00:00 
			
		
		
		
	Compare commits
	
		
			7 Commits
		
	
	
		
			1.1.0
			...
			fairwaves/
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					2061843c3d | ||
| 
						 | 
					63d0f2a496 | ||
| 
						 | 
					6459ddc55c | ||
| 
						 | 
					7a33c7221b | ||
| 
						 | 
					dd62d4baa0 | ||
| 
						 | 
					09130c81a7 | ||
| 
						 | 
					0c4e24d197 | 
							
								
								
									
										45
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										45
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -2,23 +2,22 @@
 | 
			
		||||
*.o
 | 
			
		||||
*.lo
 | 
			
		||||
*.la
 | 
			
		||||
Transceiver52M/osmo-trx-uhd
 | 
			
		||||
Transceiver52M/osmo-trx-usrp1
 | 
			
		||||
Transceiver52M/osmo-trx-lms
 | 
			
		||||
Transceiver52M/osmo-trx
 | 
			
		||||
Transceiver52M/osmo-trx-gen
 | 
			
		||||
Transceiver52M/osmo-trx-dec
 | 
			
		||||
 | 
			
		||||
# tests
 | 
			
		||||
tests/CommonLibs/BitVectorTest
 | 
			
		||||
tests/CommonLibs/F16Test
 | 
			
		||||
tests/CommonLibs/InterthreadTest
 | 
			
		||||
tests/CommonLibs/LogTest
 | 
			
		||||
tests/CommonLibs/RegexpTest
 | 
			
		||||
tests/CommonLibs/SocketsTest
 | 
			
		||||
tests/CommonLibs/TimevalTest
 | 
			
		||||
tests/CommonLibs/URLEncodeTest
 | 
			
		||||
tests/CommonLibs/VectorTest
 | 
			
		||||
tests/CommonLibs/PRBSTest
 | 
			
		||||
tests/Transceiver52M/convolve_test
 | 
			
		||||
tests/Transceiver52M/LMSDeviceTest
 | 
			
		||||
CommonLibs/BitVectorTest
 | 
			
		||||
CommonLibs/ConfigurationTest
 | 
			
		||||
CommonLibs/F16Test
 | 
			
		||||
CommonLibs/InterthreadTest
 | 
			
		||||
CommonLibs/LogTest
 | 
			
		||||
CommonLibs/RegexpTest
 | 
			
		||||
CommonLibs/SocketsTest
 | 
			
		||||
CommonLibs/TimevalTest
 | 
			
		||||
CommonLibs/URLEncodeTest
 | 
			
		||||
CommonLibs/VectorTest
 | 
			
		||||
CommonLibs/PRBSTest
 | 
			
		||||
 | 
			
		||||
# automake/autoconf
 | 
			
		||||
*.in
 | 
			
		||||
@@ -44,22 +43,6 @@ ltmain.sh
 | 
			
		||||
missing
 | 
			
		||||
stamp-h1
 | 
			
		||||
INSTALL
 | 
			
		||||
tests/package.m4
 | 
			
		||||
tests/testsuite
 | 
			
		||||
tests/atconfig
 | 
			
		||||
tests/testsuite.dir
 | 
			
		||||
tests/testsuite.log
 | 
			
		||||
 | 
			
		||||
# vim
 | 
			
		||||
*.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
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										192
									
								
								AUTHORS
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										192
									
								
								AUTHORS
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,192 @@
 | 
			
		||||
#
 | 
			
		||||
# 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/BitVectorTest.cpp
 | 
			
		||||
    CommonLibs/Configuration.cpp
 | 
			
		||||
    CommonLibs/Configuration.h
 | 
			
		||||
    CommonLibs/ConfigurationTest.cpp
 | 
			
		||||
    CommonLibs/Interthread.h
 | 
			
		||||
    CommonLibs/InterthreadTest.cpp
 | 
			
		||||
    CommonLibs/LinkedLists.cpp
 | 
			
		||||
    CommonLibs/LinkedLists.h
 | 
			
		||||
    CommonLibs/Regexp.h
 | 
			
		||||
    CommonLibs/RegexpTest.cpp
 | 
			
		||||
    CommonLibs/Sockets.cpp
 | 
			
		||||
    CommonLibs/Sockets.h
 | 
			
		||||
    CommonLibs/SocketsTest.cpp
 | 
			
		||||
    CommonLibs/Threads.cpp
 | 
			
		||||
    CommonLibs/Threads.h
 | 
			
		||||
    CommonLibs/Timeval.cpp
 | 
			
		||||
    CommonLibs/Timeval.h
 | 
			
		||||
    CommonLibs/TimevalTest.cpp
 | 
			
		||||
    CommonLibs/Vector.h
 | 
			
		||||
    CommonLibs/VectorTest.cpp
 | 
			
		||||
    Control/CallControl.cpp
 | 
			
		||||
    Control/ControlCommon.cpp
 | 
			
		||||
    Control/ControlCommon.h
 | 
			
		||||
    Control/FACCHDispatch.cpp
 | 
			
		||||
    Control/MobilityManagement.cpp
 | 
			
		||||
    Control/PagerTest.cpp
 | 
			
		||||
    Control/RadioResource.cpp
 | 
			
		||||
    Control/SDCCHDispatch.cpp
 | 
			
		||||
    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
 | 
			
		||||
    SIP/SIPEngine.h
 | 
			
		||||
    SIP/SIPInterface.h
 | 
			
		||||
    SMS/SMSMessages.cpp
 | 
			
		||||
    SMS/SMSMessages.h
 | 
			
		||||
    SMS/SMSTransfer.cpp
 | 
			
		||||
    SMS/SMSTransfer.h
 | 
			
		||||
    TRXManager/TRXManager.cpp
 | 
			
		||||
    Transceiver/Complex.h
 | 
			
		||||
    apps/OpenBTS900.cpp
 | 
			
		||||
    apps/OpenBTS850.cpp
 | 
			
		||||
    apps/OpenBTS25c3.cpp
 | 
			
		||||
    tests/AGCHTest.cpp
 | 
			
		||||
    tests/BeaconTest.cpp
 | 
			
		||||
    tests/CallTest.cpp
 | 
			
		||||
    tests/CallTest2.cpp
 | 
			
		||||
    tests/LAPDmTest.cpp
 | 
			
		||||
    tests/LoopbackTest.cpp
 | 
			
		||||
    tests/RegistrationTest.cpp
 | 
			
		||||
    tests/TRXSimulator.cpp
 | 
			
		||||
 | 
			
		||||
Harvind S. Samra, hssamra@kestrelsp.com:
 | 
			
		||||
    Control/PagerTest.cpp
 | 
			
		||||
    Control/RadioResource.cpp
 | 
			
		||||
    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:
 | 
			
		||||
    Control/CallControl.cpp
 | 
			
		||||
    Control/ControlCommon.cpp
 | 
			
		||||
    Control/ControlCommon.h
 | 
			
		||||
    Control/FACCHDispatch.cpp
 | 
			
		||||
    Control/MobilityManagement.cpp
 | 
			
		||||
    Control/PagerTest.cpp
 | 
			
		||||
    Control/RadioResource.cpp
 | 
			
		||||
    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
 | 
			
		||||
    SIP/SIPEngine.cpp
 | 
			
		||||
    SIP/SIPInterface.cpp
 | 
			
		||||
    SIP/SIPInterface.h
 | 
			
		||||
    SIP/SIPMessage.cpp
 | 
			
		||||
    SIP/SIPMessage.h
 | 
			
		||||
    SIP/SIPUtility.cpp
 | 
			
		||||
    SIP/SIPUtility.h
 | 
			
		||||
    SMS/CMMessage.cpp
 | 
			
		||||
    SMS/CMMessage.h
 | 
			
		||||
    SMS/CMProcessor.cpp
 | 
			
		||||
    SMS/CMProcessor.h
 | 
			
		||||
    SMS/CMTest.cpp
 | 
			
		||||
    SMS/RLMessage.cpp
 | 
			
		||||
    SMS/RLMessage.h
 | 
			
		||||
    SMS/RLProcessor.cpp
 | 
			
		||||
    SMS/RLProcessor.h
 | 
			
		||||
    SMS/SMSMessages.cpp
 | 
			
		||||
    SMS/SMSMessages.h
 | 
			
		||||
    SMS/SMSProcessors.cpp
 | 
			
		||||
    SMS/SMSProcessors.h
 | 
			
		||||
    SMS/SMSTransfer.cpp
 | 
			
		||||
    SMS/SMSTransfer.h
 | 
			
		||||
    SMS/TLMessage.cpp
 | 
			
		||||
    SMS/TLMessage.h
 | 
			
		||||
    SMS/TLProcessor.cpp
 | 
			
		||||
    SMS/TLProcessor.h
 | 
			
		||||
    TRXManager/TRXManager.h
 | 
			
		||||
 | 
			
		||||
Alon Levy, alonlevy1@gmail.com
 | 
			
		||||
    RRLPMessages.cpp
 | 
			
		||||
    RRLPMessages.h
 | 
			
		||||
    RRLPTest.cpp
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										28
									
								
								COPYING
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								COPYING
									
									
									
									
									
								
							@@ -673,16 +673,16 @@ on the AGPLv3 text.
 | 
			
		||||
=========================================================================
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
ADDITIONAL TERMS TO THE AGPLv3 LICENSE FOR OsmoTRX
 | 
			
		||||
ADDITIONAL TERMS TO THE AGPLv3 LICENSE FOR OPENBTS
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Permissive Terms Supplementing the License
 | 
			
		||||
 | 
			
		||||
1. Remote Interaction Through IP Networks.
 | 
			
		||||
 | 
			
		||||
OsmoTRX is an implementation of the GSM network cellular air interface,
 | 
			
		||||
OpenBTS includes an implementation of the GSM network cellular air interface,
 | 
			
		||||
as well as other interfaces to IP networks.  The interaction of cellular
 | 
			
		||||
handsets with the OsmoTRX software is considered "remote network interaction"
 | 
			
		||||
handsets with the OpenBTS software is considered "remote network interaction"
 | 
			
		||||
for the purposes of the Affero General Public License and cellular users are
 | 
			
		||||
subject to the source code access requirements of Section 13 of AGPLv3 ("Remote
 | 
			
		||||
Network Interaction; Use with the GNU General Public License").
 | 
			
		||||
@@ -694,6 +694,17 @@ interfaces other than the GSM air interface from the requirements of Section 13
 | 
			
		||||
is an additional permission granted to you.  
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Non-Permissive Terms Supplementing The License
 | 
			
		||||
 | 
			
		||||
1. Trademarks.
 | 
			
		||||
 | 
			
		||||
"OpenBTS" is a trademark of Range Networks, Inc., registered with
 | 
			
		||||
the US Patent and Trademark Office.  Your use of OpenBTS software under a GPL
 | 
			
		||||
license does not include the right to use the OpenBTS trademark in commerce.
 | 
			
		||||
This additional non-permissive term is consistent with Section 7 of the AGPLv3
 | 
			
		||||
license.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
END OF ADDITIONAL TERMS
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -701,8 +712,13 @@ END OF ADDITIONAL TERMS
 | 
			
		||||
How to comply with Section 13 of the AGPLv3 license.
 | 
			
		||||
 | 
			
		||||
The recommended method for compliance with Section 13 of the AGPLv3 license is
 | 
			
		||||
to deliver a text message to each handset that attaches to the cellular
 | 
			
		||||
network which uses OsmoTRX.  At a minimum, that text message should include the string
 | 
			
		||||
"OsmoTRX AGPLv3" and a URL that can be used to access the OsmoBTS source code.  This
 | 
			
		||||
to deliver a text message to each handset that attaches to the OpenBTS cellular
 | 
			
		||||
network.  At a minimum, that text message should include the string "OpenBTS
 | 
			
		||||
AGPLv3" and a URL that can be used to access the OpenBTS source code.  This
 | 
			
		||||
message need not be delivered to handsets that are denied registration with the
 | 
			
		||||
network, since those handsets have been denied service.
 | 
			
		||||
 | 
			
		||||
In OpenBTS 2.6, such text messages can be delivered with the "Welcome Message"
 | 
			
		||||
feature.  See the OpenBTS.config.example file for more information on the use of
 | 
			
		||||
this feature for AGPLv3 compliance.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,6 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,6 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
*
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,6 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
							
								
								
									
										1171
									
								
								CommonLibs/Configuration.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1171
									
								
								CommonLibs/Configuration.cpp
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										422
									
								
								CommonLibs/Configuration.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										422
									
								
								CommonLibs/Configuration.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,422 @@
 | 
			
		||||
/*
 | 
			
		||||
* Copyright 2009, 2010 Free Software Foundation, Inc.
 | 
			
		||||
* Copyright 2010 Kestrel Signal Processing, Inc.
 | 
			
		||||
* Copyright 2011, 2012 Range Networks, 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 CONFIGURATION_H
 | 
			
		||||
#define CONFIGURATION_H
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#include "sqlite3util.h"
 | 
			
		||||
 | 
			
		||||
#include <assert.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <netinet/in.h>
 | 
			
		||||
#include <arpa/inet.h>
 | 
			
		||||
#include <regex.h>
 | 
			
		||||
 | 
			
		||||
#include <map>
 | 
			
		||||
#include <vector>
 | 
			
		||||
#include <string>
 | 
			
		||||
#include <sstream>
 | 
			
		||||
#include <iostream>
 | 
			
		||||
 | 
			
		||||
#include <Threads.h>
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/** A class for configuration file errors. */
 | 
			
		||||
class ConfigurationTableError {};
 | 
			
		||||
extern char gCmdName[];	// Gotta be global, gotta be char*, gotta love it.
 | 
			
		||||
 | 
			
		||||
/** An exception thrown when a given config key isn't found. */
 | 
			
		||||
class ConfigurationTableKeyNotFound : public ConfigurationTableError {
 | 
			
		||||
 | 
			
		||||
	private:
 | 
			
		||||
 | 
			
		||||
	std::string mKey;
 | 
			
		||||
 | 
			
		||||
	public:
 | 
			
		||||
 | 
			
		||||
	ConfigurationTableKeyNotFound(const std::string& wKey)
 | 
			
		||||
		:mKey(wKey)
 | 
			
		||||
	{ }
 | 
			
		||||
 | 
			
		||||
	const std::string& key() const { return mKey; }
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class ConfigurationRecord {
 | 
			
		||||
 | 
			
		||||
	private:
 | 
			
		||||
 | 
			
		||||
	std::string mValue;
 | 
			
		||||
	long mNumber;
 | 
			
		||||
	bool mDefined;
 | 
			
		||||
 | 
			
		||||
	public:
 | 
			
		||||
 | 
			
		||||
	ConfigurationRecord(bool wDefined=true):
 | 
			
		||||
		mDefined(wDefined)
 | 
			
		||||
	{ }
 | 
			
		||||
 | 
			
		||||
	ConfigurationRecord(const std::string& wValue):
 | 
			
		||||
		mValue(wValue),
 | 
			
		||||
		mNumber(strtol(wValue.c_str(),NULL,0)),
 | 
			
		||||
		mDefined(true)
 | 
			
		||||
	{ }
 | 
			
		||||
 | 
			
		||||
	ConfigurationRecord(const char* wValue):
 | 
			
		||||
		mValue(std::string(wValue)),
 | 
			
		||||
		mNumber(strtol(wValue,NULL,0)),
 | 
			
		||||
		mDefined(true)
 | 
			
		||||
	{ }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
	const std::string& value() const { return mValue; }
 | 
			
		||||
	long number() const { return mNumber; }
 | 
			
		||||
	bool defined() const { return mDefined; }
 | 
			
		||||
 | 
			
		||||
	float floatNumber() const;
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/** A string class that uses a hash function for comparison. */
 | 
			
		||||
class HashString : public std::string {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
	protected:
 | 
			
		||||
 | 
			
		||||
	uint64_t mHash;
 | 
			
		||||
 | 
			
		||||
	void computeHash();
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
	public:
 | 
			
		||||
 | 
			
		||||
	HashString(const char* src)
 | 
			
		||||
		:std::string(src)
 | 
			
		||||
	{
 | 
			
		||||
		computeHash();
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	HashString(const std::string& src)
 | 
			
		||||
		:std::string(src)
 | 
			
		||||
	{
 | 
			
		||||
		computeHash();
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	HashString()
 | 
			
		||||
	{
 | 
			
		||||
		mHash=0;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	HashString& operator=(std::string& src)
 | 
			
		||||
	{
 | 
			
		||||
		std::string::operator=(src);
 | 
			
		||||
		computeHash();
 | 
			
		||||
		return *this;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	HashString& operator=(const char* src)
 | 
			
		||||
	{
 | 
			
		||||
		std::string::operator=(src);
 | 
			
		||||
		computeHash();
 | 
			
		||||
		return *this;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	bool operator==(const HashString& other)
 | 
			
		||||
	{
 | 
			
		||||
		return mHash==other.mHash;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	bool operator<(const HashString& other)
 | 
			
		||||
	{
 | 
			
		||||
		return mHash<other.mHash;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	bool operator>(const HashString& other)
 | 
			
		||||
	{
 | 
			
		||||
		return mHash<other.mHash;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	uint64_t hash() const { return mHash; }
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
typedef std::map<std::string, ConfigurationRecord> ConfigurationRecordMap;
 | 
			
		||||
typedef std::map<HashString, ConfigurationRecord> ConfigurationMap;
 | 
			
		||||
class ConfigurationKey;
 | 
			
		||||
typedef std::map<std::string, ConfigurationKey> ConfigurationKeyMap;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
	A class for maintaining a configuration key-value table,
 | 
			
		||||
	based on sqlite3 and a local map-based cache.
 | 
			
		||||
	Thread-safe, too.
 | 
			
		||||
*/
 | 
			
		||||
class ConfigurationTable {
 | 
			
		||||
 | 
			
		||||
	private:
 | 
			
		||||
 | 
			
		||||
	sqlite3* mDB;				///< database connection
 | 
			
		||||
	ConfigurationMap mCache;	///< cache of recently access configuration values
 | 
			
		||||
	mutable Mutex mLock;		///< control for multithreaded access to the cache
 | 
			
		||||
	std::vector<std::string> (*mCrossCheck)(const std::string&);	///< cross check callback pointer
 | 
			
		||||
 | 
			
		||||
	public:
 | 
			
		||||
 | 
			
		||||
	ConfigurationKeyMap mSchema;///< definition of configuration default values and validation logic
 | 
			
		||||
 | 
			
		||||
	ConfigurationTable(const char* filename = ":memory:", const char *wCmdName = 0, ConfigurationKeyMap wSchema = ConfigurationKeyMap());
 | 
			
		||||
 | 
			
		||||
	/** Generate an up-to-date example sql file for new installs. */
 | 
			
		||||
	std::string getDefaultSQL(const std::string& program, const std::string& version);
 | 
			
		||||
 | 
			
		||||
	/** Generate an up-to-date TeX snippet. */
 | 
			
		||||
	std::string getTeX(const std::string& program, const std::string& version);
 | 
			
		||||
 | 
			
		||||
	/** Return true if the key is used in the table.  */
 | 
			
		||||
	bool defines(const std::string& key);
 | 
			
		||||
 | 
			
		||||
	/** Return true if the application's schema knows about this key. */
 | 
			
		||||
	bool keyDefinedInSchema(const std::string& name);
 | 
			
		||||
 | 
			
		||||
	/** Return true if the provided value validates correctly against the defined schema. */
 | 
			
		||||
	bool isValidValue(const std::string& name, const std::string& val);
 | 
			
		||||
 | 
			
		||||
	/** Return true if the provided value validates correctly against the defined schema. */
 | 
			
		||||
	bool isValidValue(const std::string& name, const int val) { std::stringstream ss; ss << val; return isValidValue(name, ss.str()); }
 | 
			
		||||
 | 
			
		||||
	/** Return a map of all similar keys in the defined schema. */
 | 
			
		||||
	ConfigurationKeyMap getSimilarKeys(const std::string& snippet);
 | 
			
		||||
 | 
			
		||||
	/** Return true if this key is identified as static. */
 | 
			
		||||
	bool isStatic(const std::string& key);
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
		Get a string parameter from the table.
 | 
			
		||||
		Throw ConfigurationTableKeyNotFound if not found.
 | 
			
		||||
	*/
 | 
			
		||||
	std::string getStr(const std::string& key);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
		Get a boolean from the table.
 | 
			
		||||
		Return false if NULL or 0, true otherwise.
 | 
			
		||||
	*/
 | 
			
		||||
	bool getBool(const std::string& key);
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
		Get a numeric parameter from the table.
 | 
			
		||||
		Throw ConfigurationTableKeyNotFound if not found.
 | 
			
		||||
	*/
 | 
			
		||||
	long getNum(const std::string& key);
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
		Get a vector of strings from the table.
 | 
			
		||||
	*/
 | 
			
		||||
	std::vector<std::string> getVectorOfStrings(const std::string& key);
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
		Get a float from the table.
 | 
			
		||||
		Throw ConfigurationTableKeyNotFound if not found.
 | 
			
		||||
	*/
 | 
			
		||||
	float getFloat(const std::string& key);
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
		Get a numeric vector from the table.
 | 
			
		||||
	*/
 | 
			
		||||
	std::vector<unsigned> getVector(const std::string& key);
 | 
			
		||||
 | 
			
		||||
	/** Get length of a vector */
 | 
			
		||||
	unsigned getVectorLength(const std::string &key) 
 | 
			
		||||
		{ return getVector(key).size(); }
 | 
			
		||||
 | 
			
		||||
	/** Set or change a value in the table.  */
 | 
			
		||||
	bool set(const std::string& key, const std::string& value);
 | 
			
		||||
 | 
			
		||||
	/** Set or change a value in the table.  */
 | 
			
		||||
	bool set(const std::string& key, long value);
 | 
			
		||||
 | 
			
		||||
	/** Create an entry in the table, no value though. */
 | 
			
		||||
	bool set(const std::string& key);
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
		Remove an entry from the table.
 | 
			
		||||
		Will not alter required values.
 | 
			
		||||
		@param key The key of the item to be removed.
 | 
			
		||||
		@return true if anything was actually removed.
 | 
			
		||||
	*/
 | 
			
		||||
	bool remove(const std::string& key);
 | 
			
		||||
 | 
			
		||||
	/** Search the table, dumping to a stream. */
 | 
			
		||||
	void find(const std::string& pattern, std::ostream&) const;
 | 
			
		||||
 | 
			
		||||
	/** Return all key/value pairs stored in the ConfigurationTable */
 | 
			
		||||
	ConfigurationRecordMap getAllPairs() const;
 | 
			
		||||
 | 
			
		||||
	/** Define the callback to purge the cache whenever the database changes. */
 | 
			
		||||
	void setUpdateHook(void(*)(void *,int ,char const *,char const *,sqlite3_int64));
 | 
			
		||||
 | 
			
		||||
	/** Define the callback for cross checking. */
 | 
			
		||||
	void setCrossCheckHook(std::vector<std::string> (*wCrossCheck)(const std::string&));
 | 
			
		||||
 | 
			
		||||
	/** Execute the application specific value cross checking logic. */
 | 
			
		||||
	std::vector<std::string> crossCheck(const std::string& key);
 | 
			
		||||
 | 
			
		||||
	/** purege cache if it exceeds a certain age */
 | 
			
		||||
	void checkCacheAge();
 | 
			
		||||
 | 
			
		||||
	/** Delete all records from the cache. */
 | 
			
		||||
	void purge();
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
	private:
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
		Attempt to lookup a record, cache if needed.
 | 
			
		||||
		Throw ConfigurationTableKeyNotFound if not found.
 | 
			
		||||
		Caller should hold mLock because the returned reference points into the cache.
 | 
			
		||||
	*/
 | 
			
		||||
	const ConfigurationRecord& lookup(const std::string& key);
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
typedef std::map<HashString, std::string> HashStringMap;
 | 
			
		||||
 | 
			
		||||
class SimpleKeyValue {
 | 
			
		||||
 | 
			
		||||
	protected:
 | 
			
		||||
 | 
			
		||||
	HashStringMap mMap;
 | 
			
		||||
 | 
			
		||||
	public:
 | 
			
		||||
 | 
			
		||||
	/** Take a C string "A=B" and set map["A"]="B". */
 | 
			
		||||
	void addItem(const char*);
 | 
			
		||||
 | 
			
		||||
	/** Take a C string "A=B C=D E=F ..." and add all of the pairs to the map. */
 | 
			
		||||
	void addItems(const char*s);
 | 
			
		||||
 | 
			
		||||
	/** Return a reference to the string at map["key"]. */
 | 
			
		||||
	const char* get(const char*) const;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class ConfigurationKey {
 | 
			
		||||
 | 
			
		||||
	public:
 | 
			
		||||
 | 
			
		||||
	enum VisibilityLevel
 | 
			
		||||
	{
 | 
			
		||||
		CUSTOMER,
 | 
			
		||||
		CUSTOMERSITE,
 | 
			
		||||
		CUSTOMERTUNE,
 | 
			
		||||
		CUSTOMERWARN,
 | 
			
		||||
		DEVELOPER,
 | 
			
		||||
		FACTORY
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	enum Type
 | 
			
		||||
	{
 | 
			
		||||
		BOOLEAN,
 | 
			
		||||
		CHOICE_OPT,
 | 
			
		||||
		CHOICE,
 | 
			
		||||
		CIDR_OPT,
 | 
			
		||||
		CIDR,
 | 
			
		||||
		FILEPATH_OPT,
 | 
			
		||||
		FILEPATH,
 | 
			
		||||
		IPADDRESS_OPT,
 | 
			
		||||
		IPADDRESS,
 | 
			
		||||
		IPANDPORT,
 | 
			
		||||
		MIPADDRESS_OPT,
 | 
			
		||||
		MIPADDRESS,
 | 
			
		||||
		PORT_OPT,
 | 
			
		||||
		PORT,
 | 
			
		||||
		REGEX_OPT,
 | 
			
		||||
		REGEX,
 | 
			
		||||
		STRING_OPT,
 | 
			
		||||
		STRING,
 | 
			
		||||
		VALRANGE
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	private:
 | 
			
		||||
 | 
			
		||||
	std::string mName;
 | 
			
		||||
	std::string mDefaultValue;
 | 
			
		||||
	std::string mUnits;
 | 
			
		||||
	VisibilityLevel mVisibility;
 | 
			
		||||
	Type mType;
 | 
			
		||||
	std::string mValidValues;
 | 
			
		||||
	bool mIsStatic;
 | 
			
		||||
	std::string mDescription;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
	public:
 | 
			
		||||
 | 
			
		||||
	ConfigurationKey(const std::string& wName, const std::string& wDefaultValue, const std::string& wUnits, const VisibilityLevel wVisibility, const Type wType, const std::string& wValidValues, bool wIsStatic, const std::string& wDescription):
 | 
			
		||||
		mName(wName),
 | 
			
		||||
		mDefaultValue(wDefaultValue),
 | 
			
		||||
		mUnits(wUnits),
 | 
			
		||||
		mVisibility(wVisibility),
 | 
			
		||||
		mType(wType),
 | 
			
		||||
		mValidValues(wValidValues),
 | 
			
		||||
		mIsStatic(wIsStatic),
 | 
			
		||||
		mDescription(wDescription)
 | 
			
		||||
	{ }
 | 
			
		||||
 | 
			
		||||
	ConfigurationKey()
 | 
			
		||||
	{ }
 | 
			
		||||
 | 
			
		||||
	const std::string& getName() const { return mName; }
 | 
			
		||||
	const std::string& getDefaultValue() const { return mDefaultValue; }
 | 
			
		||||
	void updateDefaultValue(const std::string& newValue) { mDefaultValue = newValue; }
 | 
			
		||||
	void updateDefaultValue(const int newValue) { std::stringstream ss; ss << newValue; updateDefaultValue(ss.str()); }
 | 
			
		||||
	const std::string& getUnits() const { return mUnits; }
 | 
			
		||||
	const VisibilityLevel& getVisibility() const { return mVisibility; }
 | 
			
		||||
	const Type& getType() const { return mType; }
 | 
			
		||||
	const std::string& getValidValues() const { return mValidValues; }
 | 
			
		||||
	bool isStatic() const { return mIsStatic; }
 | 
			
		||||
	const std::string& getDescription() const { return mDescription; }
 | 
			
		||||
 | 
			
		||||
	static bool isValidIP(const std::string& ip);
 | 
			
		||||
	static void getMinMaxStepping(const ConfigurationKey &key, std::string &min, std::string &max, std::string &stepping);
 | 
			
		||||
	template<class T> static bool isInValRange(const ConfigurationKey &key, const std::string& val, const bool isInteger);
 | 
			
		||||
	static const std::string visibilityLevelToString(const VisibilityLevel& visibility);
 | 
			
		||||
	static const std::string typeToString(const ConfigurationKey::Type& type);
 | 
			
		||||
	static void printKey(const ConfigurationKey &key, const std::string& currentValue, std::ostream& os);
 | 
			
		||||
	static void printDescription(const ConfigurationKey &key, std::ostream& os);
 | 
			
		||||
	static const std::string getARFCNsString();
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
// vim: ts=4 sw=4
 | 
			
		||||
							
								
								
									
										149
									
								
								CommonLibs/ConfigurationTest.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										149
									
								
								CommonLibs/ConfigurationTest.cpp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,149 @@
 | 
			
		||||
/*
 | 
			
		||||
* Copyright 2009, 2010 Free Software Foundation, Inc.
 | 
			
		||||
* Copyright 2010 Kestrel Signal Processing, 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 "Configuration.h"
 | 
			
		||||
#include <iostream>
 | 
			
		||||
#include <string>
 | 
			
		||||
 | 
			
		||||
using namespace std;
 | 
			
		||||
 | 
			
		||||
ConfigurationKeyMap getConfigurationKeys();
 | 
			
		||||
ConfigurationTable gConfig("exampleconfig.db","test", getConfigurationKeys());
 | 
			
		||||
 | 
			
		||||
void purgeConfig(void*,int,char const*, char const*, sqlite3_int64)
 | 
			
		||||
{
 | 
			
		||||
	//cout << "update hook" << endl;
 | 
			
		||||
	gConfig.purge();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
int main(int argc, char *argv[])
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
	gConfig.setUpdateHook(purgeConfig);
 | 
			
		||||
 | 
			
		||||
	const char *keys[5] = {"key1", "key2", "key3", "key4", "key5"};
 | 
			
		||||
 | 
			
		||||
	for (int i=0; i<5; i++) {
 | 
			
		||||
		gConfig.set(keys[i],i);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	for (int i=0; i<5; i++) {
 | 
			
		||||
		cout << "table[" << keys[i] << "]=" << gConfig.getStr(keys[i]) <<  endl;
 | 
			
		||||
		cout << "table[" << keys[i] << "]=" << gConfig.getNum(keys[i]) <<  endl;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	for (int i=0; i<5; i++) {
 | 
			
		||||
		cout << "defined table[" << keys[i] << "]=" << gConfig.defines(keys[i]) <<  endl;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	gConfig.set("key5","100 200 300  400 ");
 | 
			
		||||
	std::vector<unsigned> vect = gConfig.getVector("key5");
 | 
			
		||||
	cout << "vect length " << vect.size() << ": ";
 | 
			
		||||
	for (unsigned i=0; i<vect.size(); i++) cout << " " << vect[i];
 | 
			
		||||
	cout << endl;
 | 
			
		||||
	std::vector<string> svect = gConfig.getVectorOfStrings("key5");
 | 
			
		||||
	cout << "vect length " << svect.size() << ": ";
 | 
			
		||||
	for (unsigned i=0; i<svect.size(); i++) cout << " " << svect[i] << ":";
 | 
			
		||||
	cout << endl;
 | 
			
		||||
 | 
			
		||||
	cout << "bool " << gConfig.getBool("booltest") << endl;
 | 
			
		||||
	gConfig.set("booltest",1);
 | 
			
		||||
	cout << "bool " << gConfig.getBool("booltest") << endl;
 | 
			
		||||
	gConfig.set("booltest",0);
 | 
			
		||||
	cout << "bool " << gConfig.getBool("booltest") << endl;
 | 
			
		||||
 | 
			
		||||
	gConfig.getStr("newstring");
 | 
			
		||||
	gConfig.getNum("numnumber");
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
	SimpleKeyValue pairs;
 | 
			
		||||
	pairs.addItems(" a=1 b=34 dd=143 ");
 | 
			
		||||
	cout<< pairs.get("a") << endl;
 | 
			
		||||
	cout<< pairs.get("b") << endl;
 | 
			
		||||
	cout<< pairs.get("dd") << endl;
 | 
			
		||||
 | 
			
		||||
	gConfig.set("fkey","123.456");
 | 
			
		||||
	float fval = gConfig.getFloat("fkey");
 | 
			
		||||
	cout << "fkey " << fval << endl;
 | 
			
		||||
 | 
			
		||||
	cout << "search fkey:" << endl;
 | 
			
		||||
	gConfig.find("fkey",cout);
 | 
			
		||||
	cout << "search fkey:" << endl;
 | 
			
		||||
	gConfig.find("fkey",cout);
 | 
			
		||||
	gConfig.remove("fkey");
 | 
			
		||||
	cout << "search fkey:" << endl;
 | 
			
		||||
	gConfig.find("fkey",cout);
 | 
			
		||||
 | 
			
		||||
	try {
 | 
			
		||||
		gConfig.getNum("supposedtoabort");
 | 
			
		||||
	} catch (ConfigurationTableKeyNotFound) {
 | 
			
		||||
		cout << "ConfigurationTableKeyNotFound exception successfully caught." << endl;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ConfigurationKeyMap getConfigurationKeys()
 | 
			
		||||
{
 | 
			
		||||
	ConfigurationKeyMap map;
 | 
			
		||||
	ConfigurationKey *tmp;
 | 
			
		||||
 | 
			
		||||
	tmp = new ConfigurationKey("booltest","0",
 | 
			
		||||
		"",
 | 
			
		||||
		ConfigurationKey::DEVELOPER,
 | 
			
		||||
		ConfigurationKey::BOOLEAN,
 | 
			
		||||
		"",
 | 
			
		||||
		false,
 | 
			
		||||
		""
 | 
			
		||||
	);
 | 
			
		||||
	map[tmp->getName()] = *tmp;
 | 
			
		||||
	free(tmp);
 | 
			
		||||
 | 
			
		||||
	tmp = new ConfigurationKey("numnumber","42",
 | 
			
		||||
		"",
 | 
			
		||||
		ConfigurationKey::DEVELOPER,
 | 
			
		||||
		ConfigurationKey::VALRANGE,
 | 
			
		||||
		"0-100",
 | 
			
		||||
		false,
 | 
			
		||||
		""
 | 
			
		||||
	);
 | 
			
		||||
	map[tmp->getName()] = *tmp;
 | 
			
		||||
	free(tmp);
 | 
			
		||||
 | 
			
		||||
	tmp = new ConfigurationKey("newstring","new string value",
 | 
			
		||||
		"",
 | 
			
		||||
		ConfigurationKey::DEVELOPER,
 | 
			
		||||
		ConfigurationKey::STRING,
 | 
			
		||||
		"",
 | 
			
		||||
		false,
 | 
			
		||||
		""
 | 
			
		||||
	);
 | 
			
		||||
	map[tmp->getName()] = *tmp;
 | 
			
		||||
	free(tmp);
 | 
			
		||||
 | 
			
		||||
	return map;
 | 
			
		||||
}
 | 
			
		||||
@@ -1,8 +1,6 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
*
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,6 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
@@ -36,20 +35,14 @@ using namespace std;
 | 
			
		||||
InterthreadQueue<int> gQ;
 | 
			
		||||
InterthreadMap<int,int> gMap;
 | 
			
		||||
 | 
			
		||||
int q_last_read_val = -1;
 | 
			
		||||
int q_last_write_val;
 | 
			
		||||
int m_last_read_val;
 | 
			
		||||
int m_last_write_val;
 | 
			
		||||
 | 
			
		||||
void* qWriter(void*)
 | 
			
		||||
{
 | 
			
		||||
	int *p;
 | 
			
		||||
	for (int i=0; i<20; i++) {
 | 
			
		||||
		p = new int;
 | 
			
		||||
		*p = i;
 | 
			
		||||
		CERR("queue write " << *p);
 | 
			
		||||
		COUT("queue write " << *p);
 | 
			
		||||
		gQ.write(p);
 | 
			
		||||
		q_last_write_val = i;
 | 
			
		||||
		if (random()%2) sleep(1);
 | 
			
		||||
	}
 | 
			
		||||
	p = new int;
 | 
			
		||||
@@ -63,14 +56,8 @@ void* qReader(void*)
 | 
			
		||||
	bool done = false;
 | 
			
		||||
	while (!done) {
 | 
			
		||||
		int *p = gQ.read();
 | 
			
		||||
		CERR("queue read " << *p);
 | 
			
		||||
		if (*p<0) {
 | 
			
		||||
			assert(q_last_read_val == 19 && *p == -1);
 | 
			
		||||
			done = true;
 | 
			
		||||
		} else {
 | 
			
		||||
			assert(q_last_read_val == *p - 1);
 | 
			
		||||
			q_last_read_val = *p;
 | 
			
		||||
		}
 | 
			
		||||
		COUT("queue read " << *p);
 | 
			
		||||
		if (*p<0) done=true;
 | 
			
		||||
		delete p;
 | 
			
		||||
	}
 | 
			
		||||
	return NULL;
 | 
			
		||||
@@ -83,9 +70,8 @@ void* mapWriter(void*)
 | 
			
		||||
	for (int i=0; i<20; i++) {
 | 
			
		||||
		p = new int;
 | 
			
		||||
		*p = i;
 | 
			
		||||
		CERR("map write " << *p);
 | 
			
		||||
		COUT("map write " << *p);
 | 
			
		||||
		gMap.write(i,p);
 | 
			
		||||
		m_last_write_val = i;
 | 
			
		||||
		if (random()%2) sleep(1);
 | 
			
		||||
	}
 | 
			
		||||
	return NULL;
 | 
			
		||||
@@ -95,9 +81,7 @@ void* mapReader(void*)
 | 
			
		||||
{
 | 
			
		||||
	for (int i=0; i<20; i++) {
 | 
			
		||||
		int *p = gMap.read(i);
 | 
			
		||||
		CERR("map read " << *p);
 | 
			
		||||
		assert(*p == i);
 | 
			
		||||
		m_last_read_val = *p;
 | 
			
		||||
		COUT("map read " << *p);
 | 
			
		||||
		// InterthreadMap will delete the pointers
 | 
			
		||||
		// delete p;
 | 
			
		||||
	}
 | 
			
		||||
@@ -125,13 +109,6 @@ int main(int argc, char *argv[])
 | 
			
		||||
	qWriterThread.join();
 | 
			
		||||
	mapReaderThread.join();
 | 
			
		||||
	mapWriterThread.join();
 | 
			
		||||
 | 
			
		||||
	assert(q_last_write_val == 19);
 | 
			
		||||
	assert(q_last_read_val == 19);
 | 
			
		||||
	assert(m_last_write_val == 19);
 | 
			
		||||
	assert(m_last_read_val == 19);
 | 
			
		||||
 | 
			
		||||
	printf("Done\n");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -1,7 +1,6 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
@@ -30,25 +29,6 @@
 | 
			
		||||
#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
 | 
			
		||||
{
 | 
			
		||||
	// Pat added this routine for completeness, but never used or tested.
 | 
			
		||||
 
 | 
			
		||||
@@ -1,10 +1,7 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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 distribuion.
 | 
			
		||||
*
 | 
			
		||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
@@ -73,7 +70,6 @@ class PointerFIFO {
 | 
			
		||||
		:mHead(NULL),mTail(NULL),mFreeList(NULL),
 | 
			
		||||
		mSize(0)
 | 
			
		||||
	{}
 | 
			
		||||
	~PointerFIFO();
 | 
			
		||||
 | 
			
		||||
	unsigned size() const { return mSize; }
 | 
			
		||||
	unsigned totalSize() const { return 0; }	// Not used in this version.
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,6 @@
 | 
			
		||||
* Copyright 2009 Free Software Foundation, 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.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
@@ -29,42 +28,42 @@
 | 
			
		||||
#include <iterator>
 | 
			
		||||
 | 
			
		||||
#include "Logger.h"
 | 
			
		||||
extern "C" {
 | 
			
		||||
#include <osmocom/core/msgb.h>
 | 
			
		||||
#include <osmocom/core/talloc.h>
 | 
			
		||||
#include <osmocom/core/application.h>
 | 
			
		||||
#include <osmocom/core/utils.h>
 | 
			
		||||
#include "debug.h"
 | 
			
		||||
}
 | 
			
		||||
#include "Configuration.h"
 | 
			
		||||
 | 
			
		||||
#define MYCAT 0
 | 
			
		||||
ConfigurationTable gConfig;
 | 
			
		||||
//ConfigurationTable gConfig("example.config");
 | 
			
		||||
 | 
			
		||||
void printAlarms()
 | 
			
		||||
{
 | 
			
		||||
    std::ostream_iterator<std::string> output( std::cout, "\n" );
 | 
			
		||||
    std::list<std::string> alarms = gGetLoggerAlarms();
 | 
			
		||||
    std::cout << "# alarms = " << alarms.size() << std::endl;
 | 
			
		||||
    std::copy( alarms.begin(), alarms.end(), output );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int main(int argc, char *argv[])
 | 
			
		||||
{
 | 
			
		||||
	struct log_info_cat categories[1];
 | 
			
		||||
	struct log_info linfo;
 | 
			
		||||
	categories[MYCAT] = {
 | 
			
		||||
		"MYCAT",
 | 
			
		||||
		NULL,
 | 
			
		||||
		"Whatever",
 | 
			
		||||
		LOGL_NOTICE,
 | 
			
		||||
		1,
 | 
			
		||||
	};
 | 
			
		||||
	linfo.cat = categories;
 | 
			
		||||
	linfo.num_cat = ARRAY_SIZE(categories);
 | 
			
		||||
	gLogInit("LogTest","NOTICE",LOG_LOCAL7);
 | 
			
		||||
 | 
			
		||||
	void *tall_ctx = talloc_named_const(NULL, 1, "OsmoTRX context");
 | 
			
		||||
	msgb_talloc_ctx_init(tall_ctx, 0);
 | 
			
		||||
 | 
			
		||||
	osmo_init_logging2(tall_ctx, &linfo);
 | 
			
		||||
 | 
			
		||||
	log_set_use_color(osmo_stderr_target, 0);
 | 
			
		||||
	log_set_print_filename(osmo_stderr_target, 0);
 | 
			
		||||
	log_set_print_level(osmo_stderr_target, 1);
 | 
			
		||||
 | 
			
		||||
	Log(MYCAT, LOGL_FATAL, __BASE_FILE__, __LINE__).get() << "testing the logger.";
 | 
			
		||||
	Log(MYCAT, LOGL_ERROR, __BASE_FILE__, __LINE__).get() << "testing the logger.";
 | 
			
		||||
	Log(MYCAT, LOGL_NOTICE, __BASE_FILE__, __LINE__).get() << "testing the logger.";
 | 
			
		||||
	Log(MYCAT, LOGL_INFO, __BASE_FILE__, __LINE__).get() << "testing the logger.";
 | 
			
		||||
	Log(MYCAT, LOGL_DEBUG, __BASE_FILE__, __LINE__).get() << "testing the logger.";
 | 
			
		||||
	LOG(EMERG) << " testing the logger.";
 | 
			
		||||
	LOG(ALERT) << " testing the logger.";
 | 
			
		||||
	LOG(CRIT) << " testing the logger.";
 | 
			
		||||
	LOG(ERR) << " testing the logger.";
 | 
			
		||||
	LOG(WARNING) << " testing the logger.";
 | 
			
		||||
	LOG(NOTICE) << " testing the logger.";
 | 
			
		||||
	LOG(INFO) << " testing the logger.";
 | 
			
		||||
	LOG(DEBUG) << " testing the logger.";
 | 
			
		||||
    std::cout << "\n\n\n";
 | 
			
		||||
    std::cout << "testing Alarms\n";
 | 
			
		||||
    std::cout << "you should see three lines:" << std::endl;
 | 
			
		||||
    printAlarms();
 | 
			
		||||
    std::cout << "----------- generating 20 alarms ----------" << std::endl;
 | 
			
		||||
    for (int i = 0 ; i < 20 ; ++i) {
 | 
			
		||||
        LOG(ALERT) << i;
 | 
			
		||||
    }
 | 
			
		||||
    std::cout << "you should see ten lines with the numbers 10..19:" << std::endl;
 | 
			
		||||
    printAlarms();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -1,7 +1,8 @@
 | 
			
		||||
/*
 | 
			
		||||
* Copyright (C) 2018 sysmocom - s.f.m.c. GmbH
 | 
			
		||||
* Copyright 2009, 2010 Free Software Foundation, Inc.
 | 
			
		||||
* Copyright 2010 Kestrel Signal Processing, Inc.
 | 
			
		||||
* Copyright 2011, 2012 Range Networks, Inc.
 | 
			
		||||
*
 | 
			
		||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
			
		||||
*
 | 
			
		||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
@@ -31,31 +32,300 @@
 | 
			
		||||
#include <stdarg.h>
 | 
			
		||||
#include <sys/time.h>	// For gettimeofday
 | 
			
		||||
 | 
			
		||||
#include "Configuration.h"
 | 
			
		||||
#include "Logger.h"
 | 
			
		||||
#include "Threads.h"	// pat added
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
using namespace std;
 | 
			
		||||
 | 
			
		||||
// Switches to enable/disable logging targets
 | 
			
		||||
// MUST BE DEFINED BEFORE gConfig FOR gLogEarly() TO WORK CORRECTLY
 | 
			
		||||
bool gLogToConsole = true;
 | 
			
		||||
bool gLogToSyslog = false;
 | 
			
		||||
FILE *gLogToFile = NULL;
 | 
			
		||||
Mutex gLogToLock;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
// Reference to a global config table, used all over the system.
 | 
			
		||||
extern ConfigurationTable gConfig;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/**@ The global alarms table. */
 | 
			
		||||
//@{
 | 
			
		||||
Mutex           alarmsLock;
 | 
			
		||||
list<string>    alarmsList;
 | 
			
		||||
void            addAlarm(const string&);
 | 
			
		||||
//@}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
// (pat) If Log messages are printed before the classes in this module are inited
 | 
			
		||||
// (which happens when static classes have constructors that do work)
 | 
			
		||||
// the OpenBTS just crashes.
 | 
			
		||||
// Prevent that by setting sLoggerInited to true when this module is inited.
 | 
			
		||||
static bool sLoggerInited = 0;
 | 
			
		||||
static struct CheckLoggerInitStatus {
 | 
			
		||||
	CheckLoggerInitStatus() { sLoggerInited = 1; }
 | 
			
		||||
} sCheckloggerInitStatus;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/** Names of the logging levels. */
 | 
			
		||||
const char *levelNames[] = {
 | 
			
		||||
	"EMERG", "ALERT", "CRIT", "ERR", "WARNING", "NOTICE", "INFO", "DEBUG"
 | 
			
		||||
};
 | 
			
		||||
int numLevels = 8;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
int levelStringToInt(const string& name)
 | 
			
		||||
{
 | 
			
		||||
	// Reverse search, since the numerically larger levels are more common.
 | 
			
		||||
	for (int i=numLevels-1; i>=0; i--) {
 | 
			
		||||
		if (name == levelNames[i]) return i;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// Common substitutions.
 | 
			
		||||
	if (name=="INFORMATION") return 6;
 | 
			
		||||
	if (name=="WARN") return 4;
 | 
			
		||||
	if (name=="ERROR") return 3;
 | 
			
		||||
	if (name=="CRITICAL") return 2;
 | 
			
		||||
	if (name=="EMERGENCY") return 0;
 | 
			
		||||
 | 
			
		||||
	// Unknown level.
 | 
			
		||||
	return -1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/** Given a string, return the corresponding level name. */
 | 
			
		||||
int lookupLevel(const string& key)
 | 
			
		||||
{
 | 
			
		||||
	string val = gConfig.getStr(key);
 | 
			
		||||
	int level = levelStringToInt(val);
 | 
			
		||||
 | 
			
		||||
	if (level == -1) {
 | 
			
		||||
		string defaultLevel = gConfig.mSchema["Log.Level"].getDefaultValue();
 | 
			
		||||
		level = levelStringToInt(defaultLevel);
 | 
			
		||||
		_LOG(CRIT) << "undefined logging level (" << key << " = \"" << val << "\") defaulting to \"" << defaultLevel << ".\" Valid levels are: EMERG, ALERT, CRIT, ERR, WARNING, NOTICE, INFO or DEBUG";
 | 
			
		||||
		gConfig.set(key, defaultLevel);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return level;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static std::string format(const char *fmt, ...)
 | 
			
		||||
{
 | 
			
		||||
	va_list ap;
 | 
			
		||||
	char buf[300];
 | 
			
		||||
	va_start(ap,fmt);
 | 
			
		||||
	int n = vsnprintf(buf,300,fmt,ap);
 | 
			
		||||
	va_end(ap);
 | 
			
		||||
	if (n >= (300-4)) { strcpy(&buf[(300-4)],"..."); }
 | 
			
		||||
	return std::string(buf);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const std::string timestr()
 | 
			
		||||
{
 | 
			
		||||
	struct timeval tv;
 | 
			
		||||
	struct tm tm;
 | 
			
		||||
	gettimeofday(&tv,NULL);
 | 
			
		||||
	localtime_r(&tv.tv_sec,&tm);
 | 
			
		||||
	unsigned tenths = tv.tv_usec / 100000;	// Rounding down is ok.
 | 
			
		||||
	return format(" %02d:%02d:%02d.%1d",tm.tm_hour,tm.tm_min,tm.tm_sec,tenths);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
std::ostream& operator<<(std::ostream& os, std::ostringstream& ss)
 | 
			
		||||
{
 | 
			
		||||
	return os << ss.str();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int getLoggingLevel(const char* filename)
 | 
			
		||||
{
 | 
			
		||||
	// Default level?
 | 
			
		||||
	if (!filename) return lookupLevel("Log.Level");
 | 
			
		||||
 | 
			
		||||
	// This can afford to be inefficient since it is not called that often.
 | 
			
		||||
	const string keyName = string("Log.Level.") + string(filename);
 | 
			
		||||
	if (gConfig.defines(keyName)) return lookupLevel(keyName);
 | 
			
		||||
	return lookupLevel("Log.Level");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
int gGetLoggingLevel(const char* filename)
 | 
			
		||||
{
 | 
			
		||||
	// This is called a lot and needs to be efficient.
 | 
			
		||||
 | 
			
		||||
	static Mutex sLogCacheLock;
 | 
			
		||||
	static map<uint64_t,int>  sLogCache;
 | 
			
		||||
	static unsigned sCacheCount;
 | 
			
		||||
	static const unsigned sCacheRefreshCount = 1000;
 | 
			
		||||
 | 
			
		||||
	if (filename==NULL) return gGetLoggingLevel("");
 | 
			
		||||
 | 
			
		||||
	HashString hs(filename);
 | 
			
		||||
	uint64_t key = hs.hash();
 | 
			
		||||
 | 
			
		||||
	sLogCacheLock.lock();
 | 
			
		||||
	// Time for a cache flush?
 | 
			
		||||
	if (sCacheCount>sCacheRefreshCount) {
 | 
			
		||||
		sLogCache.clear();
 | 
			
		||||
		sCacheCount=0;
 | 
			
		||||
	}
 | 
			
		||||
	// Is it cached already?
 | 
			
		||||
	map<uint64_t,int>::const_iterator where = sLogCache.find(key);
 | 
			
		||||
	sCacheCount++;
 | 
			
		||||
	if (where!=sLogCache.end()) {
 | 
			
		||||
		int retVal = where->second;
 | 
			
		||||
		sLogCacheLock.unlock();
 | 
			
		||||
		return retVal;
 | 
			
		||||
	}
 | 
			
		||||
	// Look it up in the config table and cache it.
 | 
			
		||||
	// FIXME: Figure out why unlock and lock below fix the config table deadlock.
 | 
			
		||||
	// (pat) Probably because getLoggingLevel may call LOG recursively via lookupLevel().
 | 
			
		||||
	sLogCacheLock.unlock();
 | 
			
		||||
	int level = getLoggingLevel(filename);
 | 
			
		||||
	sLogCacheLock.lock();
 | 
			
		||||
	sLogCache.insert(pair<uint64_t,int>(key,level));
 | 
			
		||||
	sLogCacheLock.unlock();
 | 
			
		||||
	return level;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
// copies the alarm list and returns it. list supposed to be small.
 | 
			
		||||
list<string> gGetLoggerAlarms()
 | 
			
		||||
{
 | 
			
		||||
    alarmsLock.lock();
 | 
			
		||||
    list<string> ret;
 | 
			
		||||
    // excuse the "complexity", but to use std::copy with a list you need
 | 
			
		||||
    // an insert_iterator - copy technically overwrites, doesn't insert.
 | 
			
		||||
    insert_iterator< list<string> > ii(ret, ret.begin());
 | 
			
		||||
    copy(alarmsList.begin(), alarmsList.end(), ii);
 | 
			
		||||
    alarmsLock.unlock();
 | 
			
		||||
    return ret;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/** Add an alarm to the alarm list. */
 | 
			
		||||
void addAlarm(const string& s)
 | 
			
		||||
{
 | 
			
		||||
    alarmsLock.lock();
 | 
			
		||||
    alarmsList.push_back(s);
 | 
			
		||||
	unsigned maxAlarms = gConfig.getNum("Log.Alarms.Max");
 | 
			
		||||
    while (alarmsList.size() > maxAlarms) alarmsList.pop_front();
 | 
			
		||||
    alarmsLock.unlock();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Log::~Log()
 | 
			
		||||
{
 | 
			
		||||
	int old_state;
 | 
			
		||||
	int mlen = mStream.str().size();
 | 
			
		||||
	int neednl = (mlen==0 || mStream.str()[mlen-1] != '\n');
 | 
			
		||||
	const char *fmt = neednl ? "%s\n" : "%s";
 | 
			
		||||
 | 
			
		||||
	log_mutex_lock_canceldisable(&old_state);
 | 
			
		||||
	LOGPSRC(mCategory, mPriority, filename, line, fmt, mStream.str().c_str());
 | 
			
		||||
	log_mutex_unlock_canceldisable(old_state);
 | 
			
		||||
	if (mDummyInit) return;
 | 
			
		||||
	// Anything at or above LOG_CRIT is an "alarm".
 | 
			
		||||
	// Save alarms in the local list and echo them to stderr.
 | 
			
		||||
	if (mPriority <= LOG_ERR) {
 | 
			
		||||
		if (sLoggerInited) addAlarm(mStream.str().c_str());
 | 
			
		||||
		cerr << mStream.str() << endl;
 | 
			
		||||
	}
 | 
			
		||||
	// Current logging level was already checked by the macro. So just log.
 | 
			
		||||
	// Log to syslog
 | 
			
		||||
	if (gLogToSyslog) {
 | 
			
		||||
		syslog(mPriority, "%s", mStream.str().c_str());
 | 
			
		||||
	}
 | 
			
		||||
	// Log to file and console
 | 
			
		||||
	if (gLogToConsole||gLogToFile) {
 | 
			
		||||
		int mlen = mStream.str().size();
 | 
			
		||||
		int neednl = (mlen==0 || mStream.str()[mlen-1] != '\n');
 | 
			
		||||
		ScopedLock lock(gLogToLock);
 | 
			
		||||
		if (gLogToConsole) {
 | 
			
		||||
			// The COUT() macro prevents messages from stomping each other but adds uninteresting thread numbers,
 | 
			
		||||
			// so just use std::cout.
 | 
			
		||||
			std::cout << mStream.str();
 | 
			
		||||
			if (neednl) std::cout<<"\n";
 | 
			
		||||
		}
 | 
			
		||||
		if (gLogToFile) {
 | 
			
		||||
			fputs(mStream.str().c_str(),gLogToFile);
 | 
			
		||||
			if (neednl) {fputc('\n',gLogToFile);}
 | 
			
		||||
			fflush(gLogToFile);
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Log::Log(const char* name, const char* level, int facility)
 | 
			
		||||
{
 | 
			
		||||
	mDummyInit = true;
 | 
			
		||||
	gLogInit(name, level, facility);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
ostringstream& Log::get()
 | 
			
		||||
{
 | 
			
		||||
	assert(mPriority<numLevels);
 | 
			
		||||
	mStream << levelNames[mPriority] <<  ' ';
 | 
			
		||||
	return mStream;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
void gLogInit(const char* name, const char* level, int facility)
 | 
			
		||||
{
 | 
			
		||||
	// Set the level if one has been specified.
 | 
			
		||||
	if (level) {
 | 
			
		||||
		gConfig.set("Log.Level",level);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// Both the transceiver and OpenBTS use this same facility, but only OpenBTS/OpenNodeB may use this log file:
 | 
			
		||||
	string str = gConfig.getStr("Log.File");
 | 
			
		||||
	if (gLogToFile==NULL && str.length() && 0==strncmp(gCmdName,"Open",4)) {
 | 
			
		||||
		const char *fn = str.c_str();
 | 
			
		||||
		if (fn && *fn && strlen(fn)>3) {	// strlen because a garbage char is getting in sometimes.
 | 
			
		||||
			gLogToFile = fopen(fn,"w"); // New log file each time we start.
 | 
			
		||||
			if (gLogToFile) {
 | 
			
		||||
				time_t now;
 | 
			
		||||
				time(&now);
 | 
			
		||||
				fprintf(gLogToFile,"Starting at %s",ctime(&now));
 | 
			
		||||
				fflush(gLogToFile);
 | 
			
		||||
				std::cout << "Logging to file: " << fn << "\n";
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// Open the log connection.
 | 
			
		||||
	openlog(name,0,facility);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
void gLogEarly(int level, const char *fmt, ...)
 | 
			
		||||
{
 | 
			
		||||
	va_list args;
 | 
			
		||||
 | 
			
		||||
	va_start(args, fmt);
 | 
			
		||||
 | 
			
		||||
	if (gLogToSyslog) {
 | 
			
		||||
		va_list args_copy;
 | 
			
		||||
		va_copy(args_copy, args);
 | 
			
		||||
		vsyslog(level | LOG_USER, fmt, args_copy);
 | 
			
		||||
		va_end(args_copy);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (gLogToConsole) {
 | 
			
		||||
		va_list args_copy;
 | 
			
		||||
		va_copy(args_copy, args);
 | 
			
		||||
		vprintf(fmt, args_copy);
 | 
			
		||||
		printf("\n");
 | 
			
		||||
		va_end(args_copy);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (gLogToFile) {
 | 
			
		||||
		va_list args_copy;
 | 
			
		||||
		va_copy(args_copy, args);
 | 
			
		||||
		vfprintf(gLogToFile, fmt, args_copy);
 | 
			
		||||
		fprintf(gLogToFile, "\n");
 | 
			
		||||
		va_end(args_copy);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	va_end(args);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// vim: ts=4 sw=4
 | 
			
		||||
 
 | 
			
		||||
@@ -2,8 +2,6 @@
 | 
			
		||||
* Copyright 2009, 2010 Free Software Foundation, 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.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
*
 | 
			
		||||
@@ -25,44 +23,71 @@
 | 
			
		||||
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
// (pat) WARNING is stupidly defined in /usr/local/include/osipparser2/osip_const.h.
 | 
			
		||||
// This must be outside the #ifndef LOGGER_H to fix it as long as Logger.h included after the above file.
 | 
			
		||||
#ifdef WARNING
 | 
			
		||||
#undef WARNING
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef LOGGER_H
 | 
			
		||||
#define LOGGER_H
 | 
			
		||||
 | 
			
		||||
#include <syslog.h>
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#include <sstream>
 | 
			
		||||
#include <list>
 | 
			
		||||
#include <map>
 | 
			
		||||
#include <string>
 | 
			
		||||
 | 
			
		||||
extern "C" {
 | 
			
		||||
#include <osmocom/core/logging.h>
 | 
			
		||||
#include "debug.h"
 | 
			
		||||
}
 | 
			
		||||
#define _LOG(level) \
 | 
			
		||||
	Log(LOG_##level).get() << pthread_self() \
 | 
			
		||||
	<< timestr() << " " __FILE__  ":"  << __LINE__ << ":" << __FUNCTION__ << ": "
 | 
			
		||||
 | 
			
		||||
/* Translation for old log statements */
 | 
			
		||||
#ifndef LOGL_ALERT
 | 
			
		||||
#define LOGL_ALERT LOGL_FATAL
 | 
			
		||||
#endif
 | 
			
		||||
#ifndef LOGL_ERR
 | 
			
		||||
#define LOGL_ERR LOGL_ERROR
 | 
			
		||||
#endif
 | 
			
		||||
#ifndef LOGL_WARNING
 | 
			
		||||
#define LOGL_WARNING LOGL_NOTICE
 | 
			
		||||
#define IS_LOG_LEVEL(wLevel) (gGetLoggingLevel(__FILE__)>=LOG_##wLevel)
 | 
			
		||||
 | 
			
		||||
#ifdef NDEBUG
 | 
			
		||||
#define LOG(wLevel) \
 | 
			
		||||
	if (LOG_##wLevel!=LOG_DEBUG && IS_LOG_LEVEL(wLevel)) _LOG(wLevel)
 | 
			
		||||
#else
 | 
			
		||||
#define LOG(wLevel) \
 | 
			
		||||
	if (IS_LOG_LEVEL(wLevel)) _LOG(wLevel)
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#define LOG(level) \
 | 
			
		||||
	Log(DMAIN, LOGL_##level, __BASE_FILE__, __LINE__).get() <<  "[tid=" << pthread_self() << "] "
 | 
			
		||||
// pat: And for your edification here are the 'levels' as defined in syslog.h:
 | 
			
		||||
// LOG_EMERG   0  system is unusable
 | 
			
		||||
// LOG_ALERT   1  action must be taken immediately
 | 
			
		||||
// LOG_CRIT    2  critical conditions
 | 
			
		||||
// LOG_ERR     3  error conditions
 | 
			
		||||
// LOG_WARNING 4  warning conditions
 | 
			
		||||
// LOG_NOTICE  5  normal, but significant, condition
 | 
			
		||||
// LOG_INFO    6  informational message
 | 
			
		||||
// LOG_DEBUG   7  debug-level message
 | 
			
		||||
 | 
			
		||||
#define LOGC(category, level) \
 | 
			
		||||
	Log(category, LOGL_##level, __BASE_FILE__, __LINE__).get() <<  "[tid=" << pthread_self() << "] "
 | 
			
		||||
// (pat) added - print out a var and its name.
 | 
			
		||||
// Use like this: int descriptive_name; LOG(INFO)<<LOGVAR(descriptive_name);
 | 
			
		||||
#define LOGVAR2(name,val) " " << name << "=" << (val)
 | 
			
		||||
#define LOGVAR(var) (" " #var "=") << var
 | 
			
		||||
#define LOGHEX(var) (" " #var "=0x") << hex << ((unsigned)var) << dec
 | 
			
		||||
#define LOGHEX2(name,val) " " << name << "=0x" << hex << ((unsigned)(val)) << dec
 | 
			
		||||
// These are kind of cheesy, but you can use for bitvector
 | 
			
		||||
#define LOGBV2(name,val) " " << name << "=(" << val<<" size:"<<val.size()<<")"
 | 
			
		||||
#define LOGBV(bv) LOGBV2(#bv,bv)
 | 
			
		||||
#define LOGVARRANGE(name,cur,lo,hi) " "<<name <<"=("<<(cur) << " range:"<<(lo) << " to "<<(hi) <<")"
 | 
			
		||||
 | 
			
		||||
#define LOGLV(category, level) \
 | 
			
		||||
	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 << "] "
 | 
			
		||||
#define OBJLOG(wLevel) \
 | 
			
		||||
	LOG(wLevel) << "obj: " << this << ' '
 | 
			
		||||
 | 
			
		||||
#define LOG_ASSERT(x) { if (!(x)) LOG(EMERG) << "assertion " #x " failed"; } assert(x);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#include "Threads.h"		// must be after defines above, if these files are to be allowed to use LOG()
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
	A C++ stream-based thread-safe logger.
 | 
			
		||||
	Derived from Dr. Dobb's Sept. 2007 issue.
 | 
			
		||||
	Updated to use syslog.
 | 
			
		||||
	This object is NOT the global logger;
 | 
			
		||||
	every log record is an object of this class.
 | 
			
		||||
*/
 | 
			
		||||
@@ -72,28 +97,45 @@ class Log {
 | 
			
		||||
 | 
			
		||||
	protected:
 | 
			
		||||
 | 
			
		||||
	std::ostringstream mStream;	///< This is where we buffer up the log entry.
 | 
			
		||||
	int mCategory;			///< Priority of current report.
 | 
			
		||||
	int mPriority;			///< Category of current report.
 | 
			
		||||
	const char *filename;		///< Source File Name of current report.
 | 
			
		||||
	int line;			///< Line number in source file of current report.
 | 
			
		||||
	std::ostringstream mStream;		///< This is where we buffer up the log entry.
 | 
			
		||||
	int mPriority;					///< Priority of current report.
 | 
			
		||||
	bool mDummyInit;
 | 
			
		||||
 | 
			
		||||
	public:
 | 
			
		||||
 | 
			
		||||
	Log(int wCategory, int wPriority, const char* filename, int line)
 | 
			
		||||
		: mCategory(wCategory), mPriority(wPriority),
 | 
			
		||||
		  filename(filename), line(line)
 | 
			
		||||
	Log(int wPriority)
 | 
			
		||||
		:mPriority(wPriority), mDummyInit(false)
 | 
			
		||||
	{ }
 | 
			
		||||
 | 
			
		||||
	Log(const char* name, const char* level=NULL, int facility=LOG_USER);
 | 
			
		||||
 | 
			
		||||
	// Most of the work is in the destructor.
 | 
			
		||||
	/** The destructor actually generates the log entry. */
 | 
			
		||||
	~Log();
 | 
			
		||||
 | 
			
		||||
	std::ostringstream& get();
 | 
			
		||||
};
 | 
			
		||||
extern bool gLogToConsole;	// Output log messages to stdout
 | 
			
		||||
extern bool gLogToSyslog;	// Output log messages to syslog
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
std::list<std::string> gGetLoggerAlarms();		///< Get a copy of the recent alarm list.
 | 
			
		||||
 | 
			
		||||
const std::string timestr();		// A timestamp to print in messages.
 | 
			
		||||
std::ostream& operator<<(std::ostream& os, std::ostringstream& ss);
 | 
			
		||||
 | 
			
		||||
/**@ Global control and initialization of the logging system. */
 | 
			
		||||
//@{
 | 
			
		||||
/** Initialize the global logging system. */
 | 
			
		||||
void gLogInit(const char* name, const char* level=NULL, int facility=LOG_USER);
 | 
			
		||||
/** Get the logging level associated with a given file. */
 | 
			
		||||
int gGetLoggingLevel(const char *filename=NULL);
 | 
			
		||||
/** Allow early logging when still in constructors */
 | 
			
		||||
void gLogEarly(int level, const char *fmt, ...) __attribute__((format(printf, 2, 3)));
 | 
			
		||||
//@}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
// vim: ts=4 sw=4
 | 
			
		||||
 
 | 
			
		||||
@@ -22,35 +22,77 @@
 | 
			
		||||
include $(top_srcdir)/Makefile.common
 | 
			
		||||
 | 
			
		||||
AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES)
 | 
			
		||||
AM_CXXFLAGS = -Wall -O3 -g -lpthread $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS)
 | 
			
		||||
AM_CFLAGS = $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS)
 | 
			
		||||
AM_CXXFLAGS = -Wall -O3 -g -ldl -lpthread
 | 
			
		||||
 | 
			
		||||
EXTRA_DIST = \
 | 
			
		||||
	example.config \
 | 
			
		||||
	README.common
 | 
			
		||||
 | 
			
		||||
noinst_LTLIBRARIES = libcommon.la
 | 
			
		||||
 | 
			
		||||
libcommon_la_SOURCES = \
 | 
			
		||||
	BitVector.cpp \
 | 
			
		||||
	LinkedLists.cpp \
 | 
			
		||||
	Sockets.cpp \
 | 
			
		||||
	Threads.cpp \
 | 
			
		||||
	Timeval.cpp \
 | 
			
		||||
	Logger.cpp \
 | 
			
		||||
	Utils.cpp \
 | 
			
		||||
	trx_rate_ctr.cpp \
 | 
			
		||||
	trx_vty.c \
 | 
			
		||||
	debug.c
 | 
			
		||||
libcommon_la_LIBADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOCTRL_LIBS) $(LIBOSMOVTY_LIBS)
 | 
			
		||||
	Configuration.cpp \
 | 
			
		||||
	sqlite3util.cpp
 | 
			
		||||
 | 
			
		||||
noinst_PROGRAMS = \
 | 
			
		||||
	BitVectorTest \
 | 
			
		||||
	PRBSTest \
 | 
			
		||||
	InterthreadTest \
 | 
			
		||||
	SocketsTest \
 | 
			
		||||
	TimevalTest \
 | 
			
		||||
	VectorTest \
 | 
			
		||||
	ConfigurationTest \
 | 
			
		||||
	LogTest
 | 
			
		||||
 | 
			
		||||
#	ReportingTest 
 | 
			
		||||
 | 
			
		||||
noinst_HEADERS = \
 | 
			
		||||
	BitVector.h \
 | 
			
		||||
	PRBS.h \
 | 
			
		||||
	Interthread.h \
 | 
			
		||||
	LinkedLists.h \
 | 
			
		||||
	Sockets.h \
 | 
			
		||||
	Threads.h \
 | 
			
		||||
	Timeval.h \
 | 
			
		||||
	Vector.h \
 | 
			
		||||
	Configuration.h \
 | 
			
		||||
	Logger.h \
 | 
			
		||||
	Utils.h \
 | 
			
		||||
	trx_rate_ctr.h \
 | 
			
		||||
	trx_vty.h \
 | 
			
		||||
	debug.h \
 | 
			
		||||
	osmo_signal.h \
 | 
			
		||||
	config_defs.h
 | 
			
		||||
	sqlite3util.h
 | 
			
		||||
 | 
			
		||||
BitVectorTest_SOURCES = BitVectorTest.cpp
 | 
			
		||||
BitVectorTest_LDADD = libcommon.la $(SQLITE3_LIBS)
 | 
			
		||||
 | 
			
		||||
PRBSTest_SOURCES = PRBSTest.cpp
 | 
			
		||||
 | 
			
		||||
InterthreadTest_SOURCES = InterthreadTest.cpp
 | 
			
		||||
InterthreadTest_LDADD = libcommon.la
 | 
			
		||||
InterthreadTest_LDFLAGS = -lpthread
 | 
			
		||||
 | 
			
		||||
SocketsTest_SOURCES = SocketsTest.cpp
 | 
			
		||||
SocketsTest_LDADD = libcommon.la
 | 
			
		||||
SocketsTest_LDFLAGS = -lpthread
 | 
			
		||||
 | 
			
		||||
TimevalTest_SOURCES = TimevalTest.cpp
 | 
			
		||||
TimevalTest_LDADD = libcommon.la
 | 
			
		||||
 | 
			
		||||
VectorTest_SOURCES = VectorTest.cpp
 | 
			
		||||
VectorTest_LDADD = libcommon.la $(SQLITE3_LIBS)
 | 
			
		||||
 | 
			
		||||
ConfigurationTest_SOURCES = ConfigurationTest.cpp
 | 
			
		||||
ConfigurationTest_LDADD = libcommon.la 	$(SQLITE3_LIBS)
 | 
			
		||||
 | 
			
		||||
# ReportingTest_SOURCES = ReportingTest.cpp
 | 
			
		||||
# ReportingTest_LDADD = libcommon.la $(SQLITE_LA)
 | 
			
		||||
 | 
			
		||||
LogTest_SOURCES = LogTest.cpp
 | 
			
		||||
LogTest_LDADD = libcommon.la $(SQLITE3_LIBS)
 | 
			
		||||
 | 
			
		||||
MOSTLYCLEANFILES += testSource testDestination
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,6 @@
 | 
			
		||||
/*
 | 
			
		||||
 * 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
 | 
			
		||||
 * modify it under the terms of the GNU Lesser General Public
 | 
			
		||||
 * License as published by the Free Software Foundation; either
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,6 @@
 | 
			
		||||
/*
 | 
			
		||||
 * 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
 | 
			
		||||
 * modify it under the terms of the GNU Lesser General Public
 | 
			
		||||
 * License as published by the Free Software Foundation; either
 | 
			
		||||
							
								
								
									
										333
									
								
								CommonLibs/Sockets.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										333
									
								
								CommonLibs/Sockets.cpp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,333 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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(unsigned short wSrcPort)
 | 
			
		||||
	:DatagramSocket()
 | 
			
		||||
{
 | 
			
		||||
	open(wSrcPort);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
UDPSocket::UDPSocket(unsigned short wSrcPort,
 | 
			
		||||
          	 const char * wDestIP, unsigned short wDestPort )
 | 
			
		||||
	:DatagramSocket()
 | 
			
		||||
{
 | 
			
		||||
	open(wSrcPort);
 | 
			
		||||
	destination(wDestPort, wDestIP);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
void UDPSocket::destination( unsigned short wDestPort, const char * wDestIP )
 | 
			
		||||
{
 | 
			
		||||
	resolveAddress((sockaddr_in*)mDestination, wDestIP, wDestPort );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
void UDPSocket::open(unsigned short localPort)
 | 
			
		||||
{
 | 
			
		||||
	// 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 = htonl(INADDR_LOOPBACK);
 | 
			
		||||
	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);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
UDDSocket::UDDSocket(const char* localPath, const char* remotePath)
 | 
			
		||||
	:DatagramSocket()
 | 
			
		||||
{
 | 
			
		||||
	if (localPath!=NULL) open(localPath);
 | 
			
		||||
	if (remotePath!=NULL) destination(remotePath);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
void UDDSocket::open(const char* localPath)
 | 
			
		||||
{
 | 
			
		||||
	// create
 | 
			
		||||
	mSocketFD = socket(AF_UNIX,SOCK_DGRAM,0);
 | 
			
		||||
	if (mSocketFD<0) {
 | 
			
		||||
		perror("socket() failed");
 | 
			
		||||
		throw SocketError();
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// bind
 | 
			
		||||
	struct sockaddr_un address;
 | 
			
		||||
	size_t length = sizeof(address);
 | 
			
		||||
	bzero(&address,length);
 | 
			
		||||
	address.sun_family = AF_UNIX;
 | 
			
		||||
	strcpy(address.sun_path,localPath);
 | 
			
		||||
	unlink(localPath);
 | 
			
		||||
	if (bind(mSocketFD,(struct sockaddr*)&address,length)<0) {
 | 
			
		||||
		perror("bind() failed");
 | 
			
		||||
		throw SocketError();
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
void UDDSocket::destination(const char* remotePath)
 | 
			
		||||
{
 | 
			
		||||
	struct sockaddr_un* unAddr = (struct sockaddr_un*)mDestination;
 | 
			
		||||
	strcpy(unAddr->sun_path,remotePath);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
// vim:ts=4:sw=4
 | 
			
		||||
							
								
								
									
										193
									
								
								CommonLibs/Sockets.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								CommonLibs/Sockets.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,193 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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( unsigned short localPort=0);
 | 
			
		||||
 | 
			
		||||
	/** Given a full specification, open the socket and set the dest address. */
 | 
			
		||||
	UDPSocket( 	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);
 | 
			
		||||
 | 
			
		||||
	/** 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); }
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/** Unix Domain Datagram Socket */
 | 
			
		||||
class UDDSocket : public DatagramSocket {
 | 
			
		||||
 | 
			
		||||
public:
 | 
			
		||||
 | 
			
		||||
	UDDSocket(const char* localPath=NULL, const char* remotePath=NULL);
 | 
			
		||||
 | 
			
		||||
	void destination(const char* remotePath);
 | 
			
		||||
 | 
			
		||||
	void open(const char* localPath);
 | 
			
		||||
 | 
			
		||||
	/** Give the return address of the most recently received packet. */
 | 
			
		||||
	const struct sockaddr_un* source() const { return (const struct sockaddr_un*)mSource; }
 | 
			
		||||
 | 
			
		||||
	size_t addressSize() const { return sizeof(struct sockaddr_un); }
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
// vim:ts=4:sw=4
 | 
			
		||||
							
								
								
									
										103
									
								
								CommonLibs/SocketsTest.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										103
									
								
								CommonLibs/SocketsTest.cpp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,103 @@
 | 
			
		||||
/*
 | 
			
		||||
* Copyright 2008 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 "Sockets.h"
 | 
			
		||||
#include "Threads.h"
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
static const int gNumToSend = 10;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
void *testReaderIP(void *)
 | 
			
		||||
{
 | 
			
		||||
	UDPSocket readSocket(5934, "localhost", 5061);
 | 
			
		||||
	readSocket.nonblocking();
 | 
			
		||||
	int rc = 0;
 | 
			
		||||
	while (rc<gNumToSend) {
 | 
			
		||||
		char buf[MAX_UDP_LENGTH];
 | 
			
		||||
		int count = readSocket.read(buf, MAX_UDP_LENGTH);
 | 
			
		||||
		if (count>0) {
 | 
			
		||||
			COUT("read: " << buf);
 | 
			
		||||
			rc++;
 | 
			
		||||
		} else {
 | 
			
		||||
			sleep(2);
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	return NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
void *testReaderUnix(void *)
 | 
			
		||||
{
 | 
			
		||||
	UDDSocket readSocket("testDestination");
 | 
			
		||||
	readSocket.nonblocking();
 | 
			
		||||
	int rc = 0;
 | 
			
		||||
	while (rc<gNumToSend) {
 | 
			
		||||
		char buf[MAX_UDP_LENGTH];
 | 
			
		||||
		int count = readSocket.read(buf, MAX_UDP_LENGTH);
 | 
			
		||||
		if (count>0) {
 | 
			
		||||
			COUT("read: " << buf);
 | 
			
		||||
			rc++;
 | 
			
		||||
		} else {
 | 
			
		||||
			sleep(2);
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	return NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
int main(int argc, char * argv[] )
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
  Thread readerThreadIP;
 | 
			
		||||
  readerThreadIP.start(testReaderIP,NULL);
 | 
			
		||||
  Thread readerThreadUnix;
 | 
			
		||||
  readerThreadUnix.start(testReaderUnix,NULL);
 | 
			
		||||
 | 
			
		||||
  UDPSocket socket1(5061, "127.0.0.1",5934);
 | 
			
		||||
  UDDSocket socket1U("testSource","testDestination");
 | 
			
		||||
  
 | 
			
		||||
  COUT("socket1: " << socket1.port());
 | 
			
		||||
 | 
			
		||||
  // give the readers time to open
 | 
			
		||||
  sleep(1);
 | 
			
		||||
 | 
			
		||||
  for (int i=0; i<gNumToSend; i++) {
 | 
			
		||||
    socket1.write("Hello IP land");	
 | 
			
		||||
	socket1U.write("Hello Unix domain");
 | 
			
		||||
	sleep(1);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  readerThreadIP.join();
 | 
			
		||||
  readerThreadUnix.join();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// vim: ts=4 sw=4
 | 
			
		||||
@@ -1,7 +1,6 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
@@ -25,17 +24,11 @@
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <sys/types.h>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#include "Threads.h"
 | 
			
		||||
#include "Timeval.h"
 | 
			
		||||
#include "Logger.h"
 | 
			
		||||
 | 
			
		||||
#ifndef gettid
 | 
			
		||||
#include <sys/syscall.h>
 | 
			
		||||
#define gettid() syscall(SYS_gettid)
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
using namespace std;
 | 
			
		||||
@@ -109,25 +102,6 @@ void Signal::wait(Mutex& wMutex, unsigned timeout) const
 | 
			
		||||
	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)
 | 
			
		||||
{
 | 
			
		||||
@@ -136,10 +110,8 @@ void Thread::start(void *(*task)(void*), void *arg)
 | 
			
		||||
	// (pat) Moved initialization to constructor to avoid crash in destructor.
 | 
			
		||||
	//res = pthread_attr_init(&mAttrib);
 | 
			
		||||
	//assert(!res);
 | 
			
		||||
	if (mStackSize != 0) {
 | 
			
		||||
		res = pthread_attr_setstacksize(&mAttrib, mStackSize);
 | 
			
		||||
		assert(!res);
 | 
			
		||||
	}
 | 
			
		||||
	res = pthread_attr_setstacksize(&mAttrib, mStackSize);
 | 
			
		||||
	assert(!res);
 | 
			
		||||
	res = pthread_create(&mThread, &mAttrib, task, arg);
 | 
			
		||||
	assert(!res);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,6 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
*
 | 
			
		||||
@@ -143,9 +141,6 @@ class Signal {
 | 
			
		||||
#define START_THREAD(thread,function,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.  */
 | 
			
		||||
class Thread {
 | 
			
		||||
 | 
			
		||||
@@ -160,7 +155,7 @@ class Thread {
 | 
			
		||||
	public:
 | 
			
		||||
 | 
			
		||||
	/** 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.
 | 
			
		||||
		mStackSize=wStackSize;
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,6 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
@@ -28,49 +27,43 @@
 | 
			
		||||
 | 
			
		||||
#include "Timeval.h"
 | 
			
		||||
 | 
			
		||||
extern "C" {
 | 
			
		||||
#include <osmocom/core/timer.h>
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
using namespace std;
 | 
			
		||||
 | 
			
		||||
void Timeval::now()
 | 
			
		||||
{
 | 
			
		||||
	osmo_clock_gettime(CLOCK_REALTIME, &mTimespec);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Timeval::future(unsigned offset)
 | 
			
		||||
{
 | 
			
		||||
	now();
 | 
			
		||||
	unsigned sec = offset/1000;
 | 
			
		||||
	unsigned msec = offset%1000;
 | 
			
		||||
	mTimespec.tv_nsec += msec*1000*1000;
 | 
			
		||||
	mTimespec.tv_sec += sec;
 | 
			
		||||
	if (mTimespec.tv_nsec > 1000*1000*1000) {
 | 
			
		||||
		mTimespec.tv_nsec -= 1000*1000*1000;
 | 
			
		||||
		mTimespec.tv_sec += 1;
 | 
			
		||||
	mTimeval.tv_usec += msec*1000;
 | 
			
		||||
	mTimeval.tv_sec += sec;
 | 
			
		||||
	if (mTimeval.tv_usec>1000000) {
 | 
			
		||||
		mTimeval.tv_usec -= 1000000;
 | 
			
		||||
		mTimeval.tv_sec += 1;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
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
 | 
			
		||||
{
 | 
			
		||||
	Timeval nowTime;
 | 
			
		||||
	if (nowTime.mTimespec.tv_sec < mTimespec.tv_sec) return false;
 | 
			
		||||
	if (nowTime.mTimespec.tv_sec > mTimespec.tv_sec) return true;
 | 
			
		||||
	if (nowTime.mTimespec.tv_nsec >= mTimespec.tv_nsec) return true;
 | 
			
		||||
	if (nowTime.mTimeval.tv_sec < mTimeval.tv_sec) return false;
 | 
			
		||||
	if (nowTime.mTimeval.tv_sec > mTimeval.tv_sec) return true;
 | 
			
		||||
	if (nowTime.mTimeval.tv_usec > mTimeval.tv_usec) return true;
 | 
			
		||||
	return false;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
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.
 | 
			
		||||
	int32_t deltaS = other.sec() - sec();
 | 
			
		||||
	int32_t deltaNs = other.nsec() - nsec();
 | 
			
		||||
	return 1000*deltaS + deltaNs/1000000;
 | 
			
		||||
	int32_t deltaUs = other.usec() - usec();
 | 
			
		||||
	return 1000*deltaS + deltaUs/1000;
 | 
			
		||||
}
 | 
			
		||||
	
 | 
			
		||||
 | 
			
		||||
@@ -88,16 +81,15 @@ long Timeval::delta(const Timeval& other) const
 | 
			
		||||
 | 
			
		||||
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.flags( flags_backup );
 | 
			
		||||
	return os;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
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;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,6 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
*
 | 
			
		||||
@@ -44,12 +42,12 @@ class Timeval {
 | 
			
		||||
 | 
			
		||||
	private:
 | 
			
		||||
 | 
			
		||||
	struct timespec mTimespec;
 | 
			
		||||
	struct timeval mTimeval;
 | 
			
		||||
 | 
			
		||||
	public:
 | 
			
		||||
 | 
			
		||||
	/** Set the value to current time. */
 | 
			
		||||
	void now();
 | 
			
		||||
	/** Set the value to gettimeofday. */
 | 
			
		||||
	void now() { gettimeofday(&mTimeval,NULL); }
 | 
			
		||||
 | 
			
		||||
	/** Set the value to gettimeofday plus an offset. */
 | 
			
		||||
	void future(unsigned ms);
 | 
			
		||||
@@ -57,18 +55,16 @@ class Timeval {
 | 
			
		||||
	//@{
 | 
			
		||||
	Timeval(unsigned sec, unsigned usec)
 | 
			
		||||
	{
 | 
			
		||||
		mTimespec.tv_sec = sec;
 | 
			
		||||
		mTimespec.tv_nsec = usec*1000;
 | 
			
		||||
		mTimeval.tv_sec = sec;
 | 
			
		||||
		mTimeval.tv_usec = usec;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	Timeval(const struct timeval& wTimeval)
 | 
			
		||||
	{
 | 
			
		||||
		mTimespec.tv_sec = wTimeval.tv_sec;
 | 
			
		||||
		mTimespec.tv_nsec = wTimeval.tv_sec*1000;
 | 
			
		||||
	}
 | 
			
		||||
		:mTimeval(wTimeval)
 | 
			
		||||
	{}
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
		Create a Timespec offset into the future.
 | 
			
		||||
		Create a Timeval offset into the future.
 | 
			
		||||
		@param offset milliseconds
 | 
			
		||||
	*/
 | 
			
		||||
	Timeval(unsigned offset=0) { future(offset); }
 | 
			
		||||
@@ -80,9 +76,8 @@ class Timeval {
 | 
			
		||||
	/** Return total seconds. */
 | 
			
		||||
	double seconds() const;
 | 
			
		||||
 | 
			
		||||
	uint32_t sec() const { return mTimespec.tv_sec; }
 | 
			
		||||
	uint32_t usec() const { return mTimespec.tv_nsec / 1000; }
 | 
			
		||||
	uint32_t nsec() const { return mTimespec.tv_nsec; }
 | 
			
		||||
	uint32_t sec() const { return mTimeval.tv_sec; }
 | 
			
		||||
	uint32_t usec() const { return mTimeval.tv_usec; }
 | 
			
		||||
 | 
			
		||||
	/** Return differnce from other (other-self), in ms. */
 | 
			
		||||
	long delta(const Timeval& other) const;
 | 
			
		||||
@@ -93,11 +88,11 @@ class Timeval {
 | 
			
		||||
	/** Remaining time in ms. */
 | 
			
		||||
	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;
 | 
			
		||||
 | 
			
		||||
	/** 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; }
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										45
									
								
								CommonLibs/TimevalTest.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										45
									
								
								CommonLibs/TimevalTest.cpp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,45 @@
 | 
			
		||||
/*
 | 
			
		||||
* Copyright 2008 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 "Timeval.h"
 | 
			
		||||
#include <iostream>
 | 
			
		||||
 | 
			
		||||
using namespace std;
 | 
			
		||||
 | 
			
		||||
int main(int argc, char *argv[])
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
	Timeval then(10000);
 | 
			
		||||
	cout << then.elapsed() << endl;
 | 
			
		||||
 | 
			
		||||
	while (!then.passed()) {
 | 
			
		||||
		cout << "now: " << Timeval() << " then: " << then << " remaining: " << then.remaining() << endl;
 | 
			
		||||
		usleep(500000);
 | 
			
		||||
	}
 | 
			
		||||
	cout << "now: " << Timeval() << " then: " << then << " remaining: " << then.remaining() << endl;
 | 
			
		||||
}
 | 
			
		||||
@@ -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.
 | 
			
		||||
*
 | 
			
		||||
* SPDX-License-Identifier: AGPL-3.0+
 | 
			
		||||
*
 | 
			
		||||
* This software is distributed under the terms of the GNU Affero Public License.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
*
 | 
			
		||||
@@ -34,14 +32,11 @@
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <iostream>
 | 
			
		||||
#include <assert.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
 | 
			
		||||
// We cant use Logger.h in this file...
 | 
			
		||||
extern int gVectorDebug;
 | 
			
		||||
#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.
 | 
			
		||||
@@ -65,8 +60,6 @@ template <class T> class Vector {
 | 
			
		||||
	T* mData;		///< allocated data block, if any
 | 
			
		||||
	T* mStart;		///< start of useful data
 | 
			
		||||
	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:
 | 
			
		||||
 | 
			
		||||
@@ -92,19 +85,9 @@ template <class T> class Vector {
 | 
			
		||||
	/** Change the size of the Vector, discarding content. */
 | 
			
		||||
	void resize(size_t newSize)
 | 
			
		||||
	{
 | 
			
		||||
		if (mData!=NULL) {
 | 
			
		||||
			if (mFreeFunc)
 | 
			
		||||
				mFreeFunc(mData);
 | 
			
		||||
			else
 | 
			
		||||
				delete[] mData;
 | 
			
		||||
		}
 | 
			
		||||
		if (mData!=NULL) delete[] mData;
 | 
			
		||||
		if (newSize==0) mData=NULL;
 | 
			
		||||
		else {
 | 
			
		||||
			if (mAllocFunc)
 | 
			
		||||
				mData = (T*) mAllocFunc(newSize);
 | 
			
		||||
			else
 | 
			
		||||
				mData = new T[newSize];
 | 
			
		||||
		}
 | 
			
		||||
		else mData = new T[newSize];
 | 
			
		||||
		mStart = mData;
 | 
			
		||||
		mEnd = mStart + newSize;
 | 
			
		||||
	}
 | 
			
		||||
@@ -124,7 +107,7 @@ template <class T> class Vector {
 | 
			
		||||
	void clone(const Vector<T>& other)
 | 
			
		||||
	{
 | 
			
		||||
		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. */
 | 
			
		||||
	Vector(size_t wSize=0, vector_alloc_func wAllocFunc=NULL, vector_free_func wFreeFunc=NULL)
 | 
			
		||||
		:mData(NULL), mAllocFunc(wAllocFunc), mFreeFunc(wFreeFunc)
 | 
			
		||||
	{ resize(wSize); }
 | 
			
		||||
	Vector(size_t wSize=0):mData(NULL) { resize(wSize); }
 | 
			
		||||
 | 
			
		||||
	/** Build a Vector by moving another. */
 | 
			
		||||
	Vector(Vector<T>&& other)
 | 
			
		||||
		:mData(other.mData),mStart(other.mStart),mEnd(other.mEnd), mAllocFunc(other.mAllocFunc),  mFreeFunc(other.mFreeFunc)
 | 
			
		||||
	/** Build a Vector by shifting the data block. */
 | 
			
		||||
	Vector(Vector<T>& other)
 | 
			
		||||
		:mData(other.mData),mStart(other.mStart),mEnd(other.mEnd)
 | 
			
		||||
	{ other.mData=NULL; }
 | 
			
		||||
 | 
			
		||||
	/** 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. */
 | 
			
		||||
	Vector(T* wData, T* wStart, T* wEnd, vector_alloc_func wAllocFunc=NULL, vector_free_func wFreeFunc=NULL)
 | 
			
		||||
		:mData(wData),mStart(wStart),mEnd(wEnd), mAllocFunc(wAllocFunc), mFreeFunc(wFreeFunc)
 | 
			
		||||
	Vector(T* wData, T* wStart, T* wEnd)
 | 
			
		||||
		:mData(wData),mStart(wStart),mEnd(wEnd)
 | 
			
		||||
	{ }
 | 
			
		||||
 | 
			
		||||
	/** 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)
 | 
			
		||||
		:mData(NULL),mStart(wStart),mEnd(wStart+span),mAllocFunc(wAllocFunc), mFreeFunc(wFreeFunc)
 | 
			
		||||
	Vector(T* wStart, size_t span)
 | 
			
		||||
		:mData(NULL),mStart(wStart),mEnd(wStart+span)
 | 
			
		||||
	{ }
 | 
			
		||||
 | 
			
		||||
	/** Build a Vector by concatenation. */
 | 
			
		||||
	Vector(const Vector<T>& other1, const Vector<T>& other2, vector_alloc_func wAllocFunc=NULL, vector_free_func wFreeFunc=NULL)
 | 
			
		||||
		:mData(NULL), mAllocFunc(wAllocFunc), mFreeFunc(wFreeFunc)
 | 
			
		||||
	Vector(const Vector<T>& other1, const Vector<T>& other2)
 | 
			
		||||
		:mData(NULL)
 | 
			
		||||
	{
 | 
			
		||||
		resize(other1.size()+other2.size());
 | 
			
		||||
		memcpy(mStart, other1.mStart, other1.bytes());
 | 
			
		||||
@@ -181,8 +162,6 @@ template <class T> class Vector {
 | 
			
		||||
		mData=other.mData;
 | 
			
		||||
		mStart=other.mStart;
 | 
			
		||||
		mEnd=other.mEnd;
 | 
			
		||||
		mAllocFunc=other.mAllocFunc;
 | 
			
		||||
		mFreeFunc=other.mFreeFunc;
 | 
			
		||||
		other.mData=NULL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
@@ -225,15 +204,10 @@ template <class T> class Vector {
 | 
			
		||||
	*/
 | 
			
		||||
	void copyToSegment(Vector<T>& other, size_t start, size_t span) const
 | 
			
		||||
	{
 | 
			
		||||
		unsigned int i;
 | 
			
		||||
		T* dst = other.mStart + start;
 | 
			
		||||
		T* src = mStart;
 | 
			
		||||
		assert(dst+span<=other.mEnd);
 | 
			
		||||
		T* base = other.mStart + start;
 | 
			
		||||
		assert(base+span<=other.mEnd);
 | 
			
		||||
		assert(mStart+span<=mEnd);
 | 
			
		||||
		for (i = 0; i < span; i++, src++, dst++)
 | 
			
		||||
			*dst = *src;
 | 
			
		||||
		/*TODO if not non-trivially copyable type class, optimize:
 | 
			
		||||
		memcpy(dst,mStart,span*sizeof(T)); */
 | 
			
		||||
		memcpy(base,mStart,span*sizeof(T));
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/** Copy all of this Vector to a segment of another Vector. */
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,6 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
@@ -29,6 +28,10 @@
 | 
			
		||||
#include "Vector.h"
 | 
			
		||||
#include <iostream>
 | 
			
		||||
 | 
			
		||||
// We must have a gConfig now to include Vector.
 | 
			
		||||
#include "Configuration.h"
 | 
			
		||||
ConfigurationTable gConfig;
 | 
			
		||||
 | 
			
		||||
using namespace std;
 | 
			
		||||
 | 
			
		||||
typedef Vector<int> TestVector;
 | 
			
		||||
@@ -1,20 +0,0 @@
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * This file contains structures used by both VTY (C, dir CommonLibs) and
 | 
			
		||||
 * osmo-trx (CXX, dir Transceiver52)
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
enum FillerType {
 | 
			
		||||
  FILLER_DUMMY,
 | 
			
		||||
  FILLER_ZERO,
 | 
			
		||||
  FILLER_NORM_RAND,
 | 
			
		||||
  FILLER_EDGE_RAND,
 | 
			
		||||
  FILLER_ACCESS_RAND,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum ReferenceType {
 | 
			
		||||
  REF_INTERNAL,
 | 
			
		||||
  REF_EXTERNAL,
 | 
			
		||||
  REF_GPS,
 | 
			
		||||
};
 | 
			
		||||
@@ -1,107 +0,0 @@
 | 
			
		||||
/*
 | 
			
		||||
 * 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/utils.h>
 | 
			
		||||
#include "debug.h"
 | 
			
		||||
 | 
			
		||||
/* default categories */
 | 
			
		||||
static const struct log_info_cat default_categories[] = {
 | 
			
		||||
	[DMAIN] = {
 | 
			
		||||
		.name = "DMAIN",
 | 
			
		||||
		.description = "Main generic category",
 | 
			
		||||
		.color = NULL,
 | 
			
		||||
		.enabled = 1, .loglevel = LOGL_NOTICE,
 | 
			
		||||
	},
 | 
			
		||||
	[DTRXCTRL] = {
 | 
			
		||||
			.name = "DTRXCTRL",
 | 
			
		||||
			.description = "TRX CTRL interface",
 | 
			
		||||
			.color = "\033[1;33m",
 | 
			
		||||
			.enabled = 1, .loglevel = LOGL_NOTICE,
 | 
			
		||||
	},
 | 
			
		||||
	[DDEV] = {
 | 
			
		||||
		.name = "DDEV",
 | 
			
		||||
		.description = "Device/Driver specific code",
 | 
			
		||||
		.color = NULL,
 | 
			
		||||
		.enabled = 1, .loglevel = LOGL_INFO,
 | 
			
		||||
	},
 | 
			
		||||
	[DLMS] = {
 | 
			
		||||
		.name = "DLMS",
 | 
			
		||||
		.description = "Logging from within LimeSuite itself",
 | 
			
		||||
		.color = NULL,
 | 
			
		||||
		.enabled = 1, .loglevel = LOGL_NOTICE,
 | 
			
		||||
	},
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const struct log_info log_info = {
 | 
			
		||||
	.cat = default_categories,
 | 
			
		||||
	.num_cat = ARRAY_SIZE(default_categories),
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
pthread_mutex_t log_mutex;
 | 
			
		||||
 | 
			
		||||
bool log_mutex_init() {
 | 
			
		||||
	int rc;
 | 
			
		||||
	pthread_mutexattr_t attr;
 | 
			
		||||
 | 
			
		||||
	if ((rc = pthread_mutexattr_init(&attr))) {
 | 
			
		||||
		fprintf(stderr, "pthread_mutexattr_init() failed: %d\n", rc);
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
	if ((rc = pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE))) {
 | 
			
		||||
		fprintf(stderr, "pthread_mutexattr_settype() failed: %d\n", rc);
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
	if ((rc = pthread_mutex_init(&log_mutex, &attr))) {
 | 
			
		||||
		fprintf(stderr, "pthread_mutex_init() failed: %d\n", rc);
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
	if ((rc = pthread_mutexattr_destroy(&attr))) {
 | 
			
		||||
		fprintf(stderr, "pthread_mutexattr_destroy() failed: %d\n", rc);
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
	return true;
 | 
			
		||||
	/* FIXME: do we need to call pthread_mutex_destroy() during process exit? */
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* If called inside a C++ destructor, use log_mutex_(un)lock_canceldisable() APIs instead.
 | 
			
		||||
   See osmo-trx commit 86be40b4eb762d5c12e8e3f7388ca9f254e77b36 for more information */
 | 
			
		||||
void log_mutex_lock() {
 | 
			
		||||
	OSMO_ASSERT(!pthread_mutex_lock(&log_mutex));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void log_mutex_unlock() {
 | 
			
		||||
	OSMO_ASSERT(!pthread_mutex_unlock(&log_mutex));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void log_mutex_lock_canceldisable(int *st) {
 | 
			
		||||
	pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, st);
 | 
			
		||||
	log_mutex_lock();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void log_mutex_unlock_canceldisable(int st) {
 | 
			
		||||
	log_mutex_unlock();
 | 
			
		||||
	pthread_setcancelstate(st, NULL);
 | 
			
		||||
}
 | 
			
		||||
@@ -1,35 +0,0 @@
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <stdbool.h>
 | 
			
		||||
#include <pthread.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/core/logging.h>
 | 
			
		||||
 | 
			
		||||
extern const struct log_info log_info;
 | 
			
		||||
 | 
			
		||||
/* Debug Areas of the code */
 | 
			
		||||
enum {
 | 
			
		||||
	DMAIN,
 | 
			
		||||
	DTRXCTRL,
 | 
			
		||||
	DDEV,
 | 
			
		||||
	DLMS,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
bool log_mutex_init();
 | 
			
		||||
void log_mutex_lock();
 | 
			
		||||
void log_mutex_unlock();
 | 
			
		||||
void log_mutex_lock_canceldisable(int *st);
 | 
			
		||||
void log_mutex_unlock_canceldisable(int st);
 | 
			
		||||
 | 
			
		||||
#define CLOGC(category, level, fmt, args...) do { \
 | 
			
		||||
	log_mutex_lock(); \
 | 
			
		||||
	LOGP(category, level, "[tid=%lu] " fmt, pthread_self(), ##args);  \
 | 
			
		||||
	log_mutex_unlock(); \
 | 
			
		||||
} while(0)
 | 
			
		||||
 | 
			
		||||
#define CLOGCHAN(chan, category, level, fmt, args...) do { \
 | 
			
		||||
	log_mutex_lock(); \
 | 
			
		||||
	LOGP(category, level, "[tid=%lu][chan=%lu] " fmt, pthread_self(), chan, ##args);  \
 | 
			
		||||
	log_mutex_unlock(); \
 | 
			
		||||
} 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;
 | 
			
		||||
};
 | 
			
		||||
							
								
								
									
										154
									
								
								CommonLibs/sqlite3util.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										154
									
								
								CommonLibs/sqlite3util.cpp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,154 @@
 | 
			
		||||
/*
 | 
			
		||||
* Copyright 2010 Kestrel Signal Processing, Inc.
 | 
			
		||||
* All rights reserved.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#include <sqlite3.h>
 | 
			
		||||
#include "sqlite3util.h"
 | 
			
		||||
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <unistd.h>
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
// Wrappers to sqlite operations.
 | 
			
		||||
// These will eventually get moved to commonlibs.
 | 
			
		||||
 | 
			
		||||
int sqlite3_prepare_statement(sqlite3* DB, sqlite3_stmt **stmt, const char* query)
 | 
			
		||||
{
 | 
			
		||||
        int src = SQLITE_BUSY;
 | 
			
		||||
        while (src==SQLITE_BUSY) {
 | 
			
		||||
                src = sqlite3_prepare_v2(DB,query,strlen(query),stmt,NULL);
 | 
			
		||||
                if (src==SQLITE_BUSY) {
 | 
			
		||||
                        usleep(100000);
 | 
			
		||||
                }
 | 
			
		||||
        }
 | 
			
		||||
        if (src) {
 | 
			
		||||
                fprintf(stderr,"sqlite3_prepare_v2 failed for \"%s\": %s\n",query,sqlite3_errmsg(DB));
 | 
			
		||||
                sqlite3_finalize(*stmt);
 | 
			
		||||
        }
 | 
			
		||||
        return src;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int sqlite3_run_query(sqlite3* DB, sqlite3_stmt *stmt)
 | 
			
		||||
{
 | 
			
		||||
	int src = SQLITE_BUSY;
 | 
			
		||||
	while (src==SQLITE_BUSY) {
 | 
			
		||||
		src = sqlite3_step(stmt);
 | 
			
		||||
		if (src==SQLITE_BUSY) {
 | 
			
		||||
			usleep(100000);
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	if ((src!=SQLITE_DONE) && (src!=SQLITE_ROW)) {
 | 
			
		||||
		fprintf(stderr,"sqlite3_run_query failed: %s: %s\n", sqlite3_sql(stmt), sqlite3_errmsg(DB));
 | 
			
		||||
	}
 | 
			
		||||
	return src;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
bool sqlite3_exists(sqlite3* DB, const char *tableName,
 | 
			
		||||
		const char* keyName, const char* keyData)
 | 
			
		||||
{
 | 
			
		||||
	size_t stringSize = 100 + strlen(tableName) + strlen(keyName) + strlen(keyData);
 | 
			
		||||
	char query[stringSize];
 | 
			
		||||
	sprintf(query,"SELECT * FROM %s WHERE %s == \"%s\"",tableName,keyName,keyData);
 | 
			
		||||
	// Prepare the statement.
 | 
			
		||||
	sqlite3_stmt *stmt;
 | 
			
		||||
	if (sqlite3_prepare_statement(DB,&stmt,query)) return false;
 | 
			
		||||
	// Read the result.
 | 
			
		||||
	int src = sqlite3_run_query(DB,stmt);
 | 
			
		||||
	sqlite3_finalize(stmt);
 | 
			
		||||
	// Anything there?
 | 
			
		||||
	return (src == SQLITE_ROW);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
bool sqlite3_single_lookup(sqlite3* DB, const char *tableName,
 | 
			
		||||
		const char* keyName, const char* keyData,
 | 
			
		||||
		const char* valueName, unsigned &valueData)
 | 
			
		||||
{
 | 
			
		||||
	size_t stringSize = 100 + strlen(valueName) + strlen(tableName) + strlen(keyName) + strlen(keyData);
 | 
			
		||||
	char query[stringSize];
 | 
			
		||||
	sprintf(query,"SELECT %s FROM %s WHERE %s == \"%s\"",valueName,tableName,keyName,keyData);
 | 
			
		||||
	// Prepare the statement.
 | 
			
		||||
	sqlite3_stmt *stmt;
 | 
			
		||||
	if (sqlite3_prepare_statement(DB,&stmt,query)) return false;
 | 
			
		||||
	// Read the result.
 | 
			
		||||
	int src = sqlite3_run_query(DB,stmt);
 | 
			
		||||
	bool retVal = false;
 | 
			
		||||
	if (src == SQLITE_ROW) {
 | 
			
		||||
		valueData = (unsigned)sqlite3_column_int64(stmt,0);
 | 
			
		||||
		retVal = true;
 | 
			
		||||
	}
 | 
			
		||||
	sqlite3_finalize(stmt);
 | 
			
		||||
	return retVal;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
// This function returns an allocated string that must be free'd by the caller.
 | 
			
		||||
bool sqlite3_single_lookup(sqlite3* DB, const char* tableName,
 | 
			
		||||
		const char* keyName, const char* keyData,
 | 
			
		||||
		const char* valueName, char* &valueData)
 | 
			
		||||
{
 | 
			
		||||
	valueData=NULL;
 | 
			
		||||
	size_t stringSize = 100 + strlen(valueName) + strlen(tableName) + strlen(keyName) + strlen(keyData);
 | 
			
		||||
	char query[stringSize];
 | 
			
		||||
	sprintf(query,"SELECT %s FROM %s WHERE %s == \"%s\"",valueName,tableName,keyName,keyData);
 | 
			
		||||
	// Prepare the statement.
 | 
			
		||||
	sqlite3_stmt *stmt;
 | 
			
		||||
	if (sqlite3_prepare_statement(DB,&stmt,query)) return false;
 | 
			
		||||
	// Read the result.
 | 
			
		||||
	int src = sqlite3_run_query(DB,stmt);
 | 
			
		||||
	bool retVal = false;
 | 
			
		||||
	if (src == SQLITE_ROW) {
 | 
			
		||||
		const char* ptr = (const char*)sqlite3_column_text(stmt,0);
 | 
			
		||||
		if (ptr) valueData = strdup(ptr);
 | 
			
		||||
		retVal = true;
 | 
			
		||||
	}
 | 
			
		||||
	sqlite3_finalize(stmt);
 | 
			
		||||
	return retVal;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
// This function returns an allocated string that must be free'd by tha caller.
 | 
			
		||||
bool sqlite3_single_lookup(sqlite3* DB, const char* tableName,
 | 
			
		||||
		const char* keyName, unsigned keyData,
 | 
			
		||||
		const char* valueName, char* &valueData)
 | 
			
		||||
{
 | 
			
		||||
	valueData=NULL;
 | 
			
		||||
	size_t stringSize = 100 + strlen(valueName) + strlen(tableName) + strlen(keyName) + 20;
 | 
			
		||||
	char query[stringSize];
 | 
			
		||||
	sprintf(query,"SELECT %s FROM %s WHERE %s == %u",valueName,tableName,keyName,keyData);
 | 
			
		||||
	// Prepare the statement.
 | 
			
		||||
	sqlite3_stmt *stmt;
 | 
			
		||||
	if (sqlite3_prepare_statement(DB,&stmt,query)) return false;
 | 
			
		||||
	// Read the result.
 | 
			
		||||
	int src = sqlite3_run_query(DB,stmt);
 | 
			
		||||
	bool retVal = false;
 | 
			
		||||
	if (src == SQLITE_ROW) {
 | 
			
		||||
		const char* ptr = (const char*)sqlite3_column_text(stmt,0);
 | 
			
		||||
		if (ptr) valueData = strdup(ptr);
 | 
			
		||||
		retVal = true;
 | 
			
		||||
	}
 | 
			
		||||
	sqlite3_finalize(stmt);
 | 
			
		||||
	return retVal;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
bool sqlite3_command(sqlite3* DB, const char* query)
 | 
			
		||||
{
 | 
			
		||||
	// Prepare the statement.
 | 
			
		||||
	sqlite3_stmt *stmt;
 | 
			
		||||
	if (sqlite3_prepare_statement(DB,&stmt,query)) return false;
 | 
			
		||||
	// Run the query.
 | 
			
		||||
	int src = sqlite3_run_query(DB,stmt);
 | 
			
		||||
	sqlite3_finalize(stmt);
 | 
			
		||||
	return src==SQLITE_DONE;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										29
									
								
								CommonLibs/sqlite3util.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								CommonLibs/sqlite3util.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,29 @@
 | 
			
		||||
#ifndef SQLITE3UTIL_H
 | 
			
		||||
#define SQLITE3UTIL_H
 | 
			
		||||
 | 
			
		||||
#include <sqlite3.h>
 | 
			
		||||
 | 
			
		||||
int sqlite3_prepare_statement(sqlite3* DB, sqlite3_stmt **stmt, const char* query);
 | 
			
		||||
 | 
			
		||||
int sqlite3_run_query(sqlite3* DB, sqlite3_stmt *stmt);
 | 
			
		||||
 | 
			
		||||
bool sqlite3_single_lookup(sqlite3* DB, const char *tableName,
 | 
			
		||||
		const char* keyName, const char* keyData,
 | 
			
		||||
		const char* valueName, unsigned &valueData);
 | 
			
		||||
 | 
			
		||||
bool sqlite3_single_lookup(sqlite3* DB, const char* tableName,
 | 
			
		||||
		const char* keyName, const char* keyData,
 | 
			
		||||
		const char* valueName, char* &valueData);
 | 
			
		||||
 | 
			
		||||
// This function returns an allocated string that must be free'd by the caller.
 | 
			
		||||
bool sqlite3_single_lookup(sqlite3* DB, const char* tableName,
 | 
			
		||||
		const char* keyName, unsigned keyData,
 | 
			
		||||
		const char* valueName, char* &valueData);
 | 
			
		||||
 | 
			
		||||
bool sqlite3_exists(sqlite3* DB, const char* tableName,
 | 
			
		||||
		const char* keyName, const char* keyData);
 | 
			
		||||
 | 
			
		||||
/** Run a query, ignoring the result; return true on success. */
 | 
			
		||||
bool sqlite3_command(sqlite3* DB, const char* query);
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
@@ -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 conditons (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,729 +0,0 @@
 | 
			
		||||
/*
 | 
			
		||||
 * 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 <string.h>
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
#include <inttypes.h>
 | 
			
		||||
#include <netinet/in.h>
 | 
			
		||||
#include <arpa/inet.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/core/talloc.h>
 | 
			
		||||
#include <osmocom/core/utils.h>
 | 
			
		||||
#include <osmocom/core/rate_ctr.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/vty/command.h>
 | 
			
		||||
#include <osmocom/vty/vty.h>
 | 
			
		||||
#include <osmocom/vty/misc.h>
 | 
			
		||||
 | 
			
		||||
#include "trx_rate_ctr.h"
 | 
			
		||||
#include "trx_vty.h"
 | 
			
		||||
#include "../config.h"
 | 
			
		||||
 | 
			
		||||
static struct trx_ctx* g_trx_ctx;
 | 
			
		||||
 | 
			
		||||
static const struct value_string clock_ref_names[] = {
 | 
			
		||||
	{ REF_INTERNAL,	"internal" },
 | 
			
		||||
	{ REF_EXTERNAL,	"external" },
 | 
			
		||||
	{ REF_GPS,	"gpsdo" },
 | 
			
		||||
	{ 0,		NULL }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static const struct value_string filler_names[] = {
 | 
			
		||||
	{ FILLER_DUMMY,		"Dummy bursts" },
 | 
			
		||||
	{ FILLER_ZERO,		"Disabled" },
 | 
			
		||||
	{ FILLER_NORM_RAND,	"Normal bursts with random payload" },
 | 
			
		||||
	{ FILLER_EDGE_RAND,	"EDGE bursts with random payload" },
 | 
			
		||||
	{ FILLER_ACCESS_RAND,	"Access bursts with random payload" },
 | 
			
		||||
	{ 0,			NULL }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct trx_ctx *trx_from_vty(struct vty *v)
 | 
			
		||||
{
 | 
			
		||||
        /* It can't hurt to force callers to continue to pass the vty instance
 | 
			
		||||
         * to this function, in case we'd like to retrieve the global
 | 
			
		||||
         * trx instance from the vty at some point in the future. But
 | 
			
		||||
         * until then, just return the global pointer, which should have been
 | 
			
		||||
         * initialized by trx_vty_init().
 | 
			
		||||
         */
 | 
			
		||||
        OSMO_ASSERT(g_trx_ctx);
 | 
			
		||||
        return g_trx_ctx;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
enum trx_vty_node {
 | 
			
		||||
	TRX_NODE = _LAST_OSMOVTY_NODE + 1,
 | 
			
		||||
	CHAN_NODE,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static struct cmd_node trx_node = {
 | 
			
		||||
	TRX_NODE,
 | 
			
		||||
	"%s(config-trx)# ",
 | 
			
		||||
	1,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static struct cmd_node chan_node = {
 | 
			
		||||
	CHAN_NODE,
 | 
			
		||||
	"%s(config-trx-chan)# ",
 | 
			
		||||
	1,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_trx, cfg_trx_cmd,
 | 
			
		||||
	"trx",
 | 
			
		||||
	"Configure the TRX\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	if (!trx)
 | 
			
		||||
		return CMD_WARNING;
 | 
			
		||||
 | 
			
		||||
	vty->node = TRX_NODE;
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_bind_ip, cfg_bind_ip_cmd,
 | 
			
		||||
	"bind-ip A.B.C.D",
 | 
			
		||||
	"Set the IP address for the local bind\n"
 | 
			
		||||
	"IPv4 Address\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	osmo_talloc_replace_string(trx, &trx->cfg.bind_addr, argv[0]);
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_remote_ip, cfg_remote_ip_cmd,
 | 
			
		||||
	"remote-ip A.B.C.D",
 | 
			
		||||
	"Set the IP address for the remote BTS\n"
 | 
			
		||||
	"IPv4 Address\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	osmo_talloc_replace_string(trx, &trx->cfg.remote_addr, argv[0]);
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_base_port, cfg_base_port_cmd,
 | 
			
		||||
	"base-port <1-65535>",
 | 
			
		||||
	"Set the TRX Base Port\n"
 | 
			
		||||
	"TRX Base Port\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	trx->cfg.base_port = atoi(argv[0]);
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_dev_args, cfg_dev_args_cmd,
 | 
			
		||||
	"dev-args DESC",
 | 
			
		||||
	"Set the device-specific arguments to pass to the device\n"
 | 
			
		||||
	"Device-specific arguments\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	osmo_talloc_replace_string(trx, &trx->cfg.dev_args, argv[0]);
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_tx_sps, cfg_tx_sps_cmd,
 | 
			
		||||
	"tx-sps (1|4)",
 | 
			
		||||
	"Set the Tx Samples-per-Symbol\n"
 | 
			
		||||
	"Tx Samples-per-Symbol\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	trx->cfg.tx_sps = atoi(argv[0]);
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_rx_sps, cfg_rx_sps_cmd,
 | 
			
		||||
	"rx-sps (1|4)",
 | 
			
		||||
	"Set the Rx Samples-per-Symbol\n"
 | 
			
		||||
	"Rx Samples-per-Symbol\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	trx->cfg.rx_sps = atoi(argv[0]);
 | 
			
		||||
 | 
			
		||||
	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,
 | 
			
		||||
	"clock-ref (internal|external|gpsdo)",
 | 
			
		||||
	"Set the Reference Clock\n"
 | 
			
		||||
	"Enable internal referece (default)\n"
 | 
			
		||||
	"Enable external 10 MHz reference\n"
 | 
			
		||||
	"Enable GPSDO reference\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	trx->cfg.clock_ref = get_string_value(clock_ref_names, argv[0]);
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_multi_arfcn, cfg_multi_arfcn_cmd,
 | 
			
		||||
	"multi-arfcn (disable|enable)",
 | 
			
		||||
	"Enable multi-ARFCN transceiver (default=disable)\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	if (strcmp("disable", argv[0]) == 0) {
 | 
			
		||||
		trx->cfg.multi_arfcn = false;
 | 
			
		||||
		return CMD_SUCCESS;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	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;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	trx->cfg.multi_arfcn = true;
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_offset, cfg_offset_cmd,
 | 
			
		||||
	"offset FLOAT",
 | 
			
		||||
	"Set the baseband frequency offset (default=0, auto)\n"
 | 
			
		||||
	"Baseband Frequency Offset\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	trx->cfg.offset = atof(argv[0]);
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_rssi_offset, cfg_rssi_offset_cmd,
 | 
			
		||||
	"rssi-offset FLOAT",
 | 
			
		||||
	"Set the RSSI to dBm offset in dB (default=0)\n"
 | 
			
		||||
	"RSSI to dBm offset in dB\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	trx->cfg.rssi_offset = atof(argv[0]);
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_swap_channels, cfg_swap_channels_cmd,
 | 
			
		||||
	"swap-channels (disable|enable)",
 | 
			
		||||
	"Swap channels (default=disable)\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	if (strcmp("disable", argv[0]) == 0) {
 | 
			
		||||
		trx->cfg.swap_channels = false;
 | 
			
		||||
	} else if (strcmp("enable", argv[0]) == 0) {
 | 
			
		||||
		trx->cfg.swap_channels = true;
 | 
			
		||||
	} else {
 | 
			
		||||
		return CMD_WARNING;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_egprs, cfg_egprs_cmd,
 | 
			
		||||
	"egprs (disable|enable)",
 | 
			
		||||
	"Enable EDGE receiver (default=disable)\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	if (strcmp("disable", argv[0]) == 0) {
 | 
			
		||||
		trx->cfg.egprs = false;
 | 
			
		||||
	} else if (strcmp("enable", argv[0]) == 0) {
 | 
			
		||||
		trx->cfg.egprs = true;
 | 
			
		||||
		trx->cfg.filler = FILLER_EDGE_RAND;
 | 
			
		||||
	} else {
 | 
			
		||||
		return CMD_WARNING;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	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,
 | 
			
		||||
	"rt-prio <1-32>",
 | 
			
		||||
	"Set the SCHED_RR real-time priority\n"
 | 
			
		||||
	"Real time priority\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	trx->cfg.sched_rr = atoi(argv[0]);
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_stack_size, cfg_stack_size_cmd,
 | 
			
		||||
	"stack-size <0-2147483647>",
 | 
			
		||||
	"Set the stack size per thread in BYTE, 0 = OS default\n"
 | 
			
		||||
	"Stack size per thread in BYTE\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	trx->cfg.stack_size = atoi(argv[0]);
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_filler, cfg_filler_cmd,
 | 
			
		||||
	"filler dummy",
 | 
			
		||||
	"Enable C0 filler table\n"
 | 
			
		||||
	"Dummy method\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	trx->cfg.filler = FILLER_DUMMY;
 | 
			
		||||
 | 
			
		||||
	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;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_chan, cfg_chan_cmd,
 | 
			
		||||
	"chan <0-100>",
 | 
			
		||||
	"Select a channel to configure\n"
 | 
			
		||||
	"Channel index\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
	int idx = atoi(argv[0]);
 | 
			
		||||
 | 
			
		||||
	if (idx >= TRX_CHAN_MAX) {
 | 
			
		||||
		vty_out(vty, "Chan list full.%s", VTY_NEWLINE);
 | 
			
		||||
		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 */
 | 
			
		||||
		vty_out(vty, "Non-existent or non-consecutive chan %d.%s",
 | 
			
		||||
				idx, VTY_NEWLINE);
 | 
			
		||||
		return CMD_WARNING;
 | 
			
		||||
	} else if (trx->cfg.num_chans == idx)  { /* creating it */
 | 
			
		||||
		trx->cfg.num_chans++;
 | 
			
		||||
		trx->cfg.chans[idx].trx = trx;
 | 
			
		||||
		trx->cfg.chans[idx].idx = idx;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	vty->node = CHAN_NODE;
 | 
			
		||||
	vty->index = &trx->cfg.chans[idx];
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_chan_rx_path, cfg_chan_rx_path_cmd,
 | 
			
		||||
	"rx-path NAME",
 | 
			
		||||
	"Set the Rx Path\n"
 | 
			
		||||
	"Rx Path name\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_chan *chan = vty->index;
 | 
			
		||||
 | 
			
		||||
	osmo_talloc_replace_string(chan->trx, &chan->rx_path, argv[0]);
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN(cfg_chan_tx_path, cfg_chan_tx_path_cmd,
 | 
			
		||||
	"tx-path NAME",
 | 
			
		||||
	"Set the Tx Path\n"
 | 
			
		||||
	"Tx Path name\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_chan *chan = vty->index;
 | 
			
		||||
 | 
			
		||||
	osmo_talloc_replace_string(chan->trx, &chan->tx_path, argv[0]);
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int dummy_config_write(struct vty *v)
 | 
			
		||||
{
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int config_write_trx(struct vty *vty)
 | 
			
		||||
{
 | 
			
		||||
	struct trx_chan *chan;
 | 
			
		||||
	int i;
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	vty_out(vty, "trx%s", VTY_NEWLINE);
 | 
			
		||||
	if (trx->cfg.bind_addr)
 | 
			
		||||
		vty_out(vty, " bind-ip %s%s", trx->cfg.bind_addr, VTY_NEWLINE);
 | 
			
		||||
	if (trx->cfg.remote_addr)
 | 
			
		||||
		vty_out(vty, " remote-ip %s%s", trx->cfg.remote_addr, VTY_NEWLINE);
 | 
			
		||||
	if (trx->cfg.base_port != DEFAULT_TRX_PORT)
 | 
			
		||||
		vty_out(vty, " base-port %u%s", trx->cfg.base_port, VTY_NEWLINE);
 | 
			
		||||
	if (trx->cfg.dev_args)
 | 
			
		||||
		vty_out(vty, " dev-args %s%s", trx->cfg.dev_args, VTY_NEWLINE);
 | 
			
		||||
	if (trx->cfg.tx_sps != DEFAULT_TX_SPS)
 | 
			
		||||
		vty_out(vty, " tx-sps %u%s", trx->cfg.tx_sps, VTY_NEWLINE);
 | 
			
		||||
	if (trx->cfg.rx_sps != DEFAULT_RX_SPS)
 | 
			
		||||
		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)
 | 
			
		||||
		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);
 | 
			
		||||
	if (trx->cfg.offset != 0)
 | 
			
		||||
		vty_out(vty, " offset %f%s", trx->cfg.offset, VTY_NEWLINE);
 | 
			
		||||
	if (trx->cfg.rssi_offset != 0)
 | 
			
		||||
		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, " 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)
 | 
			
		||||
		vty_out(vty, " rt-prio %u%s", trx->cfg.sched_rr, 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++) {
 | 
			
		||||
		chan = &trx->cfg.chans[i];
 | 
			
		||||
		vty_out(vty, " chan %u%s", chan->idx, VTY_NEWLINE);
 | 
			
		||||
		if (chan->rx_path)
 | 
			
		||||
			vty_out(vty, "  rx-path %s%s", chan->rx_path, VTY_NEWLINE);
 | 
			
		||||
		if (chan->tx_path)
 | 
			
		||||
			vty_out(vty, "  tx-path %s%s", chan->tx_path, VTY_NEWLINE);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void trx_dump_vty(struct vty *vty, struct trx_ctx *trx)
 | 
			
		||||
{
 | 
			
		||||
	struct trx_chan *chan;
 | 
			
		||||
	int i;
 | 
			
		||||
	vty_out(vty, "TRX Config:%s", VTY_NEWLINE);
 | 
			
		||||
	vty_out(vty, " Local IP: %s%s", trx->cfg.bind_addr, VTY_NEWLINE);
 | 
			
		||||
	vty_out(vty, " Remote IP: %s%s", trx->cfg.remote_addr, VTY_NEWLINE);
 | 
			
		||||
	vty_out(vty, " TRX Base Port: %u%s", trx->cfg.base_port, 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, " Rx Samples-per-Symbol: %u%s", trx->cfg.rx_sps, VTY_NEWLINE);
 | 
			
		||||
	vty_out(vty, " Test Mode: TSC: %u (%s)%s", trx->cfg.rtsc,
 | 
			
		||||
		trx->cfg.rtsc_set ? "Enabled" : "Disabled", 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, " 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, " 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, " 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,
 | 
			
		||||
		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);
 | 
			
		||||
	for (i = 0; i < trx->cfg.num_chans; i++) {
 | 
			
		||||
		chan = &trx->cfg.chans[i];
 | 
			
		||||
		vty_out(vty, "  Channel %u:%s", chan->idx, VTY_NEWLINE);
 | 
			
		||||
		if (chan->rx_path)
 | 
			
		||||
			vty_out(vty, "   Rx Path: %s%s", chan->rx_path, VTY_NEWLINE);
 | 
			
		||||
		if (chan->tx_path)
 | 
			
		||||
			vty_out(vty, "   Tx Path: %s%s", chan->tx_path, VTY_NEWLINE);
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN(show_trx, show_trx_cmd,
 | 
			
		||||
	"show trx",
 | 
			
		||||
	SHOW_STR "Display information on the TRX\n")
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx *trx = trx_from_vty(vty);
 | 
			
		||||
 | 
			
		||||
	trx_dump_vty(vty, trx);
 | 
			
		||||
 | 
			
		||||
	return CMD_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int trx_vty_is_config_node(struct vty *vty, int node)
 | 
			
		||||
{
 | 
			
		||||
	switch (node) {
 | 
			
		||||
	case TRX_NODE:
 | 
			
		||||
	case CHAN_NODE:
 | 
			
		||||
		return 1;
 | 
			
		||||
	default:
 | 
			
		||||
		return 0;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int trx_vty_go_parent(struct vty *vty)
 | 
			
		||||
{
 | 
			
		||||
	switch (vty->node) {
 | 
			
		||||
	case TRX_NODE:
 | 
			
		||||
		vty->node = CONFIG_NODE;
 | 
			
		||||
		vty->index = NULL;
 | 
			
		||||
		vty->index_sub = NULL;
 | 
			
		||||
		break;
 | 
			
		||||
	case CHAN_NODE:
 | 
			
		||||
		vty->node = TRX_NODE;
 | 
			
		||||
		vty->index = NULL;
 | 
			
		||||
		vty->index_sub = NULL;
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		vty->node = CONFIG_NODE;
 | 
			
		||||
		vty->index = NULL;
 | 
			
		||||
		vty->index_sub = NULL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return vty->node;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static const char trx_copyright[] =
 | 
			
		||||
	"Copyright (C) 2007-2014 Free Software Foundation, Inc.\r\n"
 | 
			
		||||
	"Copyright (C) 2013 Thomas Tsou <tom@tsou.cc>\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"
 | 
			
		||||
	"License AGPLv3+: GNU AGPL version 3 or later <http://gnu.org/licenses/agpl-3.0.html>\r\n"
 | 
			
		||||
	"This is free software: you are free to change and redistribute it.\r\n"
 | 
			
		||||
	"There is NO WARRANTY, to the extent permitted by law.\r\n";
 | 
			
		||||
 | 
			
		||||
struct vty_app_info g_vty_info = {
 | 
			
		||||
	.name		= "OsmoTRX",
 | 
			
		||||
	.version	= PACKAGE_VERSION,
 | 
			
		||||
	.copyright	= trx_copyright,
 | 
			
		||||
	.go_parent_cb	= trx_vty_go_parent,
 | 
			
		||||
	.is_config_node	= trx_vty_is_config_node,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct trx_ctx *vty_trx_ctx_alloc(void *talloc_ctx)
 | 
			
		||||
{
 | 
			
		||||
	struct trx_ctx * trx = talloc_zero(talloc_ctx, struct trx_ctx);
 | 
			
		||||
 | 
			
		||||
	trx->cfg.bind_addr =  talloc_strdup(trx, DEFAULT_TRX_IP);
 | 
			
		||||
	trx->cfg.remote_addr = talloc_strdup(trx, DEFAULT_TRX_IP);
 | 
			
		||||
	trx->cfg.base_port = DEFAULT_TRX_PORT;
 | 
			
		||||
	trx->cfg.tx_sps = DEFAULT_TX_SPS;
 | 
			
		||||
	trx->cfg.rx_sps = DEFAULT_RX_SPS;
 | 
			
		||||
	trx->cfg.filler = FILLER_ZERO;
 | 
			
		||||
 | 
			
		||||
	return trx;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int trx_vty_init(struct trx_ctx* trx)
 | 
			
		||||
{
 | 
			
		||||
	g_trx_ctx = trx;
 | 
			
		||||
	install_element_ve(&show_trx_cmd);
 | 
			
		||||
 | 
			
		||||
	install_element(CONFIG_NODE, &cfg_trx_cmd);
 | 
			
		||||
 | 
			
		||||
	install_node(&trx_node, config_write_trx);
 | 
			
		||||
	install_element(TRX_NODE, &cfg_bind_ip_cmd);
 | 
			
		||||
	install_element(TRX_NODE, &cfg_remote_ip_cmd);
 | 
			
		||||
	install_element(TRX_NODE, &cfg_base_port_cmd);
 | 
			
		||||
	install_element(TRX_NODE, &cfg_dev_args_cmd);
 | 
			
		||||
	install_element(TRX_NODE, &cfg_tx_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_multi_arfcn_cmd);
 | 
			
		||||
	install_element(TRX_NODE, &cfg_offset_cmd);
 | 
			
		||||
	install_element(TRX_NODE, &cfg_rssi_offset_cmd);
 | 
			
		||||
	install_element(TRX_NODE, &cfg_swap_channels_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_filler_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_node(&chan_node, dummy_config_write);
 | 
			
		||||
	install_element(CHAN_NODE, &cfg_chan_rx_path_cmd);
 | 
			
		||||
	install_element(CHAN_NODE, &cfg_chan_tx_path_cmd);
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
@@ -1,73 +0,0 @@
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <osmocom/vty/command.h>
 | 
			
		||||
 | 
			
		||||
#include "config_defs.h"
 | 
			
		||||
 | 
			
		||||
extern struct vty_app_info g_vty_info;
 | 
			
		||||
 | 
			
		||||
/* Maximum number of physical RF channels */
 | 
			
		||||
#define TRX_CHAN_MAX 8
 | 
			
		||||
/* Maximum number of carriers in multi-ARFCN mode */
 | 
			
		||||
#define TRX_MCHAN_MAX 3
 | 
			
		||||
 | 
			
		||||
/* Samples-per-symbol for downlink path
 | 
			
		||||
 *     4 - Uses precision modulator (more computation, less distortion)
 | 
			
		||||
 *     1 - Uses minimized modulator (less computation, more distortion)
 | 
			
		||||
 *
 | 
			
		||||
 *     Other values are invalid. Receive path (uplink) is always
 | 
			
		||||
 *     downsampled to 1 sps. Default to 4 sps for all cases.
 | 
			
		||||
 */
 | 
			
		||||
#define DEFAULT_TX_SPS		4
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Samples-per-symbol for uplink (receiver) path
 | 
			
		||||
 *     Do not modify this value. EDGE configures 4 sps automatically on
 | 
			
		||||
 *     B200/B210 devices only. Use of 4 sps on the receive path for other
 | 
			
		||||
 *     configurations is not supported.
 | 
			
		||||
 */
 | 
			
		||||
#define DEFAULT_RX_SPS		1
 | 
			
		||||
 | 
			
		||||
/* Default configuration parameters */
 | 
			
		||||
#define DEFAULT_TRX_PORT	5700
 | 
			
		||||
#define DEFAULT_TRX_IP		"127.0.0.1"
 | 
			
		||||
#define DEFAULT_CHANS		1
 | 
			
		||||
 | 
			
		||||
struct trx_ctx;
 | 
			
		||||
 | 
			
		||||
struct trx_chan {
 | 
			
		||||
	struct trx_ctx *trx; /* backpointer */
 | 
			
		||||
	unsigned int idx; /* channel index */
 | 
			
		||||
	char *rx_path;
 | 
			
		||||
	char *tx_path;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct trx_ctx {
 | 
			
		||||
	struct {
 | 
			
		||||
		char *bind_addr;
 | 
			
		||||
		char *remote_addr;
 | 
			
		||||
		char *dev_args;
 | 
			
		||||
		unsigned int base_port;
 | 
			
		||||
		unsigned int tx_sps;
 | 
			
		||||
		unsigned int rx_sps;
 | 
			
		||||
		unsigned int rtsc;
 | 
			
		||||
		bool rtsc_set;
 | 
			
		||||
		unsigned int rach_delay;
 | 
			
		||||
		bool rach_delay_set;
 | 
			
		||||
		enum ReferenceType clock_ref;
 | 
			
		||||
		enum FillerType filler;
 | 
			
		||||
		bool multi_arfcn;
 | 
			
		||||
		double offset;
 | 
			
		||||
		double rssi_offset;
 | 
			
		||||
		bool swap_channels;
 | 
			
		||||
		bool ext_rach;
 | 
			
		||||
		bool egprs;
 | 
			
		||||
		unsigned int sched_rr;
 | 
			
		||||
		unsigned int stack_size;
 | 
			
		||||
		unsigned int num_chans;
 | 
			
		||||
		struct trx_chan chans[TRX_CHAN_MAX];
 | 
			
		||||
	} cfg;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
int trx_vty_init(struct trx_ctx* trx);
 | 
			
		||||
struct trx_ctx *vty_trx_ctx_alloc(void *talloc_ctx);
 | 
			
		||||
@@ -2,8 +2,6 @@
 | 
			
		||||
* Copyright 2008 Free Software Foundation, 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.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
*
 | 
			
		||||
@@ -56,10 +54,7 @@ const BitVector GSM::gEdgeTrainingSequence[] = {
 | 
			
		||||
 | 
			
		||||
const BitVector GSM::gDummyBurst("0001111101101110110000010100100111000001001000100000001111100011100010111000101110001010111010010100011001100111001111010011111000100101111101010000");
 | 
			
		||||
 | 
			
		||||
/* 3GPP TS 05.02, section 5.2.7 "Access burst (AB)", synch. sequence bits */
 | 
			
		||||
const BitVector GSM::gRACHSynchSequenceTS0("01001011011111111001100110101010001111000");  /* GSM, GMSK (default) */
 | 
			
		||||
const BitVector GSM::gRACHSynchSequenceTS1("01010100111110001000011000101111001001101");  /* EGPRS, 8-PSK */
 | 
			
		||||
const BitVector GSM::gRACHSynchSequenceTS2("11101111001001110101011000001101101110111");  /* EGPRS, GMSK */
 | 
			
		||||
const BitVector GSM::gRACHSynchSequence("01001011011111111001100110101010001111000");
 | 
			
		||||
 | 
			
		||||
//                               |-head-||---------midamble----------------------||--------------data----------------||t|
 | 
			
		||||
const BitVector GSM::gRACHBurst("0011101001001011011111111001100110101010001111000110111101111110000111001001010110011000");
 | 
			
		||||
 
 | 
			
		||||
@@ -2,8 +2,6 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
*
 | 
			
		||||
@@ -54,9 +52,7 @@ extern const BitVector gEdgeTrainingSequence[];
 | 
			
		||||
extern const BitVector gDummyBurst;
 | 
			
		||||
 | 
			
		||||
/** Random access burst synch. sequence */
 | 
			
		||||
extern const BitVector gRACHSynchSequenceTS0;
 | 
			
		||||
extern const BitVector gRACHSynchSequenceTS1;
 | 
			
		||||
extern const BitVector gRACHSynchSequenceTS2;
 | 
			
		||||
extern const BitVector gRACHSynchSequence;
 | 
			
		||||
/** Random access burst synch. sequence, GSM 05.02 5.2.7 */
 | 
			
		||||
extern const BitVector gRACHBurst;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										33
									
								
								INSTALLATION
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								INSTALLATION
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,33 @@
 | 
			
		||||
Installation Requirements
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
OpenBTS 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 OpenBTS, the following should be installed:
 | 
			
		||||
 | 
			
		||||
	Asterisk (http://www.asterisk.org), running SIP on port 5060.
 | 
			
		||||
 | 
			
		||||
	libosip2 (http://www.gnu.org/software/osip/)
 | 
			
		||||
 | 
			
		||||
	libortp (http://freshmeat.net/projects/ortp/)
 | 
			
		||||
 | 
			
		||||
	libusrp (http://gnuradio.org).
 | 
			
		||||
	This is part of the GNURadio installation.
 | 
			
		||||
	It is the only part used by OpenBTS.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
OpenBTS logs to syslogd as facility LOG_LOCAL7.  Please set your /etc/syslog.conf
 | 
			
		||||
accordingly.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
For information on specific executables, see tests/README.tests and
 | 
			
		||||
apps/README.apps.
 | 
			
		||||
 | 
			
		||||
See http://gnuradio.org/redmine/wiki/gnuradio/OpenBTS/BuildingAndRunning for more
 | 
			
		||||
information.
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										20
									
								
								LEGAL
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								LEGAL
									
									
									
									
									
								
							@@ -1,8 +1,5 @@
 | 
			
		||||
OpenBTS
 | 
			
		||||
 | 
			
		||||
The OsmoTRX project is direved from OpenBTS transceiver code. See http://openbts.org/ for details.
 | 
			
		||||
 | 
			
		||||
The related copyrights:
 | 
			
		||||
Most parts copyright 2008-2011 Free Software Foundation.
 | 
			
		||||
Some parts copyright 2010 Kestrel Signal Processing, Inc.
 | 
			
		||||
Some parts copyright 2011 Range Networks, Inc.
 | 
			
		||||
@@ -15,9 +12,17 @@ patented technologies.  The user of this software is required to take whatever
 | 
			
		||||
actions are necessary to avoid patent infringement.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Trademark
 | 
			
		||||
 | 
			
		||||
"OpenBTS" is a registered trademark of Range Networks, Inc. (Range), a
 | 
			
		||||
California corporation.  Range reserves the right to control the use of this 
 | 
			
		||||
trademark.  Do not use this trademark in commerce without permission and do not
 | 
			
		||||
rebrand OpenBTS under a different trademark.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Telecom and Radio Spectrum Laws
 | 
			
		||||
 | 
			
		||||
The primary function of OsmoTRX is the provision of telecommunications service
 | 
			
		||||
The primary function of OpenBTS is the provision of telecommunications service
 | 
			
		||||
over a radio link.  This activity is heavily regulated nearly everywhere in
 | 
			
		||||
the world.  Users of this software are expected to comply with local and national
 | 
			
		||||
regulations in the jurisdictions where this sortware is used with radio equipment.
 | 
			
		||||
@@ -34,7 +39,7 @@ The legal restrictions listed here are not necessarily exhaustive.
 | 
			
		||||
 | 
			
		||||
Note to US Government Users
 | 
			
		||||
 | 
			
		||||
The OsmoTRX software applications and associated documentation are "Commercial
 | 
			
		||||
The OpenBTS software applications and associated documentation are "Commercial
 | 
			
		||||
Item(s)," as that term is defined at 48 C.F.R. Section 2.101, consisting of
 | 
			
		||||
"Commercial Computer Software" and "Commercial Computer Software Documentation,"
 | 
			
		||||
as such terms are used in 48 C.F.R. 12.212 or 48 C.F.R. 227.7202, as
 | 
			
		||||
@@ -49,12 +54,13 @@ and AGPLv3.
 | 
			
		||||
Note to US Government Contractors
 | 
			
		||||
 | 
			
		||||
GPL is not compatible with "government purpose rights" (GPR).  If you receive
 | 
			
		||||
OsmoTRX software under a GPL and deliver it under GPR, you will be in violation
 | 
			
		||||
OpenBTS software under a GPL and deliver it under GPR, you will be in violation
 | 
			
		||||
of GPL and possibly subject to enforcement actions by the original authors and
 | 
			
		||||
copyright holders, including the Free Software Foundation, Inc.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Software Licensing and Distribution
 | 
			
		||||
 | 
			
		||||
The OsmoTRX is distributed publicly under AGPLv3. See the COPYING file
 | 
			
		||||
A subset of OpenBTS is distributed publicly under AGPLv3.  Range reserves the right to
 | 
			
		||||
distribute most of this source code other licenses as well.  See the COPYING file
 | 
			
		||||
for more information on the license for this distribution.
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										23
									
								
								Makefile.am
									
									
									
									
									
								
							
							
						
						
									
										23
									
								
								Makefile.am
									
									
									
									
									
								
							@@ -21,31 +21,24 @@
 | 
			
		||||
include $(top_srcdir)/Makefile.common
 | 
			
		||||
 | 
			
		||||
ACLOCAL_AMFLAGS = -I config
 | 
			
		||||
AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(USB_INCLUDES) $(WITH_INCLUDES)
 | 
			
		||||
AM_CXXFLAGS = -Wall -pthread
 | 
			
		||||
#AM_CXXFLAGS = -Wall -O2 -NDEBUG -pthread
 | 
			
		||||
#AM_CFLAGS = -Wall -O2 -NDEBUG -pthread
 | 
			
		||||
AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(USB_INCLUDES) $(WITH_INCLUDES) $(SQLITE3_CFLAGS)
 | 
			
		||||
AM_CXXFLAGS = -Wall -pthread -ldl
 | 
			
		||||
#AM_CXXFLAGS = -Wall -O2 -NDEBUG -pthread -ldl
 | 
			
		||||
#AM_CFLAGS = -Wall -O2 -NDEBUG -pthread -ldl
 | 
			
		||||
 | 
			
		||||
# Order must be preserved
 | 
			
		||||
SUBDIRS = \
 | 
			
		||||
	doc \
 | 
			
		||||
	CommonLibs \
 | 
			
		||||
	GSM \
 | 
			
		||||
	Transceiver52M \
 | 
			
		||||
	contrib \
 | 
			
		||||
	tests
 | 
			
		||||
	Transceiver52M
 | 
			
		||||
 | 
			
		||||
EXTRA_DIST = \
 | 
			
		||||
	autogen.sh \
 | 
			
		||||
	INSTALLATION \
 | 
			
		||||
	LEGAL \
 | 
			
		||||
	COPYING \
 | 
			
		||||
	README.md
 | 
			
		||||
	README
 | 
			
		||||
 | 
			
		||||
AM_DISTCHECK_CONFIGURE_FLAGS = \
 | 
			
		||||
	--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
 | 
			
		||||
 | 
			
		||||
.PHONY: release
 | 
			
		||||
 | 
			
		||||
@RELMAKE@
 | 
			
		||||
 | 
			
		||||
dox: FORCE
 | 
			
		||||
	doxygen doxconfig
 | 
			
		||||
 
 | 
			
		||||
@@ -18,6 +18,9 @@
 | 
			
		||||
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
top_srcdir = $(abs_top_srcdir)
 | 
			
		||||
top_builddir = $(abs_top_builddir)
 | 
			
		||||
 | 
			
		||||
COMMON_INCLUDEDIR = $(top_srcdir)/CommonLibs
 | 
			
		||||
GSM_INCLUDEDIR = $(top_srcdir)/GSM
 | 
			
		||||
 | 
			
		||||
@@ -29,10 +32,4 @@ STD_DEFINES_AND_INCLUDES = \
 | 
			
		||||
COMMON_LA = $(top_builddir)/CommonLibs/libcommon.la
 | 
			
		||||
GSM_LA = $(top_builddir)/GSM/libGSM.la
 | 
			
		||||
 | 
			
		||||
if ARCH_ARM
 | 
			
		||||
ARCH_LA = $(top_builddir)/Transceiver52M/arch/arm/libarch.la
 | 
			
		||||
else
 | 
			
		||||
ARCH_LA = $(top_builddir)/Transceiver52M/arch/x86/libarch.la
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
MOSTLYCLEANFILES = *~
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										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) 2015 Ettus Research LLC
 | 
			
		||||
 *
 | 
			
		||||
 * 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
 | 
			
		||||
@@ -27,11 +25,12 @@
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <cstdio>
 | 
			
		||||
 | 
			
		||||
#include "Logger.h"
 | 
			
		||||
#include "Channelizer.h"
 | 
			
		||||
 | 
			
		||||
extern "C" {
 | 
			
		||||
#include "fft.h"
 | 
			
		||||
#include "convolve.h"
 | 
			
		||||
#include "common/fft.h"
 | 
			
		||||
#include "common/convolve.h"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void deinterleave(const float *in, size_t ilen,
 | 
			
		||||
@@ -90,7 +89,7 @@ bool Channelizer::rotate(const float *in, size_t len)
 | 
			
		||||
		convolve_real(hInputs[i], blockLen,
 | 
			
		||||
			      subFilters[i], hLen,
 | 
			
		||||
			      hOutputs[i], blockLen,
 | 
			
		||||
			      0, blockLen);
 | 
			
		||||
			      0, blockLen, 1, 0);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	cxvec_fft(fftHandle);
 | 
			
		||||
 
 | 
			
		||||
@@ -4,8 +4,6 @@
 | 
			
		||||
 * Copyright (C) 2012-2014 Tom Tsou <tom@tsou.cc>
 | 
			
		||||
 * Copyright (C) 2015 Ettus Research LLC 
 | 
			
		||||
 *
 | 
			
		||||
 * 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
 | 
			
		||||
@@ -31,7 +29,7 @@
 | 
			
		||||
#include "ChannelizerBase.h"
 | 
			
		||||
 | 
			
		||||
extern "C" {
 | 
			
		||||
#include "fft.h"
 | 
			
		||||
#include "common/fft.h"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static float sinc(float x)
 | 
			
		||||
@@ -228,8 +226,7 @@ bool ChannelizerBase::checkLen(size_t innerLen, size_t outerLen)
 | 
			
		||||
 * Setup channelizer paramaters
 | 
			
		||||
 */
 | 
			
		||||
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->hLen = hLen;
 | 
			
		||||
@@ -242,7 +239,7 @@ ChannelizerBase::~ChannelizerBase()
 | 
			
		||||
 | 
			
		||||
	for (size_t i = 0; i < m; i++) {
 | 
			
		||||
		free(subFilters[i]);
 | 
			
		||||
		delete[] hist[i];
 | 
			
		||||
		delete hist[i];
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	fft_free(fftInput);
 | 
			
		||||
 
 | 
			
		||||
@@ -21,13 +21,34 @@
 | 
			
		||||
 | 
			
		||||
include $(top_srcdir)/Makefile.common
 | 
			
		||||
 | 
			
		||||
SUBDIRS = arch device
 | 
			
		||||
AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES) -I${srcdir}/common
 | 
			
		||||
AM_CXXFLAGS = -ldl -lpthread
 | 
			
		||||
 | 
			
		||||
AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES) -I${srcdir}/arch/common -I${srcdir}/device/common
 | 
			
		||||
AM_CXXFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS)
 | 
			
		||||
AM_CFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS)
 | 
			
		||||
SUBDIRS = arm x86
 | 
			
		||||
 | 
			
		||||
noinst_LTLIBRARIES = libtransceiver_common.la
 | 
			
		||||
if ARCH_ARM
 | 
			
		||||
ARCH_LA = arm/libarch.la
 | 
			
		||||
else
 | 
			
		||||
ARCH_LA = x86/libarch.la
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
if USRP1 
 | 
			
		||||
AM_CPPFLAGS += $(USRP_CFLAGS)
 | 
			
		||||
else
 | 
			
		||||
AM_CPPFLAGS += $(UHD_CFLAGS)
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
rev2dir = $(datadir)/usrp/rev2
 | 
			
		||||
rev4dir = $(datadir)/usrp/rev4
 | 
			
		||||
 | 
			
		||||
dist_rev2_DATA = std_inband.rbf
 | 
			
		||||
dist_rev4_DATA = std_inband.rbf
 | 
			
		||||
 | 
			
		||||
EXTRA_DIST = \
 | 
			
		||||
	README \
 | 
			
		||||
	README.Talgorithm
 | 
			
		||||
 | 
			
		||||
noinst_LTLIBRARIES = libtransceiver.la
 | 
			
		||||
 | 
			
		||||
COMMON_SOURCES = \
 | 
			
		||||
	radioInterface.cpp \
 | 
			
		||||
@@ -40,67 +61,65 @@ COMMON_SOURCES = \
 | 
			
		||||
	ChannelizerBase.cpp \
 | 
			
		||||
	Channelizer.cpp \
 | 
			
		||||
	Synthesis.cpp \
 | 
			
		||||
	proto_trxd.c
 | 
			
		||||
	common/fft.c
 | 
			
		||||
 | 
			
		||||
libtransceiver_common_la_SOURCES = \
 | 
			
		||||
libtransceiver_la_SOURCES = \
 | 
			
		||||
	$(COMMON_SOURCES) \
 | 
			
		||||
	Resampler.cpp \
 | 
			
		||||
	radioInterfaceResamp.cpp \
 | 
			
		||||
	radioInterfaceMulti.cpp
 | 
			
		||||
 | 
			
		||||
bin_PROGRAMS = \
 | 
			
		||||
	osmo-trx \
 | 
			
		||||
	osmo-trx-gen \
 | 
			
		||||
	osmo-trx-dec
 | 
			
		||||
 | 
			
		||||
noinst_HEADERS = \
 | 
			
		||||
	Complex.h \
 | 
			
		||||
	radioInterface.h \
 | 
			
		||||
	radioVector.h \
 | 
			
		||||
	radioClock.h \
 | 
			
		||||
	radioDevice.h \
 | 
			
		||||
	radioBuffer.h \
 | 
			
		||||
	sigProcLib.h \
 | 
			
		||||
	signalVector.h \
 | 
			
		||||
	Transceiver.h \
 | 
			
		||||
	USRPDevice.h \
 | 
			
		||||
	Resampler.h \
 | 
			
		||||
	ChannelizerBase.h \
 | 
			
		||||
	Channelizer.h \
 | 
			
		||||
	Synthesis.h \
 | 
			
		||||
	proto_trxd.h
 | 
			
		||||
	common/convolve.h \
 | 
			
		||||
	common/convert.h \
 | 
			
		||||
	common/scale.h \
 | 
			
		||||
	common/mult.h \
 | 
			
		||||
	common/fft.h
 | 
			
		||||
 | 
			
		||||
COMMON_LDADD = \
 | 
			
		||||
	libtransceiver_common.la \
 | 
			
		||||
osmo_trx_SOURCES = osmo-trx.cpp
 | 
			
		||||
osmo_trx_LDADD = \
 | 
			
		||||
	libtransceiver.la \
 | 
			
		||||
	$(ARCH_LA) \
 | 
			
		||||
	$(GSM_LA) \
 | 
			
		||||
	$(COMMON_LA) \
 | 
			
		||||
	$(FFTWF_LIBS) \
 | 
			
		||||
	$(LIBOSMOCORE_LIBS) \
 | 
			
		||||
	$(LIBOSMOCTRL_LIBS) \
 | 
			
		||||
	$(LIBOSMOVTY_LIBS)
 | 
			
		||||
	$(COMMON_LA) $(SQLITE3_LIBS)
 | 
			
		||||
 | 
			
		||||
bin_PROGRAMS =
 | 
			
		||||
osmo_trx_gen_SOURCES = osmo-trx-gen.cpp
 | 
			
		||||
osmo_trx_gen_LDADD = \
 | 
			
		||||
	libtransceiver.la \
 | 
			
		||||
	$(ARCH_LA) \
 | 
			
		||||
	$(GSM_LA) \
 | 
			
		||||
	$(COMMON_LA) $(SQLITE_LA)
 | 
			
		||||
 | 
			
		||||
if DEVICE_UHD
 | 
			
		||||
bin_PROGRAMS += osmo-trx-uhd
 | 
			
		||||
osmo_trx_uhd_SOURCES = osmo-trx.cpp
 | 
			
		||||
osmo_trx_uhd_LDADD = \
 | 
			
		||||
	$(builddir)/device/uhd/libdevice.la \
 | 
			
		||||
	$(COMMON_LDADD) \
 | 
			
		||||
	$(UHD_LIBS)
 | 
			
		||||
osmo_trx_uhd_CPPFLAGS  = $(AM_CPPFLAGS) $(UHD_CFLAGS)
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
if DEVICE_USRP1
 | 
			
		||||
bin_PROGRAMS += osmo-trx-usrp1
 | 
			
		||||
osmo_trx_usrp1_SOURCES = osmo-trx.cpp
 | 
			
		||||
osmo_trx_usrp1_LDADD = \
 | 
			
		||||
	$(builddir)/device/usrp1/libdevice.la \
 | 
			
		||||
	$(COMMON_LDADD) \
 | 
			
		||||
	$(USRP_LIBS)
 | 
			
		||||
osmo_trx_usrp1_CPPFLAGS  = $(AM_CPPFLAGS) $(USRP_CFLAGS)
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
if DEVICE_LMS
 | 
			
		||||
bin_PROGRAMS += osmo-trx-lms
 | 
			
		||||
osmo_trx_lms_SOURCES = osmo-trx.cpp
 | 
			
		||||
osmo_trx_lms_LDADD = \
 | 
			
		||||
	$(builddir)/device/lms/libdevice.la \
 | 
			
		||||
	$(COMMON_LDADD) \
 | 
			
		||||
	$(LMS_LIBS)
 | 
			
		||||
osmo_trx_lms_CPPFLAGS  = $(AM_CPPFLAGS) $(LMS_CFLAGS)
 | 
			
		||||
osmo_trx_dec_SOURCES = osmo-trx-dec.cpp
 | 
			
		||||
osmo_trx_dec_LDADD = \
 | 
			
		||||
	libtransceiver.la \
 | 
			
		||||
	$(ARCH_LA) \
 | 
			
		||||
	$(GSM_LA) \
 | 
			
		||||
	$(COMMON_LA) $(SQLITE_LA)
 | 
			
		||||
 | 
			
		||||
if USRP1 
 | 
			
		||||
libtransceiver_la_SOURCES += USRPDevice.cpp
 | 
			
		||||
osmo_trx_LDADD += $(USRP_LIBS)
 | 
			
		||||
else
 | 
			
		||||
libtransceiver_la_SOURCES += UHDDevice.cpp
 | 
			
		||||
osmo_trx_LDADD += $(UHD_LIBS) $(FFTWF_LIBS)
 | 
			
		||||
endif
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										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
 | 
			
		||||
 * 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
 | 
			
		||||
 * modify it under the terms of the GNU Lesser General Public
 | 
			
		||||
 * License as published by the Free Software Foundation; either
 | 
			
		||||
@@ -24,7 +22,6 @@
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <malloc.h>
 | 
			
		||||
#include <iostream>
 | 
			
		||||
#include <algorithm>
 | 
			
		||||
 | 
			
		||||
#include "Resampler.h"
 | 
			
		||||
 | 
			
		||||
@@ -38,8 +35,6 @@ extern "C" {
 | 
			
		||||
 | 
			
		||||
#define MAX_OUTPUT_LEN		4096
 | 
			
		||||
 | 
			
		||||
using namespace std;
 | 
			
		||||
 | 
			
		||||
static float sinc(float x)
 | 
			
		||||
{
 | 
			
		||||
	if (x == 0.0)
 | 
			
		||||
@@ -48,19 +43,32 @@ static float sinc(float x)
 | 
			
		||||
	return sin(M_PI * x) / (M_PI * x);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Resampler::initFilters(float bw)
 | 
			
		||||
bool Resampler::initFilters(float bw)
 | 
			
		||||
{
 | 
			
		||||
	float cutoff;
 | 
			
		||||
	size_t proto_len = p * filt_len;
 | 
			
		||||
	float *proto, val, cutoff;
 | 
			
		||||
	float sum = 0.0f, scale = 0.0f;
 | 
			
		||||
	float midpt = (float) (proto_len - 1.0) / 2.0;
 | 
			
		||||
 | 
			
		||||
	/* 
 | 
			
		||||
	 * Allocate partition filters and the temporary prototype filter
 | 
			
		||||
	 * according to numerator of the rational rate. Coefficients are
 | 
			
		||||
	 * real only and must be 16-byte memory aligned for SSE usage.
 | 
			
		||||
	 */
 | 
			
		||||
	auto proto = vector<float>(p * filt_len);
 | 
			
		||||
	for (auto &part : partitions)
 | 
			
		||||
		part = (complex<float> *) memalign(16, filt_len * sizeof(complex<float>));
 | 
			
		||||
	proto = new float[proto_len];
 | 
			
		||||
	if (!proto)
 | 
			
		||||
		return false;
 | 
			
		||||
 | 
			
		||||
	partitions = (float **) malloc(sizeof(float *) * p);
 | 
			
		||||
	if (!partitions) {
 | 
			
		||||
		delete[] proto;
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	for (size_t i = 0; i < p; i++) {
 | 
			
		||||
		partitions[i] = (float *)
 | 
			
		||||
				memalign(16, filt_len * 2 * sizeof(float));
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* 
 | 
			
		||||
	 * Generate the prototype filter with a Blackman-harris window.
 | 
			
		||||
@@ -77,26 +85,47 @@ void Resampler::initFilters(float bw)
 | 
			
		||||
	else
 | 
			
		||||
		cutoff = (float) q;
 | 
			
		||||
 | 
			
		||||
	float midpt = (proto.size() - 1) / 2.0;
 | 
			
		||||
	for (size_t i = 0; i < proto.size(); i++) {
 | 
			
		||||
	for (size_t i = 0; i < proto_len; i++) {
 | 
			
		||||
		proto[i] = sinc(((float) i - midpt) / cutoff * bw);
 | 
			
		||||
		proto[i] *= a0 -
 | 
			
		||||
			    a1 * cos(2 * M_PI * i / (proto.size() - 1)) +
 | 
			
		||||
			    a2 * cos(4 * M_PI * i / (proto.size() - 1)) -
 | 
			
		||||
			    a3 * cos(6 * M_PI * i / (proto.size() - 1));
 | 
			
		||||
			    a1 * cos(2 * M_PI * i / (proto_len - 1)) +
 | 
			
		||||
			    a2 * cos(4 * M_PI * i / (proto_len - 1)) -
 | 
			
		||||
			    a3 * cos(6 * M_PI * i / (proto_len - 1));
 | 
			
		||||
		sum += proto[i];
 | 
			
		||||
	}
 | 
			
		||||
	scale = p / sum;
 | 
			
		||||
 | 
			
		||||
	/* Populate filter partitions from the prototype filter */
 | 
			
		||||
	for (size_t i = 0; i < filt_len; i++) {
 | 
			
		||||
		for (size_t n = 0; n < p; n++)
 | 
			
		||||
			partitions[n][i] = complex<float>(proto[i * p + n] * scale);
 | 
			
		||||
		for (size_t n = 0; n < p; n++) {
 | 
			
		||||
			partitions[n][2 * i + 0] = proto[i * p + n] * scale;
 | 
			
		||||
			partitions[n][2 * i + 1] = 0.0f;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Store filter taps in reverse */
 | 
			
		||||
	for (auto &part : partitions)
 | 
			
		||||
		reverse(&part[0], &part[filt_len]);
 | 
			
		||||
	/* For convolution, we store the filter taps in reverse */ 
 | 
			
		||||
	for (size_t n = 0; n < p; n++) {
 | 
			
		||||
		for (size_t i = 0; i < filt_len / 2; i++) {
 | 
			
		||||
			val = partitions[n][2 * i];
 | 
			
		||||
			partitions[n][2 * i] = partitions[n][2 * (filt_len - 1 - i)];
 | 
			
		||||
			partitions[n][2 * (filt_len - 1 - i)] = val;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	delete[] proto;
 | 
			
		||||
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Resampler::releaseFilters()
 | 
			
		||||
{
 | 
			
		||||
	if (partitions) {
 | 
			
		||||
		for (size_t i = 0; i < p; i++)
 | 
			
		||||
			free(partitions[i]);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	free(partitions);
 | 
			
		||||
	partitions = NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static bool check_vec_len(int in_len, int out_len, int p, int q)
 | 
			
		||||
@@ -130,6 +159,14 @@ static bool check_vec_len(int in_len, int out_len, int p, int q)
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Resampler::computePath()
 | 
			
		||||
{
 | 
			
		||||
	for (int i = 0; i < MAX_OUTPUT_LEN; i++) {
 | 
			
		||||
		in_index[i] = (q * i) / p;
 | 
			
		||||
		out_path[i] = (q * i) % p;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int Resampler::rotate(const float *in, size_t in_len, float *out, size_t out_len)
 | 
			
		||||
{
 | 
			
		||||
	int n, path;
 | 
			
		||||
@@ -143,9 +180,9 @@ int Resampler::rotate(const float *in, size_t in_len, float *out, size_t out_len
 | 
			
		||||
		path = out_path[i]; 
 | 
			
		||||
 | 
			
		||||
		convolve_real(in, in_len,
 | 
			
		||||
			      reinterpret_cast<float *>(partitions[path]),
 | 
			
		||||
			      filt_len, &out[2 * i], out_len - i,
 | 
			
		||||
			      n, 1);
 | 
			
		||||
			      partitions[path], filt_len,
 | 
			
		||||
			      &out[2 * i], out_len - i,
 | 
			
		||||
			      n, 1, 1, 0);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return out_len;
 | 
			
		||||
@@ -153,18 +190,14 @@ int Resampler::rotate(const float *in, size_t in_len, float *out, size_t out_len
 | 
			
		||||
 | 
			
		||||
bool Resampler::init(float bw)
 | 
			
		||||
{
 | 
			
		||||
	if (p == 0 || q == 0 || filt_len == 0) return false;
 | 
			
		||||
 | 
			
		||||
	/* Filterbank filter internals */
 | 
			
		||||
	initFilters(bw);
 | 
			
		||||
	if (!initFilters(bw))
 | 
			
		||||
		return false;
 | 
			
		||||
 | 
			
		||||
	/* Precompute filterbank paths */
 | 
			
		||||
	int i = 0;
 | 
			
		||||
	for (auto &index : in_index)
 | 
			
		||||
		index = (q * i++) / p;
 | 
			
		||||
	i = 0;
 | 
			
		||||
	for (auto &path : out_path)
 | 
			
		||||
		path = (q * i++) % p;
 | 
			
		||||
	in_index = new size_t[MAX_OUTPUT_LEN];
 | 
			
		||||
	out_path = new size_t[MAX_OUTPUT_LEN];
 | 
			
		||||
	computePath();
 | 
			
		||||
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
@@ -175,7 +208,7 @@ size_t Resampler::len()
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
Resampler::Resampler(size_t p, size_t q, size_t filt_len)
 | 
			
		||||
	: in_index(MAX_OUTPUT_LEN), out_path(MAX_OUTPUT_LEN), partitions(p)
 | 
			
		||||
	: in_index(NULL), out_path(NULL), partitions(NULL)
 | 
			
		||||
{
 | 
			
		||||
	this->p = p;
 | 
			
		||||
	this->q = q;
 | 
			
		||||
@@ -184,6 +217,8 @@ Resampler::Resampler(size_t p, size_t q, size_t filt_len)
 | 
			
		||||
 | 
			
		||||
Resampler::~Resampler()
 | 
			
		||||
{
 | 
			
		||||
	for (auto &part : partitions)
 | 
			
		||||
		free(part);
 | 
			
		||||
	releaseFilters();
 | 
			
		||||
 | 
			
		||||
	delete in_index;
 | 
			
		||||
	delete out_path;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -2,8 +2,6 @@
 | 
			
		||||
 * Rational Sample Rate Conversion
 | 
			
		||||
 * 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
 | 
			
		||||
 * modify it under the terms of the GNU Lesser General Public
 | 
			
		||||
 * License as published by the Free Software Foundation; either
 | 
			
		||||
@@ -22,9 +20,6 @@
 | 
			
		||||
#ifndef _RESAMPLER_H_
 | 
			
		||||
#define _RESAMPLER_H_
 | 
			
		||||
 | 
			
		||||
#include <vector>
 | 
			
		||||
#include <complex>
 | 
			
		||||
 | 
			
		||||
class Resampler {
 | 
			
		||||
public:
 | 
			
		||||
	/* Constructor for rational sample rate conversion
 | 
			
		||||
@@ -68,11 +63,14 @@ private:
 | 
			
		||||
	size_t p;
 | 
			
		||||
	size_t q;
 | 
			
		||||
	size_t filt_len;
 | 
			
		||||
	std::vector<size_t> in_index;
 | 
			
		||||
	std::vector<size_t> out_path;
 | 
			
		||||
	std::vector<std::complex<float> *> partitions;
 | 
			
		||||
	size_t *in_index;
 | 
			
		||||
	size_t *out_path;
 | 
			
		||||
 | 
			
		||||
	void initFilters(float bw);
 | 
			
		||||
	float **partitions;
 | 
			
		||||
 | 
			
		||||
	bool initFilters(float bw);
 | 
			
		||||
	void releaseFilters();
 | 
			
		||||
	void computePath();
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif /* _RESAMPLER_H_ */
 | 
			
		||||
 
 | 
			
		||||
@@ -4,8 +4,6 @@
 | 
			
		||||
 * Copyright (C) 2012-2014 Tom Tsou <tom@tsou.cc>
 | 
			
		||||
 * Copyright (C) 2015 Ettus Research LLC
 | 
			
		||||
 *
 | 
			
		||||
 * 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
 | 
			
		||||
@@ -26,13 +24,13 @@
 | 
			
		||||
#include <assert.h>
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <cstdio>
 | 
			
		||||
#include <iostream>
 | 
			
		||||
 | 
			
		||||
#include "Logger.h"
 | 
			
		||||
#include "Synthesis.h"
 | 
			
		||||
 | 
			
		||||
extern "C" {
 | 
			
		||||
#include "fft.h"
 | 
			
		||||
#include "convolve.h"
 | 
			
		||||
#include "common/fft.h"
 | 
			
		||||
#include "common/convolve.h"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void interleave(float **in, size_t ilen,
 | 
			
		||||
@@ -104,7 +102,7 @@ bool Synthesis::rotate(float *out, size_t len)
 | 
			
		||||
		convolve_real(hInputs[i], blockLen,
 | 
			
		||||
			      subFilters[i], hLen,
 | 
			
		||||
			      hOutputs[i], blockLen,
 | 
			
		||||
			      0, blockLen);
 | 
			
		||||
			      0, blockLen, 1, 0);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Interleave into output vector */
 | 
			
		||||
 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -1,8 +1,6 @@
 | 
			
		||||
/*
 | 
			
		||||
* Copyright 2008 Free Software Foundation, Inc.
 | 
			
		||||
*
 | 
			
		||||
* SPDX-License-Identifier: GPL-3.0+
 | 
			
		||||
*
 | 
			
		||||
* This software is distributed under the terms of the GNU Public License.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
*
 | 
			
		||||
@@ -27,21 +25,27 @@
 | 
			
		||||
#include "radioInterface.h"
 | 
			
		||||
#include "Interthread.h"
 | 
			
		||||
#include "GSMCommon.h"
 | 
			
		||||
#include "Sockets.h"
 | 
			
		||||
 | 
			
		||||
#include <sys/types.h>
 | 
			
		||||
#include <sys/socket.h>
 | 
			
		||||
 | 
			
		||||
extern "C" {
 | 
			
		||||
#include <osmocom/core/signal.h>
 | 
			
		||||
#include "config_defs.h"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
class Transceiver;
 | 
			
		||||
 | 
			
		||||
/** Channel descriptor for transceiver object and channel number pair */
 | 
			
		||||
struct TrxChanThParams {
 | 
			
		||||
	Transceiver *trx;
 | 
			
		||||
	size_t num;
 | 
			
		||||
struct TransceiverChannel {
 | 
			
		||||
  TransceiverChannel(Transceiver *trx, int num)
 | 
			
		||||
  {
 | 
			
		||||
    this->trx = trx;
 | 
			
		||||
    this->num = num;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  ~TransceiverChannel()
 | 
			
		||||
  {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  Transceiver *trx;
 | 
			
		||||
  size_t num;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/** Internal transceiver state variables */
 | 
			
		||||
@@ -50,7 +54,7 @@ struct TransceiverState {
 | 
			
		||||
  ~TransceiverState();
 | 
			
		||||
 | 
			
		||||
  /* Initialize a multiframe slot in the filler table */
 | 
			
		||||
  bool init(FillerType filler, size_t sps, float scale, size_t rtsc, unsigned rach_delay);
 | 
			
		||||
  bool init(int filler, size_t sps, float scale, size_t rtsc, unsigned rach_delay);
 | 
			
		||||
 | 
			
		||||
  int chanType[8];
 | 
			
		||||
 | 
			
		||||
@@ -80,6 +84,9 @@ struct TransceiverState {
 | 
			
		||||
 | 
			
		||||
  /* Shadowed downlink attenuation */
 | 
			
		||||
  int mPower;
 | 
			
		||||
 | 
			
		||||
  /* Pseudorandom bit sequence */
 | 
			
		||||
  PRBS9 mPrbs;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/** The Transceiver class, responsible for physical layer of basestation */
 | 
			
		||||
@@ -87,26 +94,23 @@ class Transceiver {
 | 
			
		||||
public:
 | 
			
		||||
  /** Transceiver constructor 
 | 
			
		||||
      @param wBasePort base port number of UDP sockets
 | 
			
		||||
      @param TRXAddress IP address of the TRX, as a string
 | 
			
		||||
      @param GSMcoreAddress IP address of the GSM core, as a string
 | 
			
		||||
      @param TRXAddress IP address of the TRX manager, as a string
 | 
			
		||||
      @param wSPS number of samples per GSM symbol
 | 
			
		||||
      @param wTransmitLatency initial setting of transmit latency
 | 
			
		||||
      @param radioInterface associated radioInterface object
 | 
			
		||||
  */
 | 
			
		||||
  Transceiver(int wBasePort,
 | 
			
		||||
              const char *TRXAddress,
 | 
			
		||||
              const char *GSMcoreAddress,
 | 
			
		||||
              size_t tx_sps, size_t rx_sps, size_t chans,
 | 
			
		||||
              GSM::Time wTransmitLatency,
 | 
			
		||||
              RadioInterface *wRadioInterface,
 | 
			
		||||
              double wRssiOffset, int stackSize);
 | 
			
		||||
              double wRssiOffset);
 | 
			
		||||
 | 
			
		||||
  /** Destructor */
 | 
			
		||||
  ~Transceiver();
 | 
			
		||||
 | 
			
		||||
  /** Start the control loop */
 | 
			
		||||
  bool init(FillerType filler, size_t rtsc, unsigned rach_delay,
 | 
			
		||||
            bool edge, bool ext_rach);
 | 
			
		||||
  bool init(int filler, size_t rtsc, unsigned rach_delay, bool edge);
 | 
			
		||||
 | 
			
		||||
  /** attach the radioInterface receive FIFO */
 | 
			
		||||
  bool receiveFIFO(VectorFIFO *wFIFO, size_t chan)
 | 
			
		||||
@@ -141,14 +145,21 @@ public:
 | 
			
		||||
    LOOPBACK            ///< similar go VII, used in loopback testing
 | 
			
		||||
  } ChannelCombination;
 | 
			
		||||
 | 
			
		||||
  enum FillerType {
 | 
			
		||||
    FILLER_DUMMY,
 | 
			
		||||
    FILLER_ZERO,
 | 
			
		||||
    FILLER_NORM_RAND,
 | 
			
		||||
    FILLER_EDGE_RAND,
 | 
			
		||||
    FILLER_ACCESS_RAND,
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
  int mBasePort;
 | 
			
		||||
  std::string mLocalAddr;
 | 
			
		||||
  std::string mRemoteAddr;
 | 
			
		||||
  std::string mAddr;
 | 
			
		||||
 | 
			
		||||
  std::vector<int> mDataSockets;  ///< socket for writing to/reading from GSM core
 | 
			
		||||
  std::vector<int> mCtrlSockets;  ///< socket for writing/reading control commands from GSM core
 | 
			
		||||
  int mClockSocket;               ///< socket for writing clock updates to GSM core
 | 
			
		||||
  std::vector<UDPSocket *> mDataSockets;  ///< socket for writing to/reading from GSM core
 | 
			
		||||
  std::vector<UDPSocket *> mCtrlSockets;  ///< socket for writing/reading control commands from 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<VectorFIFO *>  mReceiveFIFO;      ///< radioInterface FIFO of receive bursts
 | 
			
		||||
@@ -169,7 +180,6 @@ private:
 | 
			
		||||
  double rxFullScale;                     ///< full scale output to radio
 | 
			
		||||
 | 
			
		||||
  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 */
 | 
			
		||||
  void addRadioVector(size_t chan, BitVector &bits,
 | 
			
		||||
@@ -182,7 +192,9 @@ private:
 | 
			
		||||
  void pushRadioVector(GSM::Time &nowTime);
 | 
			
		||||
 | 
			
		||||
  /** Pull and demodulate a burst from the receive FIFO */
 | 
			
		||||
  bool 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 */
 | 
			
		||||
  void setModulus(size_t timeslot, size_t chan);
 | 
			
		||||
@@ -197,10 +209,8 @@ private:
 | 
			
		||||
  int mSPSRx;                          ///< number of samples per Rx symbol
 | 
			
		||||
  size_t mChans;
 | 
			
		||||
 | 
			
		||||
  bool mExtRACH;
 | 
			
		||||
  bool mEdge;
 | 
			
		||||
  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 mHandover[8][8];                ///< expect handover to the timeslot/subslot
 | 
			
		||||
  double mTxFreq;                      ///< the transmit frequency
 | 
			
		||||
  double mRxFreq;                      ///< the receive frequency
 | 
			
		||||
@@ -209,7 +219,6 @@ private:
 | 
			
		||||
  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
 | 
			
		||||
 | 
			
		||||
  std::vector<unsigned> mVersionTRXD;  ///< Format version to use for TRXD protocol communication, per channel
 | 
			
		||||
  std::vector<TransceiverState> mStates;
 | 
			
		||||
 | 
			
		||||
  /** Start and stop I/O threads through the control socket API */
 | 
			
		||||
@@ -238,11 +247,15 @@ protected:
 | 
			
		||||
  */
 | 
			
		||||
  bool driveTxPriorityQueue(size_t chan);
 | 
			
		||||
 | 
			
		||||
  friend void *RxUpperLoopAdapter(TrxChanThParams *params);
 | 
			
		||||
  friend void *TxUpperLoopAdapter(TrxChanThParams *params);
 | 
			
		||||
  friend void *RxLowerLoopAdapter(Transceiver *transceiver);
 | 
			
		||||
  friend void *TxLowerLoopAdapter(Transceiver *transceiver);
 | 
			
		||||
  friend void *ControlServiceLoopAdapter(TrxChanThParams *params);
 | 
			
		||||
  friend void *RxUpperLoopAdapter(TransceiverChannel *);
 | 
			
		||||
 | 
			
		||||
  friend void *TxUpperLoopAdapter(TransceiverChannel *);
 | 
			
		||||
 | 
			
		||||
  friend void *RxLowerLoopAdapter(Transceiver *);
 | 
			
		||||
 | 
			
		||||
  friend void *TxLowerLoopAdapter(Transceiver *);
 | 
			
		||||
 | 
			
		||||
  friend void *ControlServiceLoopAdapter(TransceiverChannel *);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  void reset();
 | 
			
		||||
@@ -250,17 +263,19 @@ protected:
 | 
			
		||||
  /** set priority on current thread */
 | 
			
		||||
  void setPriority(float prio = 0.5) { mRadioInterface->setPriority(prio); }
 | 
			
		||||
 | 
			
		||||
  void logRxBurst(size_t chan, const struct trx_ul_burst_ind *bi);
 | 
			
		||||
  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 */
 | 
			
		||||
void *RxLowerLoopAdapter(Transceiver *transceiver);
 | 
			
		||||
void *TxLowerLoopAdapter(Transceiver *transceiver);
 | 
			
		||||
void *RxLowerLoopAdapter(Transceiver *);
 | 
			
		||||
void *TxLowerLoopAdapter(Transceiver *);
 | 
			
		||||
 | 
			
		||||
/** control message handler thread loop */
 | 
			
		||||
void *ControlServiceLoopAdapter(TrxChanThParams *params);
 | 
			
		||||
void *ControlServiceLoopAdapter(TransceiverChannel *);
 | 
			
		||||
 | 
			
		||||
/** transmit queueing thread loop */
 | 
			
		||||
void *TxUpperLoopAdapter(TrxChanThParams *params);
 | 
			
		||||
void *TxUpperLoopAdapter(TransceiverChannel *);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1624
									
								
								Transceiver52M/UHDDevice.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1624
									
								
								Transceiver52M/UHDDevice.cpp
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -1,8 +1,6 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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.
 | 
			
		||||
* See the COPYING file in the main directory for details.
 | 
			
		||||
*
 | 
			
		||||
@@ -35,10 +33,11 @@
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include "Logger.h"
 | 
			
		||||
#include "Threads.h"
 | 
			
		||||
#include "USRPDevice.h"
 | 
			
		||||
 | 
			
		||||
#include <Logger.h>
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_CONFIG_H
 | 
			
		||||
#include "config.h"
 | 
			
		||||
#endif
 | 
			
		||||
@@ -60,15 +59,12 @@ const dboardConfigType dboardConfig = TXA_RXB;
 | 
			
		||||
 | 
			
		||||
const double USRPDevice::masterClockRate = 52.0e6;
 | 
			
		||||
 | 
			
		||||
USRPDevice::USRPDevice(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>& rx_paths):
 | 
			
		||||
		RadioDevice(tx_sps, rx_sps, iface, chans, lo_offset, tx_paths, rx_paths)
 | 
			
		||||
USRPDevice::USRPDevice(size_t sps)
 | 
			
		||||
{
 | 
			
		||||
  LOGC(DDEV, INFO) << "creating USRP device...";
 | 
			
		||||
  LOG(INFO) << "creating USRP device...";
 | 
			
		||||
 | 
			
		||||
  decimRate = (unsigned int) round(masterClockRate/((GSMRATE) * (double) tx_sps));
 | 
			
		||||
  this->sps = sps;
 | 
			
		||||
  decimRate = (unsigned int) round(masterClockRate/((GSMRATE) * (double) sps));
 | 
			
		||||
  actualSampleRate = masterClockRate/decimRate;
 | 
			
		||||
  rxGain = 0;
 | 
			
		||||
 | 
			
		||||
@@ -78,9 +74,9 @@ USRPDevice::USRPDevice(size_t tx_sps, size_t rx_sps, InterfaceType iface,
 | 
			
		||||
   * split sample rate Tx/Rx - 4/1 sps we need to need to
 | 
			
		||||
   * compensate for advance rather than delay.
 | 
			
		||||
   */
 | 
			
		||||
  if (tx_sps == 1)
 | 
			
		||||
  if (sps == 1)
 | 
			
		||||
    pingOffset = 272;
 | 
			
		||||
  else if (tx_sps == 4)
 | 
			
		||||
  else if (sps == 4)
 | 
			
		||||
    pingOffset = 269 - 7500;
 | 
			
		||||
  else
 | 
			
		||||
    pingOffset = 0;
 | 
			
		||||
@@ -97,32 +93,34 @@ int USRPDevice::open(const std::string &, int, bool)
 | 
			
		||||
{
 | 
			
		||||
  writeLock.unlock();
 | 
			
		||||
 | 
			
		||||
  LOGC(DDEV, INFO) << "opening USRP device..";
 | 
			
		||||
  LOG(INFO) << "opening USRP device..";
 | 
			
		||||
#ifndef SWLOOPBACK 
 | 
			
		||||
  string rbf = "std_inband.rbf";
 | 
			
		||||
  //string rbf = "inband_1rxhb_1tx.rbf"; 
 | 
			
		||||
  m_uRx.reset();
 | 
			
		||||
  if (!skipRx) {
 | 
			
		||||
  try {
 | 
			
		||||
    m_uRx = usrp_standard_rx_sptr(usrp_standard_rx::make(
 | 
			
		||||
                                        0, decimRate * tx_sps, 1, -1,
 | 
			
		||||
                                        0, decimRate * sps, 1, -1,
 | 
			
		||||
                                        usrp_standard_rx::FPGA_MODE_NORMAL,
 | 
			
		||||
                                        1024, 16 * 8, rbf));
 | 
			
		||||
    m_uRx->set_fpga_master_clock_freq(masterClockRate);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  catch(...) {
 | 
			
		||||
    LOGC(DDEV, ALERT) << "make failed on Rx";
 | 
			
		||||
    LOG(ALERT) << "make failed on Rx";
 | 
			
		||||
    m_uRx.reset();
 | 
			
		||||
    return -1;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  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;
 | 
			
		||||
    m_uRx.reset();
 | 
			
		||||
    return -1;
 | 
			
		||||
  }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  try {
 | 
			
		||||
    m_uTx = usrp_standard_tx_sptr(usrp_standard_tx::make(
 | 
			
		||||
@@ -132,20 +130,20 @@ int USRPDevice::open(const std::string &, int, bool)
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  catch(...) {
 | 
			
		||||
    LOGC(DDEV, ALERT) << "make failed on Tx";
 | 
			
		||||
    LOG(ALERT) << "make failed on Tx";
 | 
			
		||||
    m_uTx.reset();
 | 
			
		||||
    return -1;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  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;
 | 
			
		||||
    m_uTx.reset();
 | 
			
		||||
    return -1;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  m_uRx->stop();
 | 
			
		||||
  if (!skipRx) m_uRx->stop();
 | 
			
		||||
  m_uTx->stop();
 | 
			
		||||
  
 | 
			
		||||
#endif
 | 
			
		||||
@@ -175,6 +173,8 @@ int USRPDevice::open(const std::string &, int, bool)
 | 
			
		||||
  m_dbTx = m_uTx->selected_subdev(txSubdevSpec);
 | 
			
		||||
  m_dbRx = m_uRx->selected_subdev(rxSubdevSpec);
 | 
			
		||||
 | 
			
		||||
  samplesRead = 0;
 | 
			
		||||
  samplesWritten = 0;
 | 
			
		||||
  started = false;
 | 
			
		||||
  
 | 
			
		||||
  return NORMAL;
 | 
			
		||||
@@ -184,12 +184,12 @@ int USRPDevice::open(const std::string &, int, bool)
 | 
			
		||||
 | 
			
		||||
bool USRPDevice::start() 
 | 
			
		||||
{
 | 
			
		||||
  LOGC(DDEV, INFO) << "starting USRP...";
 | 
			
		||||
  LOG(INFO) << "starting USRP...";
 | 
			
		||||
#ifndef SWLOOPBACK 
 | 
			
		||||
  if (!m_uRx) return false;
 | 
			
		||||
  if (!m_uRx && !skipRx) return false;
 | 
			
		||||
  if (!m_uTx) return false;
 | 
			
		||||
  
 | 
			
		||||
  m_uRx->stop();
 | 
			
		||||
  if (!skipRx) m_uRx->stop();
 | 
			
		||||
  m_uTx->stop();
 | 
			
		||||
 | 
			
		||||
  writeLock.lock();
 | 
			
		||||
@@ -219,7 +219,10 @@ bool USRPDevice::start()
 | 
			
		||||
  isAligned = false;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
  if (!skipRx) 
 | 
			
		||||
  started = (m_uRx->start() && m_uTx->start());
 | 
			
		||||
  else
 | 
			
		||||
  started = m_uTx->start();
 | 
			
		||||
  return started;
 | 
			
		||||
#else
 | 
			
		||||
  gettimeofday(&lastReadTime,NULL);
 | 
			
		||||
@@ -265,7 +268,7 @@ double USRPDevice::minRxGain()
 | 
			
		||||
double USRPDevice::setTxGain(double dB, size_t chan)
 | 
			
		||||
{
 | 
			
		||||
  if (chan) {
 | 
			
		||||
    LOGC(DDEV, ALERT) << "Invalid channel " << chan;
 | 
			
		||||
    LOG(ALERT) << "Invalid channel " << chan;
 | 
			
		||||
    return 0.0;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
@@ -275,10 +278,10 @@ double USRPDevice::setTxGain(double dB, size_t chan)
 | 
			
		||||
  if (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))
 | 
			
		||||
    LOGC(DDEV, ERR) << "Error setting TX gain";
 | 
			
		||||
    LOG(ERR) << "Error setting TX gain";
 | 
			
		||||
 | 
			
		||||
  writeLock.unlock();
 | 
			
		||||
 | 
			
		||||
@@ -289,7 +292,7 @@ double USRPDevice::setTxGain(double dB, size_t chan)
 | 
			
		||||
double USRPDevice::setRxGain(double dB, size_t chan)
 | 
			
		||||
{
 | 
			
		||||
  if (chan) {
 | 
			
		||||
    LOGC(DDEV, ALERT) << "Invalid channel " << chan;
 | 
			
		||||
    LOG(ALERT) << "Invalid channel " << chan;
 | 
			
		||||
    return 0.0;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
@@ -301,64 +304,16 @@ double USRPDevice::setRxGain(double dB, size_t chan)
 | 
			
		||||
  if (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))
 | 
			
		||||
    LOGC(DDEV, ERR) << "Error setting RX gain";
 | 
			
		||||
    LOG(ERR) << "Error setting RX gain";
 | 
			
		||||
 | 
			
		||||
  writeLock.unlock();
 | 
			
		||||
 | 
			
		||||
  return dB;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool USRPDevice::setRxAntenna(const std::string &ant, size_t chan)
 | 
			
		||||
{
 | 
			
		||||
	if (chan >= rx_paths.size()) {
 | 
			
		||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
	LOGC(DDEV, ALERT) << "Not implemented";
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
std::string USRPDevice::getRxAntenna(size_t chan)
 | 
			
		||||
{
 | 
			
		||||
	if (chan >= rx_paths.size()) {
 | 
			
		||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
			
		||||
		return "";
 | 
			
		||||
	}
 | 
			
		||||
	LOGC(DDEV, ALERT) << "Not implemented";
 | 
			
		||||
	return "";
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool USRPDevice::setTxAntenna(const std::string &ant, size_t chan)
 | 
			
		||||
{
 | 
			
		||||
	if (chan >= tx_paths.size()) {
 | 
			
		||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
	LOGC(DDEV, ALERT) << "Not implemented";
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
std::string USRPDevice::getTxAntenna(size_t chan)
 | 
			
		||||
{
 | 
			
		||||
	if (chan >= tx_paths.size()) {
 | 
			
		||||
		LOGC(DDEV, ALERT) << "Requested non-existent channel " << chan;
 | 
			
		||||
		return "";
 | 
			
		||||
	}
 | 
			
		||||
	LOGC(DDEV, ALERT) << "Not implemented";
 | 
			
		||||
	return "";
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool USRPDevice::requiresRadioAlign()
 | 
			
		||||
{
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
GSM::Time USRPDevice::minLatency() {
 | 
			
		||||
	return GSM::Time(1,1);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// NOTE: Assumes sequential reads
 | 
			
		||||
int USRPDevice::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
			
		||||
@@ -377,7 +332,7 @@ int USRPDevice::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
			
		||||
    return len;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  *underrun = false;
 | 
			
		||||
  if (underrun) *underrun = false;
 | 
			
		||||
 
 | 
			
		||||
  uint32_t readBuf[2000];
 | 
			
		||||
 
 | 
			
		||||
@@ -393,18 +348,18 @@ int USRPDevice::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
			
		||||
    
 | 
			
		||||
    // read USRP packets, parse and save A/D data as needed
 | 
			
		||||
    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
 | 
			
		||||
      uint32_t* tmpBuf = (uint32_t *) (readBuf+pktNum*512/4);
 | 
			
		||||
      TIMESTAMP pktTimestamp = usrp_to_host_u32(tmpBuf[1]);
 | 
			
		||||
      uint32_t word0 = usrp_to_host_u32(tmpBuf[0]);
 | 
			
		||||
      uint32_t chan = (word0 >> 16) & 0x1f;
 | 
			
		||||
      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);
 | 
			
		||||
      if (incrementHi32 && (timeStart!=0)) {
 | 
			
		||||
           LOGC(DDEV, DEBUG) << "high 32 increment!!!";
 | 
			
		||||
           LOG(DEBUG) << "high 32 increment!!!";
 | 
			
		||||
           hi32Timestamp++;
 | 
			
		||||
      }
 | 
			
		||||
      pktTimestamp = (((TIMESTAMP) hi32Timestamp) << 32) | pktTimestamp;
 | 
			
		||||
@@ -416,19 +371,19 @@ int USRPDevice::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
			
		||||
	if ((word2 >> 16) == ((0x01 << 8) | 0x02)) {
 | 
			
		||||
          timestamp -= timestampOffset;
 | 
			
		||||
	  timestampOffset = pktTimestamp - pingTimestamp + pingOffset;
 | 
			
		||||
	  LOGC(DDEV, DEBUG) << "updating timestamp offset to: " << timestampOffset;
 | 
			
		||||
	  LOG(DEBUG) << "updating timestamp offset to: " << timestampOffset;
 | 
			
		||||
          timestamp += timestampOffset;
 | 
			
		||||
	  isAligned = true;
 | 
			
		||||
	}
 | 
			
		||||
	continue;
 | 
			
		||||
      }
 | 
			
		||||
      if (chan != 0) {
 | 
			
		||||
	LOGC(DDEV, DEBUG) << "chan: " << chan << ", timestamp: " << pktTimestamp << ", sz:" << payloadSz;
 | 
			
		||||
	LOG(DEBUG) << "chan: " << chan << ", timestamp: " << pktTimestamp << ", sz:" << payloadSz;
 | 
			
		||||
	continue;
 | 
			
		||||
      }
 | 
			
		||||
      if ((word0 >> 28) & 0x04) {
 | 
			
		||||
	*underrun = true;
 | 
			
		||||
	LOGC(DDEV, DEBUG) << "UNDERRUN in TRX->USRP interface";
 | 
			
		||||
	if (underrun) *underrun = true; 
 | 
			
		||||
	LOG(DEBUG) << "UNDERRUN in TRX->USRP interface";
 | 
			
		||||
      }
 | 
			
		||||
      if (RSSI) *RSSI = (word0 >> 21) & 0x3f;
 | 
			
		||||
      
 | 
			
		||||
@@ -449,7 +404,7 @@ int USRPDevice::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
			
		||||
      if (pktTimestamp + payloadSz/2/sizeof(short) > timeEnd) 
 | 
			
		||||
	timeEnd = pktTimestamp+payloadSz/2/sizeof(short);
 | 
			
		||||
 | 
			
		||||
      LOGC(DDEV, DEBUG) << "timeStart: " << timeStart << ", timeEnd: " << timeEnd << ", pktTimestamp: " << pktTimestamp;
 | 
			
		||||
      LOG(DEBUG) << "timeStart: " << timeStart << ", timeEnd: " << timeEnd << ", pktTimestamp: " << pktTimestamp;
 | 
			
		||||
 | 
			
		||||
    }	
 | 
			
		||||
  }     
 | 
			
		||||
@@ -457,14 +412,14 @@ int USRPDevice::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
			
		||||
  // copy desired data to buf
 | 
			
		||||
  unsigned bufStart = dataStart+(timestamp-timeStart);
 | 
			
		||||
  if (bufStart + len < currDataSize/2) { 
 | 
			
		||||
    LOGC(DDEV, DEBUG) << "bufStart: " << bufStart;
 | 
			
		||||
    LOG(DEBUG) << "bufStart: " << bufStart;
 | 
			
		||||
    memcpy(buf,data+bufStart*2,len*2*sizeof(short));
 | 
			
		||||
    memset(data+bufStart*2,0,len*2*sizeof(short));
 | 
			
		||||
  }
 | 
			
		||||
  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);
 | 
			
		||||
    LOGC(DDEV, DEBUG) << "firstLength: " << firstLength;
 | 
			
		||||
    LOG(DEBUG) << "firstLength: " << firstLength;
 | 
			
		||||
    memcpy(buf,data+bufStart*2,firstLength*2*sizeof(short));
 | 
			
		||||
    memset(data+bufStart*2,0,firstLength*2*sizeof(short));
 | 
			
		||||
    memcpy(buf+firstLength*2,data,(len-firstLength)*2*sizeof(short));
 | 
			
		||||
@@ -505,6 +460,7 @@ int USRPDevice::readSamples(std::vector<short *> &bufs, int len, bool *overrun,
 | 
			
		||||
    gettimeofday(&lastReadTime,NULL);
 | 
			
		||||
    firstRead = true;
 | 
			
		||||
  }
 | 
			
		||||
  samplesRead += numSamples;
 | 
			
		||||
  
 | 
			
		||||
  return numSamples;
 | 
			
		||||
#endif
 | 
			
		||||
@@ -554,12 +510,14 @@ int USRPDevice::writeSamples(std::vector<short *> &bufs, int len,
 | 
			
		||||
  }
 | 
			
		||||
  m_uTx->write((const void*) outPkt,sizeof(uint32_t)*128*numPkts,NULL);
 | 
			
		||||
 | 
			
		||||
  samplesWritten += len/2/sizeof(short);
 | 
			
		||||
  writeLock.unlock();
 | 
			
		||||
 | 
			
		||||
  return len/2/sizeof(short);
 | 
			
		||||
#else
 | 
			
		||||
  int retVal = len;
 | 
			
		||||
  memcpy(loopbackBuffer+loopbackBufferSize,buf,sizeof(short)*2*len);
 | 
			
		||||
  samplesWritten += retVal;
 | 
			
		||||
  loopbackBufferSize += retVal*2;
 | 
			
		||||
   
 | 
			
		||||
  return retVal;
 | 
			
		||||
@@ -591,19 +549,19 @@ bool USRPDevice::setTxFreq(double wFreq, size_t chan)
 | 
			
		||||
  usrp_tune_result result;
 | 
			
		||||
 | 
			
		||||
  if (chan) {
 | 
			
		||||
    LOGC(DDEV, ALERT) << "Invalid channel " << chan;
 | 
			
		||||
    LOG(ALERT) << "Invalid channel " << chan;
 | 
			
		||||
    return false;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  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
 | 
			
		||||
              << "    DDC freq:      " << result.dxc_freq << std::endl
 | 
			
		||||
              << "    residual freq: " << result.residual_freq;
 | 
			
		||||
    return true;
 | 
			
		||||
  }
 | 
			
		||||
  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
 | 
			
		||||
               << "    DDC freq:      " << result.dxc_freq << std::endl
 | 
			
		||||
               << "    residual freq: " << result.residual_freq;
 | 
			
		||||
@@ -616,19 +574,19 @@ bool USRPDevice::setRxFreq(double wFreq, size_t chan)
 | 
			
		||||
  usrp_tune_result result;
 | 
			
		||||
 | 
			
		||||
  if (chan) {
 | 
			
		||||
    LOGC(DDEV, ALERT) << "Invalid channel " << chan;
 | 
			
		||||
    LOG(ALERT) << "Invalid channel " << chan;
 | 
			
		||||
    return false;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  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
 | 
			
		||||
              << "    DDC freq:      " << result.dxc_freq << std::endl
 | 
			
		||||
              << "    residual freq: " << result.residual_freq;
 | 
			
		||||
    return true;
 | 
			
		||||
  }
 | 
			
		||||
  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
 | 
			
		||||
               << "    DDC freq:      " << result.dxc_freq << std::endl
 | 
			
		||||
               << "    residual freq: " << result.residual_freq;
 | 
			
		||||
@@ -643,21 +601,7 @@ bool USRPDevice::setRxFreq(double wFreq) { return true;};
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
RadioDevice *RadioDevice::make(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>& rx_paths)
 | 
			
		||||
			       size_t chans, double)
 | 
			
		||||
{
 | 
			
		||||
	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);
 | 
			
		||||
}
 | 
			
		||||
@@ -1,10 +1,7 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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 distribuion.
 | 
			
		||||
*
 | 
			
		||||
* This use of this software may be subject to additional restrictions.
 | 
			
		||||
* See the LEGAL file in the main directory for details.
 | 
			
		||||
@@ -51,10 +48,15 @@ private:
 | 
			
		||||
  usrp_subdev_spec rxSubdevSpec;
 | 
			
		||||
  usrp_subdev_spec txSubdevSpec;
 | 
			
		||||
 | 
			
		||||
  int sps;
 | 
			
		||||
  double actualSampleRate;	///< the actual USRP sampling 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 skipRx;			///< set if USRP is transmit-only.
 | 
			
		||||
 | 
			
		||||
  static const unsigned int currDataSize_log2 = 21;
 | 
			
		||||
  static const unsigned long currDataSize = (1 << currDataSize_log2);
 | 
			
		||||
@@ -94,9 +96,7 @@ private:
 | 
			
		||||
 public:
 | 
			
		||||
 | 
			
		||||
  /** Object constructor */
 | 
			
		||||
  USRPDevice(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>& rx_paths);
 | 
			
		||||
  USRPDevice(size_t sps);
 | 
			
		||||
 | 
			
		||||
  /** Instantiate the USRP */
 | 
			
		||||
  int open(const std::string &, int, bool);
 | 
			
		||||
@@ -179,28 +179,14 @@ private:
 | 
			
		||||
  /** return minimum Rx Gain **/
 | 
			
		||||
  double minTxGain(void);
 | 
			
		||||
 | 
			
		||||
  /** sets the RX path to use, returns true if successful and false otherwise */
 | 
			
		||||
  bool setRxAntenna(const std::string &ant, size_t chan = 0);
 | 
			
		||||
 | 
			
		||||
  /* return the used RX path */
 | 
			
		||||
  std::string getRxAntenna(size_t chan = 0);
 | 
			
		||||
 | 
			
		||||
  /** sets the RX path to use, returns true if successful and false otherwise */
 | 
			
		||||
  bool setTxAntenna(const std::string &ant, size_t chan = 0);
 | 
			
		||||
 | 
			
		||||
  /* return the used RX path */
 | 
			
		||||
  std::string getTxAntenna(size_t chan = 0);
 | 
			
		||||
 | 
			
		||||
  /** return whether user drives synchronization of Tx/Rx of USRP */
 | 
			
		||||
  bool requiresRadioAlign();
 | 
			
		||||
 | 
			
		||||
  /** return whether user drives synchronization of Tx/Rx of USRP */
 | 
			
		||||
  virtual GSM::Time minLatency();
 | 
			
		||||
 | 
			
		||||
  /** Return internal status values */
 | 
			
		||||
  inline double getTxFreq(size_t chan = 0) { return 0; }
 | 
			
		||||
  inline double getRxFreq(size_t chan = 0) { return 0; }
 | 
			
		||||
  inline double getSampleRate() { return actualSampleRate; }
 | 
			
		||||
  inline double numberRead() { return samplesRead; }
 | 
			
		||||
  inline double numberWritten() { return samplesWritten; }
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif // _USRP_DEVICE_H_
 | 
			
		||||
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
include $(top_srcdir)/Makefile.common
 | 
			
		||||
 | 
			
		||||
SUBDIRS = common
 | 
			
		||||
if ARCH_ARM
 | 
			
		||||
SUBDIRS += arm
 | 
			
		||||
else
 | 
			
		||||
SUBDIRS += x86
 | 
			
		||||
endif
 | 
			
		||||
@@ -1,15 +0,0 @@
 | 
			
		||||
AM_CFLAGS = -Wall -std=gnu99
 | 
			
		||||
 | 
			
		||||
noinst_LTLIBRARIES = libarch_common.la
 | 
			
		||||
 | 
			
		||||
noinst_HEADERS = \
 | 
			
		||||
        convolve.h \
 | 
			
		||||
        convert.h \
 | 
			
		||||
        scale.h \
 | 
			
		||||
        mult.h \
 | 
			
		||||
        fft.h
 | 
			
		||||
 | 
			
		||||
libarch_common_la_SOURCES = \
 | 
			
		||||
        convolve_base.c \
 | 
			
		||||
        convert_base.c \
 | 
			
		||||
        fft.c
 | 
			
		||||
@@ -1,17 +1,17 @@
 | 
			
		||||
if ARCH_ARM
 | 
			
		||||
if ARCH_ARM_A15
 | 
			
		||||
ARCH_FLAGS = -mfpu=neon-vfpv4
 | 
			
		||||
else
 | 
			
		||||
ARCH_FLAGS = -mfpu=neon
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
AM_CFLAGS = -Wall $(ARCH_FLAGS) -std=gnu99 -I${srcdir}/../common
 | 
			
		||||
AM_CFLAGS = -Wall $(ARCH_FLAGS) -std=gnu99 -I../common
 | 
			
		||||
AM_CCASFLAGS = $(ARCH_FLAGS)
 | 
			
		||||
 | 
			
		||||
noinst_LTLIBRARIES = libarch.la
 | 
			
		||||
 | 
			
		||||
libarch_la_LIBADD = $(top_builddir)/Transceiver52M/arch/common/libarch_common.la
 | 
			
		||||
 | 
			
		||||
libarch_la_SOURCES = \
 | 
			
		||||
	../common/convolve_base.c \
 | 
			
		||||
	convert.c \
 | 
			
		||||
	convert_neon.S \
 | 
			
		||||
	convolve.c \
 | 
			
		||||
@@ -20,3 +20,4 @@ libarch_la_SOURCES = \
 | 
			
		||||
	scale_neon.S \
 | 
			
		||||
	mult.c \
 | 
			
		||||
	mult_neon.S
 | 
			
		||||
endif
 | 
			
		||||
@@ -2,8 +2,6 @@
 | 
			
		||||
 * NEON type conversions
 | 
			
		||||
 * 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
 | 
			
		||||
 * modify it under the terms of the GNU Lesser General Public
 | 
			
		||||
 * License as published by the Free Software Foundation; either
 | 
			
		||||
@@ -30,9 +28,6 @@
 | 
			
		||||
void neon_convert_ps_si16_4n(short *, const float *, const float *, int);
 | 
			
		||||
void neon_convert_si16_ps_4n(float *, const short *, int);
 | 
			
		||||
 | 
			
		||||
void convert_init(void) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* 4*N 16-bit signed integer conversion with remainder */
 | 
			
		||||
static void neon_convert_si16_ps(float *out,
 | 
			
		||||
				 const short *in,
 | 
			
		||||
@@ -59,6 +54,7 @@ static void neon_convert_ps_si16(short *out,
 | 
			
		||||
	for (int i = 0; i < len % 4; i++)
 | 
			
		||||
		out[start + i] = (short) (in[start + i] * (*scale));
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
void convert_float_short(short *out, const float *in, float scale, int len)
 | 
			
		||||
{
 | 
			
		||||
@@ -2,8 +2,6 @@
 | 
			
		||||
 * NEON type conversions
 | 
			
		||||
 * 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
 | 
			
		||||
 * modify it under the terms of the GNU Lesser General Public
 | 
			
		||||
 * License as published by the Free Software Foundation; either
 | 
			
		||||
@@ -2,8 +2,6 @@
 | 
			
		||||
 * NEON Convolution
 | 
			
		||||
 * 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
 | 
			
		||||
 * modify it under the terms of the GNU Lesser General Public
 | 
			
		||||
 * License as published by the Free Software Foundation; either
 | 
			
		||||
@@ -31,15 +29,17 @@
 | 
			
		||||
int _base_convolve_real(float *x, int x_len,
 | 
			
		||||
			float *h, int h_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,
 | 
			
		||||
			   float *h, int h_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 start, int len);
 | 
			
		||||
		 int start, int len, int step);
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_NEON
 | 
			
		||||
/* Calls into NEON assembler */
 | 
			
		||||
@@ -69,32 +69,35 @@ void convolve_init(void)
 | 
			
		||||
int convolve_real(float *x, int x_len,
 | 
			
		||||
		  float *h, int h_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;
 | 
			
		||||
 | 
			
		||||
	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;
 | 
			
		||||
 | 
			
		||||
	memset(y, 0, len * 2 * sizeof(float));
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_NEON
 | 
			
		||||
	switch (h_len) {
 | 
			
		||||
	case 4:
 | 
			
		||||
		conv_func = neon_conv_real4;
 | 
			
		||||
		break;
 | 
			
		||||
	case 8:
 | 
			
		||||
		conv_func = neon_conv_real8;
 | 
			
		||||
		break;
 | 
			
		||||
	case 12:
 | 
			
		||||
		conv_func = neon_conv_real12;
 | 
			
		||||
		break;
 | 
			
		||||
	case 16:
 | 
			
		||||
		conv_func = neon_conv_real16;
 | 
			
		||||
		break;
 | 
			
		||||
	case 20:
 | 
			
		||||
		conv_func = neon_conv_real20;
 | 
			
		||||
		break;
 | 
			
		||||
	if (step <= 4) {
 | 
			
		||||
		switch (h_len) {
 | 
			
		||||
		case 4:
 | 
			
		||||
			conv_func = neon_conv_real4;
 | 
			
		||||
			break;
 | 
			
		||||
		case 8:
 | 
			
		||||
			conv_func = neon_conv_real8;
 | 
			
		||||
			break;
 | 
			
		||||
		case 12:
 | 
			
		||||
			conv_func = neon_conv_real12;
 | 
			
		||||
			break;
 | 
			
		||||
		case 16:
 | 
			
		||||
			conv_func = neon_conv_real16;
 | 
			
		||||
			break;
 | 
			
		||||
		case 20:
 | 
			
		||||
			conv_func = neon_conv_real20;
 | 
			
		||||
			break;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
#endif
 | 
			
		||||
	if (conv_func) {
 | 
			
		||||
@@ -104,7 +107,7 @@ int convolve_real(float *x, int x_len,
 | 
			
		||||
		_base_convolve_real(x, x_len,
 | 
			
		||||
				    h, h_len,
 | 
			
		||||
				    y, y_len,
 | 
			
		||||
				    start, len);
 | 
			
		||||
				    start, len, step, offset);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return len;
 | 
			
		||||
@@ -115,17 +118,18 @@ int convolve_real(float *x, int x_len,
 | 
			
		||||
int convolve_complex(float *x, int x_len,
 | 
			
		||||
		     float *h, int h_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;
 | 
			
		||||
 | 
			
		||||
	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;
 | 
			
		||||
 | 
			
		||||
	memset(y, 0, len * 2 * sizeof(float));
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_NEON
 | 
			
		||||
	if (!(h_len % 4))
 | 
			
		||||
	if (step <= 4 && !(h_len % 4))
 | 
			
		||||
		conv_func = neon_conv_cmplx_4n;
 | 
			
		||||
#endif
 | 
			
		||||
	if (conv_func) {
 | 
			
		||||
@@ -135,7 +139,7 @@ int convolve_complex(float *x, int x_len,
 | 
			
		||||
		_base_convolve_complex(x, x_len,
 | 
			
		||||
				       h, h_len,
 | 
			
		||||
				       y, y_len,
 | 
			
		||||
				       start, len);
 | 
			
		||||
				       start, len, step, offset);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return len;
 | 
			
		||||
@@ -2,8 +2,6 @@
 | 
			
		||||
 * NEON Convolution
 | 
			
		||||
 * 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
 | 
			
		||||
 * modify it under the terms of the GNU Lesser General Public
 | 
			
		||||
 * License as published by the Free Software Foundation; either
 | 
			
		||||
@@ -94,8 +92,8 @@ neon_conv_real12:
 | 
			
		||||
	vld2.32     {q8-q9}, [r4], r6
 | 
			
		||||
	vld2.32   {q10-q11}, [r5], r6
 | 
			
		||||
#ifdef HAVE_NEON_FMA
 | 
			
		||||
	vmul.f32         q1,   q6, q0
 | 
			
		||||
	vmul.f32         q3,   q7, q0
 | 
			
		||||
	vfma.f32         q1,   q6, q0
 | 
			
		||||
	vfma.f32         q3,   q7, q0
 | 
			
		||||
	vfma.f32         q1,   q8, q2
 | 
			
		||||
	vfma.f32         q3,   q9, q2
 | 
			
		||||
	vfma.f32         q1,  q10, q4
 | 
			
		||||
@@ -2,8 +2,6 @@
 | 
			
		||||
 * NEON scaling
 | 
			
		||||
 * 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
 | 
			
		||||
 * modify it under the terms of the GNU Lesser General Public
 | 
			
		||||
 * License as published by the Free Software Foundation; either
 | 
			
		||||
@@ -2,8 +2,6 @@
 | 
			
		||||
 * NEON complex multiplication 
 | 
			
		||||
 * 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
 | 
			
		||||
 * modify it under the terms of the GNU Lesser General Public
 | 
			
		||||
 * License as published by the Free Software Foundation; either
 | 
			
		||||
@@ -2,8 +2,6 @@
 | 
			
		||||
 * NEON scaling
 | 
			
		||||
 * 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
 | 
			
		||||
 * modify it under the terms of the GNU Lesser General Public
 | 
			
		||||
 * License as published by the Free Software Foundation; either
 | 
			
		||||
@@ -2,8 +2,6 @@
 | 
			
		||||
 * ARM NEON Scaling
 | 
			
		||||
 * 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
 | 
			
		||||
 * modify it under the terms of the GNU Lesser General Public
 | 
			
		||||
 * License as published by the Free Software Foundation; either
 | 
			
		||||
@@ -2,8 +2,6 @@
 | 
			
		||||
 * Conversion
 | 
			
		||||
 * 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
 | 
			
		||||
 * modify it under the terms of the GNU Lesser General Public
 | 
			
		||||
 * 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++)
 | 
			
		||||
		out[i] = in[i];
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -1,27 +1,31 @@
 | 
			
		||||
#ifndef _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,
 | 
			
		||||
		  const float *h, int h_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,
 | 
			
		||||
		     const float *h, int h_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,
 | 
			
		||||
		       const float *h, int h_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,
 | 
			
		||||
			  const float *h, int h_len,
 | 
			
		||||
			  float *y, int y_len,
 | 
			
		||||
			  int start, int len);
 | 
			
		||||
			  int start, int len,
 | 
			
		||||
			  int step, int offset);
 | 
			
		||||
 | 
			
		||||
void convolve_init(void);
 | 
			
		||||
 | 
			
		||||
@@ -2,8 +2,6 @@
 | 
			
		||||
 * Convolution
 | 
			
		||||
 * 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
 | 
			
		||||
 * modify it under the terms of the GNU Lesser General Public
 | 
			
		||||
 * 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 */
 | 
			
		||||
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);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Base vector complex-complex multiply and accumulate */
 | 
			
		||||
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);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -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,
 | 
			
		||||
			const float *h, int h_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++) {
 | 
			
		||||
		mac_real_vec_n(&x[2 * (i - (h_len - 1) + start)],
 | 
			
		||||
			       h,
 | 
			
		||||
			       &y[2 * i], h_len);
 | 
			
		||||
			       &y[2 * i], h_len,
 | 
			
		||||
			       step, offset);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	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,
 | 
			
		||||
			   const float *h, int h_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++) {
 | 
			
		||||
		mac_cmplx_vec_n(&x[2 * (i - (h_len - 1) + start)],
 | 
			
		||||
				h,
 | 
			
		||||
				&y[2 * i],
 | 
			
		||||
				h_len);
 | 
			
		||||
				h_len, step, offset);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return len;
 | 
			
		||||
@@ -90,10 +91,10 @@ int _base_convolve_complex(const float *x, int x_len,
 | 
			
		||||
 | 
			
		||||
/* Buffer validity checks */
 | 
			
		||||
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) ||
 | 
			
		||||
	    (y_len < 1) || (len < 1)) {
 | 
			
		||||
	    (y_len < 1) || (len < 1) || (step < 1)) {
 | 
			
		||||
		fprintf(stderr, "Convolve: Invalid input\n");
 | 
			
		||||
		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,
 | 
			
		||||
		       const float *h, int h_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;
 | 
			
		||||
 | 
			
		||||
	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,
 | 
			
		||||
				   h, h_len,
 | 
			
		||||
				   y, y_len,
 | 
			
		||||
				   start, len);
 | 
			
		||||
				   start, len, step, offset);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* API: Non-aligned (no SSE) complex-complex */
 | 
			
		||||
int base_convolve_complex(const float *x, int x_len,
 | 
			
		||||
			  const float *h, int h_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;
 | 
			
		||||
 | 
			
		||||
	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,
 | 
			
		||||
				      h, h_len,
 | 
			
		||||
				      y, y_len,
 | 
			
		||||
				      start, len);
 | 
			
		||||
				      start, len, step, offset);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Aligned filter tap allocation */
 | 
			
		||||
void *convolve_h_alloc(size_t len)
 | 
			
		||||
void *convolve_h_alloc(int len)
 | 
			
		||||
{
 | 
			
		||||
#ifdef HAVE_SSE3
 | 
			
		||||
	return memalign(16, len * 2 * sizeof(float));
 | 
			
		||||
@@ -3,8 +3,6 @@
 | 
			
		||||
 *
 | 
			
		||||
 * 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
 | 
			
		||||
 * 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
 | 
			
		||||
@@ -1,15 +0,0 @@
 | 
			
		||||
include $(top_srcdir)/Makefile.common
 | 
			
		||||
 | 
			
		||||
SUBDIRS = common
 | 
			
		||||
 | 
			
		||||
if DEVICE_USRP1
 | 
			
		||||
SUBDIRS += usrp1
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
if DEVICE_UHD
 | 
			
		||||
SUBDIRS += uhd
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
if DEVICE_LMS
 | 
			
		||||
SUBDIRS += lms
 | 
			
		||||
endif
 | 
			
		||||
@@ -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 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 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,821 +0,0 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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
 | 
			
		||||
	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 <stdint.h>
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include "Logger.h"
 | 
			
		||||
#include "Threads.h"
 | 
			
		||||
#include "LMSDevice.h"
 | 
			
		||||
#include "Utils.h"
 | 
			
		||||
 | 
			
		||||
#include <lime/LimeSuite.h>
 | 
			
		||||
 | 
			
		||||
extern "C" {
 | 
			
		||||
#include "osmo_signal.h"
 | 
			
		||||
#include <osmocom/core/utils.h>
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_CONFIG_H
 | 
			
		||||
#include "config.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
using namespace std;
 | 
			
		||||
 | 
			
		||||
#define MAX_ANTENNA_LIST_SIZE 10
 | 
			
		||||
#define LMS_SAMPLE_RATE GSMRATE*32
 | 
			
		||||
#define GSM_CARRIER_BW 270000.0 /* 270kHz */
 | 
			
		||||
#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 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,
 | 
			
		||||
		     const std::vector<std::string>& tx_paths,
 | 
			
		||||
		     const std::vector<std::string>& rx_paths):
 | 
			
		||||
	RadioDevice(tx_sps, rx_sps, iface, chans, lo_offset, tx_paths, rx_paths),
 | 
			
		||||
	m_lms_dev(NULL)
 | 
			
		||||
{
 | 
			
		||||
	LOGC(DDEV, INFO) << "creating LMS device...";
 | 
			
		||||
 | 
			
		||||
	m_lms_stream_rx.resize(chans);
 | 
			
		||||
	m_lms_stream_tx.resize(chans);
 | 
			
		||||
 | 
			
		||||
	rx_buffers.resize(chans);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
LMSDevice::~LMSDevice()
 | 
			
		||||
{
 | 
			
		||||
	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)
 | 
			
		||||
{
 | 
			
		||||
	/* map lime specific log levels */
 | 
			
		||||
	static const int lvl_map[5] = {
 | 
			
		||||
		[0] = LOGL_FATAL,
 | 
			
		||||
		[LMS_LOG_ERROR] = LOGL_ERROR,
 | 
			
		||||
		[LMS_LOG_WARNING] = LOGL_NOTICE,
 | 
			
		||||
		[LMS_LOG_INFO] = LOGL_INFO,
 | 
			
		||||
		[LMS_LOG_DEBUG] = LOGL_DEBUG,
 | 
			
		||||
	};
 | 
			
		||||
	/* protect against future higher log level values (lower importance) */
 | 
			
		||||
	if ((unsigned int) lvl >= ARRAY_SIZE(lvl_map))
 | 
			
		||||
		lvl = ARRAY_SIZE(lvl_map)-1;
 | 
			
		||||
 | 
			
		||||
	LOGLV(DLMS, lvl_map[lvl]) << msg;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void print_range(const char* name, lms_range_t *range)
 | 
			
		||||
{
 | 
			
		||||
	LOGC(DDEV, INFO) << name << ": Min=" << range->min << " Max=" << range->max
 | 
			
		||||
		   << " 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)
 | 
			
		||||
{
 | 
			
		||||
	lms_info_str_t* info_list;
 | 
			
		||||
	const lms_dev_info_t* device_info;
 | 
			
		||||
	lms_range_t range_sr;
 | 
			
		||||
	float_type sr_host, sr_rf;
 | 
			
		||||
	unsigned int i, n;
 | 
			
		||||
	int rc, dev_id;
 | 
			
		||||
 | 
			
		||||
	LOGC(DDEV, INFO) << "Opening LMS device..";
 | 
			
		||||
 | 
			
		||||
	LMS_RegisterLogHandler(&lms_log_callback);
 | 
			
		||||
 | 
			
		||||
	if ((n = LMS_GetDeviceList(NULL)) < 0)
 | 
			
		||||
		LOGC(DDEV, ERROR) << "LMS_GetDeviceList(NULL) failed";
 | 
			
		||||
	LOGC(DDEV, INFO) << "Devices found: " << n;
 | 
			
		||||
	if (n < 1)
 | 
			
		||||
	    return -1;
 | 
			
		||||
 | 
			
		||||
	info_list = new lms_info_str_t[n];
 | 
			
		||||
 | 
			
		||||
	if (LMS_GetDeviceList(info_list) < 0)
 | 
			
		||||
		LOGC(DDEV, ERROR) << "LMS_GetDeviceList(info_list) failed";
 | 
			
		||||
 | 
			
		||||
	for (i = 0; i < n; i++)
 | 
			
		||||
		LOGC(DDEV, INFO) << "Device [" << i << "]: " << info_list[i];
 | 
			
		||||
 | 
			
		||||
	dev_id = info_list_find(info_list, n, args);
 | 
			
		||||
	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) {
 | 
			
		||||
		LOGC(DDEV, ERROR) << "LMS_GetDeviceList() failed)";
 | 
			
		||||
		delete [] info_list;
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	delete [] info_list;
 | 
			
		||||
 | 
			
		||||
	device_info = LMS_GetDeviceInfo(m_lms_dev);
 | 
			
		||||
 | 
			
		||||
	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) {
 | 
			
		||||
		LOGC(DDEV, ERROR) << "LMS_Init() failed";
 | 
			
		||||
		goto out_close;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* 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))
 | 
			
		||||
		goto out_close;
 | 
			
		||||
	print_range("Sample Rate", &range_sr);
 | 
			
		||||
 | 
			
		||||
	LOGC(DDEV, INFO) << "Setting sample rate to " << GSMRATE*tx_sps << " " << tx_sps;
 | 
			
		||||
	if (LMS_SetSampleRate(m_lms_dev, GSMRATE*tx_sps, 32) < 0)
 | 
			
		||||
		goto out_close;
 | 
			
		||||
 | 
			
		||||
	if (LMS_GetSampleRate(m_lms_dev, LMS_CH_RX, 0, &sr_host, &sr_rf))
 | 
			
		||||
		goto out_close;
 | 
			
		||||
	LOGC(DDEV, INFO) << "Sample Rate: Host=" << sr_host << " RF=" << sr_rf;
 | 
			
		||||
 | 
			
		||||
	/* 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 */
 | 
			
		||||
 | 
			
		||||
	/* configure antennas */
 | 
			
		||||
	if (!set_antennas()) {
 | 
			
		||||
		LOGC(DDEV, FATAL) << "LMS antenna setting failed";
 | 
			
		||||
		goto out_close;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Set up per-channel Rx timestamp based Ring buffers */
 | 
			
		||||
	for (size_t i = 0; i < rx_buffers.size(); i++)
 | 
			
		||||
		rx_buffers[i] = new smpl_buf(SAMPLE_BUF_SZ / sizeof(uint32_t));
 | 
			
		||||
 | 
			
		||||
	started = false;
 | 
			
		||||
 | 
			
		||||
	return NORMAL;
 | 
			
		||||
 | 
			
		||||
out_close:
 | 
			
		||||
	LOGC(DDEV, FATAL) << "Error in LMS open, closing: " << LMS_GetLastErrorMessage();
 | 
			
		||||
	LMS_Close(m_lms_dev);
 | 
			
		||||
	m_lms_dev = NULL;
 | 
			
		||||
	return -1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool LMSDevice::start()
 | 
			
		||||
{
 | 
			
		||||
	LOGC(DDEV, INFO) << "starting LMS...";
 | 
			
		||||
 | 
			
		||||
	unsigned int i;
 | 
			
		||||
 | 
			
		||||
	if (started) {
 | 
			
		||||
		LOGC(DDEV, ERR) << "Device already started";
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* configure the channels/streams */
 | 
			
		||||
	for (i=0; i<chans; i++) {
 | 
			
		||||
		/* Set gains for calibration/filter setup */
 | 
			
		||||
		/* TX gain to maximum */
 | 
			
		||||
		setTxGain(maxTxGain(), i);
 | 
			
		||||
		/* RX gain to midpoint */
 | 
			
		||||
		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].isTx = false;
 | 
			
		||||
		m_lms_stream_rx[i].channel = i;
 | 
			
		||||
		m_lms_stream_rx[i].fifoSize = 1024 * 1024;
 | 
			
		||||
		m_lms_stream_rx[i].throughputVsLatency = 0.3;
 | 
			
		||||
		m_lms_stream_rx[i].dataFmt = lms_stream_t::LMS_FMT_I16;
 | 
			
		||||
 | 
			
		||||
		m_lms_stream_tx[i] = {};
 | 
			
		||||
		m_lms_stream_tx[i].isTx = true;
 | 
			
		||||
		m_lms_stream_tx[i].channel = i;
 | 
			
		||||
		m_lms_stream_tx[i].fifoSize = 1024 * 1024;
 | 
			
		||||
		m_lms_stream_tx[i].throughputVsLatency = 0.3;
 | 
			
		||||
		m_lms_stream_tx[i].dataFmt = lms_stream_t::LMS_FMT_I16;
 | 
			
		||||
 | 
			
		||||
		if (LMS_SetupStream(m_lms_dev, &m_lms_stream_rx[i]) < 0)
 | 
			
		||||
			return false;
 | 
			
		||||
 | 
			
		||||
		if (LMS_SetupStream(m_lms_dev, &m_lms_stream_tx[i]) < 0)
 | 
			
		||||
			return false;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* now start the streams in a second loop, as we can no longer call
 | 
			
		||||
	 * LMS_SetupStream() after LMS_StartStream() of the first stream */
 | 
			
		||||
	for (i = 0; i < chans; i++) {
 | 
			
		||||
		if (LMS_StartStream(&m_lms_stream_rx[i]) < 0)
 | 
			
		||||
			return false;
 | 
			
		||||
 | 
			
		||||
		if (LMS_StartStream(&m_lms_stream_tx[i]) < 0)
 | 
			
		||||
			return false;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	flush_recv(10);
 | 
			
		||||
 | 
			
		||||
	started = true;
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool LMSDevice::stop()
 | 
			
		||||
{
 | 
			
		||||
	unsigned int i;
 | 
			
		||||
 | 
			
		||||
	if (!started)
 | 
			
		||||
		return true;
 | 
			
		||||
 | 
			
		||||
	for (i=0; i<chans; i++) {
 | 
			
		||||
		LMS_StopStream(&m_lms_stream_tx[i]);
 | 
			
		||||
		LMS_StopStream(&m_lms_stream_rx[i]);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	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;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* 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()
 | 
			
		||||
{
 | 
			
		||||
	return maxTxGainClamp;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
double LMSDevice::minTxGain()
 | 
			
		||||
{
 | 
			
		||||
	return 0.0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
double LMSDevice::maxRxGain()
 | 
			
		||||
{
 | 
			
		||||
	return 73.0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
double LMSDevice::minRxGain()
 | 
			
		||||
{
 | 
			
		||||
	return 0.0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
double LMSDevice::setTxGain(double dB, size_t chan)
 | 
			
		||||
{
 | 
			
		||||
	if (dB > maxTxGain())
 | 
			
		||||
		dB = maxTxGain();
 | 
			
		||||
	if (dB < minTxGain())
 | 
			
		||||
		dB = minTxGain();
 | 
			
		||||
 | 
			
		||||
	LOGCHAN(chan, DDEV, NOTICE) << "Setting TX gain to " << dB << " dB";
 | 
			
		||||
 | 
			
		||||
	if (LMS_SetGaindB(m_lms_dev, LMS_CH_TX, chan, dB) < 0)
 | 
			
		||||
		LOGCHAN(chan, DDEV, ERR) << "Error setting TX gain to " << dB << " dB";
 | 
			
		||||
 | 
			
		||||
	return dB;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
double LMSDevice::setRxGain(double dB, size_t chan)
 | 
			
		||||
{
 | 
			
		||||
	if (dB > maxRxGain())
 | 
			
		||||
		dB = maxRxGain();
 | 
			
		||||
	if (dB < minRxGain())
 | 
			
		||||
		dB = minRxGain();
 | 
			
		||||
 | 
			
		||||
	LOGCHAN(chan, DDEV, NOTICE) << "Setting RX gain to " << dB << " dB";
 | 
			
		||||
 | 
			
		||||
	if (LMS_SetGaindB(m_lms_dev, LMS_CH_RX, chan, dB) < 0)
 | 
			
		||||
		LOGCHAN(chan, DDEV, ERR) << "Error setting RX gain to " << dB << " dB";
 | 
			
		||||
 | 
			
		||||
	return dB;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int LMSDevice::get_ant_idx(const std::string & name, bool dir_tx, size_t chan)
 | 
			
		||||
{
 | 
			
		||||
	lms_name_t name_list[MAX_ANTENNA_LIST_SIZE]; /* large enough list for antenna names. */
 | 
			
		||||
	const char* c_name = name.c_str();
 | 
			
		||||
	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 (!strcmp(c_name, name_list[i]))
 | 
			
		||||
			return i;
 | 
			
		||||
	}
 | 
			
		||||
	return -1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool LMSDevice::flush_recv(size_t num_pkts)
 | 
			
		||||
{
 | 
			
		||||
	#define CHUNK 625
 | 
			
		||||
	int len = CHUNK * tx_sps;
 | 
			
		||||
	short *buffer = (short*) alloca(sizeof(short) * len * 2);
 | 
			
		||||
	int rc;
 | 
			
		||||
	lms_stream_meta_t rx_metadata = {};
 | 
			
		||||
	rx_metadata.flushPartialPacket = false;
 | 
			
		||||
	rx_metadata.waitForTimestamp = false;
 | 
			
		||||
 | 
			
		||||
	ts_initial = 0;
 | 
			
		||||
 | 
			
		||||
	while (!ts_initial || (num_pkts-- > 0)) {
 | 
			
		||||
		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;
 | 
			
		||||
		if (rc != len) {
 | 
			
		||||
			LOGC(DDEV, ERROR) << "Flush: Device receive timed out";
 | 
			
		||||
			return false;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		ts_initial = rx_metadata.timestamp + len;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	LOGC(DDEV, INFO) << "Initial timestamp " << ts_initial << std::endl;
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool LMSDevice::setRxAntenna(const std::string & ant, size_t chan)
 | 
			
		||||
{
 | 
			
		||||
	int idx;
 | 
			
		||||
 | 
			
		||||
	if (chan >= rx_paths.size()) {
 | 
			
		||||
		LOGC(DDEV, ERROR) << "Requested non-existent channel " << chan;
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	idx = get_ant_idx(ant, LMS_CH_RX, chan);
 | 
			
		||||
	if (idx < 0) {
 | 
			
		||||
		LOGCHAN(chan, DDEV, ERROR) << "Invalid Rx Antenna";
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (LMS_SetAntenna(m_lms_dev, LMS_CH_RX, chan, idx) < 0) {
 | 
			
		||||
		LOGCHAN(chan, DDEV, ERROR) << "Unable to set Rx Antenna";
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
std::string LMSDevice::getRxAntenna(size_t chan)
 | 
			
		||||
{
 | 
			
		||||
	lms_name_t name_list[MAX_ANTENNA_LIST_SIZE]; /* large enough list for antenna names. */
 | 
			
		||||
	int idx;
 | 
			
		||||
 | 
			
		||||
	if (chan >= rx_paths.size()) {
 | 
			
		||||
		LOGC(DDEV, ERROR) << "Requested non-existent channel " << chan;
 | 
			
		||||
		return "";
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	idx = LMS_GetAntenna(m_lms_dev, LMS_CH_RX, chan);
 | 
			
		||||
	if (idx < 0) {
 | 
			
		||||
		LOGCHAN(chan, DDEV, ERROR) << "Error getting Rx Antenna";
 | 
			
		||||
		return "";
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (LMS_GetAntennaList(m_lms_dev, LMS_CH_RX, chan, name_list) < idx) {
 | 
			
		||||
		LOGCHAN(chan, DDEV, ERROR) << "Error getting Rx Antenna List";
 | 
			
		||||
		return "";
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return name_list[idx];
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool LMSDevice::setTxAntenna(const std::string & ant, size_t chan)
 | 
			
		||||
{
 | 
			
		||||
	int idx;
 | 
			
		||||
 | 
			
		||||
	if (chan >= tx_paths.size()) {
 | 
			
		||||
		LOGC(DDEV, ERROR) << "Requested non-existent channel " << chan;
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	idx = get_ant_idx(ant, LMS_CH_TX, chan);
 | 
			
		||||
	if (idx < 0) {
 | 
			
		||||
		LOGCHAN(chan, DDEV, ERROR) << "Invalid Rx Antenna";
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (LMS_SetAntenna(m_lms_dev, LMS_CH_TX, chan, idx) < 0) {
 | 
			
		||||
		LOGCHAN(chan, DDEV, ERROR) << "Unable to set Rx Antenna";
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
std::string LMSDevice::getTxAntenna(size_t chan)
 | 
			
		||||
{
 | 
			
		||||
	lms_name_t name_list[MAX_ANTENNA_LIST_SIZE]; /* large enough list for antenna names. */
 | 
			
		||||
	int idx;
 | 
			
		||||
 | 
			
		||||
	if (chan >= tx_paths.size()) {
 | 
			
		||||
		LOGC(DDEV, ERROR) << "Requested non-existent channel " << chan;
 | 
			
		||||
		return "";
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	idx = LMS_GetAntenna(m_lms_dev, LMS_CH_TX, chan);
 | 
			
		||||
	if (idx < 0) {
 | 
			
		||||
		LOGCHAN(chan, DDEV, ERROR) << "Error getting Tx Antenna";
 | 
			
		||||
		return "";
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (LMS_GetAntennaList(m_lms_dev, LMS_CH_TX, chan, name_list) < idx) {
 | 
			
		||||
		LOGCHAN(chan, DDEV, ERROR) << "Error getting Tx Antenna List";
 | 
			
		||||
		return "";
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return name_list[idx];
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool LMSDevice::requiresRadioAlign()
 | 
			
		||||
{
 | 
			
		||||
	return false;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
GSM::Time LMSDevice::minLatency() {
 | 
			
		||||
	/* UNUSED on limesdr (only used on usrp1/2) */
 | 
			
		||||
	return GSM::Time(0,0);
 | 
			
		||||
}
 | 
			
		||||
/*!
 | 
			
		||||
 * Issue tracking description of several events: https://github.com/myriadrf/LimeSuite/issues/265
 | 
			
		||||
 */
 | 
			
		||||
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 oveflow 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
 | 
			
		||||
int LMSDevice::readSamples(std::vector < short *>&bufs, int len, bool * overrun,
 | 
			
		||||
			   TIMESTAMP timestamp, bool * underrun, unsigned *RSSI)
 | 
			
		||||
{
 | 
			
		||||
	int rc, num_smpls, expect_smpls;
 | 
			
		||||
	ssize_t avail_smpls;
 | 
			
		||||
	TIMESTAMP expect_timestamp;
 | 
			
		||||
	unsigned int i;
 | 
			
		||||
	lms_stream_meta_t rx_metadata = {};
 | 
			
		||||
	rx_metadata.flushPartialPacket = false;
 | 
			
		||||
	rx_metadata.waitForTimestamp = false;
 | 
			
		||||
	rx_metadata.timestamp = 0;
 | 
			
		||||
 | 
			
		||||
	if (bufs.size() != chans) {
 | 
			
		||||
		LOGC(DDEV, ERROR) << "Invalid channel combination " << bufs.size();
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	*overrun = 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++) {
 | 
			
		||||
		/* Receive samples from HW until we have enough */
 | 
			
		||||
		while ((avail_smpls = rx_buffers[i]->avail_smpls(timestamp)) < len) {
 | 
			
		||||
			thread_enable_cancel(false);
 | 
			
		||||
			num_smpls = LMS_RecvStream(&m_lms_stream_rx[i], bufs[i], len - avail_smpls, &rx_metadata, 100);
 | 
			
		||||
			update_stream_stats_rx(i, overrun);
 | 
			
		||||
			thread_enable_cancel(true);
 | 
			
		||||
			if (num_smpls <= 0) {
 | 
			
		||||
				LOGCHAN(i, DDEV, ERROR) << "Device receive timed out (" << rc << " vs exp " << len << ").";
 | 
			
		||||
				return -1;
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			LOGCHAN(i, DDEV, DEBUG) "Received timestamp = " << (TIMESTAMP)rx_metadata.timestamp << " (" << num_smpls << ")";
 | 
			
		||||
 | 
			
		||||
			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;
 | 
			
		||||
		LOGCHAN(chan, DDEV, ERROR) << "Tx Underrun! ("
 | 
			
		||||
					   << m_ctr[chan].tx_underruns << " -> "
 | 
			
		||||
					   << status.underrun << ")";
 | 
			
		||||
	}
 | 
			
		||||
	m_ctr[chan].tx_underruns += status.underrun;
 | 
			
		||||
 | 
			
		||||
	/* 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)
 | 
			
		||||
		osmo_signal_dispatch(SS_DEVICE, S_DEVICE_COUNTER_CHANGE, &m_ctr[chan]);
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int LMSDevice::writeSamples(std::vector < short *>&bufs, int len,
 | 
			
		||||
			    bool * underrun, unsigned long long timestamp,
 | 
			
		||||
			    bool isControl)
 | 
			
		||||
{
 | 
			
		||||
	int rc = 0;
 | 
			
		||||
	unsigned int i;
 | 
			
		||||
	lms_stream_meta_t tx_metadata = {};
 | 
			
		||||
	tx_metadata.flushPartialPacket = false;
 | 
			
		||||
	tx_metadata.waitForTimestamp = true;
 | 
			
		||||
	tx_metadata.timestamp = timestamp - ts_offset;	/* Shift Tx time by offset */
 | 
			
		||||
 | 
			
		||||
	if (isControl) {
 | 
			
		||||
		LOGC(DDEV, ERROR) << "Control packets not supported";
 | 
			
		||||
		return 0;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (bufs.size() != chans) {
 | 
			
		||||
		LOGC(DDEV, ERROR) << "Invalid channel combination " << bufs.size();
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	*underrun = false;
 | 
			
		||||
 | 
			
		||||
	for (i = 0; i<chans; i++) {
 | 
			
		||||
		LOGCHAN(i, DDEV, DEBUG) << "send buffer of len " << len << " timestamp " << std::hex << tx_metadata.timestamp;
 | 
			
		||||
		thread_enable_cancel(false);
 | 
			
		||||
		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) {
 | 
			
		||||
			LOGCHAN(i, DDEV, ERROR) << "LMS: Device Tx timed out (" << rc << " vs exp " << len << ").";
 | 
			
		||||
			return -1;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return rc;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool LMSDevice::updateAlignment(TIMESTAMP timestamp)
 | 
			
		||||
{
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool LMSDevice::setTxFreq(double wFreq, size_t chan)
 | 
			
		||||
{
 | 
			
		||||
	LOGCHAN(chan, DDEV, NOTICE) << "Setting Tx Freq to " << wFreq << " Hz";
 | 
			
		||||
 | 
			
		||||
	if (LMS_SetLOFrequency(m_lms_dev, LMS_CH_TX, chan, wFreq) < 0) {
 | 
			
		||||
		LOGCHAN(chan, DDEV, ERROR) << "Error setting Tx Freq to " << wFreq << " Hz";
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool LMSDevice::setRxFreq(double wFreq, size_t chan)
 | 
			
		||||
{
 | 
			
		||||
	LOGCHAN(chan, DDEV, NOTICE) << "Setting Rx Freq to " << wFreq << " Hz";
 | 
			
		||||
 | 
			
		||||
	if (LMS_SetLOFrequency(m_lms_dev, LMS_CH_RX, chan, wFreq) < 0) {
 | 
			
		||||
		LOGCHAN(chan, DDEV, ERROR) << "Error setting Rx Freq to " << wFreq << " Hz";
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
RadioDevice *RadioDevice::make(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 > &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);
 | 
			
		||||
}
 | 
			
		||||
@@ -1,204 +0,0 @@
 | 
			
		||||
/*
 | 
			
		||||
* 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 use of this software may be subject to additional restrictions.
 | 
			
		||||
* See the LEGAL file in the main directory for details.
 | 
			
		||||
 | 
			
		||||
    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.
 | 
			
		||||
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#ifndef _LMS_DEVICE_H_
 | 
			
		||||
#define _LMS_DEVICE_H_
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_CONFIG_H
 | 
			
		||||
#include "config.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include "radioDevice.h"
 | 
			
		||||
#include "smpl_buf.h"
 | 
			
		||||
 | 
			
		||||
#include <sys/time.h>
 | 
			
		||||
#include <math.h>
 | 
			
		||||
#include <limits.h>
 | 
			
		||||
#include <string>
 | 
			
		||||
#include <iostream>
 | 
			
		||||
#include <lime/LimeSuite.h>
 | 
			
		||||
 | 
			
		||||
/* Definition of LIMESDR_TX_AMPL limits maximum amplitude of I and Q
 | 
			
		||||
 * 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 */
 | 
			
		||||
class LMSDevice:public RadioDevice {
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
	lms_device_t *m_lms_dev;
 | 
			
		||||
	std::vector<lms_stream_t> m_lms_stream_rx;
 | 
			
		||||
	std::vector<lms_stream_t> m_lms_stream_tx;
 | 
			
		||||
 | 
			
		||||
	std::vector<smpl_buf *> rx_buffers;
 | 
			
		||||
 | 
			
		||||
	double actualSampleRate;	///< the actual USRP sampling rate
 | 
			
		||||
 | 
			
		||||
	bool started;		///< flag indicates LMS has started
 | 
			
		||||
	bool skipRx;		///< set if LMS is transmit-only.
 | 
			
		||||
 | 
			
		||||
	TIMESTAMP ts_initial, ts_offset;
 | 
			
		||||
 | 
			
		||||
	double rxGain;
 | 
			
		||||
	double maxTxGainClamp;
 | 
			
		||||
 | 
			
		||||
	bool do_calib(size_t chan);
 | 
			
		||||
	bool do_filters(size_t chan);
 | 
			
		||||
	int get_ant_idx(const std::string & name, bool dir_tx, size_t chan);
 | 
			
		||||
	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:
 | 
			
		||||
 | 
			
		||||
	/** Object constructor */
 | 
			
		||||
	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>& rx_paths);
 | 
			
		||||
	~LMSDevice();
 | 
			
		||||
 | 
			
		||||
	/** Instantiate the LMS */
 | 
			
		||||
	int open(const std::string &args, int ref, bool swap_channels);
 | 
			
		||||
 | 
			
		||||
	/** Start the LMS */
 | 
			
		||||
	bool start();
 | 
			
		||||
 | 
			
		||||
	/** Stop the LMS */
 | 
			
		||||
	bool stop();
 | 
			
		||||
 | 
			
		||||
	/** Set priority not supported */
 | 
			
		||||
	void setPriority(float prio = 0.5) {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	enum TxWindowType getWindowType() {
 | 
			
		||||
		return TX_WINDOW_LMS1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	Read samples from the LMS.
 | 
			
		||||
	@param buf preallocated buf to contain read result
 | 
			
		||||
	@param len number of samples desired
 | 
			
		||||
	@param overrun Set if read buffer has been overrun, e.g. data not being read fast enough
 | 
			
		||||
	@param timestamp The timestamp of the first samples to be read
 | 
			
		||||
	@param underrun Set if LMS does not have data to transmit, e.g. data not being sent fast enough
 | 
			
		||||
	@param RSSI The received signal strength of the read result
 | 
			
		||||
	@return The number of samples actually read
 | 
			
		||||
	*/
 | 
			
		||||
	int readSamples(std::vector < short *>&buf, int len, bool * overrun,
 | 
			
		||||
			TIMESTAMP timestamp = 0xffffffff, bool * underrun =
 | 
			
		||||
			NULL, unsigned *RSSI = NULL);
 | 
			
		||||
	/**
 | 
			
		||||
	Write samples to the LMS.
 | 
			
		||||
	@param buf Contains the data to be written.
 | 
			
		||||
	@param len number of samples to write.
 | 
			
		||||
	@param underrun Set if LMS does not have data to transmit, e.g. data not being sent fast enough
 | 
			
		||||
	@param timestamp The timestamp of the first sample of the data buffer.
 | 
			
		||||
	@param isControl Set if data is a control packet, e.g. a ping command
 | 
			
		||||
	@return The number of samples actually written
 | 
			
		||||
	*/
 | 
			
		||||
	int writeSamples(std::vector < short *>&bufs, int len, bool * underrun,
 | 
			
		||||
			 TIMESTAMP timestamp = 0xffffffff, bool isControl =
 | 
			
		||||
			 false);
 | 
			
		||||
 | 
			
		||||
	/** Update the alignment between the read and write timestamps */
 | 
			
		||||
	bool updateAlignment(TIMESTAMP timestamp);
 | 
			
		||||
 | 
			
		||||
	/** Set the transmitter frequency */
 | 
			
		||||
	bool setTxFreq(double wFreq, size_t chan = 0);
 | 
			
		||||
 | 
			
		||||
	/** Set the receiver frequency */
 | 
			
		||||
	bool setRxFreq(double wFreq, size_t chan = 0);
 | 
			
		||||
 | 
			
		||||
	/** Returns the starting write Timestamp*/
 | 
			
		||||
	TIMESTAMP initialWriteTimestamp(void) {
 | 
			
		||||
		return ts_initial;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/** Returns the starting read Timestamp*/
 | 
			
		||||
	TIMESTAMP initialReadTimestamp(void) {
 | 
			
		||||
		return ts_initial;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/** returns the full-scale transmit amplitude **/
 | 
			
		||||
	double fullScaleInputValue() {
 | 
			
		||||
		return(double) SHRT_MAX * LIMESDR_TX_AMPL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/** returns the full-scale receive amplitude **/
 | 
			
		||||
	double fullScaleOutputValue() {
 | 
			
		||||
		return (double) SHRT_MAX;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/** sets the receive chan gain, returns the gain setting **/
 | 
			
		||||
	double setRxGain(double dB, size_t chan = 0);
 | 
			
		||||
 | 
			
		||||
	/** get the current receive gain */
 | 
			
		||||
	double getRxGain(size_t chan = 0) {
 | 
			
		||||
		return rxGain;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/** return maximum Rx Gain **/
 | 
			
		||||
	double maxRxGain(void);
 | 
			
		||||
 | 
			
		||||
	/** return minimum Rx Gain **/
 | 
			
		||||
	double minRxGain(void);
 | 
			
		||||
 | 
			
		||||
	/** sets the transmit chan gain, returns the gain setting **/
 | 
			
		||||
	double setTxGain(double dB, size_t chan = 0);
 | 
			
		||||
 | 
			
		||||
	/** return maximum Tx Gain **/
 | 
			
		||||
	double maxTxGain(void);
 | 
			
		||||
 | 
			
		||||
	/** return minimum Rx Gain **/
 | 
			
		||||
	double minTxGain(void);
 | 
			
		||||
 | 
			
		||||
	/** sets the RX path to use, returns true if successful and false otherwise */
 | 
			
		||||
	bool setRxAntenna(const std::string & ant, size_t chan = 0);
 | 
			
		||||
 | 
			
		||||
	/* return the used RX path */
 | 
			
		||||
	std::string getRxAntenna(size_t chan = 0);
 | 
			
		||||
 | 
			
		||||
	/** sets the RX path to use, returns true if successful and false otherwise */
 | 
			
		||||
	bool setTxAntenna(const std::string & ant, size_t chan = 0);
 | 
			
		||||
 | 
			
		||||
	/* return the used RX path */
 | 
			
		||||
	std::string getTxAntenna(size_t chan = 0);
 | 
			
		||||
 | 
			
		||||
	/** return whether user drives synchronization of Tx/Rx of USRP */
 | 
			
		||||
        bool requiresRadioAlign();
 | 
			
		||||
 | 
			
		||||
        /** return whether user drives synchronization of Tx/Rx of USRP */
 | 
			
		||||
        virtual GSM::Time minLatency();
 | 
			
		||||
 | 
			
		||||
	/** Return internal status values */
 | 
			
		||||
	inline double getTxFreq(size_t chan = 0) {
 | 
			
		||||
		return 0;
 | 
			
		||||
	}
 | 
			
		||||
	inline double getRxFreq(size_t chan = 0) {
 | 
			
		||||
		return 0;
 | 
			
		||||
	}
 | 
			
		||||
	inline double getSampleRate() {
 | 
			
		||||
		return actualSampleRate;
 | 
			
		||||
	}
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif // _LMS_DEVICE_H_
 | 
			
		||||
@@ -1,11 +0,0 @@
 | 
			
		||||
include $(top_srcdir)/Makefile.common
 | 
			
		||||
 | 
			
		||||
AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES) -I${srcdir}/../common
 | 
			
		||||
AM_CXXFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LMS_CFLAGS)
 | 
			
		||||
 | 
			
		||||
noinst_HEADERS = LMSDevice.h
 | 
			
		||||
 | 
			
		||||
noinst_LTLIBRARIES = libdevice.la
 | 
			
		||||
 | 
			
		||||
libdevice_la_SOURCES = LMSDevice.cpp
 | 
			
		||||
libdevice_la_LIBADD = $(top_builddir)/Transceiver52M/device/common/libdevice_common.la
 | 
			
		||||
@@ -1,11 +0,0 @@
 | 
			
		||||
include $(top_srcdir)/Makefile.common
 | 
			
		||||
 | 
			
		||||
AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES) -I${srcdir}/../common
 | 
			
		||||
AM_CXXFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(UHD_CFLAGS)
 | 
			
		||||
 | 
			
		||||
noinst_HEADERS = UHDDevice.h
 | 
			
		||||
 | 
			
		||||
noinst_LTLIBRARIES = libdevice.la
 | 
			
		||||
 | 
			
		||||
libdevice_la_SOURCES = UHDDevice.cpp
 | 
			
		||||
libdevice_la_LIBADD = $(top_builddir)/Transceiver52M/device/common/libdevice_common.la
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -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();
 | 
			
		||||
	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; }
 | 
			
		||||
 | 
			
		||||
	/** 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,16 +0,0 @@
 | 
			
		||||
include $(top_srcdir)/Makefile.common
 | 
			
		||||
 | 
			
		||||
AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES) -I${srcdir}/../common
 | 
			
		||||
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_LTLIBRARIES = libdevice.la
 | 
			
		||||
 | 
			
		||||
libdevice_la_SOURCES = USRPDevice.cpp
 | 
			
		||||
							
								
								
									
										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              |
 | 
			
		||||
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										520
									
								
								Transceiver52M/osmo-trx-dec.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										520
									
								
								Transceiver52M/osmo-trx-dec.cpp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,520 @@
 | 
			
		||||
/*
 | 
			
		||||
 * Copyright (C) 2016-2017 Alexander Chemeris <Alexander.Chemeris@fairwaves.co>
 | 
			
		||||
 *
 | 
			
		||||
 * 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
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_CONFIG_H
 | 
			
		||||
#include "config.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include <limits.h>
 | 
			
		||||
#include <fstream>
 | 
			
		||||
#include <iomanip>
 | 
			
		||||
 | 
			
		||||
#include "Logger.h"
 | 
			
		||||
#include "sigProcLib.h"
 | 
			
		||||
#include "signalVector.h"
 | 
			
		||||
#include "Transceiver.h"
 | 
			
		||||
#include "Configuration.h"
 | 
			
		||||
 | 
			
		||||
extern "C" {
 | 
			
		||||
#include "convolve.h"
 | 
			
		||||
#include "convert.h"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#define DEFAULT_RX_SPS        1
 | 
			
		||||
#define DEFAULT_SEARCH_WINDOW 30
 | 
			
		||||
 | 
			
		||||
// Tail + data + stealing + midamble + guard (without the last 0.25)
 | 
			
		||||
#define BURST_LEN_FULL        156
 | 
			
		||||
// Tail + data + stealing + midamble
 | 
			
		||||
#define BURST_LEN_ACTIVE      148
 | 
			
		||||
// Tail + data + stealing + midamble - 2*0.5
 | 
			
		||||
#define BURST_LEN_USEFUL      147
 | 
			
		||||
 | 
			
		||||
// Size of a sample in bytes as stores in a file
 | 
			
		||||
#define SAMPLE_SIZE_BYTES     (2 * sizeof(float))
 | 
			
		||||
// Burst length in bytes as stored in a file
 | 
			
		||||
#define BURST_LEN_BYTES       (BURST_LEN_FULL * SAMPLE_SIZE_BYTES)
 | 
			
		||||
 | 
			
		||||
ConfigurationTable gConfig;
 | 
			
		||||
 | 
			
		||||
struct trx_config {
 | 
			
		||||
  std::string log_level;
 | 
			
		||||
  unsigned sps;
 | 
			
		||||
  unsigned tsc;
 | 
			
		||||
  unsigned max_expected_delay_nb;
 | 
			
		||||
  unsigned max_expected_delay_ab;
 | 
			
		||||
  double full_scale;
 | 
			
		||||
  bool edge;
 | 
			
		||||
  CorrType type;
 | 
			
		||||
  std::string filename;
 | 
			
		||||
  unsigned ber_burst_avg;           ///< Average BER over this many bursts.
 | 
			
		||||
                                    ///< Set to 0 to average for the whole duration.
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
class NormalBurstSoftbitMask {
 | 
			
		||||
public:
 | 
			
		||||
  NormalBurstSoftbitMask(SoftVector &softBits)
 | 
			
		||||
  : mSoftBits(softBits)
 | 
			
		||||
  {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  SoftVector &bits() { return mSoftBits; }
 | 
			
		||||
  SoftVector tailBitsL() { return mSoftBits.segment(0,3); }
 | 
			
		||||
  SoftVector dataBitsL() { return mSoftBits.segment(3,57); }
 | 
			
		||||
  SoftVector stealingBitsL() { return mSoftBits.segment(60, 1); }
 | 
			
		||||
  SoftVector midambleBits() { return mSoftBits.segment(61, 26); }
 | 
			
		||||
  SoftVector stealingBitsR() { return mSoftBits.segment(87, 1); }
 | 
			
		||||
  SoftVector dataBitsR() { return mSoftBits.segment(88,57); }
 | 
			
		||||
  SoftVector tailBitsR() { return mSoftBits.segment(145,3); }
 | 
			
		||||
  SoftVector guardBits() { return mSoftBits.segment(148,8); }
 | 
			
		||||
 | 
			
		||||
protected:
 | 
			
		||||
  SoftVector &mSoftBits;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
class SoftBurst {
 | 
			
		||||
public:
 | 
			
		||||
  SoftBurst(SoftVector *softBits, double toa=0)
 | 
			
		||||
  : mSoftBits(softBits), mTOA(toa)
 | 
			
		||||
  {
 | 
			
		||||
    assert(mSoftBits != NULL);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  ~SoftBurst()
 | 
			
		||||
  {
 | 
			
		||||
    delete mSoftBits;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  void TOA(double TOA) { mTOA = TOA; }
 | 
			
		||||
  double TOA() { return mTOA; }
 | 
			
		||||
 | 
			
		||||
  NormalBurstSoftbitMask normalBurstMask() { return NormalBurstSoftbitMask(*mSoftBits); }
 | 
			
		||||
 | 
			
		||||
protected:
 | 
			
		||||
  SoftVector *mSoftBits;
 | 
			
		||||
  double mTOA;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
class BEREstimator {
 | 
			
		||||
public:
 | 
			
		||||
  BEREstimator(const PRBS& prbs)
 | 
			
		||||
  : mPRBS(prbs), mTotalBits(0), mErrorBits(0), mSynchronized(false)
 | 
			
		||||
  {}
 | 
			
		||||
 | 
			
		||||
  unsigned synchronize(const BitVector &bits)
 | 
			
		||||
  {
 | 
			
		||||
    for (unsigned i=0; i<mPRBS.size(); i++) {
 | 
			
		||||
      mPRBS.processBit(bits[i]);
 | 
			
		||||
    }
 | 
			
		||||
    mSynchronized = true;
 | 
			
		||||
    return mPRBS.size();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  void process(const BitVector &bits, size_t start_from = 0)
 | 
			
		||||
  {
 | 
			
		||||
    for (size_t i=start_from; i<bits.size(); i++) {
 | 
			
		||||
      mTotalBits++;
 | 
			
		||||
      if (mPRBS.generateBit() != bits.bit(i)) {
 | 
			
		||||
        mErrorBits++;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  void sync_and_process(const BitVector &bits)
 | 
			
		||||
  {
 | 
			
		||||
    unsigned skip = 0;
 | 
			
		||||
    if (!mSynchronized) {
 | 
			
		||||
      skip = synchronize(bits);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    process(bits, skip);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  void skip(size_t num)
 | 
			
		||||
  {
 | 
			
		||||
    for (size_t i=0; i<num; i++) {
 | 
			
		||||
      mTotalBits++;
 | 
			
		||||
      mErrorBits++;
 | 
			
		||||
      mPRBS.generateBit();
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  void reset()
 | 
			
		||||
  {
 | 
			
		||||
    mTotalBits = 0;
 | 
			
		||||
    mErrorBits = 0;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  unsigned totalBits() const { return mTotalBits; }
 | 
			
		||||
  unsigned errorBits() const { return mErrorBits; }
 | 
			
		||||
  double BER() const { return mErrorBits/(double)mTotalBits; }
 | 
			
		||||
 | 
			
		||||
  bool isSynchronized() const {return mSynchronized; }
 | 
			
		||||
 | 
			
		||||
protected:
 | 
			
		||||
  PRBS mPRBS;
 | 
			
		||||
  unsigned mTotalBits;
 | 
			
		||||
  unsigned mErrorBits;
 | 
			
		||||
  bool mSynchronized;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
double getBurstRSSI(const signalVector &burst, unsigned sps, double full_scale)
 | 
			
		||||
{
 | 
			
		||||
  /* Calculate average power of the burst */
 | 
			
		||||
  float avg = energyDetect(burst, 20 * sps);
 | 
			
		||||
  return 20.0 * log10(sqrt(avg) / full_scale);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void printDetectionResult(int rc)
 | 
			
		||||
{
 | 
			
		||||
  if (rc > 0) {
 | 
			
		||||
    std::cout << "Detected correlation type: " << (CorrType)rc << std::endl;
 | 
			
		||||
  } else {
 | 
			
		||||
    if (rc == -SIGERR_CLIP) {
 | 
			
		||||
      std::cout << "Clipping detected on received RACH or Normal Burst" << std::endl;
 | 
			
		||||
    } else if (rc != SIGERR_NONE) {
 | 
			
		||||
      std::cout << "Unhandled RACH or Normal Burst detection error" << std::endl;
 | 
			
		||||
    } else {
 | 
			
		||||
//      std::cout << "No burst detected" << std::endl;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
SoftVector *demodulateBurst(const signalVector &burst,
 | 
			
		||||
                            CorrType expected_type,
 | 
			
		||||
                            unsigned sps, unsigned tsc,
 | 
			
		||||
                            unsigned max_expected_delay,
 | 
			
		||||
                            double &timingOffset)
 | 
			
		||||
{
 | 
			
		||||
  complex amp;
 | 
			
		||||
  float toa;
 | 
			
		||||
  int rc;
 | 
			
		||||
  CorrType detected_type;
 | 
			
		||||
 | 
			
		||||
  /* Detect normal or RACH bursts */
 | 
			
		||||
  rc = detectAnyBurst(burst, tsc, BURST_THRESH, sps, expected_type, amp, toa,
 | 
			
		||||
                      max_expected_delay);
 | 
			
		||||
  printDetectionResult(rc);
 | 
			
		||||
  if (rc <= 0) {
 | 
			
		||||
    return NULL;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  // Convert samples to symbols
 | 
			
		||||
  timingOffset = toa / sps;
 | 
			
		||||
  // rc > 0 means it's a detected CorrType
 | 
			
		||||
  detected_type = (CorrType)rc;
 | 
			
		||||
 | 
			
		||||
  return demodAnyBurst(burst, sps, amp, toa, detected_type);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static bool processBurst(const trx_config &config, signalVector &burst,
 | 
			
		||||
                         unsigned max_expected_delay,
 | 
			
		||||
                         double &RSSI,
 | 
			
		||||
                         double &timingOffset,
 | 
			
		||||
                         BEREstimator &berEstimator)
 | 
			
		||||
{
 | 
			
		||||
  RSSI = getBurstRSSI(burst, config.sps, config.full_scale);
 | 
			
		||||
  SoftVector *softBits = demodulateBurst(burst, config.type, config.sps,config.tsc,
 | 
			
		||||
                                         max_expected_delay, timingOffset);
 | 
			
		||||
 | 
			
		||||
  /* Print burst information and content */
 | 
			
		||||
  if (softBits == NULL) {
 | 
			
		||||
    std::cout << "Skipped frame" << std::endl;
 | 
			
		||||
    // TODO: This is different for EDGE
 | 
			
		||||
    berEstimator.skip(57*2);
 | 
			
		||||
    return false;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  SoftBurst softBurst(softBits, timingOffset);
 | 
			
		||||
  NormalBurstSoftbitMask nb = softBurst.normalBurstMask();
 | 
			
		||||
 | 
			
		||||
  berEstimator.sync_and_process(nb.dataBitsL().sliced());
 | 
			
		||||
  berEstimator.sync_and_process(nb.dataBitsR().sliced());
 | 
			
		||||
 | 
			
		||||
  std::cout << "TOA:  " << softBurst.TOA() << " symbols" << std::endl;
 | 
			
		||||
  // Exclude tail and guard bits from the energy calculation
 | 
			
		||||
  std::cout << "Energy:  " << softBits->segment(3,142).getEnergy() << std::endl;
 | 
			
		||||
  //std::cout << "Demodulated burst: " << *softBits << std::endl;
 | 
			
		||||
  std::cout << "                  tail|--------------------------data---------------------------|f|--------midamble----------|f|--------------------------data---------------------------|tai|-guard--" << std::endl;
 | 
			
		||||
  //           "                   000 010001011011110011101001100100000001010001011000100100010 0 11101111000100101110111100 0 011010111011101010011010111000101100001110101011011001011 000 1''..---"
 | 
			
		||||
  std::cout << "Demodulated burst:"
 | 
			
		||||
            << " " << nb.tailBitsL()
 | 
			
		||||
            << " " << nb.dataBitsL()
 | 
			
		||||
            << " " << nb.stealingBitsL()
 | 
			
		||||
            << " " << nb.midambleBits()
 | 
			
		||||
            << " " << nb.stealingBitsR()
 | 
			
		||||
            << " " << nb.dataBitsR()
 | 
			
		||||
            << " " << nb.tailBitsR()
 | 
			
		||||
            << " " << nb.guardBits()
 | 
			
		||||
            << std::endl;
 | 
			
		||||
 | 
			
		||||
  return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Setup configuration values
 | 
			
		||||
static void print_config(struct trx_config *config)
 | 
			
		||||
{
 | 
			
		||||
  std::ostringstream ost("");
 | 
			
		||||
  ost << "Config Settings" << std::endl;
 | 
			
		||||
  ost << "   Source file name............. " << config->filename << std::endl;
 | 
			
		||||
  ost << "   Log Level.................... " << config->log_level << std::endl;
 | 
			
		||||
  ost << "   Rx Samples-per-Symbol........ " << config->sps << std::endl;
 | 
			
		||||
  ost << "   EDGE support................. " << (config->edge ? "Enabled" : "Disabled") << std::endl;
 | 
			
		||||
  ost << "   Burst type................... " << config->type << std::endl;
 | 
			
		||||
  ost << "   Burst TSC.................... " << config->tsc << std::endl;
 | 
			
		||||
  ost << "   Normal Burst search window... " << config->max_expected_delay_nb << std::endl;
 | 
			
		||||
  ost << "   Access Burst search window... " << config->max_expected_delay_ab << std::endl;
 | 
			
		||||
  ost << "   Signal full scale............ " << config->full_scale << std::endl;
 | 
			
		||||
  ost << "   BER average window (bursts).. " << config->ber_burst_avg << std::endl;
 | 
			
		||||
  std::cout << ost << std::endl;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void print_help()
 | 
			
		||||
{
 | 
			
		||||
  fprintf(stdout, "Options:\n"
 | 
			
		||||
          "  -h          This text\n"
 | 
			
		||||
          "  -l LEVEL    Logging level (%s)\n"
 | 
			
		||||
          "  -e          Enable EDGE receiver\n"
 | 
			
		||||
          "  -s SPS      Samples-per-symbol (1 or 4, default: %d)\n"
 | 
			
		||||
          "  -t TSC      Burst training sequence (0 to 7, default: 0)\n"
 | 
			
		||||
          "  -f FILE     File to read\n"
 | 
			
		||||
          "  -w SYMBOLS  Normal Burst search window (0 to 156, default: %d)\n"
 | 
			
		||||
          "  -W SYMBOLS  Access Burst search window (0 to 156, default: %d)\n"
 | 
			
		||||
          "  -b BURSTS   BER average window. Set to 0 to average over the whole file (default: 1)\n",
 | 
			
		||||
          "EMERG, ALERT, CRT, ERR, WARNING, NOTICE, INFO, DEBUG",
 | 
			
		||||
          DEFAULT_RX_SPS,
 | 
			
		||||
          DEFAULT_SEARCH_WINDOW, DEFAULT_SEARCH_WINDOW);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static bool handle_options(int argc, char **argv, struct trx_config *config)
 | 
			
		||||
{
 | 
			
		||||
  int option;
 | 
			
		||||
 | 
			
		||||
  config->log_level = "NOTICE";
 | 
			
		||||
  config->sps = DEFAULT_RX_SPS;
 | 
			
		||||
  config->tsc = 0;
 | 
			
		||||
  config->max_expected_delay_nb = DEFAULT_SEARCH_WINDOW;
 | 
			
		||||
  config->max_expected_delay_ab = DEFAULT_SEARCH_WINDOW;
 | 
			
		||||
  config->full_scale = SHRT_MAX;
 | 
			
		||||
  config->edge = false;
 | 
			
		||||
  config->type = TSC;
 | 
			
		||||
  config->ber_burst_avg = 1;
 | 
			
		||||
 | 
			
		||||
  while ((option = getopt(argc, argv, "ls:et:f:w:W:b:h")) != -1) {
 | 
			
		||||
    switch (option) {
 | 
			
		||||
    case 'l':
 | 
			
		||||
      config->log_level = optarg;
 | 
			
		||||
      break;
 | 
			
		||||
    case 's':
 | 
			
		||||
      config->sps = atoi(optarg);
 | 
			
		||||
      break;
 | 
			
		||||
    case 'e':
 | 
			
		||||
      config->edge = true;
 | 
			
		||||
      break;
 | 
			
		||||
    case 't':
 | 
			
		||||
      config->tsc = atoi(optarg);
 | 
			
		||||
      break;
 | 
			
		||||
    case 'f':
 | 
			
		||||
      config->filename = optarg;
 | 
			
		||||
      break;
 | 
			
		||||
    case 'w':
 | 
			
		||||
      config->max_expected_delay_nb = atoi(optarg);
 | 
			
		||||
      break;
 | 
			
		||||
    case 'W':
 | 
			
		||||
      config->max_expected_delay_ab = atoi(optarg);
 | 
			
		||||
      break;
 | 
			
		||||
    case 'b':
 | 
			
		||||
      config->ber_burst_avg = atoi(optarg);
 | 
			
		||||
      break;
 | 
			
		||||
    case 'h':
 | 
			
		||||
    default:
 | 
			
		||||
      print_help();
 | 
			
		||||
      exit(0);
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  if ((config->sps != 1) && (config->sps != 4)) {
 | 
			
		||||
    printf("ERROR: Unsupported samples-per-symbol %i\n\n", config->sps);
 | 
			
		||||
    return false;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  if (config->edge && (config->sps != 4)) {
 | 
			
		||||
    printf("ERROR: EDGE only supported at 4 samples per symbol\n\n");
 | 
			
		||||
    return false;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  if (config->tsc > 7) {
 | 
			
		||||
    printf("ERROR: Invalid training sequence %i\n\n", config->tsc);
 | 
			
		||||
    return false;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  if (config->filename.length() == 0) {
 | 
			
		||||
    printf("ERROR: No input file specified\n\n");
 | 
			
		||||
    return false;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  if (config->max_expected_delay_nb > 156 || config->max_expected_delay_nb < 0 ||
 | 
			
		||||
      config->max_expected_delay_ab > 156 || config->max_expected_delay_ab < 0) {
 | 
			
		||||
    printf("ERROR: Invalid search window size, must be withit [1..156] range\n\n");
 | 
			
		||||
    return false;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int main(int argc, char *argv[])
 | 
			
		||||
{
 | 
			
		||||
  struct trx_config config;
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_SSE3
 | 
			
		||||
  printf("Info: SSE3 support compiled in");
 | 
			
		||||
  if (__builtin_cpu_supports("sse3"))
 | 
			
		||||
    printf(" and supported by CPU\n");
 | 
			
		||||
  else
 | 
			
		||||
    printf(", but not supported by CPU\n");
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_SSE4_1
 | 
			
		||||
  printf("Info: SSE4.1 support compiled in");
 | 
			
		||||
  if (__builtin_cpu_supports("sse4.1"))
 | 
			
		||||
    printf(" and supported by CPU\n");
 | 
			
		||||
  else
 | 
			
		||||
    printf(", but not supported by CPU\n");
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
  convolve_init();
 | 
			
		||||
  convert_init();
 | 
			
		||||
 | 
			
		||||
  // Process command line options and print config to screen
 | 
			
		||||
  if (!handle_options(argc, argv, &config)) {
 | 
			
		||||
    print_help();
 | 
			
		||||
    exit(0);
 | 
			
		||||
  }
 | 
			
		||||
  print_config(&config);
 | 
			
		||||
 | 
			
		||||
  gLogInit("transceiver", config.log_level.c_str(), LOG_LOCAL7);
 | 
			
		||||
 | 
			
		||||
  if (!sigProcLibSetup()) {
 | 
			
		||||
    LOG(ALERT) << "Failed to initialize signal processing library";
 | 
			
		||||
    return -1;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  double RSSI;
 | 
			
		||||
  double timingOffset, timingOffsetPrev = 0.0;
 | 
			
		||||
  signalVector burst(2*BURST_LEN_FULL);
 | 
			
		||||
  GSM::Time gsmTime;
 | 
			
		||||
  bool syncedTo157bits = false; // We should syncronize to 156-157 frame structure only once
 | 
			
		||||
  bool burst156_157 = false;    // Set to true to enable 156-156-156-157 frame
 | 
			
		||||
  int bitsReadExtra = 0; // set to 1 every 4 bursts and when TOA>1.0
 | 
			
		||||
  int bitsToSkip = 0;    // set to 1 when TOA<0.0
 | 
			
		||||
  unsigned berBurstsAveraged = 0;
 | 
			
		||||
  PRBS9 prbs;
 | 
			
		||||
  BEREstimator berEstimator(prbs);
 | 
			
		||||
 | 
			
		||||
  // Configure output stream
 | 
			
		||||
  std::cout << std::fixed;
 | 
			
		||||
  std::cout << std::setprecision(2);
 | 
			
		||||
 | 
			
		||||
  std::ifstream file (config.filename.c_str(), std::ifstream::binary);
 | 
			
		||||
 | 
			
		||||
  // Read the first burst, but do not process it, because we need at least two bursts
 | 
			
		||||
  // worth of data for reliable initial detection.
 | 
			
		||||
  file.read((char*)burst.begin(), config.sps * BURST_LEN_BYTES);
 | 
			
		||||
  {signalVector t = burst.segment(0, BURST_LEN_FULL); scaleVector(t, complex(SHRT_MAX)); }
 | 
			
		||||
 | 
			
		||||
#if 0
 | 
			
		||||
    /* Distort signal */
 | 
			
		||||
    {
 | 
			
		||||
      signalVector burst_read = burst.segment(85,156);
 | 
			
		||||
      std::ifstream file (config.filename.c_str(), std::ifstream::binary);
 | 
			
		||||
      file.read((char*)burst_read.begin(), burst_read.size() * 2 * sizeof(float));
 | 
			
		||||
      file.close();
 | 
			
		||||
    }
 | 
			
		||||
#endif
 | 
			
		||||
#if 1
 | 
			
		||||
  // Read more data and try burst detection until successful
 | 
			
		||||
  while(file.read((char*)(burst.begin()+config.sps*BURST_LEN_FULL), config.sps*BURST_LEN_BYTES))
 | 
			
		||||
  {
 | 
			
		||||
    {signalVector t = burst.segment(BURST_LEN_FULL, BURST_LEN_FULL); scaleVector(t, complex(SHRT_MAX)); }
 | 
			
		||||
    bool found = processBurst(config, burst, BURST_LEN_FULL, RSSI, timingOffset, berEstimator);
 | 
			
		||||
    std::cout << "RSSI: " << RSSI << " dBFS" << std::endl;
 | 
			
		||||
    if (found) {
 | 
			
		||||
      gsmTime.incTN();
 | 
			
		||||
      berBurstsAveraged++;
 | 
			
		||||
      break;
 | 
			
		||||
    }
 | 
			
		||||
    burst.segmentMove(config.sps*BURST_LEN_FULL, 0, config.sps*BURST_LEN_FULL);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  // Align stream to burst
 | 
			
		||||
  int offsetInt = (int)timingOffset;
 | 
			
		||||
  burst.segmentMove(config.sps*(BURST_LEN_FULL+offsetInt), 0, config.sps*(BURST_LEN_FULL-offsetInt));
 | 
			
		||||
  {signalVector t = burst.segment(0, BURST_LEN_FULL-offsetInt); scaleVector(t, complex(1.0/SHRT_MAX)); }
 | 
			
		||||
  file.read((char*)(burst.begin()+config.sps*(BURST_LEN_FULL-offsetInt)), config.sps*offsetInt*SAMPLE_SIZE_BYTES);
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
  // Resize burst vector to hold only one burst, because demodulation code
 | 
			
		||||
  // always decode the full vector size.
 | 
			
		||||
  burst.shrink(BURST_LEN_FULL+1);
 | 
			
		||||
 | 
			
		||||
  // Process the rest of the stream
 | 
			
		||||
  do {
 | 
			
		||||
    {signalVector t = burst.segment(0, BURST_LEN_FULL); scaleVector(t, complex(SHRT_MAX)); }
 | 
			
		||||
    processBurst(config, burst, (config.type==RACH)?config.max_expected_delay_ab:config.max_expected_delay_ab,
 | 
			
		||||
                 RSSI, timingOffset, berEstimator);
 | 
			
		||||
    if (burst156_157 && !syncedTo157bits && timingOffset - timingOffsetPrev > .75) {
 | 
			
		||||
      std::cout << "TOA adjust: Found a 157-bit burst, reset TN to mark it" << std::endl;
 | 
			
		||||
      gsmTime.TN(2);
 | 
			
		||||
      timingOffset -= 1.0;
 | 
			
		||||
      // Make sure we do this adjustment only once.
 | 
			
		||||
      syncedTo157bits = true;
 | 
			
		||||
    } else {
 | 
			
		||||
      gsmTime.incTN();
 | 
			
		||||
    }
 | 
			
		||||
    bitsToSkip = 0;
 | 
			
		||||
    bitsReadExtra = 0;
 | 
			
		||||
    if (timingOffset < 0.0) {
 | 
			
		||||
      std::cout << "TOA adjust: skip a bit" << std::endl;
 | 
			
		||||
      burst[0] = 0;
 | 
			
		||||
      bitsToSkip = 1;
 | 
			
		||||
      bitsReadExtra--;
 | 
			
		||||
    }
 | 
			
		||||
    bitsReadExtra += (gsmTime.TN()%4 == 0);
 | 
			
		||||
    if (timingOffset > 1.1) {
 | 
			
		||||
      std::cout << "TOA adjust: add extra bit" << std::endl;
 | 
			
		||||
      bitsReadExtra++;
 | 
			
		||||
    }
 | 
			
		||||
    std::cout << "Clock: " << gsmTime;
 | 
			
		||||
    std::cout << " RSSI: " << RSSI << " dBFS";
 | 
			
		||||
    std::cout << " Error bits: " << berEstimator.errorBits() << " Total bits: " << berEstimator.totalBits()
 | 
			
		||||
              << " BER: " << 100.0*berEstimator.errorBits() / berEstimator.totalBits() << "%" << std::endl;
 | 
			
		||||
    berBurstsAveraged++;
 | 
			
		||||
    // Never reset if config.ber_burst_avg is 0
 | 
			
		||||
    if (config.ber_burst_avg > 0 && berBurstsAveraged >= config.ber_burst_avg) {
 | 
			
		||||
        berBurstsAveraged = 0;
 | 
			
		||||
        berEstimator.reset();
 | 
			
		||||
    }
 | 
			
		||||
    std::cout << "bitsReadExtra: " << bitsReadExtra << " bitsToSkip: " << bitsToSkip << std::endl;
 | 
			
		||||
    timingOffsetPrev = timingOffset;
 | 
			
		||||
  } while(file.read((char*)(burst.begin()+bitsToSkip), config.sps*(BURST_LEN_BYTES+SAMPLE_SIZE_BYTES*bitsReadExtra)));
 | 
			
		||||
 | 
			
		||||
  std::cout << "End of file reached" << std::endl;
 | 
			
		||||
  file.close();
 | 
			
		||||
 | 
			
		||||
  return 0;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										334
									
								
								Transceiver52M/osmo-trx-gen.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										334
									
								
								Transceiver52M/osmo-trx-gen.cpp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,334 @@
 | 
			
		||||
/*
 | 
			
		||||
 * Copyright (C) 2017 Alexander Chemeris <Alexander.Chemeris@fairwaves.co>
 | 
			
		||||
 *
 | 
			
		||||
 * 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
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_CONFIG_H
 | 
			
		||||
#include "config.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include <limits.h>
 | 
			
		||||
#include <fstream>
 | 
			
		||||
#include <iomanip>
 | 
			
		||||
#include <endian.h> // for byte order manipulation
 | 
			
		||||
 | 
			
		||||
#include "Logger.h"
 | 
			
		||||
#include "sigProcLib.h"
 | 
			
		||||
#include "GSMCommon.h"
 | 
			
		||||
#include "BitVector.h"
 | 
			
		||||
#include "Configuration.h"
 | 
			
		||||
 | 
			
		||||
extern "C" {
 | 
			
		||||
#include "convolve.h"
 | 
			
		||||
#include "convert.h"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#define DEFAULT_SPS           4
 | 
			
		||||
#define DEFAULT_SEARCH_WINDOW 30
 | 
			
		||||
 | 
			
		||||
// Tail + data + stealing + midamble + guard (without the last 0.25)
 | 
			
		||||
#define BURST_LEN_FULL        156
 | 
			
		||||
// Tail + data + stealing + midamble
 | 
			
		||||
#define BURST_LEN_ACTIVE      148
 | 
			
		||||
// Tail + data + stealing + midamble - 2*0.5
 | 
			
		||||
#define BURST_LEN_USEFUL      147
 | 
			
		||||
 | 
			
		||||
// Size of a sample in bytes as stores in a file
 | 
			
		||||
#define SAMPLE_SIZE_BYTES     (2 * sizeof(float))
 | 
			
		||||
// Burst length in bytes as stored in a file
 | 
			
		||||
#define BURST_LEN_BYTES       (BURST_LEN_FULL * SAMPLE_SIZE_BYTES)
 | 
			
		||||
 | 
			
		||||
ConfigurationTable gConfig;
 | 
			
		||||
 | 
			
		||||
enum FileType {
 | 
			
		||||
  FLOAT_NORM_LE,  ///< Float -1..+1 Little Endian
 | 
			
		||||
  FLOAT16_LE,     ///< Float -32767..+32767 Little Endian
 | 
			
		||||
  SIGNED16_LE,    ///< Integer -32767..+32767 Little Endian
 | 
			
		||||
  SIGNED16_BE,    ///< Integer -32767..+32767 Big Endian (Keysight waveform format)
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct trx_config {
 | 
			
		||||
  std::string log_level;
 | 
			
		||||
  unsigned sps;
 | 
			
		||||
  unsigned tsc;
 | 
			
		||||
  double full_scale;
 | 
			
		||||
  bool edge;
 | 
			
		||||
  CorrType type;
 | 
			
		||||
  std::string filename;
 | 
			
		||||
  FileType file_type;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
std::ostream& operator<<(std::ostream& os, FileType ftype)
 | 
			
		||||
{
 | 
			
		||||
  switch(ftype)
 | 
			
		||||
  {
 | 
			
		||||
  case FLOAT_NORM_LE:
 | 
			
		||||
    os << "float";
 | 
			
		||||
    break;
 | 
			
		||||
  case FLOAT16_LE:
 | 
			
		||||
    os << "float16";
 | 
			
		||||
    break;
 | 
			
		||||
  case SIGNED16_LE:
 | 
			
		||||
    os << "signed16";
 | 
			
		||||
    break;
 | 
			
		||||
  case SIGNED16_BE:
 | 
			
		||||
    os << "signed16be";
 | 
			
		||||
    break;
 | 
			
		||||
  default:
 | 
			
		||||
    assert(!"unknown file type");
 | 
			
		||||
  }
 | 
			
		||||
	return os;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
void writeBurstFloatNorm(std::ofstream& os, const signalVector& v)
 | 
			
		||||
{
 | 
			
		||||
  os.write((char*)v.begin(), v.size() * 2 * sizeof(float));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void writeBurstFloat16LE(std::ofstream& os, const signalVector& v)
 | 
			
		||||
{
 | 
			
		||||
  const complex *c = v.begin();
 | 
			
		||||
  for (size_t i=0; i<v.size(); i++, c++) {
 | 
			
		||||
    float iq[2];
 | 
			
		||||
    iq[0] = c->real()*SHRT_MAX;
 | 
			
		||||
    iq[1] = c->imag()*SHRT_MAX;
 | 
			
		||||
    os.write((char*)&iq, 2*sizeof(float));
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void writeBurstSigned16LE(std::ofstream& os, const signalVector& v)
 | 
			
		||||
{
 | 
			
		||||
  const complex *c = v.begin();
 | 
			
		||||
  for (size_t i=0; i<v.size(); i++, c++) {
 | 
			
		||||
    int16_t iq[2];
 | 
			
		||||
    iq[0] = c->real()*SHRT_MAX;
 | 
			
		||||
    iq[1] = c->imag()*SHRT_MAX;
 | 
			
		||||
    iq[0] = htole16(iq[0]);
 | 
			
		||||
    iq[1] = htole16(iq[1]);
 | 
			
		||||
    os.write((char*)&iq, 2*sizeof(int16_t));
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void writeBurstSigned16BE(std::ofstream& os, const signalVector& v)
 | 
			
		||||
{
 | 
			
		||||
  const complex *c = v.begin();
 | 
			
		||||
  for (size_t i=0; i<v.size(); i++, c++) {
 | 
			
		||||
    int16_t iq[2];
 | 
			
		||||
    iq[0] = c->real()*SHRT_MAX;
 | 
			
		||||
    iq[1] = c->imag()*SHRT_MAX;
 | 
			
		||||
    iq[0] = htobe16(iq[0]);
 | 
			
		||||
    iq[1] = htobe16(iq[1]);
 | 
			
		||||
    os.write((char*)&iq, 2*sizeof(int16_t));
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void writeBurst(std::ofstream& os, const signalVector& v, FileType ftype)
 | 
			
		||||
{
 | 
			
		||||
  switch(ftype)
 | 
			
		||||
  {
 | 
			
		||||
  case FLOAT_NORM_LE:
 | 
			
		||||
    writeBurstFloatNorm(os, v);
 | 
			
		||||
    break;
 | 
			
		||||
  case FLOAT16_LE:
 | 
			
		||||
    writeBurstFloat16LE(os, v);
 | 
			
		||||
    break;
 | 
			
		||||
  case SIGNED16_LE:
 | 
			
		||||
    writeBurstSigned16LE(os, v);
 | 
			
		||||
    break;
 | 
			
		||||
  case SIGNED16_BE:
 | 
			
		||||
    writeBurstSigned16BE(os, v);
 | 
			
		||||
    break;
 | 
			
		||||
  default:
 | 
			
		||||
    assert(!"unknown file type");
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Setup configuration values
 | 
			
		||||
static void print_config(struct trx_config *config)
 | 
			
		||||
{
 | 
			
		||||
  std::ostringstream ost("");
 | 
			
		||||
  ost << "Config Settings" << std::endl;
 | 
			
		||||
  ost << "   Destination file name........ " << config->filename << std::endl;
 | 
			
		||||
  ost << "   Destination file type........ " << config->file_type << std::endl;
 | 
			
		||||
  ost << "   Log Level.................... " << config->log_level << std::endl;
 | 
			
		||||
  ost << "   Tx Samples-per-Symbol........ " << config->sps << std::endl;
 | 
			
		||||
  ost << "   EDGE support................. " << (config->edge ? "Enabled" : "Disabled") << std::endl;
 | 
			
		||||
  ost << "   Burst type................... " << config->type << std::endl;
 | 
			
		||||
  ost << "   Burst TSC.................... " << config->tsc << std::endl;
 | 
			
		||||
  ost << "   Signal full scale............ " << config->full_scale << std::endl;
 | 
			
		||||
  std::cout << ost << std::endl;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void print_help()
 | 
			
		||||
{
 | 
			
		||||
  fprintf(stdout,
 | 
			
		||||
          "This utility generates waveform files aka IQ binary files in a number of formats"
 | 
			
		||||
          "to use them as input to osmo-trx-dec or load them into signal generators.\n"
 | 
			
		||||
          "\n"
 | 
			
		||||
          "Options:\n"
 | 
			
		||||
          "  -h          This text\n"
 | 
			
		||||
          "  -l LEVEL    Logging level (%s)\n"
 | 
			
		||||
          "  -e          Enable EDGE receiver\n"
 | 
			
		||||
          "  -s SPS      Samples-per-symbol (1 or 4, default: %d)\n"
 | 
			
		||||
          "  -t TSC      Burst training sequence (0 to 7, default: 0)\n"
 | 
			
		||||
          "  -f FILE     File to write generated bursts to\n"
 | 
			
		||||
          "  -F FILETYPE Format of the file - float, float16, signed16, signed16be (default: f16)\n"
 | 
			
		||||
          "              Note: Keysight waveform format is signed16be. osmo-trx-dec accepts float16.\n",
 | 
			
		||||
          "EMERG, ALERT, CRT, ERR, WARNING, NOTICE, INFO, DEBUG",
 | 
			
		||||
          DEFAULT_SPS);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
FileType option_to_file_type(const std::string &optarg)
 | 
			
		||||
{
 | 
			
		||||
  if (optarg == "float") {
 | 
			
		||||
    return FLOAT_NORM_LE;
 | 
			
		||||
  } else if (optarg == "float16") {
 | 
			
		||||
    return FLOAT16_LE;
 | 
			
		||||
  } else if (optarg == "signed16") {
 | 
			
		||||
    return SIGNED16_LE;
 | 
			
		||||
  } else if (optarg == "signed16be") {
 | 
			
		||||
    return SIGNED16_BE;
 | 
			
		||||
  } else {
 | 
			
		||||
    return (FileType)-1;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static bool handle_options(int argc, char **argv, struct trx_config *config)
 | 
			
		||||
{
 | 
			
		||||
  int option;
 | 
			
		||||
 | 
			
		||||
  config->log_level = "NOTICE";
 | 
			
		||||
  config->sps = DEFAULT_SPS;
 | 
			
		||||
  config->tsc = 0;
 | 
			
		||||
  config->full_scale = SHRT_MAX;
 | 
			
		||||
  config->edge = false;
 | 
			
		||||
  config->type = TSC;
 | 
			
		||||
  config->file_type = FLOAT16_LE;
 | 
			
		||||
 | 
			
		||||
  while ((option = getopt(argc, argv, "ls:et:f:F:h")) != -1) {
 | 
			
		||||
    switch (option) {
 | 
			
		||||
    case 'l':
 | 
			
		||||
      config->log_level = optarg;
 | 
			
		||||
      break;
 | 
			
		||||
    case 's':
 | 
			
		||||
      config->sps = atoi(optarg);
 | 
			
		||||
      break;
 | 
			
		||||
    case 'e':
 | 
			
		||||
      config->edge = true;
 | 
			
		||||
      break;
 | 
			
		||||
    case 't':
 | 
			
		||||
      config->tsc = atoi(optarg);
 | 
			
		||||
      break;
 | 
			
		||||
    case 'f':
 | 
			
		||||
      config->filename = optarg;
 | 
			
		||||
      break;
 | 
			
		||||
    case 'F':
 | 
			
		||||
      config->file_type = option_to_file_type(optarg);
 | 
			
		||||
      break;
 | 
			
		||||
    case 'h':
 | 
			
		||||
    default:
 | 
			
		||||
      print_help();
 | 
			
		||||
      exit(0);
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  if ((config->sps != 1) && (config->sps != 4)) {
 | 
			
		||||
    printf("ERROR: Unsupported samples-per-symbol %i\n\n", config->sps);
 | 
			
		||||
    return false;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  if (config->edge && (config->sps != 4)) {
 | 
			
		||||
    printf("ERROR: EDGE only supported at 4 samples per symbol\n\n");
 | 
			
		||||
    return false;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  if (config->tsc > 7) {
 | 
			
		||||
    printf("ERROR: Invalid training sequence %i\n\n", config->tsc);
 | 
			
		||||
    return false;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  if (config->filename.length() == 0) {
 | 
			
		||||
    printf("ERROR: No output file name specified\n\n");
 | 
			
		||||
    return false;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  if (config->file_type < 0) {
 | 
			
		||||
    printf("ERROR: Wrong output file format\n\n");
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int main(int argc, char *argv[])
 | 
			
		||||
{
 | 
			
		||||
  struct trx_config config;
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_SSE3
 | 
			
		||||
  printf("Info: SSE3 support compiled in");
 | 
			
		||||
  if (__builtin_cpu_supports("sse3"))
 | 
			
		||||
    printf(" and supported by CPU\n");
 | 
			
		||||
  else
 | 
			
		||||
    printf(", but not supported by CPU\n");
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_SSE4_1
 | 
			
		||||
  printf("Info: SSE4.1 support compiled in");
 | 
			
		||||
  if (__builtin_cpu_supports("sse4.1"))
 | 
			
		||||
    printf(" and supported by CPU\n");
 | 
			
		||||
  else
 | 
			
		||||
    printf(", but not supported by CPU\n");
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
  convolve_init();
 | 
			
		||||
  convert_init();
 | 
			
		||||
 | 
			
		||||
  // Process command line options and print config to screen
 | 
			
		||||
  if (!handle_options(argc, argv, &config)) {
 | 
			
		||||
    print_help();
 | 
			
		||||
    exit(0);
 | 
			
		||||
  }
 | 
			
		||||
  print_config(&config);
 | 
			
		||||
 | 
			
		||||
  gLogInit("transceiver", config.log_level.c_str(), LOG_LOCAL7);
 | 
			
		||||
 | 
			
		||||
  if (!sigProcLibSetup()) {
 | 
			
		||||
    LOG(ALERT) << "Failed to initialize signal processing library";
 | 
			
		||||
    return -1;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  signalVector burst(2*BURST_LEN_FULL);
 | 
			
		||||
  GSM::Time gsmTime;
 | 
			
		||||
  PRBS9 prbs;
 | 
			
		||||
 | 
			
		||||
  // Configure output stream
 | 
			
		||||
  std::cout << std::fixed;
 | 
			
		||||
  std::cout << std::setprecision(2);
 | 
			
		||||
 | 
			
		||||
  std::ofstream file (config.filename.c_str(), std::ifstream::binary);
 | 
			
		||||
 | 
			
		||||
  for (int i=0; i<511; i++) {
 | 
			
		||||
    signalVector *signal = genRandNormalBurst(config.tsc, config.sps, gsmTime.TN(), prbs);
 | 
			
		||||
    writeBurst(file, *signal, config.file_type);
 | 
			
		||||
    gsmTime.incTN();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  file.close();
 | 
			
		||||
 | 
			
		||||
  std::cout << "Done!" << std::endl;
 | 
			
		||||
 | 
			
		||||
  return 0;
 | 
			
		||||
}
 | 
			
		||||
@@ -1,8 +1,6 @@
 | 
			
		||||
/*
 | 
			
		||||
 * 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
 | 
			
		||||
 * modify it under the terms of the GNU Lesser General Public
 | 
			
		||||
 * License as published by the Free Software Foundation; either
 | 
			
		||||
@@ -24,62 +22,131 @@
 | 
			
		||||
 | 
			
		||||
#include "Transceiver.h"
 | 
			
		||||
#include "radioDevice.h"
 | 
			
		||||
#include "Utils.h"
 | 
			
		||||
 | 
			
		||||
#include <time.h>
 | 
			
		||||
#include <signal.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <unistd.h>
 | 
			
		||||
#include <getopt.h>
 | 
			
		||||
#include <sched.h>
 | 
			
		||||
#include <vector>
 | 
			
		||||
#include <string>
 | 
			
		||||
#include <sstream>
 | 
			
		||||
#include <iostream>
 | 
			
		||||
#include <sys/signalfd.h>
 | 
			
		||||
 | 
			
		||||
#include <GSMCommon.h>
 | 
			
		||||
#include <Logger.h>
 | 
			
		||||
#include <Configuration.h>
 | 
			
		||||
 | 
			
		||||
extern "C" {
 | 
			
		||||
#include <osmocom/core/talloc.h>
 | 
			
		||||
#include <osmocom/core/application.h>
 | 
			
		||||
#include <osmocom/core/msgb.h>
 | 
			
		||||
#include <osmocom/core/stats.h>
 | 
			
		||||
#include <osmocom/vty/logging.h>
 | 
			
		||||
#include <osmocom/vty/ports.h>
 | 
			
		||||
#include <osmocom/vty/misc.h>
 | 
			
		||||
#include <osmocom/vty/telnet_interface.h>
 | 
			
		||||
#include <osmocom/ctrl/control_vty.h>
 | 
			
		||||
#include <osmocom/ctrl/ports.h>
 | 
			
		||||
#include <osmocom/ctrl/control_if.h>
 | 
			
		||||
#include <osmocom/vty/stats.h>
 | 
			
		||||
#include <osmocom/vty/command.h>
 | 
			
		||||
 | 
			
		||||
#include "convolve.h"
 | 
			
		||||
#include "convert.h"
 | 
			
		||||
#include "trx_vty.h"
 | 
			
		||||
#include "debug.h"
 | 
			
		||||
#include "osmo_signal.h"
 | 
			
		||||
#include "trx_rate_ctr.h"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#define DEFAULT_CONFIG_FILE	"osmo-trx.cfg"
 | 
			
		||||
/* Samples-per-symbol for downlink path
 | 
			
		||||
 *     4 - Uses precision modulator (more computation, less distortion)
 | 
			
		||||
 *     1 - Uses minimized modulator (less computation, more distortion)
 | 
			
		||||
 *
 | 
			
		||||
 *     Other values are invalid. Receive path (uplink) is always
 | 
			
		||||
 *     downsampled to 1 sps. Default to 4 sps for all cases.
 | 
			
		||||
 */
 | 
			
		||||
#define DEFAULT_TX_SPS		4
 | 
			
		||||
 | 
			
		||||
#define charp2str(a) ((a) ? std::string(a) : std::string(""))
 | 
			
		||||
/*
 | 
			
		||||
 * Samples-per-symbol for uplink (receiver) path
 | 
			
		||||
 *     Do not modify this value. EDGE configures 4 sps automatically on
 | 
			
		||||
 *     B200/B210 devices only. Use of 4 sps on the receive path for other
 | 
			
		||||
 *     configurations is not supported.
 | 
			
		||||
 */
 | 
			
		||||
#define DEFAULT_RX_SPS		1
 | 
			
		||||
 | 
			
		||||
static char* config_file = (char*)DEFAULT_CONFIG_FILE;
 | 
			
		||||
/* Default configuration parameters */
 | 
			
		||||
#define DEFAULT_TRX_PORT	5700
 | 
			
		||||
#define DEFAULT_TRX_IP		"127.0.0.1"
 | 
			
		||||
#define DEFAULT_CHANS		1
 | 
			
		||||
 | 
			
		||||
struct trx_config {
 | 
			
		||||
	std::string log_level;
 | 
			
		||||
	std::string addr;
 | 
			
		||||
	std::string dev_args;
 | 
			
		||||
	unsigned port;
 | 
			
		||||
	unsigned tx_sps;
 | 
			
		||||
	unsigned rx_sps;
 | 
			
		||||
	unsigned chans;
 | 
			
		||||
	unsigned rtsc;
 | 
			
		||||
	unsigned rach_delay;
 | 
			
		||||
	bool extref;
 | 
			
		||||
	bool gpsref;
 | 
			
		||||
	Transceiver::FillerType filler;
 | 
			
		||||
	bool mcbts;
 | 
			
		||||
	double offset;
 | 
			
		||||
	double rssi_offset;
 | 
			
		||||
	bool swap_channels;
 | 
			
		||||
	bool edge;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
ConfigurationTable gConfig;
 | 
			
		||||
 | 
			
		||||
struct osmo_fd signal_ofd;
 | 
			
		||||
volatile bool gshutdown = false;
 | 
			
		||||
 | 
			
		||||
static void *tall_trx_ctx;
 | 
			
		||||
static struct trx_ctx *g_trx_ctx;
 | 
			
		||||
static struct ctrl_handle *g_ctrlh;
 | 
			
		||||
/* Setup configuration values
 | 
			
		||||
 *     Don't query the existence of the Log.Level because it's a
 | 
			
		||||
 *     mandatory value. That is, if it doesn't exist, the configuration
 | 
			
		||||
 *     table will crash or will have already crashed. Everything else we
 | 
			
		||||
 *     can survive without and use default values if the database entries
 | 
			
		||||
 *     are empty.
 | 
			
		||||
 */
 | 
			
		||||
bool trx_setup_config(struct trx_config *config)
 | 
			
		||||
{
 | 
			
		||||
	std::string refstr, fillstr, divstr, mcstr, edgestr;
 | 
			
		||||
 | 
			
		||||
static RadioDevice *usrp;
 | 
			
		||||
static RadioInterface *radio;
 | 
			
		||||
static Transceiver *transceiver;
 | 
			
		||||
	if (config->mcbts && config->chans > 5) {
 | 
			
		||||
		std::cout << "Unsupported number of channels" << std::endl;
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	edgestr = config->edge ? "Enabled" : "Disabled";
 | 
			
		||||
	mcstr = config->mcbts ? "Enabled" : "Disabled";
 | 
			
		||||
 | 
			
		||||
	if (config->extref)
 | 
			
		||||
		refstr = "External";
 | 
			
		||||
	else if (config->gpsref)
 | 
			
		||||
		refstr = "GPS";
 | 
			
		||||
	else
 | 
			
		||||
		refstr = "Internal";
 | 
			
		||||
 | 
			
		||||
	switch (config->filler) {
 | 
			
		||||
	case Transceiver::FILLER_DUMMY:
 | 
			
		||||
		fillstr = "Dummy bursts";
 | 
			
		||||
		break;
 | 
			
		||||
	case Transceiver::FILLER_ZERO:
 | 
			
		||||
		fillstr = "Disabled";
 | 
			
		||||
		break;
 | 
			
		||||
	case Transceiver::FILLER_NORM_RAND:
 | 
			
		||||
		fillstr = "Normal busrts with random payload";
 | 
			
		||||
		break;
 | 
			
		||||
	case Transceiver::FILLER_EDGE_RAND:
 | 
			
		||||
		fillstr = "EDGE busrts with random payload";
 | 
			
		||||
		break;
 | 
			
		||||
	case Transceiver::FILLER_ACCESS_RAND:
 | 
			
		||||
		fillstr = "Access busrts with random payload";
 | 
			
		||||
		break;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	std::ostringstream ost("");
 | 
			
		||||
	ost << "Config Settings" << std::endl;
 | 
			
		||||
	ost << "   Log Level............... " << config->log_level << std::endl;
 | 
			
		||||
	ost << "   Device args............. " << config->dev_args << std::endl;
 | 
			
		||||
	ost << "   TRX Base Port........... " << config->port << std::endl;
 | 
			
		||||
	ost << "   TRX Address............. " << config->addr << std::endl;
 | 
			
		||||
	ost << "   Channels................ " << config->chans << std::endl;
 | 
			
		||||
	ost << "   Tx Samples-per-Symbol... " << config->tx_sps << std::endl;
 | 
			
		||||
	ost << "   Rx Samples-per-Symbol... " << config->rx_sps << std::endl;
 | 
			
		||||
	ost << "   EDGE support............ " << edgestr << std::endl;
 | 
			
		||||
	ost << "   Reference............... " << refstr << std::endl;
 | 
			
		||||
	ost << "   C0 Filler Table......... " << fillstr << std::endl;
 | 
			
		||||
	ost << "   Multi-Carrier........... " << mcstr << std::endl;
 | 
			
		||||
	ost << "   Tuning offset........... " << config->offset << std::endl;
 | 
			
		||||
	ost << "   RSSI to dBm offset...... " << config->rssi_offset << std::endl;
 | 
			
		||||
	ost << "   Swap channels........... " << config->swap_channels << std::endl;
 | 
			
		||||
	std::cout << ost << std::endl;
 | 
			
		||||
 | 
			
		||||
	return true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Create radio interface
 | 
			
		||||
 *     The interface consists of sample rate changes, frequency shifts,
 | 
			
		||||
@@ -88,24 +155,24 @@ static Transceiver *transceiver;
 | 
			
		||||
 *     The radio interface connects the main transceiver with the device
 | 
			
		||||
 *     object, which may be operating some other rate.
 | 
			
		||||
 */
 | 
			
		||||
RadioInterface *makeRadioInterface(struct trx_ctx *trx,
 | 
			
		||||
RadioInterface *makeRadioInterface(struct trx_config *config,
 | 
			
		||||
                                   RadioDevice *usrp, int type)
 | 
			
		||||
{
 | 
			
		||||
	RadioInterface *radio = NULL;
 | 
			
		||||
 | 
			
		||||
	switch (type) {
 | 
			
		||||
	case RadioDevice::NORMAL:
 | 
			
		||||
		radio = new RadioInterface(usrp, trx->cfg.tx_sps,
 | 
			
		||||
					   trx->cfg.rx_sps, trx->cfg.num_chans);
 | 
			
		||||
		radio = new RadioInterface(usrp, config->tx_sps,
 | 
			
		||||
					   config->rx_sps, config->chans);
 | 
			
		||||
		break;
 | 
			
		||||
	case RadioDevice::RESAMP_64M:
 | 
			
		||||
	case RadioDevice::RESAMP_100M:
 | 
			
		||||
		radio = new RadioInterfaceResamp(usrp, trx->cfg.tx_sps,
 | 
			
		||||
						 trx->cfg.rx_sps);
 | 
			
		||||
		radio = new RadioInterfaceResamp(usrp, config->tx_sps,
 | 
			
		||||
						 config->rx_sps);
 | 
			
		||||
		break;
 | 
			
		||||
	case RadioDevice::MULTI_ARFCN:
 | 
			
		||||
		radio = new RadioInterfaceMulti(usrp, trx->cfg.tx_sps,
 | 
			
		||||
						trx->cfg.rx_sps, trx->cfg.num_chans);
 | 
			
		||||
		radio = new RadioInterfaceMulti(usrp, config->tx_sps,
 | 
			
		||||
						config->rx_sps, config->chans);
 | 
			
		||||
		break;
 | 
			
		||||
	default:
 | 
			
		||||
		LOG(ALERT) << "Unsupported radio interface configuration";
 | 
			
		||||
@@ -120,287 +187,203 @@ RadioInterface *makeRadioInterface(struct trx_ctx *trx,
 | 
			
		||||
	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
 | 
			
		||||
 *     The multi-threaded modem core operates at multiples of the GSM rate of
 | 
			
		||||
 *     270.8333 ksps and consists of GSM specific modulation, demodulation,
 | 
			
		||||
 *     and decoding schemes. Also included are the socket interfaces for
 | 
			
		||||
 *     connecting to the upper layer stack.
 | 
			
		||||
 */
 | 
			
		||||
int makeTransceiver(struct trx_ctx *trx, RadioInterface *radio)
 | 
			
		||||
Transceiver *makeTransceiver(struct trx_config *config, RadioInterface *radio)
 | 
			
		||||
{
 | 
			
		||||
	Transceiver *trx;
 | 
			
		||||
	VectorFIFO *fifo;
 | 
			
		||||
 | 
			
		||||
	transceiver = new Transceiver(trx->cfg.base_port, trx->cfg.bind_addr,
 | 
			
		||||
			      trx->cfg.remote_addr, trx->cfg.tx_sps,
 | 
			
		||||
			      trx->cfg.rx_sps, trx->cfg.num_chans, GSM::Time(3,0),
 | 
			
		||||
			      radio, trx->cfg.rssi_offset, trx->cfg.stack_size);
 | 
			
		||||
	if (!transceiver->init(trx->cfg.filler, trx->cfg.rtsc,
 | 
			
		||||
		       trx->cfg.rach_delay, trx->cfg.egprs, trx->cfg.ext_rach)) {
 | 
			
		||||
	trx = new Transceiver(config->port, config->addr.c_str(),
 | 
			
		||||
			      config->tx_sps, config->rx_sps, config->chans,
 | 
			
		||||
			      GSM::Time(3,0), radio, config->rssi_offset);
 | 
			
		||||
	if (!trx->init(config->filler, config->rtsc,
 | 
			
		||||
		       config->rach_delay, config->edge)) {
 | 
			
		||||
		LOG(ALERT) << "Failed to initialize transceiver";
 | 
			
		||||
		return -1;
 | 
			
		||||
		delete trx;
 | 
			
		||||
		return NULL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	for (size_t i = 0; i < trx->cfg.num_chans; i++) {
 | 
			
		||||
	for (size_t i = 0; i < config->chans; i++) {
 | 
			
		||||
		fifo = radio->receiveFIFO(i);
 | 
			
		||||
		if (fifo && transceiver->receiveFIFO(fifo, i))
 | 
			
		||||
		if (fifo && trx->receiveFIFO(fifo, i))
 | 
			
		||||
			continue;
 | 
			
		||||
 | 
			
		||||
		LOG(ALERT) << "Could not attach FIFO to channel " << i;
 | 
			
		||||
		return -1;
 | 
			
		||||
		delete trx;
 | 
			
		||||
		return NULL;
 | 
			
		||||
	}
 | 
			
		||||
	return 0;
 | 
			
		||||
 | 
			
		||||
	return trx;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void sig_handler(int signo)
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
	if (gshutdown)
 | 
			
		||||
		/* We are in the middle of shutdown process, avoid any kind of extra
 | 
			
		||||
		   action like printing */
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	fprintf(stdout, "signal %d received\n", signo);
 | 
			
		||||
	switch (signo) {
 | 
			
		||||
	case SIGINT:
 | 
			
		||||
	case SIGTERM:
 | 
			
		||||
		fprintf(stdout, "shutting down\n");
 | 
			
		||||
		gshutdown = true;
 | 
			
		||||
		break;
 | 
			
		||||
	case SIGABRT:
 | 
			
		||||
	case SIGUSR1:
 | 
			
		||||
		talloc_report(tall_trx_ctx, stderr);
 | 
			
		||||
		talloc_report_full(tall_trx_ctx, stderr);
 | 
			
		||||
		break;
 | 
			
		||||
	case SIGUSR2:
 | 
			
		||||
		talloc_report_full(tall_trx_ctx, stderr);
 | 
			
		||||
		break;
 | 
			
		||||
	case SIGHUP:
 | 
			
		||||
		log_targets_reopen();
 | 
			
		||||
	default:
 | 
			
		||||
		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;
 | 
			
		||||
	fprintf(stdout, "Received shutdown signal");
 | 
			
		||||
	gshutdown = true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void setup_signal_handlers()
 | 
			
		||||
{
 | 
			
		||||
	sigset_t set;
 | 
			
		||||
	int sfd;
 | 
			
		||||
 | 
			
		||||
	signal(SIGABRT, &sig_handler);
 | 
			
		||||
	osmo_init_ignore_signals();
 | 
			
		||||
 | 
			
		||||
	/* Other threads created by this thread (main) will inherit a copy of the
 | 
			
		||||
	signal mask. */
 | 
			
		||||
	sigemptyset(&set);
 | 
			
		||||
	sigaddset(&set, SIGINT);
 | 
			
		||||
	sigaddset(&set, SIGTERM);
 | 
			
		||||
	sigaddset(&set, SIGUSR1);
 | 
			
		||||
	sigaddset(&set, SIGUSR2);
 | 
			
		||||
	sigaddset(&set, SIGHUP);
 | 
			
		||||
	if (pthread_sigmask(SIG_BLOCK, &set, NULL)) {
 | 
			
		||||
		fprintf(stderr, "pthread_sigmask() failed.\n");
 | 
			
		||||
	if (signal(SIGINT, sig_handler) == SIG_ERR) {
 | 
			
		||||
		fprintf(stderr, "Failed to install SIGINT signal handler\n");
 | 
			
		||||
		exit(EXIT_FAILURE);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if ((sfd = signalfd(-1, &set, 0)) == -1) {
 | 
			
		||||
		fprintf(stderr, "signalfd() failed (%d).\n", errno);
 | 
			
		||||
		exit(EXIT_FAILURE);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	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);
 | 
			
		||||
	if (signal(SIGTERM, sig_handler) == SIG_ERR) {
 | 
			
		||||
		fprintf(stderr, "Couldn't install SIGTERM signal handler\n");
 | 
			
		||||
		exit( EXIT_FAILURE);
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void print_help()
 | 
			
		||||
{
 | 
			
		||||
	fprintf(stdout, "Options:\n"
 | 
			
		||||
		"  -h, --help      This text\n"
 | 
			
		||||
		"  -C, --config    Filename The config file to use\n"
 | 
			
		||||
		"  -V, --version   Print the version of OsmoTRX\n"
 | 
			
		||||
		);
 | 
			
		||||
		"  -h    This text\n"
 | 
			
		||||
		"  -a    UHD device args\n"
 | 
			
		||||
		"  -l    Logging level (%s)\n"
 | 
			
		||||
		"  -i    IP address of GSM core\n"
 | 
			
		||||
		"  -p    Base port number\n"
 | 
			
		||||
		"  -e    Enable EDGE receiver\n"
 | 
			
		||||
		"  -m    Enable multi-ARFCN transceiver (default=disabled)\n"
 | 
			
		||||
		"  -x    Enable external 10 MHz reference\n"
 | 
			
		||||
		"  -g    Enable GPSDO reference\n"
 | 
			
		||||
		"  -s    Tx samples-per-symbol (1 or 4)\n"
 | 
			
		||||
		"  -b    Rx samples-per-symbol (1 or 4)\n"
 | 
			
		||||
		"  -c    Number of ARFCN channels (default=1)\n"
 | 
			
		||||
		"  -f    Enable C0 filler table\n"
 | 
			
		||||
		"  -o    Set baseband frequency offset (default=auto)\n"
 | 
			
		||||
		"  -r    Random GMSK Normal Burst test mode with given TSC\n"
 | 
			
		||||
		"  -E    Random 8-PSK Normal Burst test mode with given TSC\n"
 | 
			
		||||
		"  -A    Random Access Burst test mode with delay\n"
 | 
			
		||||
		"  -R    RSSI to dBm offset in dB (default=0)\n"
 | 
			
		||||
		"  -S    Swap channels (UmTRX only)\n",
 | 
			
		||||
		"EMERG, ALERT, CRT, ERR, WARNING, NOTICE, INFO, DEBUG");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void print_deprecated(char opt)
 | 
			
		||||
{
 | 
			
		||||
	LOG(WARNING) << "Cmd line option '" << opt << "' is deprecated and will be soon removed."
 | 
			
		||||
		<< " Please use VTY cfg option instead."
 | 
			
		||||
		<< " All cmd line options are already being overridden 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_config *config)
 | 
			
		||||
{
 | 
			
		||||
	int option;
 | 
			
		||||
	unsigned int i;
 | 
			
		||||
	std::vector<std::string> rx_paths, tx_paths;
 | 
			
		||||
	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,
 | 
			
		||||
		NULL)) != -1) {
 | 
			
		||||
	config->log_level = "NOTICE";
 | 
			
		||||
	config->addr = DEFAULT_TRX_IP;
 | 
			
		||||
	config->port = DEFAULT_TRX_PORT;
 | 
			
		||||
	config->tx_sps = DEFAULT_TX_SPS;
 | 
			
		||||
	config->rx_sps = DEFAULT_RX_SPS;
 | 
			
		||||
	config->chans = DEFAULT_CHANS;
 | 
			
		||||
	config->rtsc = 0;
 | 
			
		||||
	config->rach_delay = 0;
 | 
			
		||||
	config->extref = false;
 | 
			
		||||
	config->gpsref = false;
 | 
			
		||||
	config->filler = Transceiver::FILLER_ZERO;
 | 
			
		||||
	config->mcbts = false;
 | 
			
		||||
	config->offset = 0.0;
 | 
			
		||||
	config->rssi_offset = 0.0;
 | 
			
		||||
	config->swap_channels = false;
 | 
			
		||||
	config->edge = false;
 | 
			
		||||
 | 
			
		||||
	while ((option = getopt(argc, argv, "ha:l:i:p:c:dmxgfo:s:b:r:E:A:R:Se")) != -1) {
 | 
			
		||||
		switch (option) {
 | 
			
		||||
		case 'h':
 | 
			
		||||
			print_help();
 | 
			
		||||
			exit(0);
 | 
			
		||||
			break;
 | 
			
		||||
		case 'a':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			osmo_talloc_replace_string(trx, &trx->cfg.dev_args, optarg);
 | 
			
		||||
			config->dev_args = optarg;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'l':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			log_set_log_level(osmo_stderr_target, atoi(optarg));
 | 
			
		||||
			config->log_level = optarg;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'i':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			osmo_talloc_replace_string(trx, &trx->cfg.remote_addr, optarg);
 | 
			
		||||
			break;
 | 
			
		||||
		case 'j':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			osmo_talloc_replace_string(trx, &trx->cfg.bind_addr, optarg);
 | 
			
		||||
			config->addr = optarg;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'p':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			trx->cfg.base_port = atoi(optarg);
 | 
			
		||||
			config->port = atoi(optarg);
 | 
			
		||||
			break;
 | 
			
		||||
		case 'c':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			trx->cfg.num_chans = atoi(optarg);
 | 
			
		||||
			config->chans = atoi(optarg);
 | 
			
		||||
			break;
 | 
			
		||||
		case 'm':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			trx->cfg.multi_arfcn = true;
 | 
			
		||||
			config->mcbts = true;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'x':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			trx->cfg.clock_ref = REF_EXTERNAL;
 | 
			
		||||
			config->extref = true;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'g':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			trx->cfg.clock_ref = REF_GPS;
 | 
			
		||||
			config->gpsref = true;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'f':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			trx->cfg.filler = FILLER_DUMMY;
 | 
			
		||||
			config->filler = Transceiver::FILLER_DUMMY;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'o':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			trx->cfg.offset = atof(optarg);
 | 
			
		||||
			config->offset = atof(optarg);
 | 
			
		||||
			break;
 | 
			
		||||
		case 's':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			trx->cfg.tx_sps = atoi(optarg);
 | 
			
		||||
			config->tx_sps = atoi(optarg);
 | 
			
		||||
			break;
 | 
			
		||||
		case 'b':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			trx->cfg.rx_sps = atoi(optarg);
 | 
			
		||||
			config->rx_sps = atoi(optarg);
 | 
			
		||||
			break;
 | 
			
		||||
		case 'r':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			trx->cfg.rtsc_set = true;
 | 
			
		||||
			trx->cfg.rtsc = atoi(optarg);
 | 
			
		||||
			if (!trx->cfg.egprs) /* Don't override egprs which sets different filler */
 | 
			
		||||
				trx->cfg.filler = FILLER_NORM_RAND;
 | 
			
		||||
			config->rtsc = atoi(optarg);
 | 
			
		||||
			config->filler = Transceiver::FILLER_NORM_RAND;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'E':
 | 
			
		||||
			config->rtsc = atoi(optarg);
 | 
			
		||||
			config->filler = Transceiver::FILLER_EDGE_RAND;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'A':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			trx->cfg.rach_delay_set = true;
 | 
			
		||||
			trx->cfg.rach_delay = atoi(optarg);
 | 
			
		||||
			trx->cfg.filler = FILLER_ACCESS_RAND;
 | 
			
		||||
			config->rach_delay = atoi(optarg);
 | 
			
		||||
			config->filler = Transceiver::FILLER_ACCESS_RAND;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'R':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			trx->cfg.rssi_offset = atof(optarg);
 | 
			
		||||
			config->rssi_offset = atof(optarg);
 | 
			
		||||
			break;
 | 
			
		||||
		case 'S':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			trx->cfg.swap_channels = true;
 | 
			
		||||
			config->swap_channels = true;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'e':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			trx->cfg.egprs = true;
 | 
			
		||||
			break;
 | 
			
		||||
		case 't':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			trx->cfg.sched_rr = atoi(optarg);
 | 
			
		||||
			break;
 | 
			
		||||
		case 'y':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			tx_paths = comma_delimited_to_vector(optarg);
 | 
			
		||||
			tx_paths_set = true;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'z':
 | 
			
		||||
			print_deprecated(option);
 | 
			
		||||
			rx_paths = comma_delimited_to_vector(optarg);
 | 
			
		||||
			rx_paths_set = true;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'C':
 | 
			
		||||
			config_file = optarg;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'V':
 | 
			
		||||
			print_version(1);
 | 
			
		||||
			exit(0);
 | 
			
		||||
			config->edge = true;
 | 
			
		||||
			break;
 | 
			
		||||
		default:
 | 
			
		||||
			goto bad_config;
 | 
			
		||||
			print_help();
 | 
			
		||||
			exit(0);
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Cmd line option specific validation & setup */
 | 
			
		||||
	/* Force 4 SPS for EDGE or multi-ARFCN configurations */
 | 
			
		||||
	if ((config->edge) || (config->mcbts)) {
 | 
			
		||||
		config->tx_sps = 4;
 | 
			
		||||
		config->rx_sps = 4;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (trx->cfg.num_chans > TRX_CHAN_MAX) {
 | 
			
		||||
		LOG(ERROR) << "Too many channels requested, maximum is " <<  TRX_CHAN_MAX;
 | 
			
		||||
	if (config->gpsref && config->extref) {
 | 
			
		||||
		printf("External and GPSDO references unavailable at the same time\n\n");
 | 
			
		||||
		goto bad_config;
 | 
			
		||||
	}
 | 
			
		||||
	if ((tx_paths_set && tx_paths.size() != trx->cfg.num_chans) ||
 | 
			
		||||
	    (rx_paths_set && rx_paths.size() != trx->cfg.num_chans)) {
 | 
			
		||||
		LOG(ERROR) << "Num of channels and num of Rx/Tx Antennas doesn't match";
 | 
			
		||||
 | 
			
		||||
	if (!config->edge && (config->filler == Transceiver::FILLER_EDGE_RAND)) {
 | 
			
		||||
		printf("Can't enable EDGE filler when EDGE mode is disabled\n\n");
 | 
			
		||||
		goto bad_config;
 | 
			
		||||
	}
 | 
			
		||||
	for (i = 0; i < trx->cfg.num_chans; i++) {
 | 
			
		||||
		trx->cfg.chans[i].trx = trx;
 | 
			
		||||
		trx->cfg.chans[i].idx = i;
 | 
			
		||||
		if (tx_paths_set)
 | 
			
		||||
			osmo_talloc_replace_string(trx, &trx->cfg.chans[i].tx_path, tx_paths[i].c_str());
 | 
			
		||||
		if (rx_paths_set)
 | 
			
		||||
			osmo_talloc_replace_string(trx, &trx->cfg.chans[i].rx_path, rx_paths[i].c_str());
 | 
			
		||||
 | 
			
		||||
	if ((config->tx_sps != 1) && (config->tx_sps != 4) &&
 | 
			
		||||
	    (config->rx_sps != 1) && (config->rx_sps != 4)) {
 | 
			
		||||
		printf("Unsupported samples-per-symbol %i\n\n", config->tx_sps);
 | 
			
		||||
		goto bad_config;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (config->rtsc > 7) {
 | 
			
		||||
		printf("Invalid training sequence %i\n\n", config->rtsc);
 | 
			
		||||
		goto bad_config;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (config->rach_delay > 68) {
 | 
			
		||||
		printf("RACH delay is too big %i\n\n", config->rach_delay);
 | 
			
		||||
		goto bad_config;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return;
 | 
			
		||||
@@ -410,242 +393,90 @@ bad_config:
 | 
			
		||||
	exit(0);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int trx_validate_config(struct trx_ctx *trx)
 | 
			
		||||
int main(int argc, char *argv[])
 | 
			
		||||
{
 | 
			
		||||
	if (trx->cfg.multi_arfcn && trx->cfg.num_chans > TRX_MCHAN_MAX) {
 | 
			
		||||
		LOG(ERROR) << "Unsupported number of channels";
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Force 4 SPS for EDGE or multi-ARFCN configurations */
 | 
			
		||||
	if ((trx->cfg.egprs || trx->cfg.multi_arfcn) &&
 | 
			
		||||
	    (trx->cfg.tx_sps!=4 || trx->cfg.rx_sps!=4)) {
 | 
			
		||||
		LOG(ERROR) << "EDGE and Multi-Carrier options require 4 tx and rx sps. Check you config.";
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int set_sched_rr(unsigned int prio)
 | 
			
		||||
{
 | 
			
		||||
	struct sched_param param;
 | 
			
		||||
	int rc;
 | 
			
		||||
	memset(¶m, 0, sizeof(param));
 | 
			
		||||
	param.sched_priority = prio;
 | 
			
		||||
	LOG(INFO) << "Setting SCHED_RR priority " << param.sched_priority;
 | 
			
		||||
	rc = sched_setscheduler(getpid(), SCHED_RR, ¶m);
 | 
			
		||||
	if (rc != 0) {
 | 
			
		||||
		LOG(ERROR) << "Config: Setting SCHED_RR failed";
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void print_config(struct trx_ctx *trx)
 | 
			
		||||
{
 | 
			
		||||
	unsigned int i;
 | 
			
		||||
	std::ostringstream ost("");
 | 
			
		||||
 | 
			
		||||
	ost << "Config Settings" << std::endl;
 | 
			
		||||
	ost << "   Log Level............... " << (unsigned int) osmo_stderr_target->loglevel << std::endl;
 | 
			
		||||
	ost << "   Device args............. " << charp2str(trx->cfg.dev_args) << std::endl;
 | 
			
		||||
	ost << "   TRX Base Port........... " << trx->cfg.base_port << std::endl;
 | 
			
		||||
	ost << "   TRX Address............. " << charp2str(trx->cfg.bind_addr) << std::endl;
 | 
			
		||||
	ost << "   GSM BTS Address......... " << charp2str(trx->cfg.remote_addr) << std::endl;
 | 
			
		||||
	ost << "   Channels................ " << trx->cfg.num_chans << 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 << "   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 << "   C0 Filler Table......... " << trx->cfg.filler << std::endl;
 | 
			
		||||
	ost << "   Multi-Carrier........... " << trx->cfg.multi_arfcn << std::endl;
 | 
			
		||||
	ost << "   Tuning offset........... " << trx->cfg.offset << std::endl;
 | 
			
		||||
	ost << "   RSSI to dBm offset...... " << trx->cfg.rssi_offset << std::endl;
 | 
			
		||||
	ost << "   Swap channels........... " << trx->cfg.swap_channels << std::endl;
 | 
			
		||||
	ost << "   Tx Antennas.............";
 | 
			
		||||
	for (i = 0; i < trx->cfg.num_chans; i++) {
 | 
			
		||||
		std::string p = charp2str(trx->cfg.chans[i].tx_path);
 | 
			
		||||
		ost << " '" << ((p != "") ? p : "<default>") <<  "'";
 | 
			
		||||
	}
 | 
			
		||||
	ost << std::endl;
 | 
			
		||||
	ost << "   Rx Antennas.............";
 | 
			
		||||
	for (i = 0; i < trx->cfg.num_chans; i++) {
 | 
			
		||||
		std::string p = charp2str(trx->cfg.chans[i].rx_path);
 | 
			
		||||
		ost << " '" << ((p != "") ? p : "<default>") <<  "'";
 | 
			
		||||
	}
 | 
			
		||||
	ost << std::endl;
 | 
			
		||||
 | 
			
		||||
	LOG(INFO) << ost << std::endl;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void trx_stop()
 | 
			
		||||
{
 | 
			
		||||
	LOG(NOTICE) << "Shutting down transceiver..." << std::endl;
 | 
			
		||||
 | 
			
		||||
	delete transceiver;
 | 
			
		||||
	delete radio;
 | 
			
		||||
	delete usrp;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int trx_start(struct trx_ctx *trx)
 | 
			
		||||
{
 | 
			
		||||
	int type, chans;
 | 
			
		||||
	unsigned int i;
 | 
			
		||||
	std::vector<std::string> rx_paths, tx_paths;
 | 
			
		||||
	int type, chans, ref;
 | 
			
		||||
	RadioDevice *usrp;
 | 
			
		||||
	RadioInterface *radio = NULL;
 | 
			
		||||
	Transceiver *trx = NULL;
 | 
			
		||||
	RadioDevice::InterfaceType iface = RadioDevice::NORMAL;
 | 
			
		||||
	struct trx_config config;
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_SSE3
 | 
			
		||||
	printf("Info: SSE3 support compiled in");
 | 
			
		||||
	if (__builtin_cpu_supports("sse3"))
 | 
			
		||||
		printf(" and supported by CPU\n");
 | 
			
		||||
	else
 | 
			
		||||
		printf(", but not supported by CPU\n");
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_SSE4_1
 | 
			
		||||
	printf("Info: SSE4.1 support compiled in");
 | 
			
		||||
	if (__builtin_cpu_supports("sse4.1"))
 | 
			
		||||
		printf(" and supported by CPU\n");
 | 
			
		||||
	else
 | 
			
		||||
		printf(", but not supported by CPU\n");
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
	convolve_init();
 | 
			
		||||
	convert_init();
 | 
			
		||||
 | 
			
		||||
	handle_options(argc, argv, &config);
 | 
			
		||||
 | 
			
		||||
	setup_signal_handlers();
 | 
			
		||||
 | 
			
		||||
	/* Check database sanity */
 | 
			
		||||
	if (!trx_setup_config(&config)) {
 | 
			
		||||
		std::cerr << "Config: Database failure - exiting" << std::endl;
 | 
			
		||||
		return EXIT_FAILURE;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	gLogInit("transceiver", config.log_level.c_str(), LOG_LOCAL7);
 | 
			
		||||
 | 
			
		||||
	srandom(time(NULL));
 | 
			
		||||
 | 
			
		||||
	/* Create the low level device object */
 | 
			
		||||
	if (trx->cfg.multi_arfcn)
 | 
			
		||||
	if (config.mcbts)
 | 
			
		||||
		iface = RadioDevice::MULTI_ARFCN;
 | 
			
		||||
 | 
			
		||||
	/* Generate vector of rx/tx_path: */
 | 
			
		||||
	for (i = 0; i < trx->cfg.num_chans; i++) {
 | 
			
		||||
		rx_paths.push_back(charp2str(trx->cfg.chans[i].rx_path));
 | 
			
		||||
		tx_paths.push_back(charp2str(trx->cfg.chans[i].tx_path));
 | 
			
		||||
	}
 | 
			
		||||
	if (config.extref)
 | 
			
		||||
		ref = RadioDevice::REF_EXTERNAL;
 | 
			
		||||
	else if (config.gpsref)
 | 
			
		||||
		ref = RadioDevice::REF_GPS;
 | 
			
		||||
	else
 | 
			
		||||
		ref = RadioDevice::REF_INTERNAL;
 | 
			
		||||
 | 
			
		||||
	usrp = RadioDevice::make(trx->cfg.tx_sps, trx->cfg.rx_sps, iface,
 | 
			
		||||
				 trx->cfg.num_chans, trx->cfg.offset,
 | 
			
		||||
				 tx_paths, rx_paths);
 | 
			
		||||
	type = usrp->open(charp2str(trx->cfg.dev_args), trx->cfg.clock_ref, trx->cfg.swap_channels);
 | 
			
		||||
	usrp = RadioDevice::make(config.tx_sps, config.rx_sps, iface,
 | 
			
		||||
				 config.chans, config.offset);
 | 
			
		||||
	type = usrp->open(config.dev_args, ref, config.swap_channels);
 | 
			
		||||
	if (type < 0) {
 | 
			
		||||
		LOG(ALERT) << "Failed to create radio device" << std::endl;
 | 
			
		||||
		goto shutdown;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Setup the appropriate device interface */
 | 
			
		||||
	radio = makeRadioInterface(trx, usrp, type);
 | 
			
		||||
	radio = makeRadioInterface(&config, usrp, type);
 | 
			
		||||
	if (!radio)
 | 
			
		||||
		goto shutdown;
 | 
			
		||||
 | 
			
		||||
	/* Create the transceiver core */
 | 
			
		||||
	if (makeTransceiver(trx, radio) < 0)
 | 
			
		||||
	trx = makeTransceiver(&config, radio);
 | 
			
		||||
	if (!trx)
 | 
			
		||||
		goto shutdown;
 | 
			
		||||
 | 
			
		||||
	chans = transceiver->numChans();
 | 
			
		||||
	LOG(NOTICE) << "-- Transceiver active with "
 | 
			
		||||
	chans = trx->numChans();
 | 
			
		||||
	std::cout << "-- Transceiver active with "
 | 
			
		||||
		  << chans << " channel(s)" << std::endl;
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
	while (!gshutdown)
 | 
			
		||||
		sleep(1);
 | 
			
		||||
 | 
			
		||||
shutdown:
 | 
			
		||||
	trx_stop();
 | 
			
		||||
	return -1;
 | 
			
		||||
}
 | 
			
		||||
	std::cout << "Shutting down transceiver..." << std::endl;
 | 
			
		||||
 | 
			
		||||
int main(int argc, char *argv[])
 | 
			
		||||
{
 | 
			
		||||
	int rc;
 | 
			
		||||
	delete trx;
 | 
			
		||||
	delete radio;
 | 
			
		||||
	delete usrp;
 | 
			
		||||
 | 
			
		||||
	tall_trx_ctx = talloc_named_const(NULL, 0, "OsmoTRX");
 | 
			
		||||
	msgb_talloc_ctx_init(tall_trx_ctx, 0);
 | 
			
		||||
	g_vty_info.tall_ctx = tall_trx_ctx;
 | 
			
		||||
 | 
			
		||||
	setup_signal_handlers();
 | 
			
		||||
 | 
			
		||||
	g_trx_ctx = vty_trx_ctx_alloc(tall_trx_ctx);
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_SSE3
 | 
			
		||||
	printf("Info: SSE3 support compiled in");
 | 
			
		||||
#ifdef HAVE___BUILTIN_CPU_SUPPORTS
 | 
			
		||||
	if (__builtin_cpu_supports("sse3"))
 | 
			
		||||
		printf(" and supported by CPU\n");
 | 
			
		||||
	else
 | 
			
		||||
		printf(", but not supported by CPU\n");
 | 
			
		||||
#else
 | 
			
		||||
	printf(", but runtime SIMD detection disabled\n");
 | 
			
		||||
#endif
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_SSE4_1
 | 
			
		||||
	printf("Info: SSE4.1 support compiled in");
 | 
			
		||||
#ifdef HAVE___BUILTIN_CPU_SUPPORTS
 | 
			
		||||
	if (__builtin_cpu_supports("sse4.1"))
 | 
			
		||||
		printf(" and supported by CPU\n");
 | 
			
		||||
	else
 | 
			
		||||
		printf(", but not supported by CPU\n");
 | 
			
		||||
#else
 | 
			
		||||
	printf(", but runtime SIMD detection disabled\n");
 | 
			
		||||
#endif
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
	if (!log_mutex_init()) {
 | 
			
		||||
		fprintf(stderr, "Failed to initialize log mutex!\n");
 | 
			
		||||
		exit(2);
 | 
			
		||||
	}
 | 
			
		||||
	convolve_init();
 | 
			
		||||
	convert_init();
 | 
			
		||||
 | 
			
		||||
	osmo_init_logging2(tall_trx_ctx, &log_info);
 | 
			
		||||
	osmo_stats_init(tall_trx_ctx);
 | 
			
		||||
	vty_init(&g_vty_info);
 | 
			
		||||
	ctrl_vty_init(tall_trx_ctx);
 | 
			
		||||
	trx_vty_init(g_trx_ctx);
 | 
			
		||||
 | 
			
		||||
	logging_vty_add_cmds();
 | 
			
		||||
	osmo_talloc_vty_add_cmds();
 | 
			
		||||
	osmo_stats_vty_add_cmds();
 | 
			
		||||
 | 
			
		||||
	handle_options(argc, argv, g_trx_ctx);
 | 
			
		||||
 | 
			
		||||
	rate_ctr_init(tall_trx_ctx);
 | 
			
		||||
 | 
			
		||||
	rc = vty_read_config_file(config_file, NULL);
 | 
			
		||||
	if (rc < 0) {
 | 
			
		||||
		fprintf(stderr, "Failed to open config file: '%s'\n", config_file);
 | 
			
		||||
		exit(2);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	rc = telnet_init_dynif(tall_trx_ctx, NULL, vty_get_bind_addr(), OSMO_VTY_PORT_TRX);
 | 
			
		||||
	if (rc < 0)
 | 
			
		||||
		exit(1);
 | 
			
		||||
 | 
			
		||||
	g_ctrlh = ctrl_interface_setup_dynip(NULL, ctrl_vty_get_bind_addr(), OSMO_CTRL_PORT_TRX, NULL);
 | 
			
		||||
	if (!g_ctrlh) {
 | 
			
		||||
		LOG(ERROR) << "Failed to create CTRL interface.\n";
 | 
			
		||||
		exit(1);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Backward compatibility: Hack to have 1 channel allocated by default.
 | 
			
		||||
	 * Can be Dropped once we * get rid of "-c" cmdline param */
 | 
			
		||||
	if (g_trx_ctx->cfg.num_chans == 0) {
 | 
			
		||||
		g_trx_ctx->cfg.num_chans = 1;
 | 
			
		||||
		g_trx_ctx->cfg.chans[0].trx = g_trx_ctx;
 | 
			
		||||
		g_trx_ctx->cfg.chans[0].idx = 0;
 | 
			
		||||
		LOG(ERROR) << "No explicit channel config found. Make sure you" \
 | 
			
		||||
			" configure channels in VTY config. Using 1 channel as default," \
 | 
			
		||||
			" but expect your config to break in the future.";
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	print_config(g_trx_ctx);
 | 
			
		||||
 | 
			
		||||
	if (trx_validate_config(g_trx_ctx) < 0) {
 | 
			
		||||
		LOG(ERROR) << "Config failure - exiting";
 | 
			
		||||
		return EXIT_FAILURE;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (g_trx_ctx->cfg.sched_rr) {
 | 
			
		||||
		if (set_sched_rr(g_trx_ctx->cfg.sched_rr) < 0)
 | 
			
		||||
			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));
 | 
			
		||||
 | 
			
		||||
	if(trx_start(g_trx_ctx) < 0)
 | 
			
		||||
		return EXIT_FAILURE;
 | 
			
		||||
 | 
			
		||||
	while (!gshutdown)
 | 
			
		||||
		osmo_select_main(0);
 | 
			
		||||
 | 
			
		||||
	trx_stop();
 | 
			
		||||
 | 
			
		||||
	osmo_fd_unregister(&signal_ofd);
 | 
			
		||||
	osmo_fd_close(&signal_ofd);
 | 
			
		||||
	osmo_signal_unregister_handler(SS_MAIN, transc_sig_cb, NULL);
 | 
			
		||||
	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 appeneded 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;
 | 
			
		||||
}
 | 
			
		||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user