- 08 Nov, 2019 1 commit
-
-
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.
-
- 25 Jul, 2019 4 commits
-
-
Raphael Defosseux authored
Release v1.1.0 Candidate See merge request oai/openairinterface5g!650
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 24 Jul, 2019 1 commit
-
-
Raphael Defosseux authored
See merge request oai/openairinterface5g!649 Develop: Integration 2019 Week 30 Master Branch Release v1.1 Candidate The following Merge Requests are included: * MR 630 : nfapi interface bug fixes * MR 638 : X2 HO (tdd, forwarding, end marker) * MR 646 : Loadtester bugfixes * MR 647 : fix power estimation * MR 648 : CI: X2 Handover Testing
-
- 19 Jul, 2019 1 commit
-
-
Raphael Defosseux authored
CI: adding support to repeat scenario in case of failure. See merge request oai/openairinterface5g!645
-
- 18 Jul, 2019 1 commit
-
-
Raphael Defosseux authored
nice when the tested feature is known to be unstable CDRX testing is now separated from normal FDD 10MHz testing Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 17 Jul, 2019 2 commits
-
-
Raphael Defosseux authored
CI: Downgrade cdrx testing See merge request oai/openairinterface5g!643
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 16 Jul, 2019 2 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 15 Jul, 2019 2 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 12 Jul, 2019 6 commits
-
-
Raphael Defosseux authored
develop integration branch: 2019 week 28 See merge request oai/openairinterface5g!640 * MR 635 : fix rfsim ue sync * MR 636 : Bugfixes 2019 w28 * MR 637 : Fixing Multi-RRU support and CI Testing * MR 639 : fix bladeRF compilation
-
Raphael Defosseux authored
-
Cedric Roux authored
-
Raphael Defosseux authored
Merge remote-tracking branch 'origin/ci-develop-multi-rru-support' into develop_integration_2019_w28
-
Raphael Defosseux authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 11 Jul, 2019 4 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Cedric Roux authored
The 5G phone OPPO has a very big UE capability (> 2KB). We need bigger buffers to transfer this, especially in x2 handover. Also the sctp messages need a bigger buffer. Note: in sctp, we didn't check for partial messages, it's now done. When detected, we exit. To be redone differently if needed. (Look for "if (!(flags & MSG_EOR))".)
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 24 Jul, 2019 1 commit
-
-
Cedric Roux authored
-
- 11 Jul, 2019 6 commits
-
-
laurent authored
-
Cedric Roux authored
We declare variables in header files, we don't define them. So we need to use 'extern' in the header file and put the definition in some C file.
-
Cedric Roux authored
This used to be done to ease power estimation in the UE, but this is not correct. Let's put no energy in the REs with no DCI data, which is what needs to be done. Plus it consumes a lot of CPU because of calling taus() way too much.
-
Cedric Roux authored
To be used when you send data to another host. On the other host, to avoid ICMP traffic about the port not being open, do: ./nc -l -u -p 9999 > /dev/null You need to restart this command each time you run macpdu2wireshark. You can use any other program that will accept UDP packets on the port 9999 (default port of macpdu2wireshark, change if you use another port of course).
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 24 Jul, 2019 2 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
-
- 23 Jul, 2019 2 commits
-
-
Raphael Defosseux authored
--> impact on performance -- disabling iperf testing Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
-