- 20 Jul, 2020 18 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Selects the UE with the highest CQI. If two UEs have the same CQI, choses the one with highest number of bytes in RLC queue. Allocates as many RBGs as possible, and potentially continues with the next UE.
-
Robert Schmidt authored
Selects UE with highest coefficient. Allocates until there are no more RBGs to allocate, or UE has no more data. In the latter case, continues with the next UE (second-highest coefficient).
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
- Loop only to next UE instead of jumping multiple - mark used RBGs in rbg_mask - Only calculate number of RBs based on CQI when UE is selected, instead of calculating for all UEs which might be unnecessary. - When looping the list of UEs for RB allocation, remove UEs that have no data anymore instead of skipping them.
-
Robert Schmidt authored
The preprocessor pre-allocates a CCE. Thus, when arriving at the check for the number of RBs for retransmission, it is too late to skip the UE. Therefore, only print a warning. The default schedulers allocate a correct amount of RBs for retransmissions, therefore it is ok.
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
The test seemingly ensures that this code block is hit only once. However, if we enable later activation of MMEs, it will be hit a second (and third, ...) time. The only thing in guards against, though, is an INIT message to the L1L2 thread, when register_enb_pending == 0, which should only be sent once. Therefore, functionality won't be changed if register_enb_pending becomes negative, and the assert can be removed.
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 10 Jul, 2020 6 commits
-
-
Raphael Defosseux authored
Develop integration 2020 weeks 27/28 The following Merge Requests have been included: * MR 842 : NR RRC HARQ hacks * MR 843 : hack for RLC AM ACK reporting * MR 844 : gcc warnings * MR 846 : nr-rlc: small bugfix * MR 848 : NR VCD * MR 852 : bugfix: uplink ACK/NACK reporting through T was gone * Documentation update * Some CI improvements
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
- 09 Jul, 2020 9 commits
-
-
Sakthivel Velumani authored
-
Cedric Roux authored
Let's get it back!
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Sakthivel Velumani authored
Merge branch 'NR_RRC_harq_hacks' of https://gitlab.eurecom.fr/oai/openairinterface5g into NR_RRC_harq_hacks
-
Sakthivel Velumani authored
-
Francesco Mani authored
-
Cedric Roux authored
-
- 07 Jul, 2020 4 commits
-
-
Raymond Knopp authored
-
Rakesh authored
-
Rakesh authored
-
Raymond Knopp authored
- UE context status enters RRC_NR_NSA_RECONFIGURED state, after the eNB receives an RRCConnectionReconfigurationComplete message including the scg_ConfigResponseNR_r15 container. - Use this state to avoid triggering sGNB Addition Request multiple times
-
- 06 Jul, 2020 3 commits
-
-
Raymond Knopp authored
Merge branch 'NR_RRC_harq_hacks' of https://gitlab.eurecom.fr/oai/openairinterface5g into NR_RRC_harq_hacks
-
Raymond Knopp authored
-
Francesco Mani authored
-