An error occurred fetching the project authors.
  1. 05 Dec, 2016 1 commit
    • 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
  2. 01 Dec, 2016 1 commit
  3. 30 Nov, 2016 1 commit
    • Cedric Roux's avatar
      T: new logger ticked_ttilog · a016cb75
      Cedric Roux authored
      A new logger is there: the "ticked TTI logger".
      Similar to TTI logger (used by the PUCCH1 energy plot)
      but takes another input, the "tick" (think subframe)
      and a default value for when no event is triggered between
      two ticks.
      
      This is used for the UL and DL MCS plots in enb.c (next commit).
      a016cb75
  4. 08 Jul, 2016 1 commit
    • Cedric Roux's avatar
      add another IQ logger · 1dff3c4d
      Cedric Roux authored
      iqlog.c should change its name, it's too specific.
      This new one is more generic and should take over the name.
      1dff3c4d
  5. 22 Jun, 2016 3 commits
  6. 08 Jun, 2016 2 commits
    • Cedric Roux's avatar
      add a filter to loggers · 72f56da6
      Cedric Roux authored
      events are accepted by the logger if the filter accepts them
      the filter is optional (no filter means to accept all events)
      72f56da6
    • Cedric Roux's avatar
      tick timeview/log · 63652f94
      Cedric Roux authored
      this is like timeview but the plotting is done at frame/subframe
      resolution of a given reference clock signal, let's say.
      
      The realtime information of the events is not used. It's all
      logical.
      
      It will be used to log harq processes for the moment.
      63652f94
  7. 17 May, 2016 1 commit
  8. 12 May, 2016 2 commits