14 Commits (d67d18cc6b13ee0d9d79aa3a42ae41ab4e33aef9)

Author SHA1 Message Date
Andre Puschmann 4b01a2e4a0 update copyright notice 6 years ago
Andre Puschmann 3702a6660e fix compilation for gcc 4.x 6 years ago
Andre Puschmann c60f7e9013 remove "disconnected" from enb console trace 6 years ago
Andre Puschmann db910cb84b add CSV metrics for eNB 6 years ago
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
6 years ago
Ismael Gomez 8c92f3fddc
Improvements and fixes on srsENB scheduler (#228) 6 years ago
David Rupprecht 06d4559294 Change include path absolut to project dir 7 years ago
Xavier Arteaga 20934a4f89 More COverity Fixes 7 years ago
Xavier Arteaga 9ca4f4ab9e Fixed PUSCH retransmission bug, last RI report and RI trace format 7 years ago
Xavier Arteaga 650cc0788c eNB: Added RI metrics trace 7 years ago
Ismael Gomez b353ed03dd cleaned stdout metric 7 years ago
Ismael Gomez 14ab68e652 added CQI to metrics 7 years ago
Andre Puschmann 04ec09bd71 add license text to various files 8 years ago
Ismael Gomez e5ae82aef1 added srsENB code 8 years ago