- 09 Apr, 2021 2 commits
- 08 Apr, 2021 2 commits
-
-
francescomani 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 1 commit
-
-
Raymond Knopp authored
-
- 06 Apr, 2021 1 commit
-
-
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
-
- 04 Apr, 2021 1 commit
-
-
Raymond Knopp authored
UE Configuration after SIB1 ok, RAR configuraiton/reception ok, Msg3 transmission / reception ok, CU fails when needing to at SRB1
-
- 03 Apr, 2021 1 commit
-
-
rmagueta authored
-
- 02 Apr, 2021 1 commit
-
-
Florian Kaltenberger authored
-
- 01 Apr, 2021 4 commits
-
-
rmagueta authored
-
rmagueta authored
-
rmagueta authored
# Conflicts: # openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c # openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c
-
Remi Hardy authored
MR !1085 : Nr mac ssb -MAC scheduling of multiple SSBs -Symbol level occupation of VRB map for SSBs -Multi SSB SIB1 scheduling MR !1097 : NR_PRACH: nr_du\[\] buffer not filled in High Speed case for both gNB and nrUE Issue: TC nr_prachsim failed with High Speed(-H) enabled. While generating NR PRACH for High Speed case : Array nr_du\[\] was not filled for both gNB and nrUE. Added function nr_fill_du() to resolve the issue. MR !1107 : Small bugfixes for 5G NR
-
- 31 Mar, 2021 14 commits
-
-
hardy authored
-
rmagueta authored
-
rmagueta authored
-
rmagueta authored
-
Raymond Knopp authored
-
rmagueta authored
-
hardy authored
-
hardy authored
-
hardy authored
-
Raymond Knopp authored
also enabling connection to AMF only when --sa option is used.
-
Raymond Knopp authored
-
Raymond Knopp authored
-
Remi Hardy authored
MR !1092: Nr pdcp nia2 integrity This code has not been tested with a COTS UE. We need SRB1/2 (so we need SA) to test. The activation of security and integrity for SRB1 will need more code (new functions) because it happens after some time, not at creation time of the PDCP entity and there is no way to do this with current code. MR !1075: Fft bench hotfix Simple fix to make the FFT testbench compile and run on current develop. MR !1083: NR power measurement fixes
-
Raymond Knopp authored
Conflicts: executables/nr-softmodem.c executables/nr-ue.c openair2/GNB_APP/gnb_app.c openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
-
- 30 Mar, 2021 13 commits
-
-
Raymond Knopp authored
-
hardy authored
-
hardy authored
-
Cedric Roux authored
-
francescomani authored
-
Thomas Schlichter authored
If the array of pointers is allocated using malloc(), it is not guaranteed that the pointers are NULL, so the actual PHY_VARS_gNB might nit be allocated correctly! Also replace a malloc() + memset() combination by just a calloc().
-
rmagueta authored
-
rmagueta authored
# Conflicts: # openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c # openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c # openair2/RRC/NR/rrc_gNB_reconfig.c
-
Cedric Roux authored
-
Cedric Roux authored
This code has not been tested with a COTS UE. We need SRB1/2 (so we need SA) to test. The activation of security and integrity for SRB1 will need more code (new functions) because it happens after some time, not at creation time of the PDCP entity and there is no way to do this with current code.
-
Cedric Roux authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-