3194 Commits (818f3ea7c7ec858be6b20028cedd71dfc52b0d8b)

Author SHA1 Message Date
Xavier Arteaga a9d9c92205 Added MMSE in SSE and AVX plus subroutines refactor 7 years ago
Xavier Arteaga d1709e06af Added algebra SSE, AVX (+FMA) implementatiokns with test 7 years ago
Xavier Arteaga 4007a15581 Merge branch 'next' into next_mimo 7 years ago
Xavier Arteaga 2bf288ff59 Solved infinite loop and/or segmentation fault in the SCH decoder for non-SSE compilation. 7 years ago
Andre Puschmann 9c49e27778 remove unused variable 7 years ago
Andre Puschmann c474b24d32 add basic NAS configuration class 7 years ago
Xavier Arteaga 1d00e1acaa Merge with next_with_matlab 7 years ago
Paul Sutton c58d2a4689 Merge branch 'master' into next due to RRC ASN bug fix 7 years ago
Paul Sutton 12603e4da2 Bugfix for RRC ASN MeasConfig packing 7 years ago
Xavier Arteaga 6a45147f45 Added different data sources and sinks 7 years ago
Xavier Arteaga 19bc98081a PDSCH decoder multi has been modified for future parallel decoding of codewords. 7 years ago
Xavier Arteaga 6142a5f9e5 Merge to next_with_matlab 7 years ago
Andre Puschmann e16cc4c58b Merge branch 'next_new_feature' into next 7 years ago
Ismael Gomez dd5822077b fix for soapy 7 years ago
Andre Puschmann 00be4a5de7 fix bug with uninitalized number of rx antennas 7 years ago
Andre Puschmann bb34be24ac fix bug with uninitalized number of rx antennas 7 years ago
yagoda 8c049b2981 fix for both lime and rtl 7 years ago
yagoda 12d58bbb62 fixing soapy Tx for lime and RTL-SDR 7 years ago
Ismael Gomez 639227557f fixing small conflicts 7 years ago
Ismael Gomez c9ced0b2e1 fixing commits 7 years ago
Ismael Gomez 2d0508ab25 fixing conflict 7 years ago
Ismael Gomez 151f219e41 small soapy fix 7 years ago
yagoda bc337ee281 fixing soapy lime and rtlsdr compatibility 7 years ago
Andre Puschmann 266f1b08fb rlc_am: print LCID in buffer status msg 7 years ago
Andre Puschmann e8c41d4620 Revert "Soapy(lime) tx support"
This reverts commit 10c0f03f33.
7 years ago
Ismael Gomez 7a02efe0e5 fixed segfault due to race condition in scrambling sequence pre-generation 7 years ago
Ismael Gomez 012d14f4b5 fixed segfault due to race condition in scrambling sequence pre-generation 7 years ago
Ismael Gomez 41edfcc7ab fixed segfault due to race condition in scrambling sequence pre-generation 7 years ago
Ismael Gomez 711bf23ee2 fixed segfault due to race condition in scrambling sequence pre-generation 7 years ago
Ismael Gomez 5b62859cca Merge pull request #12 from softwareradiosystems/next_new_feature
Soapy(lime) tx  support
7 years ago
Ismael Gomez 0737a858f7 Merge pull request #11 from softwareradiosystems/ue_refactor_common_v2
UE refactor common v2
7 years ago
Ismael Gomez f629e10fcf fixed bug in sub_sse() and added couple of avx functions 7 years ago
Ismael Gomez 0dae4a00c4 missing return statement 7 years ago
Ismael Gomez 14916fdc9a missing return statement 7 years ago
Ismael Gomez 2bba9d187d fixed dotprodconj. Removed unaligned load/store 7 years ago
Ismael Gomez fd2a6f13e2 Merge branch 'next' into next_novolk 7 years ago
Andre Puschmann 1e3b5f553e fix printf argument 7 years ago
Andre Puschmann 8030778809 fix PDCP initialization in eNB 7 years ago
yagoda 10c0f03f33 Soapy(lime) tx support 7 years ago
Ismael Gomez d74a9de86d Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 7 years ago
Ismael Gomez 3d658cfdd8 fixed number of ports in pdsch tx 7 years ago
Andre Puschmann 7ca0988ea3 refactor RLC to use RAT-agnostic config 7 years ago
Andre Puschmann 8dbabb2834 rework bearer/LCID handling
This is a larger patch that reworks the LCID handling throughout the
code.

- It first moves the RB/LCID mapping out of common.h into the RRC object
  because different RATs may have different mappings.
