An error occurred fetching the project authors.
- 05 Apr, 2019 1 commit
-
-
frtabu authored
-
- 09 Mar, 2019 1 commit
-
-
frtabu authored
-
- 04 Mar, 2019 1 commit
-
-
frtabu authored
-
- 12 Feb, 2019 2 commits
- 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.
-
- 25 Nov, 2018 1 commit
-
-
Raymond Knopp authored
addition of testing procedures for format 1A transmission in dlsim (nb RB > 2 or 3 which is used for TBS calculation). bugfix in UE receiver (leftover nb_antennas_tx => nb_antenna_ports_eNB)
-
- 14 Nov, 2018 1 commit
-
-
laurent authored
-
- 05 Nov, 2018 1 commit
-
-
frtabu authored
Add a parameter to load_configmodule API to allow an exec to specify that it may be run with only command line options
-
- 28 Oct, 2018 2 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- 12 Oct, 2018 1 commit
-
-
laurent authored
-
- 21 Sep, 2018 1 commit
-
-
Wang Tsu-Han authored
-
- 20 Sep, 2018 1 commit
-
-
Wang Tsu-Han authored
-
- 13 Sep, 2018 1 commit
-
-
Wang Tsu-Han authored
-
- 24 Aug, 2018 2 commits
- 30 Jul, 2018 2 commits
-
-
frtabu authored
log.c simplification, fix usefull functionality which never worked, move all log code from openair2 to common
-
Wang Tsu-Han authored
-
- 22 Jul, 2018 1 commit
-
-
Raymond Knopp authored
-
- 29 Jun, 2018 1 commit
-
-
Raymond Knopp authored
-
- 28 Jun, 2018 1 commit
-
-
bruno mongazon authored
-
- 29 Apr, 2018 1 commit
-
-
Raymond Knopp authored
-
- 11 Apr, 2018 1 commit
-
-
Cedric Roux authored
- fix compilation of dlsim/ulsim/oaisim by defining some needed global variables - fix compilation of oaisim: compile coding and params_libconfig - fix running of if4p5 with low CPU count (oaisim was not working on the machine 'haswell' because of this)
-
- 09 Apr, 2018 1 commit
-
-
Raymond Knopp authored
-
- 22 Feb, 2018 1 commit
-
-
Cedric Roux authored
- remove spaces at the end of lines - remove useless dead code use: git show -p <this commit> -w to see it clearly
-
- 18 Feb, 2018 1 commit
-
-
Raymond Knopp authored
-
- 17 Feb, 2018 1 commit
-
-
Raymond Knopp authored
-
- 13 Feb, 2018 1 commit
-
-
Raymond Knopp authored
-
- 23 Oct, 2017 1 commit
-
-
Cedric Roux authored
-
- 14 Aug, 2017 1 commit
-
-
khalidhamdy authored
-
- 03 Aug, 2017 1 commit
-
-
Cedric Roux authored
-
- 01 Aug, 2017 1 commit
-
-
gabrielC 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
-
- 08 Jun, 2017 2 commits
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
- 07 Jun, 2017 1 commit
-
-
Florian Kaltenberger authored
-
- 06 Jun, 2017 1 commit
-
-
Florian Kaltenberger authored
re-adding the possibility in dlsim to bypass the DCI/PDCCH generation. This is necessary for accuracy of the dlsim-tests, which are working again now.
-
- 15 May, 2017 1 commit
-
-
Cedric Roux authored
-