- 12 Apr, 2021 3 commits
-
-
Raymond Knopp authored
Conflicts: cmake_targets/build_oai openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
-
Raymond Knopp authored
Merge branch 'NR_SA_F1AP_5GRECORDS' of https://gitlab.eurecom.fr/oai/openairinterface5g into NR_SA_F1AP_5GRECORDS
-
Raymond Knopp authored
Merge branch 'NR_SA_F1AP_5GRECORDS' of https://gitlab.eurecom.fr/oai/openairinterface5g into NR_SA_F1AP_5GRECORDS Conflicts: openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
-
- 10 Apr, 2021 1 commit
-
-
Roberto Louro Magueta authored
This reverts commit e06c7276
-
- 09 Apr, 2021 3 commits
- 08 Apr, 2021 13 commits
-
-
rmagueta authored
-
rmagueta authored
-
Raymond Knopp authored
-
rmagueta authored
-
Raphael Defosseux authored
Integration Branch : 2021 week 14 See merge request oai/openairinterface5g!1121
-
francescomani authored
-
Raymond Knopp authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Raymond Knopp authored
added call to NAS for RRCSetupComplete message in UE. other minor modification in gNB/UE scheduling for SA
-
- 07 Apr, 2021 10 commits
-
-
luis_pereira87 authored
-
luis_pereira87 authored
-
Thomas Schlichter authored
-
Mohammed Ismail authored
Signed-off-by: Mohammed Ismail <mohammed.ismail@openairinterface.org>
-
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>
-
Raymond Knopp authored
-
- 06 Apr, 2021 6 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raymond Knopp authored
Conflicts: openair2/LAYER2/NR_MAC_COMMON/nr_mac_common.c openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c openair2/LAYER2/NR_MAC_gNB/config.c openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
rmagueta authored
-
Cedric Roux authored
The bug was: connect a phone, disconnect, repeat five times. The fifth time the phone does not reconnect because there is no free RA process. When an UE is removed, we have to free associated RA processes.
-
Remi Hardy authored
MR !1111 : fix x2 without gnb -fix x2 without gnb (that is: the eNB is running without gNB, then we must not switch the UE to NR) -exit gNB if eNB crashes (and exit eNB if gNB crashes) MR !1102 : nr rlc: bugfix: fix NACK with range We do some sanity checks for incoming rlc control packets. One of them is to check that so_start is not > so_end when present. But when 'range' is present and bigger than 1 it means that so_start refers to one PDU and so_end to another one. So we may well have so_start > so_end. This MR fixes that and reorganizes a bit the code to do the check before processing and rejecting the PDU if the values are not correct. (Before this commit we were NACKing the whole PDUs if so_start > so_end.) MR !1096 : build_oai: Add --sanitize-address option -pass the -fsanitize=address option to the compiler which enables run-time checks for some kinds of memory mismanagement
-
- 04 Apr, 2021 4 commits
-
-
Raymond Knopp authored
UE Configuration after SIB1 ok, RAR configuraiton/reception ok, Msg3 transmission / reception ok, CU fails when needing to at SRB1
-
hardy authored
-
hardy authored
-
hardy authored
-