An error occurred fetching the project authors.
  1. 10 Nov, 2020 1 commit
  2. 03 Nov, 2020 1 commit
  3. 27 Oct, 2020 3 commits
    • cig's avatar
      Logging fixes at UE and gNB · 39394061
      cig authored
      39394061
    • cig's avatar
      Broken down get_band into two functions to get duplex offset and frame type · c961e81c
      cig authored
      - the band is coming from the SI, therefore a function to get the band is not
        necessary
      - this solves also the limitations of the get_band algorithm with the NR bands
        overlapping in the NR operating bands table (e.g. band 78 and band 48)
      c961e81c
    • cig's avatar
      Configuration changes to support FDD · 60d81f23
      cig authored
      - adapted the get_band function: the algorithm is now taking into account
        also the UL frequency in order to fetch the proper band (this was failing
        before as some NR bands have the same DL band, e.g. band 65 and 66)
      - added new bands to the NR table as per TS 38.101 V16.4.0 (2020)
      - made the from_nrarfcn function compatible with UL FDD (this function,
        used for both DL and UL  was previously working with TDD only as it
        did not compute properly the frequency for the UL FDD, throwing asserts)
      - introduced common functions to get the NR table idx and the duplex mode,
        removing repeated code in the process
      - removed the unused function to get the uldl offset
      - improved some logging
      - other minor fixes to the relevant code
      60d81f23
  4. 22 Oct, 2020 2 commits
  5. 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
  6. 09 Oct, 2020 1 commit
  7. 29 Sep, 2020 1 commit
  8. 25 Sep, 2020 1 commit
  9. 22 Sep, 2020 1 commit
  10. 21 Sep, 2020 2 commits
  11. 18 Sep, 2020 1 commit
  12. 11 Sep, 2020 1 commit
  13. 08 Sep, 2020 1 commit
    • Mario Hudon's avatar
      -UE RACH updates · c48e96e9
      Mario Hudon authored
        - Added support for FR1 in RO selection
        -RACH preamble selected according to the chosen RO
      c48e96e9
  14. 03 Sep, 2020 1 commit
  15. 31 Aug, 2020 1 commit
    • Parminder Singh's avatar
      Enable PTRS with command line in ULSIM · 14096886
      Parminder Singh authored
      - To enable PTRS use -T flag followed by 3 integers
      - Example: ./nr_ulsim -T 2 0 2
      - 1st Value is the list of arguments -> e.g. 2
      - 2nd Value is for L_PTRS{0,1,2}     -> e.g. 0
      - 3rd Value is for K_PTRS{2,4}       -> e.g. 2
      14096886
  16. 27 Aug, 2020 1 commit
  17. 26 Aug, 2020 1 commit
  18. 21 Aug, 2020 1 commit
  19. 20 Aug, 2020 1 commit
  20. 06 Aug, 2020 2 commits
  21. 03 Aug, 2020 1 commit
  22. 30 Jul, 2020 3 commits
  23. 24 Jul, 2020 2 commits
  24. 23 Jul, 2020 2 commits
  25. 22 Jul, 2020 3 commits
  26. 21 Jul, 2020 1 commit
  27. 17 Jul, 2020 1 commit
  28. 16 Jul, 2020 1 commit
  29. 09 Jul, 2020 1 commit