1. 28 Apr, 2021 3 commits
  2. 27 Apr, 2021 2 commits
  3. 12 Apr, 2021 2 commits
  4. 09 Apr, 2021 1 commit
  5. 08 Apr, 2021 6 commits
  6. 07 Apr, 2021 9 commits
  7. 06 Apr, 2021 4 commits
    • Raphael Defosseux's avatar
    • Raphael Defosseux's avatar
      b263ff15
    • Cedric Roux's avatar
      bugfix: nr: free RA process when UE is removed · 1a5f10be
      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.
      1a5f10be
    • 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
  8. 05 Apr, 2021 4 commits
  9. 04 Apr, 2021 9 commits