An error occurred fetching the project authors.
  1. 17 Oct, 2024 1 commit
  2. 06 Sep, 2024 2 commits
  3. 09 Mar, 2023 2 commits
  4. 16 Aug, 2022 1 commit
    • Cedric Roux's avatar
      T tracer: simplify · 06188125
      Cedric Roux authored
      - don't call exit() if get_message() fails, simply terminate the thread and
        disable the T tracer
      - T_dont_fork disappears, monitor_and_kill() as well, so now it's only 2
        processes: the main (enb/gnb/ue) and the local tracer
      06188125
  5. 17 Mar, 2022 1 commit
  6. 11 Jan, 2022 1 commit
  7. 02 Mar, 2021 1 commit
  8. 01 Mar, 2021 1 commit
  9. 22 Jan, 2019 1 commit
  10. 07 Jan, 2019 1 commit
    • Cedric Roux's avatar
      fix a lot of file mode · aea6b4b5
      Cedric Roux authored
      For whatever reason most of the files had their permission
      changed from 644 to 755, which is not wanted.
      aea6b4b5
  11. 17 Aug, 2018 2 commits
    • Cedric Roux's avatar
      T: bug fixes for the T cache · 475d5eb8
      Cedric Roux authored
      - 'busy' has to be handled in a more atomic fashion to avoid crazy
        runtime race conditions
      - the basic simulator is too fast sometimes; rewrite the accesses to
        the T cache to avoid there again crazy behaviors
      
      Hopefully that's better...
      475d5eb8
    • Cedric Roux's avatar
      minor: remove TABs · 40543301
      Cedric Roux authored
      40543301
  12. 13 Aug, 2018 1 commit
  13. 30 Jul, 2018 1 commit
  14. 20 Jul, 2018 1 commit
  15. 10 Jul, 2018 1 commit
  16. 09 Jul, 2018 1 commit
  17. 06 Jul, 2018 1 commit
  18. 25 Jun, 2018 1 commit
  19. 02 May, 2018 1 commit
    • Cedric Roux's avatar
      basic simulator: initial release · 6cb04bb4
      Cedric Roux authored
      This commit introduces a 'basic simulator'.
      
      This basic simulator is made of:
      - the standard eNB code using a special driver that mimics the USRP driver
      - the standard UE code using a special driver that mimics the USRP driver
      - no channel simulation
      - some special code to deal with faster-than-realtime behaviour of this
        basic simulator
      
      It connects one UE to one eNB. It requires an EPC, populated with the
      correct configuration for the UE.
      
      This is the initial release and may contain bugs (most probably race
      conditions due to the faster-than-realtime behaviour).
      
      To use it, see the documentation at:
          targets/ARCH/tcp_bridge/README.tcp_bridge_oai.
      
      It has been tested with 25, 50 and 100 RBs, FDD mode.
      (No check at all has been done to know if it could work in TDD mode.)
      6cb04bb4
  20. 14 Aug, 2017 1 commit
  21. 17 Feb, 2017 1 commit
    • Cedric Roux's avatar
      T: let it compile with C++ · f9b5dafe
      Cedric Roux authored
      We now have 4 versions of T_HEADER:
       - bad quality C++ version with time
       - good quality C version with time
       - bad quality C++ version without time
       - good quality C version without time
      f9b5dafe
  22. 09 Feb, 2017 1 commit
  23. 03 Jan, 2017 1 commit
  24. 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
  25. 01 Jun, 2016 1 commit
  26. 31 May, 2016 2 commits
  27. 20 May, 2016 1 commit
  28. 11 May, 2016 1 commit
    • Cedric Roux's avatar
      send time in events · aacb2ff7
      Cedric Roux authored
      this calls clock_gettime for each active T macro, hopefully it
      does not eat too much CPU
      
      can be deactivated by commenting one line in T_defs.h
      aacb2ff7
  29. 11 Apr, 2016 1 commit
  30. 21 Mar, 2016 1 commit
  31. 19 Mar, 2016 1 commit
  32. 18 Mar, 2016 1 commit
  33. 15 Mar, 2016 2 commits
  34. 14 Mar, 2016 1 commit