Commit Graph

89 Commits

Author SHA1 Message Date
Ismael Gomez 14916fdc9a missing return statement 2017-07-07 18:04:59 +02:00
Ismael Gomez d74a9de86d Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2017-07-06 10:37:57 +02:00
Ismael Gomez 3d658cfdd8 fixed number of ports in pdsch tx 2017-07-06 10:37:51 +02:00
Andre Puschmann bfa10148f5 fix bug in c-rnti MAC subheader 2017-07-03 17:12:27 +02:00
Ismael Gomez 6c0587e5a4 fixed missing initialization of PUSCH scrambling sequence 2017-06-28 15:01:08 +02:00
Ismael Gomez 2a43c9901f Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2017-06-27 11:42:45 +02:00
Paul Sutton 89cc50c7c4 Deallocating buffers for ACKed RLC tx PDUs 2017-06-25 14:35:41 +01:00
Paul Sutton cec7b95d45 Fix for race condition, fix for window size checks 2017-06-24 19:39:33 +01:00
Ismael Gomez e92418d2da minor edit in cmake 2017-06-24 16:10:38 +02:00
Paul Sutton ce88544d07 Minor fft library tidy-up 2017-06-23 19:36:30 +01:00
Paul Sutton f48b1f3d66 Adding ability to statically link FFTW 2017-06-23 17:20:35 +01:00
Paul Sutton 769c2c1f6b Merge branch 'next' of https://github.com/softwareradiosystems/srslte into next 2017-06-23 15:52:00 +01:00
Paul Sutton 776c1bbc9d Moving fftw checks to top CMakeLists 2017-06-23 15:51:36 +01:00
Ismael Gomez 140cef69e0 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2017-06-23 16:30:02 +02:00
Ismael Gomez 6037a2f2bd changed logger classes 2017-06-23 16:29:46 +02:00
Paul Sutton b71f7b7080 Adding support for static builds 2017-06-23 14:49:21 +01:00
Ismael Gomez 12cbf02606 changed name of vector_simd function 2017-06-22 18:52:12 +02:00
Ismael Gomez c47c4b8b03 fixed overflow in tests 2017-06-21 13:22:13 +02:00
Ismael Gomez 9623081da1 Fixed decoder doing more iterations than necessary 2017-06-21 13:22:08 +02:00
Ismael Gomez 026eecf58d allow null CB 2017-06-21 13:22:02 +02:00
Ismael Gomez e717ccf73a new AVX2 decoder working over the air 2017-06-21 13:21:57 +02:00
Ismael Gomez f00ea8c8ed Integrated AVX2 decoder in PDSCH object. Added inter-frame SSE decoder (not working and not integrated) 2017-06-21 13:21:50 +02:00
Ismael Gomez c1ef9da32a avx turbo decoder working in tests 2017-06-21 13:21:15 +02:00
Andre Puschmann eb039ea1f0 fix compile warning 2017-06-19 11:36:33 +02:00
Ismael Gomez d8069f9364 forced local variable alignment in dot_prod_sss_avx2 2017-06-09 14:01:34 +02:00
Ismael Gomez 215dac6662 fixed some issues with AVX machines 2017-06-09 13:03:47 +02:00
Ismael Gomez 13adbb6fda restored srslte_phy to static 2017-06-09 11:41:24 +02:00
Ismael Gomez 72a2b06238 Fixed incompatibility with volk1.2 Make pointer type warnings an error 2017-06-09 11:33:46 +02:00
Mikko Markus Torni d734ef977b Add comments to many functions 2017-06-08 18:16:57 +02:00
Mikko Markus Torni 3d6a020541 CFI length is wrong for nof_prb == 10 2017-06-08 18:15:26 +02:00
Ismael Gomez 63f6e2dd06 removed link to rf drivers in srslte_phy 2017-06-08 17:20:37 +02:00
Paul Sutton a278a10634 Link order fix for volk and math 2017-06-08 12:44:11 +01:00
Paul Sutton 94a54f226d Conditional srslte_rf linking for examples 2017-06-08 12:34:33 +01:00
Ismael Gomez f264b4d652 made srslte static srslte_rf shared. Deleted tutorial examples 2017-06-08 13:15:35 +02:00
Ismael Gomez 40ab4b8b57 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next_private 2017-06-08 12:57:46 +02:00
Ismael Gomez 680dbff396 restored code changed for testing 2017-06-08 12:57:34 +02:00
Paul Sutton f1152276f1 Fix for uninitialised bool 2017-06-08 11:50:28 +01:00
Paul Sutton 07d8997395 Merge branch 'next' into next_paul_libs 2017-06-08 11:26:33 +01:00
Paul Sutton 4b68272964 Switch to static internal libs, set -fPIC by default 2017-06-08 11:22:02 +01:00
Andre Puschmann ac7f11e5b8 disabling SIMD code in vector lib in debug mode 2017-06-08 12:05:00 +02:00
Andre Puschmann 2b8b36c371 fix debug_name handling in buffer_pool
- possible bug discovered by coverity
2017-06-08 12:05:00 +02:00
Ismael Gomez f120a5a5b0 removed unncessary printf 2017-06-08 10:56:34 +02:00
Ismael Gomez 1c0961ebe9 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next_private 2017-06-08 09:59:24 +02:00
Andre Puschmann c55532c286 fix bug when reading/syncing from file using too large offset 2017-06-07 14:31:32 +02:00
Ismael Gomez 0940fd35d9 added include dirs for mbedtls 2017-06-07 12:57:48 +02:00
Ismael Gomez 0f4bdf612c moved FFT reqs to srslte/phy 2017-06-07 12:03:54 +02:00
Ismael Gomez 460adc4a18 fixed segfault in usrp_capture_sync 2017-06-07 11:16:44 +02:00
Paul Sutton 0e87bc7b80 Adding checks on RLC AM segment NACK offsets 2017-06-07 08:32:47 +01:00
Ismael Gomez 5e030dc805 renamed SRSUE_ constants to SRSLTE_ 2017-06-06 20:34:09 +02:00
Ismael Gomez 129b34201d Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next_private 2017-06-06 20:04:56 +02:00