- 17 Jan, 2020 1 commit
-
-
Raphael Defosseux authored
Release v1.2.0 candidate See merge request oai/openairinterface5g!754 Merging develop tag `2019.w51` into `master` for Long Term Support Last LTS release before including any 5G-NR feature to LTS.
-
- 15 Jan, 2020 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 14 Jan, 2020 5 commits
-
-
Dr.-Ing. Javier Morgade authored
-
Dr.-Ing. Javier Morgade authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raymond Knopp authored
-
Raphael Defosseux authored
-
- 08 Jan, 2020 1 commit
-
-
Raphael Defosseux authored
See https://github.com/jenkinsci/pipeline-build-step-plugin/blob/master/CHANGELOG.md#210 for more details Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 23 Dec, 2019 1 commit
-
-
Raphael Defosseux authored
Develop integration branch: 2019 week 51 The following MRs have been merged: * MR 687 : CDRX optimizations for Monolithic * MR 739 : eMBMS-Vicomtech Fed4fire fec6 cdn x all
-
- 17 Dec, 2019 2 commits
-
-
Dr.-Ing. Javier Morgade authored
-
Raphael Defosseux authored
Merge remote-tracking branch 'origin/452-cdrx-better-support-cu-du-split' into develop_integration_2019_w51
-
- 14 Dec, 2019 4 commits
-
-
Javier Morgade authored
M3AP ASN1 source spec updated 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>
-
Javier Morgade authored
MCH channel level calculation reformulated according to DLSCH 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>
-
Raphael Defosseux authored
-- OAI eNB + OAI UE in USRP setting and in noS1 configuration Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Javier Morgade authored
-
- 04 Dec, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 29 Nov, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 27 Nov, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 19 Nov, 2019 1 commit
-
-
Raphael Defosseux authored
hotfix: better CQI requests, especially for TDD See merge request oai/openairinterface5g!708
-
- 13 Nov, 2019 2 commits
- 08 Nov, 2019 5 commits
-
-
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.
-
Raphael Defosseux authored
Hotfix: CQI scheduling in TDD See merge request oai/openairinterface5g!711
-
- 07 Nov, 2019 5 commits
-
-
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.
-
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.
-
- 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.
-
- 31 Oct, 2019 1 commit
-
-
LAD authored
[tested] MAC itti ok. Add procedure to DU part (not tested, but need dedicated F1AP implementation).
-
- 30 Oct, 2019 1 commit
-
-
LAD authored
-
- 29 Oct, 2019 5 commits
-
-
LouisAdrien authored
-
LAD authored
-
LAD authored
-
LAD authored
-
LAD authored
-
- 28 Oct, 2019 1 commit
-
-
DUFRENE Louis Adrien TGI/OLS authored
-