1. 26 Oct, 2020 8 commits
  2. 25 Oct, 2020 1 commit
    • Remi Hardy's avatar
      Merge branch 'integration_2020_wk42_2' into 'develop' · 97ae4300
      Remi Hardy authored
      Integration 2020 wk42 (2)
      
      MR921 : Hotfix for DL DCI issue in UE  
      Fixing a bug from last MR.  
      Fix in nr_dlsim that prevents reporting false 'PDSCH ok' message
      
      MR915 : Fix to avoid RRC->X2AP ticking every msec when x2ap task is not enabled  
      The aim of itti RRC_SUBFRAME_PROCESS message (MAC->RRC) is to trigger an itti X2AP_SUBFRAME_PROCESS message (RRC->X2AP)  
      This change avoids creating RRC_SUBFRAME_PROCESS message if x2ap task is not enabled
      97ae4300
  3. 23 Oct, 2020 1 commit
  4. 22 Oct, 2020 5 commits
  5. 21 Oct, 2020 6 commits
  6. 19 Oct, 2020 11 commits
  7. 18 Oct, 2020 1 commit
  8. 17 Oct, 2020 2 commits
  9. 16 Oct, 2020 4 commits
  10. 15 Oct, 2020 1 commit
    • Cedric Roux's avatar
      bugfix: fix frequencies in nr_bandtable · f3a27d6a
      Cedric Roux authored
      A test with band 79 was not working. It turns out that the computation
      of the frequency from the NR-ARFCN was giving a wrong value.
      
      After fixing band 79 as found in this commit, the frequency was correct.
      
      The array nr_bandtable has then been reviewed fully and all the values
      that were wrong have been changed. The check of correctness was done
      using the website https://www.sqimway.com/nr_band.php
      f3a27d6a