An error occurred fetching the project authors.
  1. 20 Jan, 2020 3 commits
    • Robert Schmidt's avatar
      FlexRAN: reimplement timers without ITTI · b6d466d7
      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
      b6d466d7
    • Robert Schmidt's avatar
      FlexRAN: Simplify stats request handling · 7415d081
      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
      7415d081
    • Robert Schmidt's avatar
      Remove unused sleep function() · a21c1b1f
      Robert Schmidt authored
      a21c1b1f
  2. 12 Feb, 2019 1 commit
  3. 09 Mar, 2018 1 commit
  4. 05 Apr, 2017 1 commit