An error occurred fetching the project authors.
  1. 29 Mar, 2021 1 commit
  2. 09 Mar, 2021 1 commit
    • cig's avatar
      Fix after review MR 1039 · 443a4491
      cig authored
      - FAPI structures not to be used as config_req at MAC since that FAPI is
        just for communication between MAC and PHY
      - additional frame_type member added to the FAPI struct
      443a4491
  3. 16 Feb, 2021 1 commit
    • cig's avatar
      Bugfix in nr_ue_prach_scheduler · c89d3493
      cig authored
      - scheduled_response was called regardless of the UL config in the PRACH slot
        this was leading to wrong behaviour since it was interfering with the
        UL config of PUSCH
      c89d3493
  4. 10 Feb, 2021 1 commit
  5. 08 Feb, 2021 1 commit
  6. 04 Feb, 2021 2 commits
  7. 02 Feb, 2021 1 commit
  8. 28 Jan, 2021 1 commit
    • Thomas Schlichter's avatar
      NR_UE: discard DCI with bwp_indicator == 0 · ac1bc702
      Thomas Schlichter authored
      Recently we stared using the BWP_indicator signalled in DCI, before we always assumed BWP_Id == 1.
      Now "fake-DCI" with bandwidth_indicator == 0 lead to segmentation faults, so we discard these.
      Note: There are still several placed where we assume BWP_Id == 1!
      ac1bc702
  9. 20 Jan, 2021 1 commit
    • cig's avatar
      Moved UE UL scheduling functions to new MAC file · e8989b20
      cig authored
      - this commit was necessary because the location of the MAC UE
        functions does not reflect the context in which they are used
      - therefore all UL scheduling-related functions have been moved
        to a new nr_ue_scheduler.c file
      - and the irrelevant file rar_tools_nrUE.c has been deleted
        (nr_ue_process_rar moved to nr_ue_procedures)
      - the new locations are supposed to make the file and functions
        organisations more structured and cleaner
      e8989b20