1. 07 Apr, 2021 2 commits
  2. 06 Apr, 2021 2 commits
    • rmagueta's avatar
    • Remi Hardy's avatar
      Integration 2021 wk14 a · f0a1d0c2
      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
      f0a1d0c2
  3. 04 Apr, 2021 3 commits
  4. 03 Apr, 2021 1 commit
  5. 02 Apr, 2021 1 commit
  6. 01 Apr, 2021 4 commits
    • rmagueta's avatar
      Fix for RA when Msg3 fails · d964cf60
      rmagueta authored
      d964cf60
    • rmagueta's avatar
      Minor improvements and LOG updates · 4a807dd0
      rmagueta authored
      4a807dd0
    • rmagueta's avatar
      Merge remote-tracking branch 'origin/develop' into develop-SA-CBRA · 1aab76a4
      rmagueta authored
      # Conflicts:
      #	openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
      #	openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c
      1aab76a4
    • Remi Hardy's avatar
      Integration 2021 wk13 d · 91909a4b
      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
      91909a4b
  7. 31 Mar, 2021 12 commits
  8. 30 Mar, 2021 14 commits
  9. 29 Mar, 2021 1 commit