An error occurred fetching the project authors.
  1. 04 Feb, 2021 2 commits
  2. 02 Feb, 2021 1 commit
  3. 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
  4. 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