- 12 Jan, 2017 1 commit
-
-
Cedric Roux authored
"frame" is not defined, we pass 0 instead. Maybe not the right solution.
-
- 09 Jan, 2017 2 commits
-
-
Gabriel authored
-
Cedric Roux authored
calling the function for FDD case executed code for TDD case.
-
- 06 Jan, 2017 2 commits
-
-
Wilson 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
- 05 Jan, 2017 1 commit
-
-
knopp authored
-
- 22 Dec, 2016 3 commits
-
-
Bilel authored
2- reset dataTx buff correctly 3- pucch/pusch power control fix
-
Bilel authored
-
Cedric Roux authored
People are complaining on the mailing list about this. It's not an error to receive a retransmission.
-
- 21 Dec, 2016 2 commits
-
-
Wilson authored
-
- 20 Dec, 2016 2 commits
- 19 Dec, 2016 4 commits
-
-
Bilel authored
-
Bilel authored
-
Bilel authored
-
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.
-
- 15 Dec, 2016 2 commits
-
-
Wilson authored
-
- 14 Dec, 2016 3 commits
-
-
correct issue 147 : --phy-test mode : error msg " DL Received HarqReTx round=1 mcs=28 rballoc=8191 rv=0 "
-
- 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
-
Gabriel authored
-
- 12 Dec, 2016 5 commits
-
-
nikaeinn authored
-
Bilel authored
-
Bilel authored
-
Bilel authored
-
Cedric Roux authored
-
- 08 Dec, 2016 3 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Gabriel authored
-
- 07 Dec, 2016 3 commits
- 06 Dec, 2016 7 commits
-
-
Wilson authored
-
Wilson authored
-
Wilson authored
-
Wilson authored
This reverts commit 5466562b16d70f2729f6103e1c0d3ee619470191.
-
Wilson authored
-
Wilson authored
-
Wilson authored
fixed missing a slot_fep() processing on the 1st OFDM symbol of the first DL subframe after UL, causing no SI-RNTI DCI detected
-