1. 29 Jan, 2021 10 commits
  2. 28 Jan, 2021 3 commits
  3. 27 Jan, 2021 1 commit
  4. 26 Jan, 2021 1 commit
  5. 25 Jan, 2021 4 commits
  6. 22 Jan, 2021 5 commits
  7. 21 Jan, 2021 7 commits
  8. 20 Jan, 2021 3 commits
    • Thomas Schlichter's avatar
      fix build of phy_simulators · f1653c5f
      Thomas Schlichter authored
      f1653c5f
    • 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
    • cig's avatar
      UE UL scheduling review · 9f6a8da0
      cig authored
      - new data structure RAR_grant_t to handle RAR grant
      - new common ul scheduler function
      - new common ul pdu configuration function handling ul grants
      - new function to fill ul_config_request
      - moved pdu configuration code from process dci function
      - merged procedures for Msg3 and PUSCH together in nr_ue_scheduler
      - the same functions are now handling both PUSCH and Msg3
      - relying on ul_config (no more RA Msg3 frame and slot storage)
      - done some cleanup and logging in the process
      9f6a8da0
  9. 15 Jan, 2021 6 commits