1. 07 Aug, 2023 2 commits
    • Robert Schmidt's avatar
      CI: cell content's <pre> style to stack horizontally · 5ddb9f68
      Robert Schmidt authored
      The results of individual UEs (e.g., ping) is listed vertically, like
      so:
      
      | ping results | UE1 |
      |              | UE2 |
      |              | UE3 |
      
      Where UE1, UE2, ... represents an entire box with results for UE 1, 2,
      ... For many UEs, this results in considerable need for vertical space. This
      commit changes to something like the following to save space:
      
      | ping results | UE1 UE2 UE3 |
      
      For a single UE, this commit has no major impact (the boxes are not
      stretched to width anymore).
      5ddb9f68
    • Robert Schmidt's avatar
      Specify realistic LTE iperf bitrate thresholds · 5d66ae56
      Robert Schmidt authored
      A side effect of the previous commit's refactoring is that we mark the
      pipeline as failed if a (packet loss/bitrate) threshold is violated.
      Previously, the HTML would contain a "Perf not met" hint, but be marked
      as successful.
      
      This commit introduces more realistic thresholds for various pipeline
      runs. The values are arbitary, following the performances in pipelines
      that were marked as successful, but actually had performance problems.
      They allow, though, a pipeline to pass following the normal performance
      we saw the last weeks.
      5d66ae56
  2. 04 Aug, 2023 2 commits
    • Robert Schmidt's avatar
    • Robert Schmidt's avatar
      Jenkins: don't send mail · 2a733173
      Robert Schmidt authored
      Jenkins is programmed to send e-mails, but most people don't use it:
      - the mail has all results in the attachments, but it is clumsy to
        navigate between mail reader and browser, and CSS is not correct
      - there is no link to the actual results
      - everybody gets a notification from Gitlab, since we also post it there
      
      Also, everybody who I asked told me they don't like this mail. Let's get
      rid of it.
      2a733173
  3. 31 Jul, 2023 3 commits
    • Robert Schmidt's avatar
      Merge branch 'integration_2023_w30' into 'develop' · b6780803
      Robert Schmidt authored
      integration_2023_w30
      
      See merge request oai/openairinterface5g!2272
      
      * !2233 Draft: CI: test of SC-FDMA with Quectel UE
      * !2256 fix typo in nr_slot_fep_init_sync()
      * !2262 NR RRC: send "init context setup resp" after receiving reconfig from ue
      * !2198 fr2: GPIO configuration for Interdigital Radio Unit
      * !2222 NR Sidelink Pre-Configuration
      * !2235 improve handling of default SIBs
      * !2246 NR UE SIB1 detection outside of initial synchronization
      * !2243 Resolve "Wrong name in the logs for ASN1"
      * !2224 Ci attach detach
      * !2270 bugfix: put constants in correct file
      * demote PRS config "error" to info
      * switch CI license check and cppcheck to new SSH class
      b6780803
    • Robert Schmidt's avatar
      Demote PRS error message to missing config to info · b595d8cc
      Robert Schmidt authored
      PRS is not fully supported (NRPP missing, from my understanding), so not
      that many people will use it. On the other hand, these error messages
      confuse people. So put it to info.
      b595d8cc
    • Jaroslava Fiedlerova's avatar
  4. 29 Jul, 2023 7 commits
  5. 28 Jul, 2023 8 commits
  6. 27 Jul, 2023 2 commits
  7. 26 Jul, 2023 1 commit
  8. 25 Jul, 2023 1 commit
  9. 24 Jul, 2023 2 commits
    • francescomani's avatar
      handle BCH indication · f65ce8c4
      francescomani authored
      f65ce8c4
    • Robert Schmidt's avatar
      Merge branch 'integration_2023_w29' into 'develop' · 1cbd6c71
      Robert Schmidt authored
      integration_2023_w29
      
      See merge request oai/openairinterface5g!2254
      
      * !2159 chore(ci): adding back part of old IF4.5 LTE legacy tests
      * !2236 Remove crypt dependency
      * !2238 Fix cppcheck warnings related to uninitialized variables
      * !2239 incorrectStringBooleanError CPPCheck warnings fix
      * !2241 nrUE: quick fix for compatibility with Open5GS
      * !2244 Fix support for NR band n40 accordingly with 3GPP TS 38.101-1 V15.22.0
      * add timeout to Jenkinsfiles to prevent long hangs in CI
      * !2168 NR FR2 undefined behavior sanitize (segfault in one test)
      * !2212 make common code for data copy to the scope
      * !2242 Fix out-of-bound array accesses in PUCCH2 decoder
      * !2245 Fix warnings emitted by gcc 13
      * !2226 CI: modifications in CI scripts - usage of f-strings, constants
      * !2251 T GUI tools: guard with cmake option, default off
      * !2252 UE PHY: remove dead code
      * update timing thresholds
      * !2249 Fix bug in scheduler locking mechanism
      1cbd6c71
  10. 23 Jul, 2023 1 commit
  11. 21 Jul, 2023 11 commits