- 28 Nov, 2016 4 commits
-
-
https://gitlab.eurecom.fr/oai1B/openairinterface5ghbilel authored
Merge branch 'develop1B' of https://gitlab.eurecom.fr/oai1B/openairinterface5g into BSR_fixes_fabrice
-
hbilel authored
-
Bilel authored
[OAI-UE] fixes for issue#35 issue#36 issue#37 1-issue#35: miss dci detection 2-issue#36: ack/nack on pusch are badly encoded 3-issue#37: ack/nack are sent on pucch instead of pusch See merge request !13
-
GabrirelCouturier authored
1-issue#35: miss dci detection 2-issue#36: ack/nack on pusch are badly encoded 3-issue#37: ack/nack are sent on pucch instead of pusch
-
- 24 Nov, 2016 8 commits
-
-
https://gitlab.eurecom.fr/oai1B/openairinterface5ghbilel authored
Merge branch 'develop1B' of https://gitlab.eurecom.fr/oai1B/openairinterface5g into BSR_fixes_fabrice
-
hbilel authored
-
hbilel authored
-
hbilel authored
-
fnabet authored
-
fnabet authored
-
Bilel authored
[OAI-UE] fix for issue#32 1- timing Advance fix 2- harq UL fix See merge request !12
-
GabrirelCouturier authored
1- timing Advance fix 2- harq UL fix
-
- 21 Nov, 2016 4 commits
-
-
Bilel authored
[OAI-UE] several fixes in OAI-UE 1- implement max harq retrans 2- bug in harqId > 1 for dci format 1A 3- wrong G computation 4- bug in harq UL for scheduling flag 5- initial sync, limit freq offset to 150Hz See merge request !11
-
GabrirelCouturier authored
1- implement max harq retrans 2- bug in harqId > 1 for dci format 1A 3- wrong G computation 4- bug in harq UL for scheduling flag 5- initial sync, limit freq offset to 150Hz
-
Bilel authored
merge oai/develop to oai1B/debelop1B See merge request !10
-
-
- 18 Nov, 2016 5 commits
-
-
Raymond Knopp authored
-
GabrirelCouturier authored
-
Cedric Roux authored
-
calvin wang authored
-
Cedric Roux authored
The PHICH generation is wrong. HARQ process X is uplink scheduled at TTI n. At TTI n+4 the eNB receives the data. At TTI n+8 the eNB sends ACK/NACK on the PHICH. The problem is that PHICH generation is done after scheduling. And PHICH generation uses "first_rb" and "n_DMRS" to compute "ngroup_PHICH" and "nseq_PHICH". So at TTI n+8 if the eNB has reused the HARQ process X for a new uplink scheduling the values "first_rb" and "n_DMRS" may have changed. We need to use the previous values. One solution would have been to do PHICH generation before scheduling. The problem is that "generate_phich_top" does more than PHICH generation. It has to setup parameters to sort of "emulate" a DCI0 in case of retransmission scheduled without DCI0. So part of it has to be done after scheduling. We would have to split the function. The simple adopted fix is to store old values of "first_rb" and "n_DMRS" and use those values in "generate_phich_top". This fix has only been tested with FDD. TDD may miserably fail.
-
- 16 Nov, 2016 4 commits
-
-
Fabrice Nabet authored
during 'harmony' developments initialisation of some --phy-test parameters were removed See merge request !8
-
Fabrice Nabet authored
Update 3gpplte_turbo_decoder_sse_8bit.c maximum frame length is 6144 See merge request !9
-
fnabet authored
-
Cedric Roux authored
The case of a CRC == 0 is legal. After discussion with Raymond, it is also possible to have all bits at 0 (and so a CRC==0) if there is no transmission and thus not much energy. So this hotfix may introduce new problems (false decoding). A future work is to handle this case properly by not calling the turbo decoder if there is not enough energy received. The problem might manifest itself more in the UE part, especially when it tries to decode MIB and/or SIB (if I understood correctly).
-
- 15 Nov, 2016 3 commits
-
-
fnabet authored
Merge branch 'L2_Stabilization-22-BSR_fertilization' of https://gitlab.com/TCL_Communications/openairinterface5g into BSR_fixes_fabrice rebase
-
hbilel authored
-
calvin wang authored
-
- 14 Nov, 2016 3 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
calvin wang authored
-
- 11 Nov, 2016 1 commit
-
-
calvin wang authored
-
- 10 Nov, 2016 3 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- 09 Nov, 2016 2 commits
-
-
Bilel authored
[OAI-UE] fix for issue#19: DCI0 detction with wrong RIV See merge request !7
-
GabrirelCouturier authored
-
- 08 Nov, 2016 1 commit
-
-
Rohit Gupta authored
-
- 07 Nov, 2016 2 commits
-
-
fnabet authored
-
fnabet authored
Merge branch 'develop1B' of https://gitlab.com/TCL_Communications/openairinterface5g into L2_Stabilization-22-BSR_fertilization
-