1. 07 Dec, 2016 3 commits
  2. 02 Dec, 2016 4 commits
  3. 01 Dec, 2016 5 commits
  4. 30 Nov, 2016 5 commits
    • Cedric Roux's avatar
      T: change range of DL/UL MCS plots · f89c70df
      Cedric Roux authored
      [-1 29] was not very pleasant for MCS 28 or no DCI (value is -1 in this case).
      [-2 30] looks better.
      f89c70df
    • Cedric Roux's avatar
      T: bugfix: vertical tick was off by 1 pixel · cbc2164e
      Cedric Roux authored
      The problem was visible when DL MCS was set to 20
      (do a ping -c 192.172.0.1 -i0.2 to get it). The dots
      were not plotted at the exact line of the tick mark.
      
      Not sure the fix is always correct.
      
      No big deal anyway.
      cbc2164e
    • Cedric Roux's avatar
      T: add DL and UL MCS plots in enb.c · 1e485b4b
      Cedric Roux authored
      Helps visualize MCS usage over time.
      1e485b4b
    • 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
    • Cedric Roux's avatar
      T: update traces · 7adc4703
      Cedric Roux authored
      - add mcs to ENB_PHY_DLSCH_UE_DCI
      - add mcs, round, first_rb, nb_rb, TBS to ENB_PHY_ULSCH_UE_DCI
      7adc4703
  5. 29 Nov, 2016 2 commits
  6. 28 Nov, 2016 1 commit
    • Cedric Roux's avatar
      T: bugfix: lock required · 86039424
      Cedric Roux authored
      When the user clicks on "next UE" or "prev UE" we change the
      filters of loggers.
      
      At the same time, the main thread of enb.c processes events
      received from the soft-modem and uses the filters, some of them
      maybe in the process of being changed.
      
      Changing the filters is not atomic and has to be protected.
      86039424
  7. 25 Nov, 2016 8 commits
  8. 24 Nov, 2016 8 commits
  9. 23 Nov, 2016 1 commit
  10. 22 Nov, 2016 3 commits