An error occurred fetching the project authors.
  1. 19 Feb, 2021 1 commit
  2. 10 Feb, 2021 1 commit
  3. 02 Feb, 2021 1 commit
  4. 19 Jan, 2021 1 commit
  5. 12 Jan, 2021 1 commit
  6. 23 Dec, 2020 1 commit
  7. 12 Oct, 2020 1 commit
  8. 06 Aug, 2020 1 commit
  9. 20 Jul, 2020 6 commits
  10. 01 Jul, 2020 6 commits
  11. 01 Jun, 2020 1 commit
  12. 06 Apr, 2020 1 commit
  13. 01 Apr, 2020 3 commits
    • Robert Schmidt's avatar
      Rename UE_list_t to UE_info_t, UE_list_t separate struct · 8ffe5b49
      Robert Schmidt authored
      UE_list_t is now used as a separate list. It can be e.g. used in the
      scheduler to mark groups of users. The original UE_list_t is renamed to
      UE_info_t to reflect that it is a container for information about UEs.
      8ffe5b49
    • Robert Schmidt's avatar
      Remove DL Slicing-related variables · 7c924563
      Robert Schmidt authored
      7c924563
    • Robert Schmidt's avatar
      Remove unused/broken code in preprocessor · 4462e2d7
      Robert Schmidt authored
      * Remove MIMO_mode_indicator: it is simply not used ATM
      * Remove min_rb_unit as parameter: function auto-detects
      * Remove commented code
      * Remove slice sharing/multiplexing: it is broken
      * Remove UE sorting, add UE with add_new_ue() in MAC
        - UE sorting is useless overhead on every iteration, instead it should
          be governed by a scheduling algorithm (e.g., RR or PF)
        - The MAC keeps a UE list and automatically adds a UE
        - UE_list empty, set head to -1
      * Remove slice_positioning: the slicing functionality is broken
      * Remove unused/untested code
      4462e2d7
  14. 10 Dec, 2019 1 commit
    • Cedric Roux's avatar
      nr rlc: first commit · 1a46b66d
      Cedric Roux authored
      Initial implementation.
      
      nr_rlc/nr_rlc_oai_api.c will need some clean rewrite at some point.
      
      More testing is also needed.
      1a46b66d
  15. 30 Oct, 2019 1 commit
  16. 07 Jan, 2019 1 commit
    • Cedric Roux's avatar
      fix a lot of file mode · aea6b4b5
      Cedric Roux authored
      For whatever reason most of the files had their permission
      changed from 644 to 755, which is not wanted.
      aea6b4b5
  17. 04 Sep, 2018 1 commit
  18. 03 Sep, 2018 6 commits
    • Navid Nikaein's avatar
      6c4f58a0
    • Robert Schmidt's avatar
      fix: repair RC.mac memory allocation · da35afb0
      Robert Schmidt authored
      - there can be a race between the FlexRAN agent reading the RC.mac and its
        allocation in main.c
      - In order to circumvent this, change the allocation by allocating
        everything "into" a local variable
      - finally "make it visible" by storing  the pointer in RC.mac
      da35afb0
    • Robert Schmidt's avatar
      remove update_sched slice param variables · 328a464e
      Robert Schmidt authored
      - whether a scheduler callback has to be changed is now handled by the agent
      328a464e
    • Robert Schmidt's avatar
      766e8a5b
    • Robert Schmidt's avatar
      FlexRAN: move slice param verification to agent · 21f66094
      Robert Schmidt authored
      - until now, on every iteration, the scheduler checked for changed parameter
        (and verified some)
      - this functionality moves to the FlexRAN Agent, which verifies all parameters
        * individually, e.g. Max MCS <= 28 for DL
        * group-based, e.g. the sum of slice percentages is <= 100
      - slice configuration changes are only applied if all verifications pass
      - it is assumed in the scheduler, that configuration passed from outside is
        correct and can be used "as-is"
      
      fix accounting setting
      21f66094
    • Robert Schmidt's avatar
      MAC: slicing conf struct in RC · 58c2a006
      Robert Schmidt authored
      - introduce structure in RC for slicing conf (UL/DL)
      - move global variables regarding slice configuration into RC
      - change ue_slice_membership(): consider UL/DL
      - remove the unnecessary header files
      - set default parameters: one slice
      58c2a006
  19. 27 Aug, 2018 1 commit
  20. 30 Jul, 2018 2 commits
  21. 03 Jul, 2018 1 commit
  22. 27 Jun, 2018 1 commit