2419 Commits (79e59f1bf85af1bb01fca1b50afa03e00267450d)
 

Author SHA1 Message Date
Paul Sutton 2734ce6600
Revert coverity badge change 7 years ago
Andre Puschmann 96058f5b15 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 7 years ago
Paul Sutton f7375b5da0 Merge branch 'next' into raa 7 years ago
Paul Sutton e18cb5ba5b Fixing RLC AM tests, adding extra check for segment handling 7 years ago
Paul Sutton 4cf79c1ead Initial fix for segment handling in RLC AM 7 years ago
Paul Sutton 59e425608f Better fix for buffer size issue 7 years ago
Paul Sutton 237770fcc2
Update coverity badge 7 years ago
Ismael Gomez 8f9ce13b1c Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 7 years ago
Ismael Gomez ad703d5758 Add missing include 7 years ago
Andre Puschmann 1daf7b04bc add copyright header 7 years ago
Andre Puschmann 4222c6b9a0 fix mem leak in log_filter 7 years ago
Andre Puschmann ccfb9314bc fix various coverity bugs 7 years ago
Ismael Gomez 6c796cf210 Merge branch 'next' into raa 7 years ago
Ismael Gomez ee12051b33 Removed unused options in ue.conf. Fixes #143 7 years ago
Ismael Gomez 86818ad65f Fix compilations warnings and remove printf debugs 7 years ago
Pedro Alvarez fdc7a0d334 Removed misleading print. 7 years ago
Pedro Alvarez cc9845ef07 Merging HSS resynch functionality from David Rupprecht. Resolving conflict in user_db.csv. 7 years ago
Ismael Gomez b5bda138f3 Merge branch 'next' 7 years ago
Xavier Arteaga 42c561e77e UE channel estimator averages in sf by default 7 years ago
Xavier Arteaga 3f002aca85 Corrected energy measurement of the RSRP 7 years ago
Andre Puschmann b3beb58edf Merge branch 'next' into rlc_am_ul_bug 7 years ago
Andre Puschmann 22117156b3 rlc_am: disable stress tester as test 7 years ago
Andre Puschmann ef19b5f051 rlc_am: revert PDU len changes to pass tests again 7 years ago
Andre Puschmann ddfd114865 rlc_am: disable debug prints 7 years ago
Ismael Gomez c429f3031f Proper normalization to noise power estimation in chest_dl 7 years ago
Ismael Gomez 7ae186d499 Typo in printing default pdsch_ue help 7 years ago
Ismael Gomez ed76d73bbc Print tpc_pucch for format2 dci also 7 years ago
Andre Puschmann bf26934e13 rlc_am: print error but don't exit on buffer allocation errors 7 years ago
Paul Sutton d1d6cea737 Adding debug helpers 7 years ago
Ismael Gomez 9dc6024483 Merge branch 'next' into raa 7 years ago
Paul Sutton 60b059f3cc Adding RLC AM stress test 7 years ago
Andre Puschmann 0c03b84a29 Revert "rlc_am: request status PDU if tx window is half full"
This reverts commit 897db045bb.
7 years ago
Andre Puschmann bde37de866 rlc_am: fix bug where PDU was erased from tx_window too early 7 years ago
Andre Puschmann bfb3155da6 rlc_am: don't build new PDUs if tx window is full 7 years ago
Andre Puschmann fe069073f0 rlc_am: directly add lower edge of tx window in case of a retx 7 years ago
Xavier Arteaga 0c2f0ac038 Fixed srsue freq_offset compensation for UL 7 years ago
Xavier Arteaga 34233e64a4 Fixed SNR source from equalizer to average 7 years ago
yagoda eb8a884e90 small optimization in neon viterbi 7 years ago
Andre Puschmann 7fde6e4933 rlc_am: fix conditions for resetting re-ordering timer 7 years ago
Andre Puschmann bebf062fee rlc_am: count poll_pdu and poll_byte during retransmission (and segements) 7 years ago
Andre Puschmann 9c3418d010 rlc_am: add extra brackets to macro 7 years ago
Andre Puschmann 705acec6b9 fix uninitialized variables in logger 7 years ago
Paul Sutton eab80b3e01 Merge branch 'next' of github.com:softwareradiosystems/srslte into next 7 years ago
Paul Sutton 1fd2341932 Minor typo fix 7 years ago
Pedro Alvarez 834b34a904 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 7 years ago
Pedro Alvarez 77b3cc97cd Changing AMF value in user_db.csv to to have a separation bit of 1. 7 years ago
Andre Puschmann fa7d5bd40e rlc_am: retransmit first outstanding PDU in case the tx_window is full to avoid stalling 7 years ago
Andre Puschmann 8f850754f3 check malloc return value in various tests 7 years ago
Ismael Gomez f17cfa3ac3 Fixed possible mod netgative SR period calculation 7 years ago
Andre Puschmann 897db045bb rlc_am: request status PDU if tx window is half full
The idea behind this condition is to prevent pushing more and
more data PDU on the tx_queue without getting feedback from the
receiver about it's state.
7 years ago