1. 20 May, 2019 2 commits
    • Raphael Defosseux's avatar
    • Cedric Roux's avatar
      bugfix: fix UE realtime bug · 1efbfa53
      Cedric Roux authored
      When pushing traffic with iperf the UE was crashing.
      
      The argument passed to pthread_mutex_timedlock is absolute time based
      on the CLOCK_REALTIME timer, not relative time. That seems to be the
      root cause of the bug. (That there is a timeout is another story.)
      
      This commit uses absolute value.
      
      Also we separate cases between IS_SOFTMODEM_BASICSIM / IS_SOFTMODEM_RFSIM
      and standard realtime UE. In the 'sim' modes we don't care about
      timeout and just call pthread_mutex_lock. It seems to be the idea
      of the original work. If not, then to be fixed.
      1efbfa53
  2. 15 May, 2019 2 commits
  3. 26 Apr, 2019 5 commits
  4. 25 Apr, 2019 8 commits
  5. 24 Apr, 2019 2 commits
  6. 23 Apr, 2019 2 commits
  7. 19 Apr, 2019 3 commits
  8. 18 Apr, 2019 11 commits
  9. 17 Apr, 2019 4 commits
  10. 16 Apr, 2019 1 commit