1. 28 Jun, 2016 1 commit
    • Cedric Roux's avatar
      add option --T_dont_fork to tracee (lte-softmodem, oaisim) · 3d78e5a3
      Cedric Roux authored
      The T has 2 processes: the tracee and the local tracer
      if the tracee dies (segfault or whatever) the tracee
      may still be running.
      
      So there is a third process that monitors those two others
      and kill everything when one dies.
      
      The problem is that this third process has to be the parent
      of the two others. That makes debugging the tracee with gdb
      impossible. This new option disables the third monitor process.
      3d78e5a3
  2. 24 Jun, 2016 3 commits
  3. 23 Jun, 2016 6 commits
  4. 22 Jun, 2016 8 commits
  5. 20 Jun, 2016 3 commits
  6. 17 Jun, 2016 4 commits
  7. 16 Jun, 2016 5 commits
  8. 15 Jun, 2016 1 commit
  9. 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
  10. 10 Jun, 2016 7 commits