1. 31 Mar, 2021 2 commits
    • Cedric Roux's avatar
      fix: do NR only if at least one gNB is connected to the eNB · 46c1aff4
      Cedric Roux authored
      We used to set 'does_nr' of an UE if we detect ENDC supported in the
      UE capabilities.
      
      Then we activate NR measurements if 'does_nr' is true.
      
      The problem is that if the eNB is not connected to a gNB but the UE
      reports some NR measurements (because a gNB is running somewhere near)
      then the eNB will crash when starting the switch to NR.
      
      A (quick) solution is to set 'does_nr' only if there is a gNB connected to
      the eNB.
      
      Maybe not the best solution. To be changed if needed.
      46c1aff4
    • Remi Hardy's avatar
      Integration 2021 wk13 c · 1f3513b1
      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
      1f3513b1
  2. 30 Mar, 2021 7 commits
  3. 29 Mar, 2021 8 commits
  4. 28 Mar, 2021 2 commits
  5. 25 Mar, 2021 2 commits
  6. 23 Mar, 2021 1 commit
  7. 22 Mar, 2021 5 commits
  8. 21 Mar, 2021 1 commit
  9. 20 Mar, 2021 1 commit
  10. 19 Mar, 2021 11 commits