An error occurred fetching the project authors.
  1. 01 Aug, 2023 1 commit
    • Robert Schmidt's avatar
      Rename T files to avoid name clashes · f099ff59
      Robert Schmidt authored
      There is already common/utils/config.h. This file(name) is hardcoded as
      it is included into asn1c, and cannot be renamed. To avoid a name clash
      and confusing, we rename T's config.h/c to configuration.h/c.
      f099ff59
  2. 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
  3. 02 May, 2018 1 commit
    • Cedric Roux's avatar
      T tracer: don't depend on T_BUFFER_MAX anymore in the tracers · 52cf61de
      Cedric Roux authored
      Whenever the value T_BUFFER_MAX changes, the tracers had to
      be recompiled. The only reason why it was needed is because we
      used some fixed size buffers to read events. This commit removes
      this restriction.
      
      Also, with the basic simulator, this value T_BUFFER_MAX now comes
      with an #ifdef which would have required some special hackish-level
      tricks in the tracers, which is not good.
      
      Let's just allocate memory when needed.
      52cf61de
  4. 14 Aug, 2017 1 commit
  5. 17 Jun, 2016 1 commit
  6. 05 Jun, 2016 4 commits
  7. 04 Jun, 2016 1 commit
  8. 31 May, 2016 1 commit
  9. 25 May, 2016 1 commit
    • Cedric Roux's avatar
      the tracee (lte-softmodem) now sends the content of T_messages.txt · 2e64d54e
      Cedric Roux authored
      as special events.
      
      If we store all received events to a file, this dump is now
      self-contained. Helps to analyze traces.
      
      Some functions have also been factorized in the process, too much
      duplication.
      
      (Also tracer/Makefile was forgotten in previous commit, included
      in this one...)
      2e64d54e
  10. 20 May, 2016 2 commits
  11. 12 May, 2016 2 commits
  12. 11 May, 2016 2 commits
  13. 04 May, 2016 1 commit
  14. 02 May, 2016 1 commit
  15. 01 May, 2016 1 commit
  16. 28 Apr, 2016 2 commits
  17. 27 Apr, 2016 1 commit