Skip to content
Snippets Groups Projects
  1. Jun 24, 2016
  2. Jun 23, 2016
  3. Jun 22, 2016
  4. Jun 20, 2016
  5. Jun 17, 2016
  6. Jun 16, 2016
  7. Jun 10, 2016
  8. Jun 09, 2016
  9. Jun 08, 2016
    • Cedric Roux's avatar
      add 'and' filter operation · 1dff773e
      Cedric Roux authored
      1dff773e
    • 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
  10. Jun 06, 2016
    • Cedric Roux's avatar
      monitor tracee and local tracer to avoid "dead" processes · e0966584
      Cedric Roux authored
      this may be removed at some point, it's very brutal. But when you
      write some code, it may happen (it "may"!!) that *sometimes* the
      code does not work and crashes. In thoses cases I prefer the
      local tracer (or the tracee) to go away immediately without even
      thinking about it maybe still running in the background.
      
      In case of monitoring (as opposed to debugging) maybe it's preferable
      to let the process live its life as it wants.
      
      Time will tell.
      e0966584
    • Cedric Roux's avatar
      update enb.c to trace uplink dci/retrans/ack/nack · c9603910
      Cedric Roux authored
      and also start to use the PHY textview
      c9603910
Loading