1. 09 Mar, 2022 1 commit
  2. 01 Mar, 2022 1 commit
  3. 24 Feb, 2022 1 commit
  4. 16 Feb, 2022 2 commits
  5. 15 Feb, 2022 1 commit
  6. 06 Feb, 2022 3 commits
  7. 21 Jan, 2022 1 commit
  8. 20 Jan, 2022 1 commit
  9. 19 Jan, 2022 1 commit
  10. 18 Jan, 2022 3 commits
  11. 17 Jan, 2022 5 commits
  12. 14 Jan, 2022 3 commits
    • Laurent THOMAS's avatar
      merge develop · a5c5264e
      Laurent THOMAS authored
      a5c5264e
    • Raphael Defosseux's avatar
    • Remi Hardy's avatar
      integration_2022_wk02 · 8125d776
      Remi Hardy authored
      MR !1391: T tracer: add option to have both T traces and regular console logs
      Use --T_stdout 2 to have both.
      --T_stdout 0 is still the way to have only T traces and no console logs.
      
      MR !1387: nr ue: fix rlc and pdcp tick generation
      Ticks have to come every millisecond. The code was calling tick only for DL slots.
      (This whole logic will change at some point, this tick mechanism is not good. But in the meantime, let's fix anyway.)
      
      MR !1384: Rfsim chan mod bug
      infinite loop in function uniformrandom() if randominit() has not been called before
      
      MR !1334: Fixes, MR 1257 1225 followup
      Fixes after MR 1257 1225: sanitize address error introduced in ldpctest when using alternative ldpc libraries and LOG flooding introduced in nrUE. Also improved openCL ldpc library build.
      8125d776
  13. 13 Jan, 2022 5 commits
  14. 12 Jan, 2022 9 commits
  15. 11 Jan, 2022 3 commits
    • Cedric Roux's avatar
      nr ue: fix rlc and pdcp tick generation · de72d53c
      Cedric Roux authored
      Ticks have to come every millisecond. The code was calling tick
      only for DL slots.
      
      (This whole logic will change at some point, this tick mechanism is not
      good. But in the meantime, let's fix anyway.)
      de72d53c
    • Cedric Roux's avatar
      compilation warnings fixes · fe81d31e
      Cedric Roux authored
      The previous commit created two new warnings:
      
          warning: 'avgs' may be used uninitialized in this function
          warning: 'seq_index' may be used uninitialized in this function
      
      This commit removes them.
      
      Maybe it's not the correct solution. To be fixed if needed.
      fe81d31e
    • Cedric Roux's avatar
      T tracer: add option to have both T traces and regular console logs · 08067342
      Cedric Roux authored
      Use --T_stdout 2 to have both.
      
      --T_stdout 0 is still the way to have only T traces and no console logs.
      08067342