1. 03 Mar, 2021 2 commits
    • cig's avatar
      Minor cleanup UE · f2bc1012
      cig authored
      - removed commented out code
      - improved logging in UL channel estimation
      - minor fixes according to OAI coding guidelines
      - moving fetching TDD configuration parameters in nr-ue.c only in TDD case
      f2bc1012
    • Thomas Schlichter's avatar
      NR_UE: handle initial TA the same way as TA updates, independent of the UE_mode · 01645168
      Thomas Schlichter authored
      In FDD mode, the UE_mode switches to PUSCH mode before the initial TA value was applied.
      Because of this, the ta_command was misinterpreted.
      Fix this by adding 31 to the initial TA comamnd and handle it the same as TA updates.
      01645168
  2. 17 Feb, 2021 1 commit
  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. 15 Feb, 2021 1 commit
  5. 12 Feb, 2021 3 commits
  6. 11 Feb, 2021 1 commit
    • Raphael Defosseux's avatar
      * MR 1015: Multi-UE + more slots · 39ab3c1e
      Raphael Defosseux authored
      This MR adds a multi-UE scheduler (proportional fair) for multiple UEs. Tested for two UEs, but should work for more. Additionally, it enables 12 DL slots and 2 UL slots (still fixed, will be read from the configuration file in a clean-up/follow-up MR).
      
      * MR 1019: NASMESH: support for kernel version >= 5.6.0
      he syntax for ndo_tx_timeout in Linux Kernel has changed since 5.6.0 i.e it has changed
      
      * MR 1033: ue fixes
      1. Write tx data to radio unit only on tx slots.
      2. Fixed a bug in DL HARQ.
      3. Disabled UE and some gNB side logs which were enabled (maybe by mistake) in previous MRs.
      4. In UE, check if NDI toggled before reading SDU for PUSCH.
      39ab3c1e
  7. 10 Feb, 2021 1 commit
  8. 09 Feb, 2021 5 commits
  9. 08 Feb, 2021 4 commits
  10. 07 Feb, 2021 21 commits