An error occurred fetching the project authors.
- 21 Mar, 2017 6 commits
-
-
Elena_Lukashova authored
Now it counts how many times the TBs were set to active.
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
- 20 Mar, 2017 6 commits
-
-
Cedric Roux authored
the argument 'coded_bits_per_codeword' has to be an array in case of several codewords. The calling sites have been adapted. Today, only the first index is used, so calling sites where 'coded_bits_per_codeword' is an integer pass the address of it. It is expected that 'dump_dlsch2' will check in the future that there is one or two codewords and only access 'coded_bits_per_codeword[1]' when it's sure there are really two codewords.
-
Cedric Roux authored
- pucchsim - prachsim - pdcchsim - pbchsim - mbmssim Mostly, add and initialize the variable 'cpuf'. Also, pdcchsim was calling rx_pdcch with wrong arguments.
-
Cedric Roux authored
-
Cedric Roux authored
Same as previous commit 41dda3d3 but for dlsim.
-
Cedric Roux authored
The variables that were duplicated per processing thread were adapted. 'cpuf' was defined and initialized.
-
Elena_Lukashova authored
for DCI format 2. Temporaryly going back to the previous version of code. 2. Enabling rate adaptation with multiple HARQ rounds. (no change inside the rounds).
-
- 13 Mar, 2017 3 commits
-
-
hbilel authored
-
Cedric Roux authored
We use the odd/even dlsch corresponding to the configured subframe. It may not be the right thing to do.
-
hbilel authored
-
- 10 Mar, 2017 1 commit
-
-
Elena_Lukashova authored
-
- 02 Mar, 2017 1 commit
-
-
Elena_Lukashova authored
-
- 01 Mar, 2017 3 commits
-
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
Elena_Lukashova authored
in dlsim_tm4 to distinguish from the old runs.
-
- 24 Feb, 2017 2 commits
-
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
- 16 Feb, 2017 1 commit
-
-
Cedric Roux authored
-
- 08 Feb, 2017 3 commits
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
Conflicts: openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c openair1/PHY/impl_defs_top.h
-
- 06 Feb, 2017 1 commit
-
-
Elena_Lukashova authored
2. Adding dlsch_encoding_SIC, where the fisrt argument is UE structure. 3. Adding general test cases for dlsim_tm4 simulator. 015110.
-
- 02 Feb, 2017 1 commit
-
-
Florian Kaltenberger authored
-
- 27 Jan, 2017 3 commits
-
-
Cedric Roux authored
I'm not sure the fixes are correct.
-
Cedric Roux authored
Also included some source files not related to this branch. modified: openair1/PHY/LTE_ESTIMATION/lte_dl_bf_channel_estimation.c modified: openair1/PHY/LTE_TRANSPORT/pilots_ue_spec.c modified: openair1/PHY/MODULATION/beamforming.c modified: openair1/PHY/TOOLS/twiddle18432.h modified: openair1/SIMULATION/LTE_PHY/dlsim_tm7.c modified: openair3/NAS/TOOLS/nvram.c modified: openair3/NAS/TOOLS/usim.c modified: openair3/NAS/UE/user_defs.h
-
hbilel authored
since two rx threads (even/odd) are used by OAI-UE
-
- 26 Jan, 2017 1 commit
-
-
Elena_Lukashova authored
-
- 25 Jan, 2017 2 commits
-
-
Elena_Lukashova authored
-
Elena_Lukashova authored
2. Fixing the arguments in the dump_dlsch2.
-
- 23 Jan, 2017 1 commit
-
-
Cedric Roux authored
Hopefully the right argument is passed to this function.
-
- 18 Jan, 2017 1 commit
-
-
Florian Kaltenberger authored
Beamforming is now only done when necessary. This patch is based on one from enhancement-10-harmony.
-
- 16 Jan, 2017 1 commit
-
-
Cedric Roux authored
This is the real fix, d5a68178 was not the right solution.
-
- 12 Jan, 2017 1 commit
-
-
Cedric Roux authored
"frame" is not defined, we pass 0 instead. Maybe not the right solution.
-
- 06 Jan, 2017 1 commit
-
-
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
-
- 05 Jan, 2017 1 commit
-
-
Raymond Knopp authored
-