Commit Graph

206 Commits

Author SHA1 Message Date
Andre Puschmann 47c5f9e85b remove AGPL header from remaining cpp files
* also add commercial header to come CMake helpers
2020-12-12 15:59:26 +01:00
Andre Puschmann 07d2bc4fe8 change license header to agnostic version with hint to root LICENSE file 2020-12-12 15:59:25 +01:00
Andre Puschmann 8465a41980 add changelog and bump version 20.10.1 2020-12-12 15:59:16 +01:00
Xavier Arteaga bd68e5f3b3 Fix cmake warning 2020-12-12 15:58:34 +01:00
Xavier Arteaga ef799a9b42 Avoid GCC native architecture for AVX512 CPUs when AVX512 is disabled 2020-12-12 15:58:34 +01:00
Xavier Arteaga 13b9028a72 UHD: Add radio control in RFNOC check 2020-10-16 17:54:17 +02:00
Xavier Arteaga 532d6475ed UHD: fix compile test for RFNOC features 2020-10-16 17:54:17 +02:00
Andre Puschmann 7a1038ed4e Merge branch 'master' into next_merge_from_master2 2020-10-07 15:50:17 +02:00
Jan Remeš 8c7b7cc55a libsrslte_rf: add library version
This patch adds version string to the 'libsrslte_rf' library.
This results in the library being built as
    libsrslte_rf.so.20.04.2
with the following symbolic links
    libsrslte_rf.so.0 -> libsrslte_rf.so.20.04.2
    libsrslte_rf.so -> libsrslte_rf.so.0

The SRSLTE_SOVERSION variable should be increased with each backwards
incompatible change of the library.

Signed-off-by: Jan Remes <jan.remes@invasys.com>
2020-10-07 15:38:57 +02:00
Andre Puschmann a94f08f70d bump version string for 20.10 release 2020-10-07 15:38:57 +02:00
Andre Puschmann ffb9f60e1a update readme and bump version of 20.04.2 2020-10-07 15:38:57 +02:00
Andre Puschmann 0ec49a7b19 update readme and bump version of 20.04.2 2020-09-13 21:07:04 +02:00
Xavier Arteaga ebf995c621 UHD: better RFNOC detection and configuration 2020-07-31 13:11:10 +02:00
Xavier Arteaga d9cb51d261 UHD: Added custom DDC/DUC support
UHD: Aesthetic corrections

UHD: minor aesthetic changes
2020-07-31 13:11:10 +02:00
Xavier Arteaga cd463d1b87 UHD: Initial C++ porting
UHD: cmakefix

