1. 13 Dec, 2016 1 commit
  2. 12 Dec, 2016 6 commits
  3. 09 Dec, 2016 2 commits
  4. 08 Dec, 2016 6 commits
  5. 07 Dec, 2016 1 commit
  6. 06 Dec, 2016 4 commits
  7. 05 Dec, 2016 9 commits
    • Xenofon Foukas's avatar
      8def47c4
    • Xenofon Foukas's avatar
    • Cedric Roux's avatar
      T: add 'throughputlog' logger · 9a0f32aa
      Cedric Roux authored
      Normally it is used to display throughput.
      
      The computation it does is to sum up the wanted value for the last
      second (1000 TTIs) and send this value to the views associated to
      this logger, at each TTI.
      9a0f32aa
    • Cedric Roux's avatar
      T: new view 'scolltti' · 2270dae1
      Cedric Roux authored
      This view is used to display throughput (to come in next commits).
      2270dae1
    • Cedric Roux's avatar
      T: some work on XY plot · 5b6a83fc
      Cedric Roux authored
      - change paint function:
        when the XY plot is resized we scale. Previously
        the last range was put in the middle of the new range
        (say when we increase the size).
        We may get aspect ratio changes if the resize is not identical
        vertically and horizontally, but I think this behaviour is more
        'natural'.
      - fix a bug:
        the last horizontal tick label was printed to far on the right,
        out of the bouding box of the XY plot. This is not totally fixed
        in the case the label is larger than the XY plot. Now the part
        out of the bounding box will be printed on the left. No big deal,
        make the plot big enough. (Before, even if big enough you had a
        problem.)
      - add a new vertical tick display, to be used for throughput mostly.
        See in enb.c the difference between 'input signal' and throughput
        plots (those throughput plots will come in later commits).
      5b6a83fc
    • Cedric Roux's avatar
      T: add widget 'textarea' · bff8e40d
      Cedric Roux authored
      It's like a label but with fixed dimensions and maximum
      characters' capacity at creation time.
      bff8e40d
    • fnabet's avatar
      add workarounds for OAI issues · bc032392
      fnabet authored
      bc032392
    • Cedric Roux's avatar
      T: new function 'bps' · 031a72de
      Cedric Roux authored
      This function is used to print rates (say '1kb/s' or '16Mb/s').
      031a72de
    • Cedric Roux's avatar
      T: add TBS to ENB_PHY_DLSCH_UE_DCI · d7831c1f
      Cedric Roux authored
      d7831c1f
  8. 02 Dec, 2016 3 commits
  9. 01 Dec, 2016 5 commits
  10. 30 Nov, 2016 3 commits