An error occurred fetching the project authors.
  1. 12 Feb, 2024 4 commits
    • Robert Schmidt's avatar
      Update some timing stats · f3bba45b
      Robert Schmidt authored
      f3bba45b
    • Robert Schmidt's avatar
      Remove misleading PUSCH decoding · 362bc481
      Robert Schmidt authored
      PUSCH decoding is started multiple times in nr_ulsch_procedures() for
      each ULSCH segment, and stopped once inside
      phy_procedures_gNB_uespec_RX(). Not only is it not clear if that works
      with the API, it also might measure more than just PUSCH decoding.
      
      Remove the PUSCH decoding, it is misleading. Check L1 RX processing
      instead.
      362bc481
    • 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
    • Robert Schmidt's avatar
      Add Slot Indication to monitoring · 6ba87167
      Robert Schmidt authored
      6ba87167
  2. 10 Nov, 2023 1 commit
  3. 02 Oct, 2023 1 commit
  4. 04 Apr, 2023 1 commit
  5. 28 Oct, 2022 2 commits
  6. 04 Oct, 2022 1 commit
  7. 22 Sep, 2022 2 commits
  8. 04 Aug, 2022 1 commit
  9. 04 Jun, 2022 1 commit
  10. 28 Feb, 2022 1 commit
  11. 21 Jan, 2022 1 commit
  12. 02 Dec, 2021 1 commit
  13. 12 Nov, 2021 1 commit
  14. 28 Sep, 2021 1 commit
  15. 21 Jul, 2021 1 commit
  16. 30 Apr, 2021 1 commit
  17. 29 Apr, 2021 1 commit
  18. 28 Apr, 2021 1 commit