- 02 Dec, 2015 1 commit
-
-
Cedric Roux authored
-
- 30 Nov, 2015 1 commit
-
-
Florian Kaltenberger authored
-
- 26 Nov, 2015 1 commit
-
-
Navid Nikaein authored
-
- 23 Nov, 2015 3 commits
-
-
Cedric Roux authored
-
Florian Kaltenberger authored
Conflicts: openair1/PHY/LTE_TRANSPORT/proto.h
-
Cedric Roux authored
The oldest PID (the PID that was used the longest TTI ago) is at the head and is the next one that will be used. No test is done to check that when a process is allocated it is at least N TTIs old, but some quick thinking strongly leads to the 'conclusion' that N won't be smaller than 8, which seems to be what cat3 UEs require to function properly in the downlink direction (from the eNodeB to the UE).
-
- 18 Nov, 2015 1 commit
-
-
Navid Nikaein authored
-
- 11 Nov, 2015 1 commit
-
-
Rohit Gupta authored
-
- 10 Nov, 2015 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
The problem seems that we reuse HARQ processes too early. For example, at subframe 0 we allocate PID 0. At subframe 4 we receive an ACK. At subframe 5 we may well reallocate this PID. It seems category 3 UEs don't like that. They expect some delay. How much? I don't know. 8 maybe, as for UL. This commit forces allocation of HARQ PID: 0 on subframe 1, 1 on subframe 2, 2 on subframe 3, 3 on subframe 4, 4 on subframe 6, 5 on subframe 7, 6 on subframe 8, 7 on subframe 9. We don't use subframes 0 and 5 (for initial transmission at least). (Current develop branch doesn't either I think.) This is not a good solution, just a quick and dirty one. With this commit I can achieve 12Mbps with iperf UDP on a 5MHz band 7 carrier with a cat3 UE. And more than 11Mbps with iperf TCP. And a bad radio link. We may want to implement some sort of free-list and take the oldest PID in there, if it is older than let's say 8 subframes (that is: the last transmission with this pid was done more than 8 subframes ealier). We may well have no free PID if a lot of retransmissions are done.
-
- 28 Oct, 2015 1 commit
-
-
Florian Kaltenberger authored
-
- 27 Oct, 2015 1 commit
-
-
Rohit Gupta authored
-
- 26 Oct, 2015 13 commits
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
Merge branch 'feature-34-test_framework' of https://gitlab.eurecom.fr/oai/openairinterface5g into feature-34-test_framework
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Florian Kaltenberger authored
adding perfect_ce to mbmssim
-
https://gitlab.eurecom.fr/oai/openairinterface5gFlorian Kaltenberger authored
Merge branch 'develop' of https://gitlab.eurecom.fr/oai/openairinterface5g into feature-34-test_framework
-
Florian Kaltenberger authored
adding error checks in dlsim
-
Florian Kaltenberger authored
-
Rohit Gupta authored
-
- 21 Oct, 2015 1 commit
-
-
Rohit Gupta authored
-
- 20 Oct, 2015 3 commits
-
-
Rohit Gupta authored
-
Raymond Knopp authored
-
gauthier authored
-
- 18 Oct, 2015 3 commits
-
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
- 15 Oct, 2015 3 commits
-
-
Raymond Knopp authored
-
gauthier authored
-
gauthier authored
-
- 13 Oct, 2015 5 commits
-
-
Florian Kaltenberger authored
-
Raymond Knopp authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
-