Commit Graph

392 Commits

Author SHA1 Message Date
Xavier Arteaga e2a61af462 Added Aperiodic mode 3-1 in enb and some more optimizations 2017-11-16 14:48:03 +01:00
Xavier Arteaga d041431c13 Merge branch 'reporting' into enbmimo 2017-11-14 17:25:43 +01:00
Xavier Arteaga b084b153cf Added UE Mode 3-1 aperiodic reporting 2017-11-14 17:11:48 +01:00
Xavier Arteaga 861d65b070 Added subdev RF arguments. It fixes #95 2017-11-13 16:01:01 +01:00
Xavier Arteaga ca07f0064d Remove otw_format=sc12/sc16 from device args, also commas. 2017-11-13 10:47:02 +01:00
Xavier Arteaga b23be658cc Added PDSCH decoder maximum bitrate (from DSP execution time) 2017-11-13 10:14:11 +01:00
Ismael Gomez 4eb5ee5c58 Removed console debugging messages 2017-11-10 18:01:32 +01:00
Ismael Gomez 9389cc1957 Removed deallocating unkown buffer error 2017-11-10 17:59:43 +01:00
Ismael Gomez 42d08046d3 Fixed bug with UL adaptive retx 2017-11-10 17:59:35 +01:00
Ismael Gomez 05973790ba Add checks for existence of retx buffer and remove from queue if not 2017-11-10 12:39:28 +01:00
Ismael Gomez e983987563 Check retx.sn exists in tx_window in required buffer size 2017-11-10 09:09:46 +01:00
Ismael Gomez a992fcf607 Fix concurrent access segfault in RLC AM 2017-11-10 07:42:45 +01:00
Xavier Arteaga c2d8508dcb Merge branch 'next' into enbmimo 2017-11-09 16:50:29 +01:00
Ismael Gomez 84db678608 Fixed Format1C RV with P-RNTI 2017-11-09 16:18:59 +01:00
Xavier Arteaga 9fbcf95367 Merge branch 'next' of https://github.com/softwareradiosystems/srsLTE into enbmimo 2017-11-09 16:16:39 +01:00
Xavier Arteaga 2b0a4fa2d0 eNB: solved sched-pdsch bug 2017-11-09 15:42:02 +01:00
Paul Sutton 646f949d77 Fix for debug inline issue 2017-11-08 16:19:32 +00:00
Xavier Arteaga 75957d41d7 Added DCI formats 2 and 2a inScheduler. Improved UE PHCH, corrected some MIMO bugs on both sides. 2017-11-08 17:10:16 +01:00
yagoda cd6ca95cd1 lime additions and resampler optimizations (#94)
* adding optimizations to fractional resampler

* adding txrx delay for N210 and Lime

* minor corrections to Lime api

* optimization of the fractional resampler
2017-11-08 07:43:38 -08:00
Paul Sutton 54b56ded4a Merge branch 'master' into next 2017-11-02 17:45:28 +00:00
Paul Sutton 935afe6ef3 Minor soapy fix 2017-11-02 17:44:56 +00:00
Ismael Gomez d615dc9ec9 Added missing deallocation in RLC UM in case of too small pdu 2017-11-01 16:30:14 -07:00
Ismael Gomez bb2bc95247 Fix diversity tx not working for 4 ports 2017-10-31 22:46:57 -07:00
Ismael Gomez 0d95159a2a Fix issue #114 2017-10-31 08:01:02 -07:00
Ismael Gomez 3a054a22b9 Remove OFDM normalization from enb_dl_init and do it before transmission 2017-10-31 07:26:49 -07:00
Ismael Gomez 6619ec9512
Merge pull request #83 from softwareradiosystems/rlc_am_poll_bug
fix bug in RLC AM where poll bit was never set
2017-10-31 07:24:11 -07:00
Xavier Arteaga 98969b2011 Implemented 3GPP 36.212 Tables 5.3.3.1.5-1 and 5.3.3.1.5-2 2017-10-31 12:19:35 +01:00
Ismael Gomez 81b34afff9 Normalize srsENB OFDM tx signal (srsENB not working PDSCH before this commit until ofdm changes commit) 2017-10-30 21:49:02 -07:00
Xavier Arteaga f9e428ef68 Optimised RI/PMI calculation call 2017-10-30 14:25:03 +01:00
Ismael Gomez de937faa20 Set invalid inputs error to dlsch_decode 2017-10-29 11:02:18 -07:00
Ismael Gomez be0b832927 Implement CW swap and TB to CW mapping for TM4 2017-10-29 10:29:53 -07:00
Ismael Gomez 1d095b006a Removed unused nof_tb variable 2017-10-28 23:30:29 -07:00
Ismael Gomez cb6adba46a Merge branch 'master' into next 2017-10-28 22:28:33 -07:00
Ismael Gomez 9c04bf2848 Removed metrics period from listener 2017-10-28 16:13:17 -07:00
Ismael Gomez 3de86ca521 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2017-10-28 14:33:05 -07:00
Ismael Gomez abbd2e0f85 return error on precoding error 2017-10-28 14:33:01 -07:00
Ismael Gomez 770490a115
Merge pull request #109 from mrlnc/pcap_write_sfn
Write SFN to MAC-LTE PCAP file
2017-10-28 14:18:01 -07:00
Xavier Arteaga 96a6d6ae9f Merge branch 'next' into enbmimo 2017-10-27 16:25:03 +02:00
Merlin Chlosta 50b196a04e Write SFN to MAC-LTE PCAP file 2017-10-27 16:18:55 +02:00
Xavier Arteaga 6985682ef0 Added 2nd Codeword interface in scheduler, plus pmi close loop reporting 2017-10-26 17:09:28 +02:00
Andre Puschmann 7ba8c5b94a fix bug in RLC AM where poll bit was never set if poll_byte and poll_pdu are zero
- In case both poll_pdu and poll_byte are zero a status PDU is requested
  from the other AM entity every N data PDUs
2017-10-26 09:21:26 +02:00
Paul Sutton ac8cbcaaea 1-byte PDU fix for RLC AM 2017-10-25 11:18:49 +01:00
Paul Sutton bd206e94fc Merge pull request #77 from softwareradiosystems/measurementreports
Adding ASN support for RRC measurement report messages
2017-10-24 13:14:29 +01:00
Xavier Arteaga af669a6cbb Added RI reporting in enb and optimised RI computing calling time 2017-10-24 10:07:54 +02:00
Ismael Gomez 610e892036 Merge branch 'next_novolk' of github.com:softwareradiosystems/srsLTE into next_novolk 2017-10-20 12:34:42 -04:00
Ismael Gomez 85571c47cd Added option to ue.conf to configure CFO EMA (set default to 0.4) 2017-10-20 12:34:34 -04:00
Xavier Arteaga a400999927 Merge branch 'next_novolk' of https://github.com/softwareradiosystems/srsLTE into next_novolk 2017-10-20 18:17:43 +02:00
Xavier Arteaga c1b296eb2c SSE optimization for srslte_bit_interleave_w_offset 2017-10-20 18:17:07 +02:00
Paul Sutton 7e3fbbc639 Adding ASN support for RRC measurement report messages 2017-10-20 16:18:26 +01:00
Ismael Gomez b0157cb4f8 Removed error when can't save fft wisdom (prints in mkl) 2017-10-20 10:40:59 -04:00