- Apr 29, 2020
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- Apr 28, 2020
-
-
Thomas Laurent authored
-
- Apr 20, 2020
-
-
Cédric Roux authored
-
- Apr 19, 2020
-
-
Cédric Roux authored
-
- Apr 17, 2020
-
-
Dr.-Ing. Javier Morgade authored
-
Thomas Laurent authored
-
Cédric Roux authored
All previous commits for rlc v2 are proably not functional or even compiling.
-
Cédric 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.
-
Cédric Roux authored
Not very clean, but will do the job for the time being.
-
Cédric 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.
-
Cédric 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.
-
Cédric Roux authored
-
Cédric 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.
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
simply ignore the error maybe not the best solution
-
Cédric 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.
-
- Apr 16, 2020
-
-
Thomas Laurent authored
-
- Apr 15, 2020
-
-
Panos Matzakos authored
-
- Apr 14, 2020
-
-
Thomas Laurent authored
-
Thomas Laurent authored
-
- Apr 09, 2020
-
-
Robert Schmidt authored
Instead of looping over UEs and all DL config Req/HI DCI0, loop first over all DL config Req/HI DCI0, and for each, match UE. Lowers CPU traffic for high traffic situations.
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- Apr 06, 2020
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-