x3
2020-06-10 11:44:44 +02:00
Andre Puschmann 39fe760d2b add 20.04.1 changelog and bump version 2020-05-08 21:12:22 +02:00
Andre Puschmann 2bda8368c1 fix typo in FindSoapy CMake script 2020-05-05 19:04:14 +01:00
Andre Puschmann e69cb8a9f7 add changelog and bump version for srsLTE 20.04 2020-05-01 21:05:55 +02:00
Xavier Arteaga e832769ae6 Updated copyright 2020-03-16 11:26:06 +01:00
Andre Puschmann bf1982e28d bump version and add changelog for 19.12 2019-12-26 22:24:39 +01:00
Pedro Alvarez c5979f59eb Clang format UE, eNB and lib (#850)
* Clang-formated UE, eNB and lib.
* Fixed compiling errors from clang-format.
* Fix linking issues introduced by clang-format
* Fix poor formating in initializing arrays of arrays.
* Fix mistake in conflict resolution on rm_turbo.c
* Re-apply clang format to gtpc_ies.h
2019-12-16 16:04:22 +01:00
Pedro Alvarez 26984c39b8 Add options to srslte_install_configs.sh to install clean configs. 2019-11-27 20:42:55 +01:00
Andre Puschmann 9400c20280 add changelog and bump version for 19.09 2019-10-14 11:45:31 +02:00
David Rupprecht f14bb1e760 Building srsLTE in a subdir of project 2019-10-07 16:33:35 +02:00
Xavier Arteaga 3acfe68d35 Add /lib/x86... to CMake find library hints 2019-09-20 15:43:07 +02:00
Andre Puschmann d7d3233bde Revert "fix install configs and use SUDO_GID"
This reverts commit e93b4b0e10.
2019-09-19 16:21:25 +02:00
Andre Puschmann adf840ebdc add RapidJSON cmake finder 2019-09-16 21:39:15 +02:00
Andre Puschmann e93b4b0e10 fix install configs and use SUDO_GID
flagged by alex-orange
2019-09-09 17:00:02 +02:00
Dottore Spina 635752c42e Fix call to CHECK_LIBRARY_EXISTS in FindbladeRF
An invalid call to the CMake macro CHECK_LIBRARY_EXISTS() in
cmake/modules/FindbladeRF.cmake prevents srsLTE to enable
support for the bladeRF driver when:
 * libbladeRF is installed to the same custom prefix we use to build
srsLTE, as with cmake -DCMAKE_INSTALL_PREFIX=/path/to/custom/prefix
 * libbladeRF is installed to /usr/local/lib BUT the linker does not
search this path by default

This trivial patch makes FindbladeRF.cmake provide the linker with the path
libbladeRF is actually installed to.
2019-08-05 11:15:43 +02:00
Andre Puschmann 6cde228bc1 bump version and update changelog, readme, etc. 2019-07-23 16:58:29 +02:00
Andre Puschmann 07a6ef1a72 update readme and version file 2019-05-03 21:59:49 +02:00
Andre Puschmann 4b01a2e4a0 update copyright notice 2019-04-29 09:20:02 +02:00
Andre Puschmann 205db6f229 add missing license headers 2019-04-26 21:20:12 +02:00
Andre Puschmann c6e19645af add zmq-based rf driver 2019-04-25 10:25:49 +02:00
Andre Puschmann f64230a209 change user config file path to ~/.config/srslte 2019-01-22 12:09:52 +01:00
Andre Puschmann fa00b8b04d bump version and update changelog 2019-01-18 15:20:20 +01:00
Andre Puschmann 571963b53d update install config script to allow installation to /etc 2018-12-11 20:50:36 +01:00
Xavier Arteaga 8c3a0153b9 Added missing AVX512 intrinsics and flags. Fixes #291. 2018-11-21 18:09:09 +01:00
Xavier Arteaga 8559af55c5 Detect BladeRF Micro compatible drivers 2018-10-11 08:50:01 +02:00
Andre Puschmann 30834968b2 bump version and add changelog for 18.09 2018-10-10 16:31:24 +02:00
Andre Puschmann e12dc1a751 fix SIMD detection for Clang 2018-09-12 21:20:01 +02:00
Andre Puschmann 190634680c bump version to 18.6.1 2018-07-17 17:08:02 +02:00
Andre Puschmann 1c29f27f2d bump version to 18.6 2018-07-06 16:28:43 +02:00
Andre Puschmann aa479f9543 fix config install script (cmake, create dest folder and fix permissions) 2018-06-06 15:29:08 +02:00
Andre Puschmann 2c179dd84f add config install helper 2018-06-05 11:34:01 +02:00
Andre Puschmann 009c090623 extend cmake for finding libpcsclite 2018-05-15 12:40:29 +02:00
Andre Puschmann 3fe6dad323 adding hard SIM card support using PCSC 2018-05-15 12:40:29 +02:00
Andre Puschmann 9a7357cc94 bump version to 18.03.1 2018-04-09 17:19:21 +02:00
Andre Puschmann 9b689d479f bumping version number to 18.03 2018-03-29 16:47:10 +02:00
Andre Puschmann 5a35cef4b0 remove static FFTW library as strict dependency 2018-01-23 14:54:26 +01:00
Andre Puschmann efb7ad709c bump version number 2018-01-19 14:21:34 +01:00
Andre Puschmann dc65e4243c print build info to log and on stdout 2017-11-23 13:25:40 +01:00
Ismael Gomez 1dff82065b Merge branch 'next' into next_novolk 2017-10-07 23:25:07 +02:00
Andre Puschmann c50b093ca3 update version 2017-10-06 16:28:17 +02:00
Xavier Arteaga 0c52c5651d Merge branch 'next_novolk' of https://github.com/softwareradiosystems/srsLTE into next_novolk 2017-09-25 13:23:50 +02:00
Xavier Arteaga 2b775462f7 Added LV_HAVE_AVX512 to CMakeLists 2017-09-25 13:07:01 +02:00
Ismael Gomez bf79d463d4 Merge branch 'next' into next_novolk 2017-09-13 17:10:22 +02:00
Andre Puschmann 8a7e376410 fix CMake's UHD find script for newer UHD binaries 2017-09-13 14:53:47 +02:00
Ismael Gomez 7aa33c1f27 Merge branch 'next' into next_novolk 2017-09-13 13:05:28 +02:00
Xavier Arteaga 2d1166e3fa Added FMA flag 2017-08-17 10:13:03 +02:00
Ismael Gomez fd2a6f13e2 Merge branch 'next' into next_novolk 2017-07-07 16:34:05 +02:00
Paul Sutton f48b1f3d66 Adding ability to statically link FFTW 2017-06-23 17:20:35 +01:00
Paul Sutton fd08dd56ba Fix for security library find scripts 2017-06-23 16:47:54 +01:00
Paul Sutton b71f7b7080 Adding support for static builds 2017-06-23 14:49:21 +01:00
Ismael Gomez 681a2455d9 Merge branch 'next' into next_novolk 2017-06-22 18:08:14 +02:00
Ismael Gomez 72a2b06238 Fixed incompatibility with volk1.2 Make pointer type warnings an error 2017-06-09 11:33:46 +02:00
Ismael Gomez 04b7212ef0 new release and changelog 2017-06-08 16:52:17 +02:00
Ismael Gomez 975a41d55f Merge branch 'next_private' into novolk 2017-06-08 12:31:47 +02:00
Paul Sutton fd5502cfc9 Fix for SSE check in case -std=c99 hasn't been defined beforehand 2017-06-06 14:15:49 +01:00
Paul Sutton 919ff78e35 Tidy up cmake advanced variables 2017-06-02 15:45:37 +01:00
Ismael Gomez e5ae82aef1 added srsENB code 2017-06-01 12:25:57 +02:00
Andre Puschmann ad48f0d347 add cmake find scripts for polarssl and mbedtls 2017-05-18 12:55:13 +02:00
yagoda 0e3cbacfaa fix for soapy cmake in non x86 2017-05-16 14:22:56 +01:00
yagoda ae94416395 adding native lime, soapy, decimation filtering and neon optimizations 2017-05-03 16:48:40 +01:00
Ismael Gomez 94c7f56fbd Merge branch 'next' into novolk 2017-03-09 17:55:59 +01:00
Paul Sutton 631c5b18e2 Merge branch 'master' into next 2017-03-06 16:13:18 +00:00
Paul Sutton c49a299796 Removing old files 2017-03-06 16:12:55 +00:00
Paul Sutton 8adbc19c21 Merged master 2017-03-06 16:05:47 +00:00
Paul Sutton 619ed43e11 Removing old test files and references 2017-03-06 15:59:17 +00:00
yagoda 7c30d85536 fixing errors with compiler flags 2017-02-15 11:47:45 +00:00
Ismael Gomez 6d9770afca added missing volk definitions 2017-02-14 12:09:06 +01:00
Ismael Gomez 5a6126aea0 added missing dotprod_cfc definition 2017-02-14 11:59:37 +01:00
Paul Sutton 932ed9b247 Added GCC_ARCH option to manually set -march in GCC 2017-01-27 11:56:59 +00:00
Paul Sutton ab0d946a68 Merge branch 'next' of https://github.com/srslte/srslte into novolk 2017-01-26 14:21:14 +00:00
Paul Sutton 0931518fa6 Cleaner fix for MKL includes 2017-01-26 09:46:57 +00:00
Ismael Gomez 4104fe18b8 Merge branch 'next' into novolk 2017-01-26 00:35:27 +01:00
Ismael Gomez b2f889081f fixed test for avx2 in cmake 2017-01-22 14:26:54 +01:00
Ismael Gomez 9114441fbf fixed test for avx2 in cmake 2017-01-22 14:16:10 +01:00
Ismael Gomez d7afb87b38 Merge branch 'next' into novolk 2017-01-20 11:35:42 +01:00
Ismael Gomez 49a2a749a1 added more compiler flags. Added option for avx2 2017-01-19 18:30:45 +01:00
Ismael Gomez 5c390c7fe2 Merge branch 'next' into novolk 2017-01-18 13:45:47 +01:00
Ismael Gomez 86750b2db7 removed volk dependency. Checked and working 2017-01-17 11:31:03 +01:00
Paul Sutton 2644031ac8 Adding option to statically link MKL 2017-01-16 16:23:10 +00:00
Ismael Gomez d51cc4b6a6 Updated to version 1.4 2016-11-16 13:08:28 +01:00
Ismael Gomez 59ecfcdfdd Updated to version 1.3.1 2016-09-22 17:51:04 +02:00
Ismael Gomez 7eaf004619 updated to version 1.3 2016-09-02 12:50:28 +02:00
Ismael Gomez 8ee9b32c7a Merge branch 'next' into uplink 2016-07-11 23:29:37 +02:00
Paul Sutton 925e83577b Adding support for MKL fft 2016-04-28 15:42:12 +01:00
Ismael Gomez b934a27075 PUSCH + CQI (short and long) + HARQ + RI working in test 2016-04-27 17:23:36 +02:00
Ismael Gómez-Miguelez 9a856dc6c7 Merge pull request #57 from krsch/patch-1
Update FindMATLAB.cmake
2016-04-19 22:30:02 +02:00