- 12 Dec, 2019 1 commit
-
-
Dr.-Ing. Javier Morgade authored
-
- 11 Dec, 2019 3 commits
-
-
Dr.-Ing. Javier Morgade authored
-
Dr.-Ing. Javier Morgade authored
-rxF_comp_d.m dump files was continuously being written to disc ... -hence affecting UE real time perfomance --> "[PHY] Missed real time" -TODO there are a few more left ...
-
Dr.-Ing. Javier Morgade authored
-
- 10 Dec, 2019 1 commit
-
-
Dr.-Ing. Javier Morgade authored
-
- 05 Dec, 2019 2 commits
-
-
Raphael Defosseux authored
-
Javier Morgade authored
-
- 04 Dec, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 03 Dec, 2019 11 commits
-
-
Cedric Roux authored
Not sure if the problem is in the MAC layer or in the RLC v2 layer. Maybe the buffer status reporting in RLC v2 is not good. Let's remove two AssertFatal in the MAC for the time being.
-
Cedric Roux authored
Not very clean, but will do the job for the time being.
-
Cedric Roux authored
Limitation: this fix only works if there is only one eNB, because we force module_id = 0 in the function deliver_sdu where (as the code is today) we have no way to know which module_id is concerned. More generally, the rlc v2 does not work with more than 1 eNB.
-
Cedric Roux authored
The UE code to compute BSR is too complex, has to be reworked/simplified. This commit just removes the assert, does not solve anything.
-
Cedric Roux authored
-
Cedric Roux authored
The old method was wrong. The new method is better, but not accurate, especially when the TX buffer contains SDU of size > 2047 bytes. Plus it's probably too slow. To be refined at some point.
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
simply ignore the error maybe not the best solution
-
Cedric Roux authored
-
Cedric Roux authored
This commit introduces an alternative RLC implementation based on 36.322 version 8. AM and UM done, TM not done. See openair2/LAYER2/rlc_v2/TODO for missing parts.
-
- 27 Nov, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 20 Nov, 2019 3 commits
-
-
Javier Morgade authored
-
Cedric Roux authored
-
Cedric Roux authored
The UE code to compute BSR is too complex, has to be reworked/simplified. This commit just removes the assert, does not solve anything.
-
- 19 Nov, 2019 2 commits
-
-
Raphael Defosseux authored
-
Raphael Defosseux authored
hotfix: better CQI requests, especially for TDD See merge request oai/openairinterface5g!708
-
- 08 Nov, 2019 5 commits
-
-
Cedric Roux authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
--> also adding TDD monolithic test at 20MHz with default scheduler --> putting IF4.p5 TDD scenarios with default scheduler Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
masayuki.harada authored
-
masayuki.harada authored
Fix cqi_req clear timing, and schedule PUSCH when CQI has not been received for a long time in fairRR scheduler.
-
- 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.
-
- 29 Oct, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 24 Oct, 2019 1 commit
-
-
Javier Morgade authored
ACKNOWLEDGEMENT: 1. This commit was developed at Vicomtech (https://www.vicomtech.org) under UE project CDN-X-ALL: "CDN edge-cloud computing for efficient cache and reliable streaming aCROSS Aggregated unicast-multicast LinkS" 2. Project funded by Fed4FIRE+ OC5 (https://www.fed4fire.eu) Signed-off-by: Javier Morgade <javier.morgade@ieee.org>
-
- 22 Oct, 2019 2 commits
-
-
Javier Morgade authored
Signed-off-by: Javier Morgade <javier.morgade@ieee.org>
-
Cedric Roux authored
The old method was wrong. The new method is better, but not accurate, especially when the TX buffer contains SDU of size > 2047 bytes. Plus it's probably too slow. To be refined at some point.
-
- 18 Oct, 2019 1 commit
-
-
Cedric Roux authored
-
- 11 Oct, 2019 4 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
simply ignore the error maybe not the best solution
-
Cedric Roux authored
-
Cedric Roux authored
This commit introduces an alternative RLC implementation based on 36.322 version 8. AM and UM done, TM not done. See openair2/LAYER2/rlc_v2/TODO for missing parts.
-