- 19 Oct, 2020 2 commits
-
-
matzakos authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 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 1 commit
-
-
matzakos authored
-
- 15 Oct, 2020 2 commits
-
-
Remi Hardy authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 12 Oct, 2020 14 commits
-
-
hardy authored
-
hardy authored
-
matzakos authored
-To avoid including the whole x2 libraries for the corresponding executables
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
[OC][RHEL8]: updating dockerfiles w/ proper library management on target images + support for USRP build Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
* Standalone support on RHEL8.2 (without OpenShift build-config system) * few ports for RHEL8.2 standalone podman/docker usage * Supports eNB/gNB/LTE-UE/NR-UE Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
hardy authored
-
- 09 Oct, 2020 1 commit
-
-
Remi Hardy authored
Integration 2020 wk40 comprises the following udpates: MR893 ULSCH decode mthread: - Enabled parallelization of ULSCH segments decoding, deinterleaving and rx rate matching. MR896 Nsa remove band hardcodings: - A missing commit from wk39, just a log change MR901 NR UE DCI improvements: - Handling of DCI formats 0_0 and 0_1, including removing hard-coding and scheduling PUSCH with DCI parameters - Blind decoding of DCIs based on size and format indicator - Fix for segmentation fault during ULSCH encoding MR895 support of RA procedure by implementing Msg3 on UE MR908 NR DL scheduler improvements: Preliminary work on the DL scheduler - cleanup of DL scheduler, add interface preprocessor-postprocessor (`NR_UE_sched_ctrl_t`) - postprocessor can handle multiple UEs. Preprocessor will follow soon (proportional fair scheduler) - No MAC UE Context creation before end of RA (Msg 3) These updates do not change anything performance wise (no additional scheduled slots, etc). This MR also reduces gNB log.
-
- 08 Oct, 2020 1 commit
-
-
matzakos authored
-Also change the place of the check on whether x2ap is enabled to trigger the ITTI tick message from RRC to X2AP.
-
- 07 Oct, 2020 3 commits
-
-
Thomas Schlichter authored
-
Robert Schmidt authored
-
Raphael Defosseux authored
-
- 06 Oct, 2020 4 commits
-
-
Shweta Shrivastava authored
-
matzakos authored
-Since the aim of itti RRC_SUBFRAME_PROCESS message (MAC->RRC) is to trigger an itti X2AP_SUBFRAME_PROCESS message (RRC->X2AP), avoid creating RRC_SUBFRAME_PROCESS message if x2ap task is not enabled. Not sure if this is the best solution. We could also avoid only sending the second itti X2AP_SUBFRAME_PROCESS message.
-
hardy authored
-
hardy authored
-
- 05 Oct, 2020 3 commits
-
-
Thomas Schlichter authored
Conflicts: openair1/PHY/NR_UE_TRANSPORT/nr_ulsch_ue.c openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.c
-
Thomas Schlichter authored
-
hardy authored
-
- 02 Oct, 2020 3 commits
-
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
- 01 Oct, 2020 3 commits
-
-
Cedric Roux authored
Bytes of the MIB were logged in reverse. Bug reported by David Breaux <davidbreaux67@gmail.com>.
-
Cedric Roux authored
dedicated_DRB was not set properly when the NSA UE sends ReconfigurationComplete so the wrong code was executed below (we had dedicated_DRB == 0). Let's put a value that does nothing (-1 seems fine).
-
Cedric Roux authored
-