610 Commits (d8ff0f75604b22eb1c53a32695c2db304a7cc9e1)

Author SHA1 Message Date
Ismael Gomez b2389efe47 start_rx_stream delays the start to avoid filling buffers. Started adapting pdsch_ue to 2 antennas 8 years ago
Ismael Gomez b3635090f9 removed DCI error message 8 years ago
Ismael Gomez e91285861b increased default viterbi gain because was failing for L=1 8 years ago
Ismael Gomez eb110f26c6 added uhd option to receive 2 antennas 8 years ago
Ismael Gomez b37a18f9df Merge branch 'next' into 2rx 8 years ago
Ismael Gomez efcfc2f0d1 Merge branch 'next' of github.com:srsLTE/srsLTE into next 8 years ago
Ismael Gomez 4da2fce014 fixed cfi check in find ul dci 8 years ago
Paul Sutton 17eafbcbad Using top level build flags instead of local settings 8 years ago
Ismael Gomez 1d52f65528 Working in matlab for 1/2/4 ports tx diversity 8 years ago
Ismael Gomez 0bd749aa29 added support for multiple rx antennas to pdsch. Working in matlab for 1/2 ports tx diversity 8 years ago
Ismael Gomez 462d222fd2 chest dl to support multiple rx antennas 8 years ago
Ismael Gomez e8cf638f1d Merge branch 'next' into 2rx 8 years ago
Ismael Gomez 4ae2c19092 fixed failing pdsch test 8 years ago
Ismael Gomez 92fd049cd0 Merge branch 'next' into 2rx 8 years ago
Ismael Gomez 29ad80adc1 Merge branch 'next' of github.com:srsLTE/srsLTE into next 8 years ago
Ismael Gomez ac31169088 Fixed number of codewords in format2 8 years ago
Paul Sutton 0a1551fef9 Merge branch 'next' of https://github.com/srslte/srslte into next 8 years ago
Paul Sutton 0931518fa6 Cleaner fix for MKL includes 8 years ago
Ismael Gomez 3f92feea9c Merge branch 'next' of github.com:srsLTE/srsLTE into next 8 years ago
Ismael Gomez 9cbaad2c3a Check maximum EARFCN 8 years ago
Paul Sutton 808fc2db08 Adding fftw include path from mkl 8 years ago
Ismael Gomez 5615df0fee fixed mem alignment in lut simd operation segfaulting in avx 8 years ago
Ismael Gomez 50567ade69 added install target for srslte_rf 8 years ago
Ismael Gomez 4e22667539 changed dci sizes computation from lut to function 8 years ago
Ismael Gomez 603639399c fixed flexible harq pid len 8 years ago
Ismael Gomez 9eca002789 harq PID len in dci global symbol 8 years ago
Ismael Gomez ef01150982 remove sse math in compiler options in libsrslte_rf.so 8 years ago
Ismael Gomez 3ea68a1ad7 make srslte_rf a shared library instead of an object 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 fe867af319 Fixed bug in PUSCH and PUCCH decoding 8 years ago
Ismael Gomez 2985a68e91 Fixed bug in PUSCH channel estimation 8 years ago
Ismael Gomez 4cd6944418 added PUCCH TPC to format1 8 years ago
Ismael Gomez e9baebd025 added PUSCH TPC command to format0 8 years ago
Ismael Gomez 69bfd114c5 fixed incorrect allowed UL DFT sizes 8 years ago
Ismael Gomez 1ea776f8c3 return valid crc on turbo decoder zero words 8 years ago
Ismael Gomez cf7be556ef minor RA changes 8 years ago
Ismael Gomez 238818f1d3 fixed FPE in PUSCH UCI decoding 8 years ago
Paul Sutton cea68bf2f2 Added const to char* to allow initialisation from std::string in applications using the library 8 years ago
Ismael Gomez 54ffba6567 fixed missing SO_REUSE* in old kernels 8 years ago
Ismael Gomez 0dd24e32df added check for cfi in srslte_ue_dl_find_ul_dci 8 years ago
Ismael Gomez 4c5b3700f3 Merge pull request #69 from Agmagor/patch-1
Do not demote timeval members to int ; fix elapsed time unit in modem test
8 years ago
Ismael Gomez f3b87ca955 fixed missing SO_REUSE* in old kernels 8 years ago
Ismael Gomez b795a22f6a fixed failing tests 8 years ago
Ismael Gomez a21536a60e fixed get band in phy_common 8 years ago
Ismael Gomez 4c3e64d224 removed bw_idx from srslte_cell_t 8 years ago
Ismael Gomez 0d6651001b Merge branch 'master' into next 8 years ago
Ismael Gomez d970aecd6c fixed compilation issue 8 years ago
Ismael Gomez b401ee27ea removed warning 8 years ago
Agmagor 31b0106502 Do not demote timeval members to int ; fix elapsed time unit in modem test 8 years ago
Ismael Gomez 23a362c9b0 Merge branch 'master' into next 8 years ago
Ismael Gomez 50694d7c3f PRACH: support all ConfigIndex values 8 years ago
Ismael Gomez 881bb7f6b3 puch_test_mex: fixed new api 8 years ago
Ismael Gomez 0e65b5a2a2 Merge branch 'next' of github.com:srsLTE/srsLTE into next 8 years ago
Ismael Gomez 604dcef9cd Commented printf message 8 years ago
Ismael Gomez a13039e48c Merge pull request #67 from Agmagor/origin/patch-4
coverity: timeval.tv_usec is 'long int', not 'int'
8 years ago
Paul Sutton 2bae39d1ca Changed port types to uint16 8 years ago
Agmagor b024550316 coverity: timeval.tv_usec is 'long int', not 'int' 8 years ago
Ismael Gomez 5b7d082a04 fixed coverty bug 8 years ago
Ismael Gomez 62b63462c9 Simplified API for PDSCH and PUSCH. Dynamically handle multiple RNTIs 8 years ago
Ismael Gomez 015b0e4eb1 remove printf 8 years ago
Ismael Gomez 7d11949612 fixed cqi max bits 8 years ago
Agmagor 46ce82fd83 free UHD handles upon RF closure 8 years ago
Ismael Gomez e957bc8dc8 enb: not initializaing sequences when removing user 8 years ago
Ismael Gomez 6d93e4a1ea pdcch: fixed coderate computation 8 years ago
Ismael Gomez 7bc53c14b6 Merge branch 'master' into next 8 years ago
Ismael Gomez d948751dec Merge branch 'master' of github.com:srsLTE/srsLTE 8 years ago
Ismael Gomez 8b4fa3f8d9 removed UHD recv/send_frame_size arguments 8 years ago
Ismael Gomez 4a2d9d1776 Added functions for spectral efficiency computation 8 years ago
Ismael Gomez bb5e511513 Fixed ULSCH CQI receiver 8 years ago
Ismael Gomez a98f19a05e Added CQI unpacking functions 8 years ago
Agmagor 388eb35e67 memleak: free FFT plan upon pss_synch_free 8 years ago
Agmagor fd4eb44bfc memleak: free cellsearch buffer after scan 8 years ago
Ismael Gomez f0e0a71792 pucch: added function to get last correlation 8 years ago
Ismael Gomez b5554ce926 minor printf change 8 years ago
Ismael Gomez 25afd3cf87 Merge branch 'pregen_dci_locations' into next 8 years ago
Ismael Gomez 82e4b37d40 PUCCH: fixed incorrect allocation for format2a 8 years ago
Ismael Gomez dd694be141 added interface to pdcch_set_cfi 8 years ago
Ismael Gomez 3a8c813809 pregenerate dci locations 8 years ago
Ismael Gomez 3ad996cf90 pucch2: missing cqi encoding bits 8 years ago
Ismael Gomez 64621b5166 fixed coverty issues 8 years ago
Ismael Gomez ffd4fb7d93 minor fixes in pucch rx 8 years ago
Ismael Gomez c732c5c5f0 viterbi: fixed incorrect initialization 8 years ago
Ismael Gomez 17d5ebca7e isolated common tx/rx pucch functions 8 years ago
Ismael Gomez 4cdbed47f2 pucch receiver tested 8 years ago
Ismael Gomez 25398ec089 Added comment to clarify cross-correlation in PSS 8 years ago
Ismael Gomez 6b20636b63 add matlab pucch tests 8 years ago
Ismael Gomez ea4a81c8d0 added pucch enodeb receiver 8 years ago
Ismael Gomez 383dfa63fe rf_uhd: added option for external clock reference 8 years ago
Ismael Gomez 3ff153f06a minor print formatting 8 years ago
Ismael Gomez 91645c8d65 sync: added new cfocorr object to avoid rebuilding table based on tolerance 8 years ago
Ismael Gomez cbade7d29c rf_uhd: device familiy detection when device_args are supplied 8 years ago
Ismael Gomez 1f6e63ae4f cfo: srslte_sync_get_cfo() returns PSS-based CFO estimation. Gives better results than CP-based 8 years ago
Ismael Gomez 811ad420ef ue_ul: set cfo tol to 0 8 years ago
Ismael Gomez 45609b1c70 pdsch: data not needed in encode. enb: changed rnti_idx to int 8 years ago
Ismael Gomez f4ed3c4821 dci: added missing flag 1a/1c in pack functions 8 years ago
Ismael Gomez 1d7bfc79c2 fixed coverty bugs 8 years ago
Ismael Gomez 867ed0feee Merge branch 'oai_blind_search' into next 8 years ago
Ismael Gomez ceddb15deb Fixed RV for SIB in pdsch_ue example 8 years ago
Ismael Gomez 2b3087b1f9 fixed coverty bug 8 years ago