An error occurred fetching the project authors.
- 24 Jun, 2016 1 commit
-
-
Xiwen JIANG authored
-
- 17 Jun, 2016 1 commit
-
-
Xiwen JIANG authored
-
- 15 Jun, 2016 1 commit
-
-
Xiwen JIANG authored
-
- 06 Apr, 2016 1 commit
-
-
Florian Kaltenberger authored
-
- 27 Mar, 2016 1 commit
-
-
Cedric Roux authored
-
- 25 Mar, 2016 1 commit
-
-
Cedric Roux authored
-
- 21 Mar, 2016 1 commit
-
-
Xiwen JIANG authored
-
- 15 Feb, 2016 1 commit
-
-
Florian Kaltenberger authored
-
- 06 Jan, 2016 1 commit
-
-
gauthier authored
-
- 18 Dec, 2015 2 commits
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
- 04 Dec, 2015 1 commit
-
-
Cedric Roux authored
-
- 26 Nov, 2015 1 commit
-
-
Xiwen JIANG authored
-
- 25 Nov, 2015 1 commit
-
-
Raymond Knopp authored
CCE Allocation in MAC, rebase from develop. Frame number limitation to 1024 for non-real time targets (caused bad bug in oaisim).
-
- 24 Nov, 2015 3 commits
-
-
Raymond Knopp authored
-
ABEILLE authored
-
Raymond Knopp authored
-
- 23 Nov, 2015 1 commit
-
-
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
-
-
Raymond Knopp 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.
-
- 19 Oct, 2015 1 commit
-
-
ABEILLE authored
-
- 06 Oct, 2015 1 commit
-
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7885 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 02 Oct, 2015 1 commit
-
-
roux authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7872 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 21 Sep, 2015 1 commit
-
-
guptar authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7831 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 07 Sep, 2015 1 commit
-
-
kaltenbe authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7803 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 04 Sep, 2015 1 commit
-
-
knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7800 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 19 Aug, 2015 1 commit
-
-
roux authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7779 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 18 Aug, 2015 1 commit
-
-
Xiwen JIANG authored
-
- 28 Jul, 2015 1 commit
-
-
gauthier authored
make build test work after the removal of RAL, MIH (802.21), minor coding guidelines corrections in RLCs git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7753 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 21 Jul, 2015 1 commit
-
-
knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7719 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 13 Jul, 2015 1 commit
-
-
knopp authored
Added bugfixes for PDCCH (not all). New --ue-dump--frame and --loop-memory option for lte-softmodem. Updates in PMCH/MCH transmission which were forgotten in recent DLSCH/PDSCH changes. mbmssim works again. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7702 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 20 Jun, 2015 1 commit
-
-
knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7612 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 19 Jun, 2015 1 commit
-
-
kaltenbe authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7602 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 18 Jun, 2015 1 commit
-
-
Raymond Knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7595 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 10 Jun, 2015 4 commits
-
-
Raymond Knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7554 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
Raymond Knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7552 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
Raymond Knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7548 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
Raymond Knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7546 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 08 Jun, 2015 1 commit
-
-
Cedric Roux authored
- handle an UE on the second carrier - quick fix (may change in the future) to deal with race conditions in lte-softmodem. TX procedures (phy_procedures_eNB_TX) are now done the one after the other, from carrier 0 to carrier N. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7541 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-