- 07 Sep, 2018 16 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
Merge remote-tracking branch 'origin/347-remove-assertion-ue-dci-handling' into develop_integration_2018_w36
-
Cedric Roux authored
Conflicts: openair2/ENB_APP/flexran_agent_common_internal.c openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
-
Cedric Roux authored
-
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
-
Konstantinos Alexandris authored
Conflicts: cmake_targets/CMakeLists.txt openair2/ENB_APP/enb_app.c openair2/X2AP/x2ap_common.h
-
Konstantinos Alexandris authored
-
Florian Kaltenberger authored
-
- 06 Sep, 2018 5 commits
-
-
Masayuki HARADA authored
-
Cedric Roux authored
The bug popped up when one UE was doing TCP UL iperf and a second UE attempted to connect. A crash of the eNB happened because we changed the wrong NFAPI structure in a TTI where both UEs are scheduled. Something like that.
-
Konstantinos Alexandris authored
SCTP: one to many sockets implementation
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
laurent authored
-
- 05 Sep, 2018 18 commits
-
-
laurent authored
-
Robert Schmidt authored
Fix: RAN API: remove_ul_slice() frees ul sched_name pointer, when sched_name set, free it when resetting
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Commit 7823858e2d11e8cabc1ca7bf7f507b9a050942d3 introduced this as a comment.
-
Robert Schmidt 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 1 commit
-
-
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.
-