An error occurred fetching the project authors.
  1. 24 Feb, 2021 1 commit
    • Cedric Roux's avatar
      T tracer: add gnb tracer · bcb6f006
      Cedric Roux authored
      Minimalist gnb tracer to trace (for the moment) rxdataF when some
      decoding for PUCCH or PUSCH has been done.
      
      Important: T_BUFFER_MAX and T_CACHE_SIZE have been changed. T_BUFFER_MAX
      is twice as big as before. T_CACHE_SIZE has been devided by two. Globally,
      the memory usage of the T tracer is the same, but since we divided by two
      the number of buffers in the cache, we may hit some realtime problems if
      all the buffers are busy at some point. The simple solution would be to
      use 8192*2 for T_CACHE_SIZE as it was, but then we double the memory usage
      of the T tracer. This, or another solution, to be defined.
      bcb6f006
  2. 21 Jan, 2021 1 commit
  3. 21 Oct, 2020 1 commit
    • Cedric Roux's avatar
      nr: add MAC PDU traces for wireshark · ae8c0ef4
      Cedric Roux authored
      The T tracer macpdu2wireshark has been modified to handle the new traces.
      The usage is the same as for LTE.
      
      In NR the RACH is logged as an LTE RACH. Maybe we'll change that in the
      future. Looking at the source code of wireshark, I could not find any
      way to report NR RACH. Maybe they forgot it. Or I did not search correctly...
      ae8c0ef4
  4. 12 Oct, 2020 1 commit
  5. 10 Sep, 2020 1 commit
  6. 06 Aug, 2020 1 commit
  7. 07 Jul, 2020 1 commit
  8. 01 Jun, 2020 1 commit
  9. 13 May, 2020 1 commit
  10. 05 Mar, 2020 1 commit
  11. 22 Jan, 2020 1 commit
  12. 04 Nov, 2019 1 commit
  13. 14 Oct, 2019 1 commit
  14. 14 Sep, 2019 1 commit
  15. 09 Sep, 2019 1 commit
  16. 29 Aug, 2019 1 commit
  17. 28 Aug, 2019 1 commit
  18. 23 Aug, 2019 1 commit
  19. 11 Jun, 2019 1 commit
  20. 11 Apr, 2019 1 commit
  21. 04 Apr, 2019 1 commit
  22. 25 Feb, 2019 1 commit
  23. 22 Feb, 2019 1 commit
  24. 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
  25. 29 Dec, 2018 1 commit
  26. 21 Dec, 2018 1 commit
  27. 19 Dec, 2018 1 commit
  28. 17 Dec, 2018 1 commit
  29. 10 Dec, 2018 1 commit
  30. 27 Nov, 2018 1 commit
  31. 07 Nov, 2018 1 commit
  32. 06 Nov, 2018 1 commit
  33. 02 Nov, 2018 1 commit
  34. 30 Oct, 2018 1 commit
  35. 23 Oct, 2018 2 commits
  36. 22 Oct, 2018 1 commit
    • Cedric Roux's avatar
      T: macpdu2wireshark: add MIB logging · 7b264ac9
      Cedric Roux authored
      The tracer macpdu2wireshark can send MIBs to wireshark.
      This can be disabled by passing the new -no-mib option.
      
      openair1/SCHED/phy_procedures_lte_eNb.c has been modified
      to have a new T trace with the MIB.
      7b264ac9
  37. 09 Oct, 2018 2 commits
  38. 09 Sep, 2018 1 commit