srsLTE/srsenb
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
..
hdr Changes on srsENB mutexing logic to fix general race condition and deadlock issues (#229) 2018-07-05 11:00:19 +02:00
src Changes on srsENB mutexing logic to fix general race condition and deadlock issues (#229) 2018-07-05 11:00:19 +02:00
test adding upper embms support to the enodeb 2018-05-15 17:13:30 +02:00
CMakeLists.txt add config install helper 2018-06-05 11:34:01 +02:00
drb.conf.example Changed default DRB config QCI 9 to AM 2018-06-13 16:43:48 +02:00
enb.conf.example Mbms fixes (#225) 2018-07-02 17:51:09 +02:00
rr.conf.example Improved DL TCP performance by tweeking BSR reports and UL scheduler 2017-08-28 10:06:12 +02:00
sib.conf.example Set a reasonable default rs_power 2018-06-29 16:58:28 +02:00
sib.conf.mbsfn.example Mbms fixes (#225) 2018-07-02 17:51:09 +02:00