srsLTE/lib/test/upper
Ismael Gomez 589e569ce9
Changes on srsENB mutexing logic to fix general race condition and deadlock issues (#229)
* fixed some issues with the UL scheduling

* Hack to fix UL scheduler

* minor fix

* Cleaned up code and fixed issue with the update_allocation function

* fixed the console printing in the enb

* log/console fix

* fixed the log print

* added a normalization factor

* RLC: entity uses dynamic instances. Simplified stop/reset/reestablish procedure. Added non-blocking interface

* Limit decimals in metrics stdout

* Changed mutexes to rwlock in RLC/RRC/MAC/PDCP to fix race conditions when removing users

* Fix deadlock bug for MIMO

* Remove headers

* Fix missing unlock causing overflows

* Do not decrease CQI when PUCCH (this is a temporal fix, requires to reduce the maximum MCS)

* Fix mutex unlock in worker

* Configurable RLC tx buffer. Default to 512 for enodeb

* Check NULL SDU in write_sdu()

* Protect RLC objects and tx_queue from being destroyed while using it

* Remove superfluous code

* Disable SIB logging

* Fix block_queue for enb
2018-07-05 11:00:19 +02:00
..
CMakeLists.txt limit SDU generation rate in AM stress test 2018-05-22 14:52:47 +02:00
rlc_am_control_test.cc changed srsue namespace to srslte for all common objects 2017-06-01 12:25:42 +02:00
rlc_am_data_test.cc add RLC AM data header parsing test 2018-03-28 17:10:56 +02:00
rlc_am_test.cc Changes on srsENB mutexing logic to fix general race condition and deadlock issues (#229) 2018-07-05 11:00:19 +02:00
rlc_stress_test.cc Merge branch 'next' into embms_merge_final 2018-05-22 10:39:05 +02:00
rlc_um_data_test.cc changed srsue namespace to srslte for all common objects 2017-06-01 12:25:42 +02:00
rlc_um_test.cc refactor config for multicast RLC bearers 2018-05-15 22:23:21 +02:00