An error occurred fetching the project authors.
  1. 06 Jul, 2018 1 commit
  2. 28 Jun, 2018 1 commit
  3. 25 Jun, 2018 1 commit
  4. 09 Apr, 2018 1 commit
  5. 13 Mar, 2018 1 commit
  6. 22 Feb, 2018 2 commits
  7. 13 Feb, 2018 1 commit
  8. 11 Jan, 2018 1 commit
  9. 23 Oct, 2017 1 commit
  10. 27 Sep, 2017 1 commit
    • Cedric Roux's avatar
      update T tracer · e6936f1b
      Cedric Roux authored
      not finished, UE may not work, many things bad/to fix properly
      e6936f1b
  11. 14 Sep, 2017 1 commit
  12. 31 Jul, 2017 2 commits
  13. 26 Jul, 2017 1 commit
  14. 17 Jul, 2017 2 commits
  15. 21 Jun, 2017 1 commit
  16. 16 Jun, 2017 1 commit
  17. 13 Jun, 2017 1 commit
  18. 12 Jun, 2017 1 commit
  19. 08 Jun, 2017 2 commits
  20. 07 Jun, 2017 1 commit
  21. 19 May, 2017 2 commits
    • gabrielC's avatar
      Remove some logs · abf30c20
      gabrielC authored
      abf30c20
    • gabrielC's avatar
      UE logging change : · fe350d5b
      gabrielC authored
      --ue-trace : Enabling UE trace for debug
      --ue-timing : Enabling UE timing trace
      --ue-no-log : Disabling all LOG_X traces
      fe350d5b
  22. 03 May, 2017 2 commits
  23. 26 Apr, 2017 1 commit
  24. 24 Apr, 2017 1 commit
  25. 17 Apr, 2017 1 commit
  26. 04 Apr, 2017 1 commit
  27. 27 Mar, 2017 1 commit
    • Elena_Lukashova's avatar
      Fixing a bug in HARQ for SIC. · 800f66b3
      Elena_Lukashova authored
      Now the llrs after SIC procedure are updated.
      In dlsim_tm in case of TB0_active==-1,
      the llr were taken from the wrong buffer, and in dlsch_demodulation
      the SIC llrs were written into the wrong buffer in the same case.
      800f66b3
  28. 24 Mar, 2017 1 commit
  29. 21 Mar, 2017 1 commit
  30. 20 Mar, 2017 2 commits
    • Cedric Roux's avatar
      bugfix: fix dump_dlsch2 · 1218cc8f
      Cedric Roux authored
      the argument 'coded_bits_per_codeword' has to be an array in
      case of several codewords.
      
      The calling sites have been adapted.
      
      Today, only the first index is used, so calling sites where
      'coded_bits_per_codeword' is an integer pass the address
      of it. It is expected that 'dump_dlsch2' will check in the
      future that there is one or two codewords and only access
      'coded_bits_per_codeword[1]' when it's sure there are
      really two codewords.
      1218cc8f
    • Elena_Lukashova's avatar
      1. There is probably a bug in generate_ue_dlsch_from_dci · b835f639
      Elena_Lukashova authored
      for DCI format 2. Temporaryly going back to the previous
      version of code.
      2. Enabling rate adaptation with multiple HARQ rounds.
      (no change inside the rounds).
      b835f639
  31. 16 Mar, 2017 1 commit
  32. 13 Mar, 2017 2 commits