An error occurred fetching the project authors.
  1. 18 Dec, 2019 2 commits
    • Robert Schmidt's avatar
      FlexRAN: reimplement timers without ITTI · 8f54c602
      Robert Schmidt authored
      The timer code used to trigger periodic statistics message sending used
      ITTI. Together with a high frequency reporting (e.g. 1ms), this resulted
      in high CPU usage. This commit reimplements this:
      * using a thread that is synchronized to the RU (if there is no MAC, we
        assume there is no RU generating a tick so we create the tick source
        ourselves)
      * no RB trees but plain arrays
      * smaller interface for users
      * slight user interface changes
      * remove stopped timer state: such timer might be simply removed
      * remove one-shot timers
      8f54c602
    • Robert Schmidt's avatar
      FlexRAN: Simplify stats request handling · 13976fc3
      Robert Schmidt authored
      * only set up timer for sending requests
      * simplify interface for timer setup
      * on timer expiry, do not pass through stats request function but
        directly send the reply
      * Remove whatever report structure and use stats request directly for
        inferring the data to send
      13976fc3
  2. 05 Jul, 2019 1 commit
  3. 20 Jun, 2019 2 commits
  4. 30 May, 2019 3 commits
  5. 28 May, 2019 14 commits
  6. 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
  7. 07 Nov, 2018 8 commits
  8. 03 Sep, 2018 9 commits