Joseph Giovatto
|
49da57c8a1
|
Changed log methods to take string literal vs string object
to allow for format checking and save on object copy.
Fixed log format specifier warnings.
|
7 years ago |
Andre Puschmann
|
2cf5acf9c8
|
set valgrind options correctly
this avoid an ugly valgrind error after executing long sequences
of simd code
see: https://www.bountysource.com/issues/41603953-temporary-storage-exhausted-when-long-sequence-of-vfmadd231ps-instructions-to-be-executed
|
7 years ago |
Andre Puschmann
|
9c006e4585
|
remove boost system dependency
|
7 years ago |
Andre Puschmann
|
37e06d78ea
|
fix build_mode printing in RelWithDebInfo mode
|
7 years ago |
Ismael Gomez
|
58f204d94a
|
Set DEBUG constant for RelWithDebug
|
7 years ago |
Andre Puschmann
|
c3088e1d16
|
add cmake option to enable address sanitizer
|
7 years ago |
Paul Sutton
|
1fd2341932
|
Minor typo fix
|
7 years ago |
Andre Puschmann
|
5a35cef4b0
|
remove static FFTW library as strict dependency
|
7 years ago |
Pedro Alvarez
|
042552491b
|
Merging next into epc branch.
|
7 years ago |
yagoda
|
a66db9569f
|
adding cmake SIMD check
|
7 years ago |
Ismael Gomez
|
d428760b20
|
Merge branch 'next' into mobility
|
7 years ago |
Andre Puschmann
|
dc65e4243c
|
print build info to log and on stdout
|
7 years ago |
Ismael Gomez
|
12d8b373c7
|
srsUE takes and reports intra-frequency measurements correctly
|
7 years ago |
Ismael Gomez
|
e04a221911
|
Removed volk occurrences. Fixes #103
|
7 years ago |
Pedro Alvarez
|
5c0e2ee32e
|
Starting to add CMake support
|
7 years ago |
Pedro Alvarez
|
3e5e244440
|
Changing CMakeLists to compile EPC
|
7 years ago |
Xavier Arteaga
|
94a06867a3
|
Optimized SIMD includes and solved AVX512 bugs
|
7 years ago |
Xavier Arteaga
|
0c52c5651d
|
Merge branch 'next_novolk' of https://github.com/softwareradiosystems/srsLTE into next_novolk
|
7 years ago |
Xavier Arteaga
|
2b775462f7
|
Added LV_HAVE_AVX512 to CMakeLists
|
7 years ago |
Ismael Gomez
|
bf79d463d4
|
Merge branch 'next' into next_novolk
|
7 years ago |
Ismael Gomez
|
a51b6b09dd
|
Merged with next. Attach successful
|
7 years ago |
Ismael Gomez
|
e5feec1934
|
Temporal commit before merge. Changed sequence objects to avoid reallocating memory. new NAS/RRC working with initial attachment
|
7 years ago |
Ismael Gomez
|
fd2a6f13e2
|
Merge branch 'next' into next_novolk
|
7 years ago |
Ismael Gomez
|
2c85d3f890
|
added ctest options for valgrind
|
7 years ago |
Paul Sutton
|
ce88544d07
|
Minor fft library tidy-up
|
7 years ago |
Paul Sutton
|
fd08dd56ba
|
Fix for security library find scripts
|
7 years ago |
Paul Sutton
|
776c1bbc9d
|
Moving fftw checks to top CMakeLists
|
7 years ago |
Paul Sutton
|
b71f7b7080
|
Adding support for static builds
|
7 years ago |
Ismael Gomez
|
681a2455d9
|
Merge branch 'next' into next_novolk
|
7 years ago |
Ismael Gomez
|
3cbf403c54
|
check for compiler flag availability
|
8 years ago |
Ismael Gomez
|
72a2b06238
|
Fixed incompatibility with volk1.2 Make pointer type warnings an error
|
8 years ago |
Ismael Gomez
|
ec34d56e77
|
final merging changes
|
8 years ago |
Ismael Gomez
|
1b4706f510
|
Merge branch 'next_private' into novolk
|
8 years ago |
Ismael Gomez
|
975a41d55f
|
Merge branch 'next_private' into novolk
|
8 years ago |
Paul Sutton
|
07d8997395
|
Merge branch 'next' into next_paul_libs
|
8 years ago |
Paul Sutton
|
4b68272964
|
Switch to static internal libs, set -fPIC by default
|
8 years ago |
Andre Puschmann
|
3e5a3d0d82
|
add Cmake option to turn on default LTE sampling rates
|
8 years ago |
Ismael Gomez
|
0f4bdf612c
|
moved FFT reqs to srslte/phy
|
8 years ago |
Paul Sutton
|
0b21353c4a
|
Fixing srslte library headers install
|
8 years ago |
Paul Sutton
|
0b64e8a9ee
|
Minor cleanup of security library handling in cmake
|
8 years ago |
Paul Sutton
|
b2c3b31a59
|
Removing support for direct LimeSDR drivers - only supporting through SoapySDR
|
8 years ago |
Paul Sutton
|
5d4d07a14a
|
Merge branch 'restruct_update' of https://github.com/softwareradiosystems/srslte into restruct_update
|
8 years ago |
Paul Sutton
|
a9f0a5d868
|
Tidy up of CMake options
|
8 years ago |
Paul Sutton
|
bed2aec2a4
|
Updating compiler flags
|
8 years ago |
Ismael Gomez
|
930147fcda
|
moved boost requirement to root cmake
|
8 years ago |
Ismael Gomez
|
e5ae82aef1
|
added srsENB code
|
8 years ago |
Ismael Gomez
|
e75daee148
|
renamed include paths for common objects
|
8 years ago |
Ismael Gomez
|
3327024c16
|
added ENABLE_GUI option
|
8 years ago |
Ismael Gomez
|
b7551111cb
|
moved ENABLE_GUI to root
|
8 years ago |
Andre Puschmann
|
1d1916d6e0
|
Merge branch 'restruct_update' into restruct_update_paul
|
8 years ago |
Andre Puschmann
|
bcecdf292b
|
add C++ compile flags and enable useful warnings
|
8 years ago |
Paul Sutton
|
80140c7c38
|
minor cmake edits
|
8 years ago |
Andre Puschmann
|
5ed2c3d5a5
|
fix srsUE build without RF driver
|
8 years ago |
Andre Puschmann
|
928ef71b82
|
adding remaining srsUE code
|
8 years ago |
Andre Puschmann
|
5d66e9701f
|
fixing CMake scripts and include paths
|
8 years ago |
Andre Puschmann
|
5d5b847551
|
fixing cmake scripts
|
8 years ago |
Ismael Gomez
|
94c7f56fbd
|
Merge branch 'next' into novolk
|
8 years ago |
Ismael Gomez
|
e8ab4ce24d
|
workaround for simd lut in debug mode
|
8 years ago |
Paul Sutton
|
8adbc19c21
|
Merged master
|
8 years ago |
Paul Sutton
|
619ed43e11
|
Removing old test files and references
|
8 years ago |
yagoda
|
7c30d85536
|
fixing errors with compiler flags
|
8 years ago |
Paul Sutton
|
932ed9b247
|
Added GCC_ARCH option to manually set -march in GCC
|
8 years ago |
Ismael Gomez
|
bd77f2d360
|
typo in avx2 check
|
8 years ago |
Ismael Gomez
|
1cef7818e7
|
typo in avx2 check
|
8 years ago |
Ismael Gomez
|
b1951ec850
|
fixed failing tests due to compiler flag
|
8 years ago |
Ismael Gomez
|
49a2a749a1
|
added more compiler flags. Added option for avx2
|
8 years ago |
Ismael Gomez
|
e43bdd5507
|
some fixes in cmake. added option to disable bladerf
|
8 years ago |
Paul Sutton
|
2644031ac8
|
Adding option to statically link MKL
|
8 years ago |
Ismael Gomez
|
d4a05eefe4
|
Merge branch 'next'
|
8 years ago |
Ismael Gomez
|
ffd4fb7d93
|
minor fixes in pucch rx
|
8 years ago |
Paul Sutton
|
ed35015ff5
|
Adding -fPIC for all platforms
|
8 years ago |
Paul Sutton
|
47eb847913
|
cleanups for cmake files, fixes to linker errors
|
9 years ago |
Paul Sutton
|
23e3f94f73
|
Fix for lib64 systems
|
9 years ago |
Paul Sutton
|
43eaae248b
|
Disabling MEX generation by default
|
9 years ago |
Paul Sutton
|
79fc17b76e
|
Minor edit
|
9 years ago |
Paul Sutton
|
6ceda2a4de
|
Added basic versioning
|
9 years ago |
Paul Sutton
|
1ea2f379a7
|
Updating copyright notices
|
9 years ago |
Paul Sutton
|
ee098fe54d
|
Removing unnecessary -O3 flag
|
9 years ago |
ismagom
|
777afad0ff
|
Compilation for sse
|
9 years ago |
ismagom
|
309791cc61
|
Try_compile() based CMAKE SSE checking
|
9 years ago |
ismagom
|
6c194dc078
|
Conditional SSE compilation
|
9 years ago |
ismagom
|
ad06998d91
|
Turbo decoder working OK @ 100 Mbps
|
9 years ago |
ismagom
|
510e4c892e
|
Moved srsapps to srsue repository
|
9 years ago |
ismagom
|
881a90d62c
|
Enabled mac_test (link with openlte library). Added license to srsapps
|
10 years ago |
ismagom
|
c828da3e58
|
Changed license to AGPL
|
10 years ago |
ismagom
|
132c919dcf
|
Changed directory structure. Compilation working with w/o UHD and srsGUI
|
10 years ago |
ismagom
|
5a3c2b1a04
|
chaned srslte_crc prefix in variable names
|
10 years ago |
Paul Sutton
|
fe3d723bdd
|
Updating copyright notices and project name
|
10 years ago |
Paul Sutton
|
4a0ffc67b0
|
Switching to separate libsdrgui library for graphics
|
10 years ago |
ismagom
|
2b4da53ef9
|
Moved all subdirectories in phy upwards. Changed copyright
|
10 years ago |
ismagom
|
7d1d2910ee
|
Changed directory names to srslte and removed uppler layers directories
|
10 years ago |
Paul Sutton
|
57bb1a8d53
|
Added DisableMEX flag
|
10 years ago |
Paul Sutton
|
5120b2e989
|
Adding explicit paths to rrc asn headers
|
10 years ago |
ismagom
|
c8c7bf39b2
|
Reordered RRC ASN directory. Fixed ASN headers installation.
|
10 years ago |
ismagom
|
48da6746cd
|
Added MEX lib. Added PDCCH test
|
10 years ago |
ismagom
|
f505a75382
|
New equalizer working
|
10 years ago |
ismagom
|
61ebfaf3b2
|
Testing CH est
|
10 years ago |
ismagom
|
0b3cbb0740
|
BCCH-BCH test compiling ok
|
10 years ago |
ismagom
|
7372d3a386
|
Fixed PDSCH UE example. Added ue_dl and ue_sync modules. Fixed other minor bugs
|
10 years ago |
ismagom
|
5eab57670b
|
Changed nof_prb, nof_ports, cell_id, etc. by lte_cell_t structure. Fixed PBCH/PDSCH resource mapping with odd number PRB. PDSCH examles not working with more than 6 PRB due to downsampling problem.
|
11 years ago |
Paul Sutton
|
34a2241bb5
|
Changing order of ADD_SUBDIRECTORY to ensure cuhd is built before lte
|
11 years ago |
Paul Sutton
|
f933a73490
|
Directory restructure and cmake cleanup
|
11 years ago |
Paul Sutton
|
27ef1a58bc
|
Adding explicit visibility settings for the library
|
11 years ago |
ismagom
|
67b8cf3ee2
|
Added scrambling, ratematching and layer mapping tests
|
11 years ago |
ismagom
|
c4e0e403ce
|
Using CTest for testing
|
11 years ago |
ismagom
|
e66fe3102c
|
Fixed compilation problem for old GCXX
|
11 years ago |
ismagom
|
10c6cfef12
|
Graphics/UHD optional to compile enodeb_bch/mib_track examples
|
11 years ago |
ismagom
|
f5f1ee186e
|
Added VOLK support
|
11 years ago |
ismagom
|
8f4dee7c53
|
Reorganized the directory structure. Added Graphics support. Added precoding/layer mapper. MIB detection now working with 1 or 2 tx antennas. Initial eNodeB implementation with PSS/SSS and PBCH generation
|
11 years ago |
ismagom
|
0737f1e615
|
Initial commit
|
11 years ago |