Commit Graph

162 Commits

Author SHA1 Message Date
Ismael Gomez b2389efe47 start_rx_stream delays the start to avoid filling buffers. Started adapting pdsch_ue to 2 antennas 2017-02-10 14:06:58 +01:00
Ismael Gomez b795a22f6a fixed failing tests 2016-11-29 20:31:22 +01:00
Ismael Gomez 23a362c9b0 Merge branch 'master' into next 2016-11-24 11:24:44 +01:00
Ismael Gomez a13039e48c Merge pull request #67 from Agmagor/origin/patch-4
coverity: timeval.tv_usec is 'long int', not 'int'
2016-11-23 16:30:21 +00:00
Agmagor b024550316 coverity: timeval.tv_usec is 'long int', not 'int' 2016-11-22 23:55:37 +01:00
Ismael Gomez 62b63462c9 Simplified API for PDSCH and PUSCH. Dynamically handle multiple RNTIs 2016-11-20 17:36:21 +01:00
Agmagor fd4eb44bfc memleak: free cellsearch buffer after scan 2016-11-16 16:46:22 +01:00
Ismael Gomez 3ff153f06a minor print formatting 2016-10-06 20:29:34 +02:00
Ismael Gomez 1f6e63ae4f cfo: srslte_sync_get_cfo() returns PSS-based CFO estimation. Gives better results than CP-based 2016-10-04 19:11:04 +02:00
Ismael Gomez 867ed0feee Merge branch 'oai_blind_search' into next 2016-09-22 15:07:30 +02:00
Ismael Gomez ceddb15deb Fixed RV for SIB in pdsch_ue example 2016-09-22 13:56:46 +02:00
Ismael Gomez c58f1c9edc fixed dl tbs for mcs >= 29 2016-09-16 21:41:19 -04:00
Ismael Gomez 16454f5eb1 Added guard carriers to pdsch_ue plot 2016-08-31 16:58:39 +02:00
Ismael Gomez f605400bed fixed issues in new dci search 2016-08-30 16:56:12 +02:00
Ismael Gomez 3941589cc5 added printfs 2016-08-30 15:27:54 +02:00
Ismael Gomez ded17137b0 fixed bugs from coverty analysis 2016-08-30 00:49:31 +02:00
Ismael Gomez 850259e2f7 Revert "ue_sync: set default offset correction interval to 0. chest_dl: added option to average estimates per subframe"
This reverts commit 10cbb9ad92.
2016-08-29 17:43:07 +02:00
Ismael Gomez 4f7b372711 Revert "psdch_ue: disabled agc by default. Set default gain to 70 dB"
This reverts commit 58d955ea10.
2016-08-29 17:43:04 +02:00
Ismael Gomez 58d955ea10 psdch_ue: disabled agc by default. Set default gain to 70 dB 2016-08-25 19:04:36 -07:00
Ismael Gomez 10cbb9ad92 ue_sync: set default offset correction interval to 0. chest_dl: added option to average estimates per subframe 2016-08-25 19:01:47 -07:00
Ismael Gomez 299dc6aef4 Added unpacking for MIMO 2016-08-05 18:57:40 +02:00
Ismael Gomez 15735c35c7 Merge branch 'next' into uplink 2016-07-27 19:19:37 +02:00
Ismael Gomez 0d0e8d86b8 fixed failing tests after last commit 2016-07-27 17:32:37 +02:00
Ismael Gomez cc00b172b5 Improvements in prach detection 2016-07-27 16:44:14 +02:00
Ismael Gomez c54481e0e1 Fixed bug in pbch_encode 2016-07-11 23:32:25 +02:00
Ismael Gomez 8ee9b32c7a Merge branch 'next' into uplink 2016-07-11 23:29:37 +02:00
Ismael Gomez 267f7db855 plots to a single window 2016-07-06 19:04:46 +02:00
Ismael Gomez 3ea0ea221e Merge branch 'master' into uplink 2016-06-10 17:57:13 +02:00
Ismael Gomez 4e2d9631c5 pdsch_enodeb: fixed data transmission not enabled 2016-06-10 17:50:13 +02:00
Ismael Gomez 3c6fcf3656 Merged with master 2016-05-19 17:15:30 +02:00
Ismael Gomez e9d242f6b4 pcfich: fixed incorrect detection 2016-05-18 11:51:10 +02:00
Ismael Gomez 43db80e7db pdsch_enodeb: transmitting all subframes 2016-05-17 18:36:21 +02:00
Ismael Gomez a612009ea7 Fixed PDCCH not looking for aggregation level L=8. Fixed PCFICH encoder not accepting cfi=3 2016-05-17 18:35:23 +02:00
Ismael Gomez b5eedf07af Added enb_ul 2016-05-09 12:38:39 +02:00
Ismael Gomez 6d70d5cb94 enb_dl: fixed some issues in TX 2016-05-07 14:02:06 +02:00
Ismael Gomez 6407aceea5 Added enb_ul and enb_dl objects 2016-05-06 11:03:42 +02:00
Ismael Gomez 73c50d3b52 Fix erroneously-capitalized KHz -> kHz 2016-04-25 21:55:52 +02:00
Ismael Gomez d33242bd17 Set AGC by default in pdsch_ue and cell_measurement examples 2016-04-20 16:08:04 +02:00
Paul Sutton e5c8fdaf2d Fixes for cmake restructure 2016-04-18 12:15:41 +01:00
Paul Sutton af85656096 Merge branch 'cmake_restructure' into test_merge 2016-04-18 10:31:16 +01:00
Paul Sutton 47eb847913 cleanups for cmake files, fixes to linker errors 2016-04-18 10:17:23 +01:00
ismagom a625f30643 Changed CFO EMA coefficients 2016-04-17 13:13:48 +02:00
ismagom 837326f575 Added more options to change parameters 2016-04-14 20:45:46 +02:00
Paul Sutton 14a889bcf9 Building rf as static lib and linking into srslte shared lib 2016-04-08 17:06:37 +01:00
Paul Sutton 3fa54c653f CMake restructure 2016-04-08 16:30:02 +01:00
ismagom c3268a93e2 Improved SFBC decoder and added SSE version. Fixed bug in MIB decoding. Improved calibration of synchronization constants 2016-04-08 17:04:01 +02:00
ismagom 799af37bed Fixed bug in PDCCH REG cyclic shift 2016-04-04 21:44:07 +02:00
ismagom aee336b586 Supporting instantaneous sampling time correction 2016-03-25 19:57:15 +01:00
ismagom c57441d3f7 Integrated new synchronization 2016-03-24 12:30:56 +01:00
ismagom fb1d2d32c4 Changed sfn_offset in PBCH decoding to signed integer 2016-03-08 10:19:09 +00:00