155 Commits (24df3caf84025a16c47c1184d5348d7ad4569a1a)

Author SHA1 Message Date
Andre Puschmann 47c5f9e85b remove AGPL header from remaining cpp files
* also add commercial header to come CMake helpers
4 years ago
Andre Puschmann 07d2bc4fe8 change license header to agnostic version with hint to root LICENSE file 4 years ago
Andre Puschmann 8465a41980 add changelog and bump version 20.10.1 4 years ago
Xavier Arteaga bd68e5f3b3 Fix cmake warning 4 years ago
Xavier Arteaga ef799a9b42 Avoid GCC native architecture for AVX512 CPUs when AVX512 is disabled 4 years ago
Xavier Arteaga 13b9028a72 UHD: Add radio control in RFNOC check 4 years ago
Xavier Arteaga 532d6475ed UHD: fix compile test for RFNOC features 4 years ago
Andre Puschmann 7a1038ed4e Merge branch 'master' into next_merge_from_master2 4 years ago
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>
4 years ago
Andre Puschmann a94f08f70d bump version string for 20.10 release 4 years ago
Andre Puschmann ffb9f60e1a update readme and bump version of 20.04.2 4 years ago
Andre Puschmann 0ec49a7b19 update readme and bump version of 20.04.2 4 years ago
Xavier Arteaga ebf995c621 UHD: better RFNOC detection and configuration 4 years ago
Xavier Arteaga d9cb51d261 UHD: Added custom DDC/DUC support
UHD: Aesthetic corrections

UHD: minor aesthetic changes
4 years ago
Xavier Arteaga cd463d1b87 UHD: Initial C++ porting
UHD: cmakefix

x3
4 years ago
Andre Puschmann 39fe760d2b add 20.04.1 changelog and bump version 5 years ago
Andre Puschmann 2bda8368c1 fix typo in FindSoapy CMake script 5 years ago
Andre Puschmann e69cb8a9f7 add changelog and bump version for srsLTE 20.04 5 years ago
Xavier Arteaga e832769ae6 Updated copyright 5 years ago
Andre Puschmann bf1982e28d bump version and add changelog for 19.12 5 years ago
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
5 years ago
Pedro Alvarez 26984c39b8 Add options to srslte_install_configs.sh to install clean configs. 5 years ago
Andre Puschmann 9400c20280 add changelog and bump version for 19.09 5 years ago
David Rupprecht f14bb1e760 Building srsLTE in a subdir of project 5 years ago
Xavier Arteaga 3acfe68d35 Add /lib/x86... to CMake find library hints 5 years ago
Andre Puschmann d7d3233bde Revert "fix install configs and use SUDO_GID"
This reverts commit e93b4b0e10.
5 years ago
Andre Puschmann adf840ebdc add RapidJSON cmake finder 5 years ago
Andre Puschmann e93b4b0e10 fix install configs and use SUDO_GID
flagged by alex-orange
5 years ago
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.
5 years ago
Andre Puschmann 6cde228bc1 bump version and update changelog, readme, etc. 5 years ago
Andre Puschmann 07a6ef1a72 update readme and version file 6 years ago
Andre Puschmann 4b01a2e4a0 update copyright notice 6 years ago
Andre Puschmann 205db6f229 add missing license headers 6 years ago
Andre Puschmann c6e19645af add zmq-based rf driver 6 years ago
Andre Puschmann f64230a209 change user config file path to ~/.config/srslte 6 years ago
Andre Puschmann fa00b8b04d bump version and update changelog 6 years ago
Andre Puschmann 571963b53d update install config script to allow installation to /etc 6 years ago
Xavier Arteaga 8c3a0153b9 Added missing AVX512 intrinsics and flags. Fixes #291. 6 years ago
Xavier Arteaga 8559af55c5 Detect BladeRF Micro compatible drivers 6 years ago
Andre Puschmann 30834968b2 bump version and add changelog for 18.09 6 years ago
Andre Puschmann e12dc1a751 fix SIMD detection for Clang 6 years ago
Andre Puschmann 190634680c bump version to 18.6.1 6 years ago
Andre Puschmann 1c29f27f2d bump version to 18.6 6 years ago
Andre Puschmann aa479f9543 fix config install script (cmake, create dest folder and fix permissions) 7 years ago
Andre Puschmann 2c179dd84f add config install helper 7 years ago
Andre Puschmann 009c090623 extend cmake for finding libpcsclite 7 years ago
Andre Puschmann 3fe6dad323 adding hard SIM card support using PCSC 7 years ago
Andre Puschmann 9a7357cc94 bump version to 18.03.1 7 years ago
Andre Puschmann 9b689d479f bumping version number to 18.03 7 years ago
Andre Puschmann 5a35cef4b0 remove static FFTW library as strict dependency 7 years ago