An error occurred fetching the project authors.
- 15 Sep, 2021 1 commit
-
-
Melissa Elkadi authored
-
- 03 Aug, 2021 1 commit
-
-
Raghavendra Dinavahi authored
-
- 28 Jul, 2021 1 commit
-
-
David Kim authored
1. If VNF is slower than PNF, next scheduling will be done after resync. 2. If VNF is unstable in slot progress, next scheduling will be done in next stable status. 3. SFN/SLOT indications are queued in nrUE. 4. get_queue is used instead of unquque for FIFO operation.
-
- 27 Jul, 2021 1 commit
-
-
francescomani authored
-
- 26 Jul, 2021 3 commits
-
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
- 20 Jul, 2021 1 commit
-
-
David Kim authored
-
- 09 Jul, 2021 1 commit
-
-
rmagueta authored
-
- 24 Jun, 2021 2 commits
- 11 Jun, 2021 2 commits
-
-
luis_pereira87 authored
-
luis_pereira87 authored
-
- 28 May, 2021 1 commit
-
-
francescomani authored
current implementation does not allow 2 csi report in a frame, moving second one in the following frame
-
- 27 May, 2021 1 commit
-
-
francescomani authored
-
- 20 May, 2021 1 commit
-
-
francescomani authored
-
- 10 May, 2021 1 commit
-
-
Mahesh authored
-
- 04 May, 2021 2 commits
-
-
rmagueta authored
-
francescomani authored
-
- 03 May, 2021 1 commit
-
-
francescomani authored
-
- 30 Apr, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 27 Apr, 2021 4 commits
-
-
Robert Schmidt authored
-
imad authored
-
imad authored
-
Robert Schmidt authored
- Configure PUCCH Format 0 to be in separate RBs (each UE has dedicated resources) - Configure RA preamble to be different per UE - Configure CSI offset such that no two UEs have their report in the same frame
-
- 25 Apr, 2021 1 commit
-
-
rmagueta authored
-
- 24 Apr, 2021 1 commit
-
-
rmagueta authored
-
- 15 Apr, 2021 1 commit
-
-
rmagueta authored
-
- 13 Apr, 2021 1 commit
-
-
francescomani authored
-
- 12 Apr, 2021 1 commit
-
-
rmagueta authored
-
- 09 Apr, 2021 1 commit
-
-
rmagueta authored
-
- 02 Apr, 2021 1 commit
-
-
francescomani authored
-
- 01 Apr, 2021 1 commit
-
-
francescomani authored
-
- 30 Mar, 2021 1 commit
-
-
Robert Schmidt authored
-
- 16 Mar, 2021 1 commit
-
-
rmagueta authored
-
- 15 Mar, 2021 1 commit
-
-
guhan authored
-
- 11 Mar, 2021 1 commit
-
-
Shweta Shrivastava authored
-
- 10 Mar, 2021 1 commit
-
-
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.
-
- 01 Mar, 2021 1 commit
-
-
Guhan authored
-
- 26 Feb, 2021 1 commit
-
-
matzakos authored
-For the moment SRBs are preconfigured (as was done for DRBs in noS1 mode) but this should be removed
-