An error occurred fetching the project authors.
  1. 30 Sep, 2021 1 commit
  2. 07 Sep, 2021 1 commit
  3. 15 Aug, 2021 1 commit
  4. 13 Aug, 2021 2 commits
  5. 27 Jul, 2021 1 commit
  6. 02 Jul, 2021 1 commit
  7. 21 Jun, 2021 1 commit
  8. 17 Jun, 2021 1 commit
  9. 21 May, 2021 1 commit
  10. 18 May, 2021 2 commits
  11. 14 May, 2021 1 commit
  12. 10 May, 2021 1 commit
  13. 04 May, 2021 1 commit
  14. 03 May, 2021 1 commit
  15. 30 Apr, 2021 1 commit
  16. 27 Apr, 2021 1 commit
  17. 22 Apr, 2021 2 commits
  18. 13 Apr, 2021 1 commit
  19. 07 Apr, 2021 1 commit
  20. 31 Mar, 2021 1 commit
  21. 30 Mar, 2021 2 commits
    • Robert Schmidt's avatar
      Refactor after merge · f5a1d356
      Robert Schmidt authored
      With the merge of fix_NR_DLUL_PF, gNB_dlsch_ulsch_scheduler() has no
      nb_periods_per_frame variable. There are two changes here:
      
      1) calculate this locally for initializing tdd_beam_association
      
      2) do not pass it into schedule_nr_mib(). Further, use the following:
         nb_periods_per_frame = slots_per_frame / slots_per_period
         slots_per_frame / nb_periods_per_frame =
           = slots_per_frame / (slots_per_frame / slots_per_period)
           = slots_per_period
      f5a1d356
    • Robert Schmidt's avatar
  22. 25 Mar, 2021 1 commit
  23. 23 Mar, 2021 1 commit
  24. 16 Mar, 2021 1 commit
  25. 04 Mar, 2021 1 commit
  26. 26 Feb, 2021 6 commits
  27. 24 Feb, 2021 1 commit
  28. 22 Feb, 2021 1 commit
  29. 12 Feb, 2021 1 commit
    • kn.raju's avatar
      Handle individual RAs in nr_generate_Msg2() and nr_add_msg3() · 66ffa08a
      kn.raju authored
      * add the RA process to handle to command parameters
      * Do not create the RAR_pdu into an intermediate array, but directly
        into the nFAPI TX_req
      * Slightly restructure nr_generate_Msg2() to first make AssertFatal()
        checks, then proceed allocating
      66ffa08a
  30. 07 Feb, 2021 2 commits