An error occurred fetching the project authors.
- 06 Nov, 2019 1 commit
-
-
Cedric Roux authored
In TDD mode, CQI requests are not possible in special subframes (at least for some TDD configurations, see 36.213 7.2.3 that says "a DL subframe is valid if it does not contain a DwPTS field if the length is less than 7680 Ts"). In the code, we simply disable CQI requests in special subframes, no matter what the length of DwPTS. A problem can arise if the DCI0 for a given UE are sent only in those special subframes. In this case the UE will never report CQI and the eNB will use low MCS for this UE, impacting performances. Another, related, problem is when there are several UEs. There again one UE might always get its DCI0 in special subframes and thus never report CQI. There again, performance issues. This commit is an attempt to improve the situation. It does two things. 1 - tag the UE as schedulable in the function UE_is_to_be_scheduled if the cqi_req_timer is expired 2 - use cqi_req_timer as a criterium when ordering UEs for UL scheduling The value chosen for the expiration of the cqi_req_timer in UE_is_to_be_scheduled is quite high (300) because as the code is today we may overschedule the UE for short bursts until we receive a CQI from the UE. [TODO: fix the code properly to avoid this behavior.] Note: the fairRR scheduler has not been analyzed and this commit may not fix anything in case the fairRR scheduler is used.
-
- 16 Jul, 2019 3 commits
-
-
Haruki NAOI authored
This commit is workaround. This issue realy occures with the following log. lte-softmodem: ../nptl/pthread_mutex_lock.c:81: _pthread_mutex_lock: Assertion `mutex->_data.__owner == 0' failed.
-
Haruki NAOI authored
-
Haruki NAOI authored
-
- 01 Jul, 2019 1 commit
-
-
laurent authored
-
- 20 Jun, 2019 1 commit
-
-
Dong Anyuan authored
Fix Coverity Scan CID 300464 (Using hi as an array. This might corrupt or misinterpret adjacent memory locations.)
-
- 25 Apr, 2019 1 commit
-
-
Raymond Knopp authored
-
- 18 Apr, 2019 1 commit
-
-
Louis Adrien Dufrene authored
-
- 16 Apr, 2019 1 commit
-
-
Louis Adrien Dufrene authored
-
- 15 Apr, 2019 2 commits
-
-
Louis Adrien Dufrene authored
Bug fix of drx_config == PrNothing is now handled. Bug fix for dci0_ongoing not working. To investigate
-
Louis Adrien Dufrene authored
-
- 05 Apr, 2019 1 commit
-
-
frtabu authored
-
- 04 Apr, 2019 1 commit
-
-
Louis Adrien Dufrene authored
-
- 13 Mar, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 28 Feb, 2019 1 commit
-
-
nepes authored
-
- 26 Feb, 2019 1 commit
-
-
OAI-admin authored
-
- 25 Feb, 2019 2 commits
-
-
Louis Adrien Dufrene authored
-
Louis Adrien Dufrene authored
-
- 19 Feb, 2019 1 commit
-
-
Louis Adrien Dufrene authored
-
- 15 Feb, 2019 2 commits
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Javier Morgade authored
Code cleanup
-
- 12 Feb, 2019 2 commits
- 28 Jan, 2019 1 commit
-
-
Stefan authored
-
- 25 Jan, 2019 2 commits
- 24 Jan, 2019 2 commits
- 23 Jan, 2019 3 commits
- 22 Jan, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 18 Jan, 2019 1 commit
-
-
Stefan authored
-
- 14 Jan, 2019 1 commit
-
-
Stefan authored
-
- 11 Jan, 2019 1 commit
-
-
Stefan authored
-
- 10 Jan, 2019 2 commits
-
-
Louis Adrien Dufrene authored
-
Stefan 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.
-
- 20 Dec, 2018 1 commit
-
-
Louis Adrien Dufrene authored
-
- 07 Dec, 2018 1 commit
-
-
Robert Schmidt authored
-