- Apr 29, 2018
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- Apr 24, 2018
-
-
Raymond Knopp authored
-
- Apr 11, 2018
-
-
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)
-
- Apr 09, 2018
-
-
Raymond Knopp authored
-
- Apr 06, 2018
-
-
Raymond Knopp authored
modifications for simulator : power normalizations for UE TX, small changes to SNR targets for power control, default UE power (23 dBm now)
-
Cedric Roux authored
This work is based on work by NTT. To use the code, do: ./build_oai --oaisim --ue-nas-use-tun -t ETHERNET -c This commit only handles oaisim in S1 mode. We won't handle noS1 mode.
-
- Mar 06, 2018
-
-
Raymond Knopp authored
-
- Feb 22, 2018
-
-
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
-
- Feb 18, 2018
-
-
Raymond Knopp authored
-
- Feb 17, 2018
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- Feb 13, 2018
-
-
Raymond Knopp authored
-
- Jan 16, 2018
-
-
bruno mongazon authored
-
- Jan 15, 2018
-
-
bruno mongazon authored
Fix #582, RTAI, RTAI_ENABLED, ENABLE_RTAI_CLOCK, RTAI_ISNT_POSIX, _RTAI_MATH_H, CELLULAR, TIMER_ONESHOT_MODE, EMOS, EMOS_CHANNEL, OAI_EMU, OPENAIR_EMU, PHY_ABSTRACTION, PHY_ABSTRACTION_UL removed
-
- Jan 11, 2018
-
-
bruno mongazon authored
-
- Oct 23, 2017
-
-
Cedric Roux authored
-
- Aug 03, 2017
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- Aug 01, 2017
-
-
gabrielC authored
-
- Jul 31, 2017
-
-
tct-labo4 authored
-
- Jul 27, 2017
-
-
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
-
- Jun 16, 2017
-
-
Cedric Roux authored
-
- Jun 15, 2017
-
-
Elena_Lukashova authored
only with XFORMS enabled.
-
- Jun 13, 2017
-
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
- Jun 12, 2017
-
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
- Jun 08, 2017
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
- Jun 07, 2017
-
-
Florian Kaltenberger authored
-
- Jun 06, 2017
-
-
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.
-
- Jun 04, 2017
-
-
Raymond Knopp authored
-
- May 24, 2017
-
-
Elena_Lukashova authored
-
- May 22, 2017
-
-
Cedric Roux authored
-
- May 18, 2017
-
-
Cedric Roux authored
-
- May 15, 2017
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
There is now the function copy_harq_proc_struct and some procedures for the UE have changed, which makes necessary to have UE->dlsch valid for both subframes (odd and even). We increase memory usage, maybe it's not the correct solution. To be kept in mind if something goes wrong at some point.
-