Commit Graph

2481 Commits

Author SHA1 Message Date
Andre Puschmann 7fde6e4933 rlc_am: fix conditions for resetting re-ordering timer 2018-02-07 16:34:10 +01:00
Andre Puschmann bebf062fee rlc_am: count poll_pdu and poll_byte during retransmission (and segements) 2018-02-07 16:32:15 +01:00
Andre Puschmann 9c3418d010 rlc_am: add extra brackets to macro 2018-02-07 16:29:31 +01:00
Andre Puschmann 705acec6b9 fix uninitialized variables in logger 2018-02-07 14:45:44 +01:00
Paul Sutton eab80b3e01 Merge branch 'next' of github.com:softwareradiosystems/srslte into next 2018-02-07 09:38:02 +00:00
Paul Sutton 1fd2341932 Minor typo fix 2018-02-07 09:37:26 +00:00
Pedro Alvarez 834b34a904 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2018-02-06 17:46:46 +00:00
Pedro Alvarez 77b3cc97cd Changing AMF value in user_db.csv to to have a separation bit of 1. 2018-02-06 17:46:27 +00:00
Andre Puschmann fa7d5bd40e rlc_am: retransmit first outstanding PDU in case the tx_window is full to avoid stalling 2018-02-06 16:59:20 +01:00
Andre Puschmann 8f850754f3 check malloc return value in various tests 2018-02-06 16:42:43 +01:00
Ismael Gomez f17cfa3ac3 Fixed possible mod netgative SR period calculation 2018-02-06 15:37:00 +01:00
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.
2018-02-06 15:31:09 +01:00
Andre Puschmann d9c5567e55 rlc_am: request status PDU if needed when sending PDU segments 2018-02-06 15:23:36 +01:00
Andre Puschmann afe6219d4b rlc_am: move check for special SO_end field outside of if and adjust length accordingly 2018-02-06 15:20:33 +01:00
Ismael Gomez 84c1a11d51 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2018-02-06 14:54:58 +01:00
Ismael Gomez 9dab102a7e Removed debug printf from enb scheduler 2018-02-06 12:55:28 +01:00
Xavier Arteaga 4949759cdc Fixed simultaneous PHICH (ACK) and CQI request. 2018-02-06 10:42:57 +01:00
Xavier Arteaga 610edac801 Do not append RI in RM30 if no TM3/4 2018-02-06 10:42:57 +01:00
Paul Sutton 3c67370cce
Merge pull request #144 from mrlnc/identity_request_pcap
Write Identity Response to PCAP
2018-02-05 16:12:02 +01:00
Merlin Chlosta 9484887f80 Write Identity Response to PCAP 2018-02-05 16:04:14 +01:00
Andre Puschmann 4e5f7f6ffa rlc_am: flush retx queue after rx'ing status PDU to avoid unordered SNs 2018-02-05 15:12:16 +01:00
Andre Puschmann 6142b66632 only print print buffer pool when it's empty 2018-02-05 15:10:05 +01:00
Ismael Gomez a287721adc Merge branch 'next' into raa 2018-02-05 13:05:22 +01:00
Ismael Gomez 7b254ff437 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2018-02-05 13:05:12 +01:00
Ismael Gomez 69895d2928 Do not reset rx_gain_offset when PHY reset. Added log messages to debug Measurement reports 2018-02-05 13:05:05 +01:00
Paul Sutton c40f5e6ef8 Fixes for RLC AM tests 2018-02-05 09:30:58 +00:00
Ismael Gomez a7fc8c92b8 Merge branch 'next' into raa 2018-02-03 11:07:35 +01:00
Ismael Gomez c64c618194 Fix typo in previous commit and remove printf 2018-02-03 11:07:21 +01:00
Ismael Gomez 4a8651db48 Merge branch 'next' into raa 2018-02-03 11:05:54 +01:00
Ismael Gomez 8f2db5feb8 Fix as per psutton review of pull request #147 2018-02-03 11:05:42 +01:00
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…
2018-02-03 11:01:51 +01:00
Ismael Gomez 6ca74929a2 Revert "Fixed PRACH preamble when non-contention based RA"
This reverts commit 8f206eb438.
2018-02-02 20:23:55 +01:00
Ismael Gomez 013c39abff Revert "Test change SSS to Full"
This reverts commit 19129cf152.
2018-02-02 20:21:38 +01:00
Ismael Gomez 8f206eb438 Fixed PRACH preamble when non-contention based RA 2018-02-02 20:17:58 +01:00
Ismael Gomez 19129cf152 Test change SSS to Full 2018-02-02 20:07:58 +01:00
Ismael Gomez 3874eb0434 Merge branch 'next' into raa 2018-02-02 19:33:24 +01:00
Ismael Gomez a279ab47f0 Improved neighbour cell accuracy. Changed RRC to avoid segfault when neighbour cell addition 2018-02-02 19:31:22 +01:00
Ismael Gomez be62b8a179 Fixed uninitialized sock 2018-02-02 16:30:43 +01:00
Ismael Gomez a0e5d7f011 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2018-02-02 16:27:20 +01:00
Ismael Gomez 2347fe0e6f Fixed incorrect DCI location bug. Make all calls to regs/pdcch atomic w.r.t. the CFI 2018-02-02 16:27:11 +01:00
Xavier Arteaga 872a92abbc Fixed UL MAC Bug 2018-02-02 15:57:25 +01:00
Andre Puschmann b73b29ff9e Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2018-02-02 11:13:16 +01:00
Ismael Gomez 60fd083206 Merge branch 'next' into raa 2018-02-02 10:58:49 +01:00
Ismael Gomez 348117df3c Recover on radio overflow 2018-02-02 10:58:40 +01:00
Andre Puschmann e5a04844ec more coverity fixes 2018-02-02 09:43:10 +01:00
Ismael Gomez 027d42896a Merge branch 'next' into raa 2018-02-01 20:48:36 +01:00
Ismael Gomez 45ea443377 Deallocate attach_request pdu 2018-02-01 20:48:27 +01:00
Ismael Gomez fc9fd2eb95 Merge branch 'next' into raa 2018-02-01 20:34:26 +01:00
Ismael Gomez 5eeaf52990 Check for non-zero payload in log 2018-02-01 20:16:35 +01:00
Ismael Gomez 36358fa34b Use SNR as out-of-sync threshold in addition to RSRP 2018-02-01 20:16:10 +01:00