An error occurred fetching the project authors.
- 23 Dec, 2020 1 commit
-
-
Laurent authored
-
- 07 Jan, 2019 1 commit
-
-
Cedric Roux authored
For whatever reason most of the files had their permission changed from 644 to 755, which is not wanted.
-
- 24 Aug, 2018 1 commit
-
-
frtabu authored
LOG_F replaced by LOG_DUMPMSG. Add a generic function to dump a buffer or message. Go on with LOG_M implementation improvement. Remove redundant options to enable/disable logs.
-
- 30 Jul, 2018 1 commit
-
-
Wang Tsu-Han authored
-
- 28 Jun, 2018 1 commit
-
-
bruno mongazon authored
-
- 25 Jun, 2018 1 commit
-
-
bruno mongazon authored
-
- 05 Feb, 2018 1 commit
-
-
jftt_wangshanshan authored
-
- 23 Oct, 2017 1 commit
-
-
Cedric Roux authored
-
- 14 Aug, 2017 1 commit
-
-
khalidhamdy authored
-
- 31 Jul, 2017 1 commit
-
-
tct-labo4 authored
-
- 27 Jul, 2017 1 commit
-
-
Cedric Roux authored
This bug happens when we detect uplink failure for one UE. In this case, a DCI format 1A is sent to the UE to ask it to do random acces. The way this DCI is generated was not compatible with how the software is organized. It was expected that the DCI are added (with add_ue_spec_dci and add_common_dci) in a very specific order: first all DCIs in common space are added (with add_common_dci) then all DCIs in UE specific space are added (with add_ue_spec_dci). The problem was that the DCI format 1A DCI sent to the UE for it to do random access is added (with add_ue_spec_dci) before the DCIs in common space. That totally messed up the logic in add_common_dci and add_ue_spec_dci. The solution is to get rid of Num_common_dci and Num_ue_spec_dci, replace those two counters by only one (Num_dci) and add "search_space" in the dci_alloc structure to be used later by the function "allocate_CCEs" when calling "get_nCCE_offset". The software had to be adapted to the new variables, everywhere. I am not sure that the simulators work. It seems that some of them didn't use Num_common_dci and Num_ue_spec_dci to decide on what space (common or UE specific) to put the DCI, but relied on the rnti (comparing with SI_RNTI). To be tested properly. The modified simulators are: - openair1/SIMULATION/LTE_PHY/dlsim.c - openair1/SIMULATION/LTE_PHY/dlsim_tm4.c - openair1/SIMULATION/LTE_PHY/dlsim_tm7.c - openair1/SIMULATION/LTE_PHY/framegen.c - openair1/SIMULATION/LTE_PHY/pdcchsim.c - openair1/SIMULATION/LTE_PHY/syncsim.c
-
- 16 Jun, 2017 1 commit
-
-
Cedric Roux authored
-
- 15 Jun, 2017 1 commit
-
-
Elena_Lukashova authored
only with XFORMS enabled.
-
- 13 Jun, 2017 2 commits
-
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
- 12 Jun, 2017 3 commits
-
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
- 24 May, 2017 1 commit
-
-
Elena_Lukashova authored
-
- 03 May, 2017 1 commit
-
-
gabrielC authored
-
- 04 Apr, 2017 1 commit
-
-
gabrielC authored
-
- 27 Mar, 2017 1 commit
-
-
Elena_Lukashova authored
Now the llrs after SIC procedure are updated. In dlsim_tm in case of TB0_active==-1, the llr were taken from the wrong buffer, and in dlsch_demodulation the SIC llrs were written into the wrong buffer in the same case.
-
- 26 Mar, 2017 1 commit
-
-
Elena_Lukashova authored
-
- 25 Mar, 2017 1 commit
-
-
Elena_Lukashova authored
-
- 21 Mar, 2017 7 commits
-
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
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
-
- 20 Mar, 2017 3 commits
-
-
Cedric Roux authored
-
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 1 commit
-
-
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.
-