An error occurred fetching the project authors.
  1. 02 Mar, 2021 1 commit
    • Cedric Roux's avatar
      T tracer: add gnb tracer · 95b659ab
      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.
      95b659ab
  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. 30 Jul, 2018 1 commit
  4. 25 Jun, 2018 1 commit
  5. 14 Aug, 2017 1 commit
  6. 08 Jul, 2016 1 commit
  7. 22 Jun, 2016 1 commit
    • Cedric Roux's avatar
      new IQ logger · f31145ac
      Cedric Roux authored
      the current version is very specific to PUSCH IQ data, where the
      input buffer has a special format
      
      to be rewritten cleanly at some point
      f31145ac