- It adds a interface to RRC that other objects like RLC/PDCP/etc. may
  use to get the bearer name of a specific LCID.
- The patch also introduces a PDCP config class.
7 years ago
Andre Puschmann 60da04ef58 make LCID of GW object a parameter 7 years ago
Andre Puschmann cbfcb281a9 seperate RAT agnostic bits from various interfaces 7 years ago
Andre Puschmann c247f1103d parameterize TTI offset between UL grant and UL tx and UL tx and HARQ rx 7 years ago
Andre Puschmann 20a004a768 add seperate interface for MUX to query BSR procedure
- this is also intented to make MUX RAT-agnostic
7 years ago
Andre Puschmann 583aa2d180 move MAC structs shared between multiple RATs out RAT specific interface 7 years ago
Andre Puschmann bfa10148f5 fix bug in c-rnti MAC subheader 7 years ago
Ismael Gomez 6c0587e5a4 fixed missing initialization of PUSCH scrambling sequence 7 years ago
Ismael Gomez d28e16b1ed fixed missing initialization of PUSCH scrambling sequence 7 years ago
Ismael Gomez 2a43c9901f Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 7 years ago
Paul Sutton 89cc50c7c4 Deallocating buffers for ACKed RLC tx PDUs 7 years ago
Paul Sutton cec7b95d45 Fix for race condition, fix for window size checks 7 years ago
Ismael Gomez e92418d2da minor edit in cmake 7 years ago
Paul Sutton ce88544d07 Minor fft library tidy-up 7 years ago
Ismael Gomez fa9eaee498 new NAS/RRC structure. Attaching and ping working 7 years ago
Paul Sutton f48b1f3d66 Adding ability to statically link FFTW 7 years ago
Ismael Gomez fa05304632 Merge branch 'next' into mobility 7 years ago
Ismael Gomez 14450827fa added suppress_stdout to radio::init_multi 7 years ago
Paul Sutton 769c2c1f6b Merge branch 'next' of https://github.com/softwareradiosystems/srslte into next 7 years ago
Paul Sutton 776c1bbc9d Moving fftw checks to top CMakeLists 7 years ago
Ismael Gomez 93ff9294f5 Merge branch 'next' into mobility 7 years ago
Ismael Gomez 140cef69e0 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 7 years ago
Ismael Gomez 6037a2f2bd changed logger classes 7 years ago
Paul Sutton b71f7b7080 Adding support for static builds 7 years ago
Ismael Gomez 12cbf02606 changed name of vector_simd function 7 years ago
Ismael Gomez 681a2455d9 Merge branch 'next' into next_novolk 7 years ago
Ismael Gomez 4b5cbafdb5 upgraded to new code restruct 7 years ago
Ismael Gomez c47c4b8b03 fixed overflow in tests 7 years ago
Ismael Gomez 9623081da1 Fixed decoder doing more iterations than necessary 7 years ago
Ismael Gomez 026eecf58d allow null CB 7 years ago
Ismael Gomez e717ccf73a new AVX2 decoder working over the air 7 years ago
Ismael Gomez f00ea8c8ed Integrated AVX2 decoder in PDSCH object. Added inter-frame SSE decoder (not working and not integrated) 7 years ago
Ismael Gomez c1ef9da32a avx turbo decoder working in tests 7 years ago
Andre Puschmann eb039ea1f0 fix compile warning 7 years ago
Ismael Gomez d8069f9364 forced local variable alignment in dot_prod_sss_avx2 8 years ago
Ismael Gomez 215dac6662 fixed some issues with AVX machines 8 years ago
Ismael Gomez 13adbb6fda restored srslte_phy to static 8 years ago
Ismael Gomez 72a2b06238 Fixed incompatibility with volk1.2 Make pointer type warnings an error 8 years ago
Mikko Markus Torni d734ef977b Add comments to many functions 8 years ago
Mikko Markus Torni 3d6a020541 CFI length is wrong for nof_prb == 10 8 years ago
Ismael Gomez 63f6e2dd06 removed link to rf drivers in srslte_phy 8 years ago
Ismael Gomez ec34d56e77 final merging changes 8 years ago
Ismael Gomez 1b4706f510 Merge branch 'next_private' into novolk 8 years ago
Paul Sutton a278a10634 Link order fix for volk and math 8 years ago
Paul Sutton 94a54f226d Conditional srslte_rf linking for examples 8 years ago
Ismael Gomez f264b4d652 made srslte static srslte_rf shared. Deleted tutorial examples 8 years ago
Ismael Gomez 40ab4b8b57 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next_private 8 years ago
Ismael Gomez 680dbff396 restored code changed for testing 8 years ago
Paul Sutton f1152276f1 Fix for uninitialised bool 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 ac7f11e5b8 disabling SIMD code in vector lib in debug mode 8 years ago
Andre Puschmann 2b8b36c371 fix debug_name handling in buffer_pool
- possible bug discovered by coverity
8 years ago
Ismael Gomez f120a5a5b0 removed unncessary printf 8 years ago
Ismael Gomez 1c0961ebe9 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next_private 8 years ago
Andre Puschmann c55532c286 fix bug when reading/syncing from file using too large offset 8 years ago
Ismael Gomez 0940fd35d9 added include dirs for mbedtls 8 years ago
Ismael Gomez 0f4bdf612c moved FFT reqs to srslte/phy 8 years ago
Ismael Gomez 460adc4a18 fixed segfault in usrp_capture_sync 8 years ago
Paul Sutton 0e87bc7b80 Adding checks on RLC AM segment NACK offsets 8 years ago
Ismael Gomez 5e030dc805 renamed SRSUE_ constants to SRSLTE_ 8 years ago
Ismael Gomez 129b34201d Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next_private 8 years ago
Ismael Gomez d05b03e43a added buffer pool function call name debug feature 8 years ago
Andre Puschmann eb5460174d fixing namespace issue in debug build 8 years ago
Paul Sutton 0b21353c4a Fixing srslte library headers install 8 years ago
Paul Sutton 09f9063272 Merge branch 'restruct_update' into next 8 years ago
Ismael Gomez 2da8b1f93b Merge branch 'restruct_update' into next_private 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
Ismael Gomez 5b974e5f7a Merge branch 'restruct_update' of github.com:softwareradiosystems/srsLTE into restruct_update 8 years ago
Ismael Gomez 840a9573e8 set unaligned mode in avx kernel 8 years ago
Andre Puschmann 04ec09bd71 add license text to various files 8 years ago
Ismael Gomez a9e0fdfba5 Merge branch 'restruct_update' of github.com:softwareradiosystems/srsLTE into restruct_update 8 years ago
Ismael Gomez a4498aeb1e defaulted cpu affinity to all cores 8 years ago
Paul Sutton 843e2c2546 Adding RLC AM tx_window bounding, added polling debug messages 8 years ago
Ismael Gomez 643fd1ccbe proper close of rf when cell not found 8 years ago
Ismael Gomez 930147fcda moved boost requirement to root cmake 8 years ago
Ismael Gomez bcaa6e95bd moved viterbi avx and fixed minor warnings 8 years ago
yagoda e0fb5d5cf6 updating avx vectors and viterbi 8 years ago
yagoda 0fe981e608 adding avx viterbi and avx vectors 8 years ago
Ismael Gomez 8a367bf825 changed srsue namespace to srslte for all common objects 8 years ago
Ismael Gomez e75daee148 renamed include paths for common objects 8 years ago
Ismael Gomez 6475b7b7ad moved UE upper files to srsue 8 years ago
Ismael Gomez ffc3c035f8 Fixed incorrect semi-colon 8 years ago
Andre Puschmann 1d1916d6e0 Merge branch 'restruct_update' into restruct_update_paul 8 years ago
Andre Puschmann c51c4d2a38 fix compile warnings 8 years ago
Andre Puschmann bcecdf292b add C++ compile flags and enable useful warnings 8 years ago
Andre Puschmann 9d9d4435e2 Merge remote-tracking branch 'origin/next' into restruct_update 8 years ago
Paul Sutton 80140c7c38 minor cmake edits 8 years ago
Andre Puschmann 5d66e9701f fixing CMake scripts and include paths 8 years ago
Andre Puschmann 5898af3d0b add srslte_asn1 lib
- remove extra subfolder containing liblte
- add asn1 lib containing rrc msg packing and unpacking
- add security related bits to common
8 years ago
Andre Puschmann d079d25b2c rename srslte folder and src subfolder 8 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 40238fe023 Changed dot product to vector product 11 years ago
ismagom f356937046 Fixed naming convention in vec module. Separated viterbit and convolutional coder. 11 years ago
ismagom a07f3966a3 Issue1 fixed 11 years ago
ismagom 893cab84f1 Fixed PRS sequence generation 11 years ago
ismagom afa8cd8424 Cell search program working 11 years ago
ismagom 0737f1e615 Initial commit 11 years ago