An error occurred fetching the project authors.
  1. 05 Oct, 2020 2 commits
    • Robert Schmidt's avatar
      Rename NR_UE_list_t to NR_UE_info_t · e956c17b
      Robert Schmidt authored
      The name NR_UE_list_t is misleading: beyond being a simple "list", this
      structure carries all/most UE-related MAC information. If at all, it is
      a container for multiple lists. The next commit introduces a
      NR_UE_list_t structure that organizes UEs in lists such that it is
      easier to go through the UEs.
      e956c17b
    • Robert Schmidt's avatar
      Do not allocate CCE in nr_configure_pdcch() · de2cf239
      Robert Schmidt authored
      nr_configure_pdcch() allocates the CCE, but this is not wanted, e.g., in
      multi-user scheduling, since it might not be possible to allocate the
      CCEs for these UEs. This commit makes the following changes:
      
      - remove CCE allocation in nr_configure_pdcch()
      - remove coreset search in nr_configure_pdcch()
      - add functions get_coreset() and get_searchspace() to retrieve coresets
        and search spaces easily
      - in nr_fill_nfapi_dl_pdu(), add extra parameters for aggregation level
        and CCE indices and the searchspace and coreset of a UE, which might
        be different for each UE
      - allocate CCEs manually in phytest, RA, and DLSCH schedulers
      de2cf239
  2. 07 Sep, 2020 2 commits
  3. 21 Aug, 2020 1 commit
  4. 06 Aug, 2020 1 commit
  5. 20 Jul, 2020 1 commit
  6. 16 Jul, 2020 1 commit
  7. 08 Jul, 2020 1 commit
  8. 02 Jul, 2020 1 commit
    • cig's avatar
      Use MCS 9 for Msg2 to avoid issues with the LDPC decoder · 79a655d4
      cig authored
      - LDPC decoder does not support lower MCS, therefore MCS 9 has been selected
        for the Msg2 configuration.
      - This is done only in do-ra mode, in order to prevent any fallout on the
        current the configuration used for the operation with the commercial UE
      79a655d4
  9. 19 Jun, 2020 2 commits
  10. 13 May, 2020 1 commit
  11. 12 May, 2020 1 commit
  12. 23 Apr, 2020 1 commit
  13. 20 Apr, 2020 1 commit
  14. 17 Apr, 2020 1 commit
  15. 03 Apr, 2020 1 commit
  16. 26 Mar, 2020 1 commit
  17. 24 Mar, 2020 1 commit
  18. 20 Mar, 2020 1 commit
  19. 06 Mar, 2020 1 commit
  20. 05 Mar, 2020 3 commits
  21. 04 Mar, 2020 2 commits
  22. 02 Mar, 2020 1 commit
  23. 28 Feb, 2020 1 commit
  24. 26 Feb, 2020 1 commit
  25. 24 Feb, 2020 1 commit
  26. 21 Feb, 2020 1 commit
  27. 18 Feb, 2020 1 commit
  28. 14 Feb, 2020 1 commit
  29. 12 Feb, 2020 1 commit
  30. 10 Feb, 2020 5 commits