1. 22 Jun, 2016 3 commits
  2. 20 Jun, 2016 3 commits
  3. 17 Jun, 2016 4 commits
  4. 16 Jun, 2016 5 commits
  5. 15 Jun, 2016 1 commit
  6. 13 Jun, 2016 2 commits
    • Rohit Gupta's avatar
      Merge branch 'T' into 'develop' · ba997a2b
      Rohit Gupta authored
      T
      
      I did some compilation tests using `./build_oai -s --run-group "0101*"`, all was fine.
      
      I ran `lte-softmodem` with the sequans and let it run for a while with both
      uplink and downlink UDP low throughput traffic, all was fine.
      
      I ran some TCP tests, downlink 14 Mb/s (because the sequans does not report
      a CQI of 15 but 14 maximum, so we don't go to maximum MCS, so 14 Mb/s instead
      of 16) with a very clean radio (almost no error in the HARQ processes).
      
      For uplink things are not so clean, it starts at 6 Mb/s and after a while goes
      down to 2/3 Mbit/s. Lot's of errors in the HARQ processes, mostly uplink but
      also downlink.
      
      This is a both with and without T activated.
      
      So to me it's fine.
      
      The T tracer is a debugging tool. When it's not enabled,
      it has zero impact on the processing. I think we need to
      do very little tests before merging. I'll let you decide
      but to me it's okay!
      
      See merge request !36
      ba997a2b
    • Raymond Knopp's avatar
  7. 10 Jun, 2016 10 commits
  8. 09 Jun, 2016 8 commits
  9. 08 Jun, 2016 4 commits
    • 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
      Merge branch 'bugfix-11i-oaisim-frame' into 'develop' · dfd2a541
      Cedric Roux authored
      improve the use of the variable "frame" in oaisim
      
      The modifications are only in oaisim.c.
      It is thus needless to run soft-modem tests.
      Only oaisim tests are required.
      
      See merge request !34
      dfd2a541
    • 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