An error occurred fetching the project authors.
- 20 Jul, 2020 5 commits
-
-
Robert Schmidt authored
Use LFDS 7.0.0 Ringbuffer implementation to handle * Slice Configuration * UE slice association which is then uploaded through MAC scheduling thread
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 01 Jul, 2020 5 commits
-
-
Robert Schmidt authored
Use LFDS 7.0.0 Ringbuffer implementation to handle * Slice Configuration * UE slice association which is then uploaded through MAC scheduling thread
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 04 Jun, 2020 1 commit
-
-
laurent authored
-
- 01 Apr, 2020 1 commit
-
-
Robert Schmidt authored
UE_list_t is now used as a separate list. It can be e.g. used in the scheduler to mark groups of users. The original UE_list_t is renamed to UE_info_t to reflect that it is a container for information about UEs.
-
- 20 Jan, 2020 4 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
The timer code used to trigger periodic statistics message sending used ITTI. Together with a high frequency reporting (e.g. 1ms), this resulted in high CPU usage. This commit reimplements this: * using a thread that is synchronized to the RU (if there is no MAC, we assume there is no RU generating a tick so we create the tick source ourselves) * no RB trees but plain arrays * smaller interface for users * slight user interface changes * remove stopped timer state: such timer might be simply removed * remove one-shot timers
-
Robert Schmidt authored
* only set up timer for sending requests * simplify interface for timer setup * on timer expiry, do not pass through stats request function but directly send the reply * Remove whatever report structure and use stats request directly for inferring the data to send
-
- 05 Jul, 2019 1 commit
-
-
Raphael Defosseux authored
Fix a few cppcheck errors/warnings Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 20 Jun, 2019 2 commits
-
-
Dong Anyuan authored
-
Dong Anyuan authored
Fix Coverity Scan CID 300379 (Variable csi_reports going out of scope leaks the storage it points to.)
-
- 30 May, 2019 3 commits
-
-
Dong Anyuan authored
ReFix Coverity Scan CID 300503 (Variable rlc_reports going out of scope leaks the storage it points to.)
-
Dong Anyuan authored
ReFix Coverity Scan CID 300428 (Variable dl_info going out of scope leaks the storage it points to.)
-
Dong Anyuan authored
ReFix Coverity Scan CID 300508 (Variable ul_info going out of scope leaks the storage it points to.)
-
- 28 May, 2019 14 commits
-
-
Dong Anyuan authored
-
Dong Anyuan authored
-
Dong Anyuan authored
Fix Coverity Scan CID 300415 (Variable ul_report going out of scope leaks the storage it points to.)
-
Dong Anyuan authored
Fix Coverity Scan CID 300420 (Variable ul_mac_config_msg going out of scope leaks the storage it points to.)
-
Dong Anyuan authored
-
Dong Anyuan authored
Fix Coverity Scan CID 300430 (Using uninitialized value msg when calling flexran_agent_mac_sr_info.)
-
Dong Anyuan authored
Fix Coverity Scan CID 300455 (Using uninitialized value msg when calling flexran_agent_mac_sf_trigger.)
-
Dong Anyuan authored
Fix Coverity Scan CID 300456 (Variable full_ul_report going out of scope leaks the storage it points to.)
-
Dong Anyuan authored
Fix Coverity Scan CID 300476 (Variable dl_mac_config_msg going out of scope leaks the storage it points to.)
-
Dong Anyuan authored
Fix Coverity Scan CID 300478 (Variable dl_report going out of scope leaks the storage it points to.)
-
Dong Anyuan authored
-
Dong Anyuan authored
Fix Coverity Scan CID 300499 (Variable paging_report going out of scope leaks the storage it points to.)
-
Dong Anyuan authored
Fix Coverity Scan CID 300503 (Variable rlc_reports going out of scope leaks the storage it points to.)
-
Dong Anyuan authored
-
- 07 Jan, 2019 1 commit
-
-
Cedric Roux authored
For whatever reason most of the files had their permission changed from 644 to 755, which is not wanted.
-
- 07 Nov, 2018 3 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-