1. 08 Apr, 2021 3 commits
  2. 30 Mar, 2021 3 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
    • Remi Hardy's avatar
      Integration 2021 wk13 a · 77c36950
      Remi Hardy authored
      -MR !1052 : Nr fapi beamindex ssb ro
      This branch completes RA procedure for FR2 and includes improvements for beam index communication through FAPI interface.
      
      -fix_rb_corruption:
      A memcpy() introduced to optimize for the case of no precoding corrupted RBs which are not allocated to PDSCH in the common txdataF array.
      So instead, fall back to memcpy() for each PDSCH RB.
      
      -benetel configuration files update
      77c36950
  3. 29 Mar, 2021 8 commits
  4. 28 Mar, 2021 2 commits
  5. 23 Mar, 2021 1 commit
  6. 22 Mar, 2021 5 commits
  7. 21 Mar, 2021 1 commit
  8. 20 Mar, 2021 1 commit
  9. 19 Mar, 2021 13 commits
  10. 18 Mar, 2021 3 commits