An error occurred fetching the project authors.
  1. 12 Aug, 2023 1 commit
  2. 11 Apr, 2023 1 commit
    • Robert Schmidt's avatar
      Reuse get_DRB_RLC_BearerConfig() to get RLC-BearerConfig · d021fbd0
      Robert Schmidt authored
      For nr_DRB_preconfiguration() and fill_default_secondaryCellGroup(),
      there is duplicated code to generate and RLC-BearerConfig, when calling
      the existing get_DRB_RLC_BearerConfig() (with the right parameters)
      yields a similar configuration (see exceptions below).
      
      Differences:
      - We do not support reestablishmentRLC, so we don't set it
      - Set prioritisedBitrate to 8kbps instead of infinity (we don't
        prioritize anything, anyway)
      - bucketSizeDuration is 50ms instead of 100ms
      d021fbd0
  3. 20 Mar, 2023 2 commits
  4. 12 Dec, 2022 1 commit
  5. 25 Nov, 2022 1 commit
  6. 12 Aug, 2022 1 commit
    • Cedric Roux's avatar
      nr rlc stats: make avg time to tx optional · 1b029be0
      Cedric Roux authored
      Introduce the function nr_rlc_activate_avg_time_to_tx() to
      activate/deactivate collection of avg time to tx stats (which
      may have an impact on realtime processing, so better not compute
      them when not needed).
      
      Fix a little bug in time_average_get_average() for when there is not stat.
      1b029be0
  7. 04 Aug, 2022 1 commit
  8. 07 Apr, 2022 1 commit
  9. 02 Jul, 2021 1 commit
  10. 12 May, 2021 1 commit
  11. 26 Feb, 2021 1 commit
  12. 01 Dec, 2020 1 commit
    • cig's avatar
      Do configuration of DRB UM in RA mode · 05d4b920
      cig authored
      - do DRB preconfiguration for deafult C-RNTI if !do_ra
      - moved redundant configuration code at RLC layer to new RLC functions
      05d4b920
  13. 13 Nov, 2020 1 commit
  14. 27 Oct, 2020 1 commit