- 07 Sep, 2018 8 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
Merge remote-tracking branch 'origin/issue343_dlcqi_retransmission' into develop_integration_2018_w36
-
Cedric Roux authored
Conflicts: openair1/PHY/INIT/init_top.c
-
Cedric Roux authored
Note: we don't include the last commit from origin/recode_itti_from_scratch because it is just astyle formatting. As of today we don't enforce astyle and including this work would lead to future merge conflicts. A proper process to enforce astyle has to be put in place. In the meantime, no astyle allowed in commits if the changes are too big and not relevant to work done.
-
Cedric Roux authored
-
- 06 Sep, 2018 2 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
laurent authored
-
- 05 Sep, 2018 3 commits
-
-
laurent authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 04 Sep, 2018 7 commits
-
-
Cedric Roux authored
Using valgrind revealed that those two arrays were too small. Let's use 512 bytes, which should be enough for every practical cases.
-
Cedric Roux authored
This includes damages check_vcd.c in the T tracer (in develop branch).
-
Cedric Roux authored
Using the basic simulator and valgrind, it was found that the lack of initialization of those two pointers leads to some very nasty behavior of some other parts of the system.
-
Haruki NAOI authored
This reverts commit 31821838.
-
Cedric Roux authored
The comparison in AssertFatal was not correct, taking the opposite meaning to the one expected.
-
Cedric Roux authored
In the eNB it's not really used for the moment because there is a limitation to uplink scheduling. In openair2/LAYER2/MAC/eNB_scheduler_ulsch.c we have: while (((rb_table[rb_table_index] > (N_RB_UL - 1 - first_rb[CC_id])) || (rb_table[rb_table_index] > 45)) That limits uplink scheduling to at most 44 RBs. The 768 case is for 64 RBs.
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 03 Sep, 2018 10 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Robert Schmidt authored
Bug only occurs when compiling without AVX2
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
-- Configuration files for a Band-40 test setup -- XML file test on band-40 for 5 and 10 MHz in DL only Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Develop integration 2018 w35 See merge request oai/openairinterface5g!378
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Haruki NAOI authored
-
Cedric Roux authored
-
- 31 Aug, 2018 10 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
Conflicts: cmake_targets/CMakeLists.txt openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c openair1/SCHED_UE/phy_procedures_lte_ue.c openair2/LAYER2/MAC/eNB_scheduler_phytest.c
-
Cedric Roux authored
Merge remote-tracking branch 'origin/issue_344_segv_trace_wireshark' into develop_integration_2018_w35
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
laurent authored
-