2541 Commits (c3088e1d16b6a78a9bdfc95135ec3dd905da21bc)
 

Author SHA1 Message Date
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
Andre Puschmann d9c5567e55 rlc_am: request status PDU if needed when sending PDU segments 7 years ago
Andre Puschmann afe6219d4b rlc_am: move check for special SO_end field outside of if and adjust length accordingly 7 years ago
Ismael Gomez 84c1a11d51 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 7 years ago
Ismael Gomez 9dab102a7e Removed debug printf from enb scheduler 7 years ago
Xavier Arteaga 4949759cdc Fixed simultaneous PHICH (ACK) and CQI request. 7 years ago
Xavier Arteaga 610edac801 Do not append RI in RM30 if no TM3/4 7 years ago
Paul Sutton 3c67370cce
Merge pull request #144 from mrlnc/identity_request_pcap
Write Identity Response to PCAP
7 years ago
Merlin Chlosta 9484887f80 Write Identity Response to PCAP 7 years ago
Andre Puschmann 4e5f7f6ffa rlc_am: flush retx queue after rx'ing status PDU to avoid unordered SNs 7 years ago
Andre Puschmann 6142b66632 only print print buffer pool when it's empty 7 years ago
Ismael Gomez a287721adc Merge branch 'next' into raa 7 years ago
Ismael Gomez 7b254ff437 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 7 years ago
Ismael Gomez 69895d2928 Do not reset rx_gain_offset when PHY reset. Added log messages to debug Measurement reports 7 years ago
Paul Sutton c40f5e6ef8 Fixes for RLC AM tests 7 years ago
Ismael Gomez a7fc8c92b8 Merge branch 'next' into raa 7 years ago
Ismael Gomez c64c618194 Fix typo in previous commit and remove printf 7 years ago
Ismael Gomez 4a8651db48 Merge branch 'next' into raa 7 years ago
Ismael Gomez 8f2db5feb8 Fix as per psutton review of pull request #147 7 years ago
Ismael Gomez ecefbefca7
Merge pull request #147 from softwareradiosystems/test_rlc_am
Buffer is deallocated for tx_window but tx_window object is not remov…
7 years ago
Ismael Gomez 6ca74929a2 Revert "Fixed PRACH preamble when non-contention based RA"
This reverts commit 8f206eb438.
7 years ago
Ismael Gomez 013c39abff Revert "Test change SSS to Full"
This reverts commit 19129cf152.
7 years ago
Ismael Gomez 8f206eb438 Fixed PRACH preamble when non-contention based RA 7 years ago
Ismael Gomez 19129cf152 Test change SSS to Full 7 years ago
Ismael Gomez 3874eb0434 Merge branch 'next' into raa 7 years ago
Ismael Gomez a279ab47f0 Improved neighbour cell accuracy. Changed RRC to avoid segfault when neighbour cell addition 7 years ago
Ismael Gomez be62b8a179 Fixed uninitialized sock 7 years ago
Ismael Gomez a0e5d7f011 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 7 years ago
Ismael Gomez 2347fe0e6f Fixed incorrect DCI location bug. Make all calls to regs/pdcch atomic w.r.t. the CFI 7 years ago
Xavier Arteaga 872a92abbc Fixed UL MAC Bug 7 years ago