- 26 Oct, 2020 1 commit
-
-
hardy authored
-
- 25 Oct, 2020 1 commit
-
-
Remi Hardy authored
Integration 2020 wk42 (2) MR921 : Hotfix for DL DCI issue in UE Fixing a bug from last MR. Fix in nr_dlsim that prevents reporting false 'PDSCH ok' message MR915 : Fix to avoid RRC->X2AP ticking every msec when x2ap task is not enabled The aim of itti RRC_SUBFRAME_PROCESS message (MAC->RRC) is to trigger an itti X2AP_SUBFRAME_PROCESS message (RRC->X2AP) This change avoids creating RRC_SUBFRAME_PROCESS message if x2ap task is not enabled
-
- 22 Oct, 2020 3 commits
- 21 Oct, 2020 1 commit
-
-
Raphael Defosseux authored
Develop Integration Branch: 2020 wk42 The following Merge Requests were included: * MR 913 : Flexran Base Station Apps * MR 875 : Nr mac ssb ro global edge * MR 897 : python framework cleanup (CI) * MR 924 : C-RNTI as TC-RNTI * MR 911 : Cce indexing fix * MR 922 : fixes mac sched nfapi
-
- 19 Oct, 2020 11 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>
-
Francesco Mani authored
-
matzakos authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
hardy authored
Conflicts: ci-scripts/reportTestLocally.sh Kept new RA test disabled
-
hardy authored
Solved Conflicts in: openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_primitives.c openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h
-
hardy authored
-
hardy authored
-
hardy authored
-
hardy authored
-
- 18 Oct, 2020 1 commit
-
-
Raphael Defosseux authored
develop integration branch : 2020 week 41 * MR909 small-bugfixes-wk40 (Cedric Roux) * MR919 docker and openshift initial support
-
- 17 Oct, 2020 2 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>
-
- 16 Oct, 2020 4 commits
-
-
Florian Kaltenberger authored
-
hardy authored
-
hardy authored
-
matzakos authored
-
- 15 Oct, 2020 6 commits
-
-
Florian Kaltenberger authored
Merge branch 'NR_MAC_SSB_RO_GlobalEdge' of https://gitlab.eurecom.fr/oai/openairinterface5g into NR_MAC_SSB_RO_GlobalEdge
-
Remi Hardy authored
-
Francesco Mani authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
kn.raju authored
-
Francesco Mani authored
This reverts commit 1a5874d4.
-
- 13 Oct, 2020 10 commits
-
-
Florian Kaltenberger authored
-
Sakthivel Velumani authored
this shouldn't affect the testing with cots ue
-
Robert Schmidt authored
-
Robert Schmidt authored
This then only uses the "modern" ip tool instead of ifconfig, and the command is more "homogeneous".
-
Robert Schmidt authored
-
Robert Schmidt authored
This completely removes the UESIM_EXPANSION define: it does not compile at the moment. Its function was to multiplex multiple UEs on the same TUN interface. However, this functionality is not needed since it is possible to allocate many TUN devices (i.e., >= 32).
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Various mutexes are present in the phy_stub_UE.c file. However, it will only be run in a single thread; the multiple-thread implementation also runs the higher layers concurrently, which leads to races and segfaults. Therefore, remove these mutexes, as we don't need them.
-
Robert Schmidt authored
-