An error occurred fetching the project authors.
  1. 27 Oct, 2021 2 commits
  2. 30 Sep, 2021 1 commit
  3. 27 Sep, 2021 1 commit
  4. 31 Aug, 2021 1 commit
  5. 06 Aug, 2021 2 commits
  6. 05 Aug, 2021 2 commits
  7. 24 Jul, 2021 1 commit
  8. 10 May, 2021 1 commit
  9. 06 May, 2021 1 commit
  10. 26 Apr, 2021 1 commit
  11. 23 Apr, 2021 1 commit
  12. 23 Mar, 2021 1 commit
  13. 14 Mar, 2021 1 commit
  14. 10 Mar, 2021 1 commit
  15. 09 Mar, 2021 1 commit
  16. 08 Mar, 2021 1 commit
  17. 05 Mar, 2021 1 commit
  18. 03 Mar, 2021 1 commit
  19. 17 Feb, 2021 1 commit
  20. 07 Feb, 2021 2 commits
  21. 21 Jan, 2021 1 commit
  22. 27 Dec, 2020 1 commit
    • cig's avatar
      Cleanup NR UE · 1c24adee
      cig authored
      - focus: defs_nr_UE.h, nr-ue.c, phy_procedures_nr_ue.c, nr_init_ue.c
      - removed long-time commented out code
      - replaced hardcoded params
      - removed unnecessary header inclusions
      1c24adee
  23. 21 Dec, 2020 1 commit
    • dir's avatar
      NR_SC_FDMA changes · a17f0078
      dir authored
      - CDM groups used, multiple DMRS locations tested
      - REMOVED compiler define NR_SC_FDMA
      - enabled -Z option in ulsim for testing NR SC-FDMA
      - Gnb UL Processing of LLRS even if last symbol allocated has no data
      - transform precoding Enumerations used
      a17f0078
  24. 07 Dec, 2020 1 commit
  25. 01 Dec, 2020 1 commit
  26. 27 Nov, 2020 1 commit
  27. 24 Nov, 2020 1 commit
  28. 19 Nov, 2020 1 commit
  29. 11 Nov, 2020 1 commit
  30. 10 Nov, 2020 1 commit
  31. 06 Nov, 2020 1 commit
  32. 02 Nov, 2020 1 commit
  33. 27 Oct, 2020 3 commits
    • 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
    • cig's avatar
      Small code cleanup gNB · 609844a3
      cig authored
      - removed long-time commented out and unused code
      - fixed logging
      609844a3
  34. 19 Oct, 2020 1 commit