An error occurred fetching the project authors.
- 25 Mar, 2021 1 commit
-
-
rmagueta authored
-
- 24 Mar, 2021 2 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- 23 Mar, 2021 4 commits
-
-
rmagueta authored
-
rmagueta authored
-
rmagueta authored
-
Roberto Louro Magueta authored
This reverts commit b6513faa
-
- 22 Mar, 2021 1 commit
-
-
rmagueta authored
-
- 18 Mar, 2021 3 commits
-
-
rmagueta authored
-
Roberto Louro Magueta authored
This reverts commit 9efe4187
-
rmagueta authored
-
- 16 Mar, 2021 2 commits
- 13 Mar, 2021 1 commit
-
-
rmagueta authored
-
- 12 Mar, 2021 6 commits
- 11 Mar, 2021 2 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 10 Mar, 2021 3 commits
-
-
rmagueta authored
-
francescomani authored
-
Cedric Roux authored
The discard timer is used by the PDCP layer to discard packets that were not transmitted to RLC after some time. We don't really need it for the moment, maybe never for the default bearer which is a best-effort bearer passing all kind of IP traffic. Maybe for voice over IP kind of traffic it's important, or realtime applications. I ran an iperf UDP uplink test and saw no error on the PHY layer but still lots of packets lost in the iperf logs, which was very surprising. By analyzing the logs in wireshark I saw that, with the current scheduler, an IP packet sent by the UE took 40ms to be sent piece by piece to the gNB, and then the next uplink IP packet was never sent at all because the discard timer was expired, leading to the high count of packets lost in the iperf logs. So let's put infinity for the moment for the discard timer. From my understanding of the moment it's not a problem. If for some reason we should set it to some non-infinity value, then we can change later.
-
- 09 Mar, 2021 6 commits
-
-
rmagueta authored
-
rmagueta authored
-
francescomani authored
-
Thomas Schlichter authored
-
francescomani authored
-
cig authored
- FAPI structures not to be used as config_req at MAC since that FAPI is just for communication between MAC and PHY - additional frame_type member added to the FAPI struct
-
- 08 Mar, 2021 2 commits
-
-
luis_pereira87 authored
-
rmagueta authored
-
- 06 Mar, 2021 1 commit
-
-
rmagueta authored
-
- 05 Mar, 2021 1 commit
-
-
Thomas Schlichter authored
-
- 04 Mar, 2021 3 commits
- 03 Mar, 2021 2 commits
-
-
rmagueta authored
-
Thomas Schlichter authored
-