yagoda
337e1aba98
changelog: add 23.04 changelog
2 years ago
Andre Puschmann
ad6c31d00b
changelog: add 22.10 changelog
2 years ago
Robert Falkenberg
44783030c4
security: remove polarssl dependency
2 years ago
Andre Puschmann
633959f71c
changelog,cmake: add 22.04.1 changes and bump CMake version
2 years ago
Andre Puschmann
2c557510b5
readme, changelog, version: update for 22.04 release
3 years ago
Andre Puschmann
e43d3f32fd
cmake,soapy: fix finding of Soapy headers when installed in SOAPY_DIR env path
3 years ago
Robert Falkenberg
e73acc3a4b
cmake: remove redundant/conflicting cmake_minimum_required() in buildinfo.
3 years ago
Robert Falkenberg
21cb5858f0
cmake: fix warning when searching for SKIQ
...
Replace INCLUDE(FindPkgConfig) by FIND_PACKAGE(PkgConfig REQUIRED)
to avoid following warning:
warning: The package name passed to `find_package_handle_standard_args` (PkgConfig) does not match the name of the calling package (SKIQ). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern.
3 years ago
Robert Falkenberg
f7eb2a237b
cmake,MKL: add default library search paths
...
- /opt/intel/oneapi/mkl/latest (intel-oneapi-mkl 2022.0.2)
- /opt/intel/mkl (intel-mkl 2020.4.304 on Archlinux)
3 years ago
Robert Falkenberg
7f6ca43e68
cmake,MKL: fix cmake warning: (mkl) does not match the name of the calling package (MKL)
3 years ago
Ismael Gomez
99632d6b41
Add lib dependency for new skiq version
3 years ago
Nils Fürste
5403468f14
Fix cmake for SoapySDR
3 years ago
Andre Puschmann
d48ce8a07a
add changelog and bump version for 21.10
3 years ago
Nils Fürste
690bccccc6
cmake: Export non-default Limesuite driver path
3 years ago
Nils Fürste
c177ed3331
cmake: Export non-default libbladerf driver path
3 years ago
Nils Fürste
13d4fd174b
cmake: Export non-default SoapySDR driver path
3 years ago
Alejandro Leal Conejos
184f51486e
Added new line to split the header from the actual code.
3 years ago
Xavier Arteaga
dcf9ae039c
Fix related Sidekiq comments and mutex
3 years ago
Xavier Arteaga
96ee4b7258
SIDEKIQ: Initial implementation
...
SIDEKIQ: Add SKIQ_FOUND to RF found condition
SIDEKIQ: finished SKIQ component abstraction
SIDEKIQ: fix issues and added external PPS example
SIDEKIQ: add PPS test card index argument
SIDEKIQ: improvements
SIDEKIQ: improved srate change
SIDEKIQ: more improvements
SIDEKIQ: more fixes
SIDEKIQ: fix Rx ch gain
SIDEKIQ: Fix multi-card synchronism
SIDEKIQ: Better Rx gain tracking
3 years ago
Pedro Alvarez
f0a28ebc88
Rename drb.conf to rb.conf to reflect the now configurable SRBs.
3 years ago
Andre Puschmann
833ddc3229
build: fix linking failure on RPi 32bit
...
this fixes a linking problem with RPi 3 (and probably others) running
with Raspbian (new Raspberry Pi OS) that can't use the inline
atomic functions but instead require linking against the lib -latomic.
The CMake code is based on SoapyRTLSdr file (licensed under MIT)
https://github.com/pothosware/SoapyRTLSDR/blob/master/CheckAtomic.cmake
4 years ago
David Rupprecht
c8b03a20fb
Updated findBackward cmake file to suppress dev warnings
4 years ago
Andre Puschmann
3b553359c0
cmake: fix some warnings
4 years ago
Nikita Pushchin
8622b1c284
cmake/modules fix
4 years ago
Andre Puschmann
8fffbb34c2
update changelog and version for 21.04
4 years ago
Codebot
4523ee6087
rename srsLTE to srsRAN
4 years ago
Andre Puschmann
3784439088
add backward as backtrace pretty printer
...
this patch adds the MIT-licensed header-only library backward-cpp
as possible alternative for our internal backtrace-to-file
writer.
4 years ago
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