An error occurred fetching the project authors.
  1. 12 Apr, 2024 1 commit
  2. 08 Apr, 2024 1 commit
  3. 12 Feb, 2024 1 commit
    • Robert Schmidt's avatar
      CI: phytest-timing: detect deviation from normalized values above/below · 00356767
      Robert Schmidt authored
      The CI would only detect a deviation from the normalized value based on
      a configurable threshold, typically 1.25 (so we would tolerate a 25%
      increase). However, it often happens that a timing gets shorter (e.g.,
      forgot to put the timing measurements). This commit introduces a
      "Deviation Threshold" (smaller than 1) to not only check that we exceed
      1.0 + "Deviation Threshold" (as before), but also that are not below 1.0
      - "Deviation Threshold".
      
      In other words, assuming a maximum divergence of 25%, instead of just
      checking if val > 1.25, we now also check if val < 0.75 (and flag
      error).
      00356767
  4. 03 Feb, 2024 1 commit
    • Luis Pereira's avatar
      NR MAC stats: make more compact, update CI checker · 04c6c34d
      Luis Pereira authored
      - show MAC bytes in one line
      - add MCS table idx
      - show ulsch errors before ulsch DTX (as in DL)
      - show if UE in-sync/out-of-sync
      - show CU UE ID next to RNTI to stats
      
      Since we modify the format of the statistics, fix the format in the retx
      checkers of the CI.
      04c6c34d
  5. 18 Sep, 2023 1 commit
    • Raphael Defosseux's avatar
      fix(ci): properly removing docker volumes · 29b4e64d
      Raphael Defosseux authored
      Laurent noticed it on one of his MR and confirmed with him:
        -- Volumes have be created the 1st time they ran on avra on July 7th
        -- Volumes were created with not only the raw files but also the nr-softmodem executable
      
      Solution: two-fold:
        1. using the `docker-compose down -v` syntax, the volume is deleted automatically
        2. I added redundancy with the custom command to remove the used volume
      Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
      29b4e64d
  6. 21 Jun, 2023 1 commit
  7. 28 Apr, 2023 1 commit
  8. 13 Mar, 2023 1 commit
  9. 10 Mar, 2023 1 commit
  10. 23 Feb, 2023 3 commits
  11. 18 Feb, 2023 2 commits
  12. 30 Nov, 2022 1 commit
    • Robert Schmidt's avatar
      Remove FlexRAN · 287c1829
      Robert Schmidt authored
      - Remove any FlexRAN code
      - Cleanup config files
      - Remove LFDS7, libyaml dependencies
      287c1829
  13. 18 Nov, 2022 2 commits
  14. 29 Oct, 2022 2 commits
  15. 28 Oct, 2022 1 commit
  16. 27 Oct, 2022 1 commit
  17. 26 Oct, 2022 1 commit
  18. 18 Oct, 2022 3 commits
  19. 05 Oct, 2022 3 commits
  20. 16 Aug, 2022 1 commit
  21. 10 Aug, 2022 1 commit
  22. 04 Aug, 2022 1 commit
  23. 12 May, 2022 1 commit
  24. 28 Apr, 2022 1 commit
  25. 08 Apr, 2022 1 commit
  26. 04 Apr, 2022 1 commit
  27. 30 Mar, 2022 2 commits
  28. 02 Mar, 2022 1 commit
  29. 01 Mar, 2022 1 commit
  30. 28 Feb, 2022 1 commit