- 06 Jan, 2017 8 commits
-
-
Cedric Roux authored
Smoe conflicts, manually resolved. Conflicts: openair1/SCHED/phy_procedures_lte_ue.c
-
Cedric Roux authored
There were some conflicts, manually resolved. Conflicts: openair1/PHY/LTE_TRANSPORT/dci_tools.c openair1/SCHED/phy_procedures_lte_ue.c
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Wilson W.K. Thong authored
see issue #177
-
Wilson W.K. Thong authored
fix incorrect fss_pusch calculation fix the incorrrect HARQ-PID checking remove incorrect checking on downlink DCI HARQ PID value fix incorrect downlink ACK/NACK feedback procedures in TDD fix no activating PDSCH decoding when DL-DCI is indicating a downlink retransmission see issue #176
-
- 03 Jan, 2017 1 commit
-
-
Florian Kaltenberger authored
-
- 22 Dec, 2016 3 commits
- 21 Dec, 2016 8 commits
-
-
Wilson W.K. Thong authored
see issue #164
-
Wilson W.K. Thong authored
add logs and asserts to catch the double dequeue of the same head PDCP SDU from pdcp_sdu_fifo during flushing see issue #164
-
Wilson W.K. Thong authored
-
Wilson W.K. Thong authored
-
Wilson W.K. Thong authored
see issue #166
-
Wilson W.K. Thong authored
see issue #165
-
Wilson W.K. Thong authored
see issue #165
-
Wilson W.K. Thong authored
see issue #165
-
- 20 Dec, 2016 2 commits
- 19 Dec, 2016 7 commits
-
-
hbilel authored
-
hbilel authored
-
hbilel authored
-
hbilel authored
-
Cedric Roux authored
Develop integration w50 See merge request !61
-
Cedric Roux authored
We have a crash: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fff7387d700 (LWP 1944)] ulsch_decoding (eNB=eNB@entry=0x7fffaf73b010, proc=proc@entry=0x7fffaf73b480, UE_id=UE_id@entry=0 '\000', control_only_flag=control_only_flag@entry=0 '\000', Nbundled=<optimised out>, llr8_flag=<optimised out>) at /roux/merge/openairinterface5g/openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c:1450 1450 *((__m256i *)&ulsch_harq->e[iprime]) = *((__m256i *)&y[j2]); This commit reduces the apparition of the crash, but does not eliminate it completely. To be fixed after integration.
-
Cedric Roux authored
-
- 16 Dec, 2016 1 commit
-
-
Cedric Roux authored
-
- 15 Dec, 2016 4 commits
-
-
Florian Kaltenberger authored
-
gabrielC authored
-
Wilson W.K. Thong authored
-
Wilson W.K. Thong authored
issue !156
-
- 14 Dec, 2016 6 commits
-
-
gabrielC authored
Merge branch '147-phy-test-mode-error-msg-dl-received-harqretx-round-1' of https://gitlab.eurecom.fr/oai/openairinterface5g into develop_integration_w50 correct issue 147 : --phy-test mode : error msg " DL Received HarqReTx round=1 m
-
Benoit ROBERT authored
Merge branch '147-phy-test-mode-error-msg-dl-received-harqretx-round-1' of https://gitlab.eurecom.fr/oai/openairinterface5g into 147-phy-test-mode-error-msg-dl-received-harqretx-round-1
-
ROBERT Benoit authored
correct issue 147 : --phy-test mode : error msg " DL Received HarqReTx round=1 mcs=28 rballoc=8191 rv=0 "
-
gabrielC authored
Problem in DCI NDI : the implementation use 5 HARQ processes, but process 0 N…
-
Benoit ROBERT authored
Merge branch '146-phy-test-mode-udate-fill_dci' of https://gitlab.eurecom.fr/oai/openairinterface5g into 146-phy-test-mode-udate-fill_dci
-
ROBERT Benoit authored
- Problem in DCI NDI : the implementation use 5 HARQ processes, but process 0 NDI never toggled because it was reused on subframe 5 that is not carrying format 1 DCI. Fix -> use 8 harq processes instead of 5. - SI scheduled on every subframe 5 (even and odd frames) instead of only on even frames - Add DLSCH scheduling on subframe 5 for odd frames - change default rballoc from 0x7FFF to 0x1FFFF to support maximum 10MHz throughput
-