Skip to content
Snippets Groups Projects
  1. Oct 27, 2017
  2. Oct 18, 2017
    • Cédric Roux's avatar
      T tracer: improve a bit enb tracer · 2516216d
      Cédric Roux authored
      - UE_id 0 is for rnti 65535 (sib)
      - UE_id 1 is for rnti 65534 (this is a hack)
      - UE_id 2 is for rnti 2     (RA RNTI as of today's code/config)
      - we start enb by displaying UE_id 3
      - there was a bug: we need to lock when resetting UE ids (reset_ue_ids)
      2516216d
  3. Oct 17, 2017
  4. Oct 12, 2017
  5. Oct 11, 2017
  6. Oct 09, 2017
  7. Sep 27, 2017
  8. Aug 29, 2017
  9. Aug 20, 2017
  10. Jun 16, 2017
  11. May 19, 2017
  12. Feb 17, 2017
    • Cédric Roux's avatar
      T: let it compile with C++ · f9b5dafe
      Cédric Roux authored
      We now have 4 versions of T_HEADER:
       - bad quality C++ version with time
       - good quality C version with time
       - bad quality C++ version without time
       - good quality C version without time
      f9b5dafe
  13. Feb 09, 2017
  14. Jan 30, 2017
  15. Jan 09, 2017
  16. Jan 03, 2017
  17. Dec 22, 2016
  18. Dec 19, 2016
  19. Dec 12, 2016
  20. Dec 05, 2016
    • Cédric Roux's avatar
      T: add 'throughputlog' logger · 9a0f32aa
      Cédric 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
    • Cédric Roux's avatar
      T: new view 'scolltti' · 2270dae1
      Cédric Roux authored
      This view is used to display throughput (to come in next commits).
      2270dae1
    • Cédric Roux's avatar
      T: some work on XY plot · 5b6a83fc
      Cédric 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
    • Cédric Roux's avatar
      T: add widget 'textarea' · bff8e40d
      Cédric Roux authored
      It's like a label but with fixed dimensions and maximum
      characters' capacity at creation time.
      bff8e40d
    • Cédric Roux's avatar
      T: new function 'bps' · 031a72de
      Cédric Roux authored
      This function is used to print rates (say '1kb/s' or '16Mb/s').
      031a72de
    • Cédric Roux's avatar
      T: add TBS to ENB_PHY_DLSCH_UE_DCI · d7831c1f
      Cédric Roux authored
      d7831c1f
  21. Dec 01, 2016
  22. Nov 30, 2016
Loading