- 17 Mar, 2017 5 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
- README.txt modified - tests added in test_case_list.xml (only for test setup v2) - python code modified - configuration files added
-
Cedric Roux authored
-
fnabet authored
-
- 16 Mar, 2017 11 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
gabrielC authored
-
gabrielC authored
-
Cedric Roux authored
This work was done by Laurent Thomas.
-
gabrielC authored
Merge remote-tracking branch 'origin/Correction_for_dlsch_channel_level_calculation' into develop_integration_w11
-
gabrielC authored
-
Cedric Roux authored
On some hosts, compilations with the T tracer was failing. The error was: common/utils/T/T.h:15:19: fatal error: T_IDs.h: No such file or directory The problem was that in CMakeLists.txt some targets depend on the pre-generation of T_IDs.h but this dependancy relation was not set, so those targets could be generated before the T (it was the case with HASHTABLE). This commit fixes that. Basically, we take all the targets found in "add_executable" and "add_library" and make them depend on the T if the T is enabled. Almost all existing targets were added, even those that may not need it. The problem of this approach is that someone adding a new target using the T will not necessarily add a dependancy there. Another solution would be to generate T_IDs.h at "cmake" stage, not "make" stage and use an "if (NOT EXISTS T_IDs.h)" to generate the file. We lose the dependancy relation though. Things may be changed if maintenance cost is too high.
-
- 15 Mar, 2017 2 commits
-
-
Cedric Roux authored
768*8 is too small, in 20MHz, the phy-test mode (in default mode?) has a buffer of size 6378. Let's set the buffer size to the input's one plus 4 bytes (to accomodate for CRC, not sure about this).
-
Florian Kaltenberger authored
-
- 14 Mar, 2017 2 commits
- 13 Mar, 2017 7 commits
-
-
hbilel authored
-
Cedric Roux authored
Develop integration w10 Summary of changes: - MIMO for UE - TDD in test setup - bug fixes See merge request !133
-
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
-
hbilel authored
for all processing including oaisim
-
Cedric Roux authored
-
hbilel authored
-
- 10 Mar, 2017 5 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
New tests: 0186xx for TDD with the huawei 3276 dongle. All necessary files to configure and use it have been added. Existing code has been adapted for the TDD tests. Only the test setup v2 has been adapted. The file test_case_list.xml has been changed to add tests 0186xx, but only to work with test setup v2. It won't work with test setup v1. To be completed if needed. The tests are similar to FDD tests. Throughputs for TDD have to be adjusted, the throughputs of FDD are used for the moment.
-
Florian Kaltenberger authored
-
https://gitlab.eurecom.fr/oai/openairinterface5gFlorian Kaltenberger authored
Conflicts: targets/ARCH/LMSSDR/USERSPACE/LIB/lms_lib.cpp
-
Cedric Roux authored
-
- 09 Mar, 2017 7 commits
-
-
gabrielC authored
-
gabrielC authored
-
gabrielC authored
-
gabrielC authored
-
gabrielC authored
-
Florian Kaltenberger authored
Conflicts: openair1/PHY/MODULATION/ofdm_mod.c targets/ARCH/LMSSDR/USERSPACE/LIB/lms_lib.cpp
-
Raymond.Knopp authored
-
- 08 Mar, 2017 1 commit
-
-
hbilel authored
-