You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
7 years ago
..
gtpu.h Added downlink IP tunnel. Downlink user plane packets reach the UE. 7 years ago
pdcp.h introducing embms support in common upper layer functions 7 years ago
pdcp_entity.h Remove unused include 7 years ago
rlc.h Changes on srsENB mutexing logic to fix general race condition and deadlock issues (#229) 7 years ago
rlc_am.h Changes on srsENB mutexing logic to fix general race condition and deadlock issues (#229) 7 years ago
rlc_common.h Changes on srsENB mutexing logic to fix general race condition and deadlock issues (#229) 7 years ago
rlc_entity.h Changes on srsENB mutexing logic to fix general race condition and deadlock issues (#229) 7 years ago
rlc_interface.h setting tx and rx mod in rlc um for mch to 1 7 years ago
rlc_metrics.h Unified include guards 7 years ago
rlc_tm.h Changes on srsENB mutexing logic to fix general race condition and deadlock issues (#229) 7 years ago
rlc_tx_queue.h Changes on srsENB mutexing logic to fix general race condition and deadlock issues (#229) 7 years ago
rlc_um.h Changes on srsENB mutexing logic to fix general race condition and deadlock issues (#229) 7 years ago