1. 08 Apr, 2024 4 commits
    • Jaroslava Fiedlerova's avatar
      Remove unused awk scripts · 7732689b
      Jaroslava Fiedlerova authored
      7732689b
    • Jaroslava Fiedlerova's avatar
      Use requested bitrate in iperf2 UDP analysis function · 8e6f7d95
      Jaroslava Fiedlerova authored
      Simplification of the code by replacing iperf_opt by target_bitrate (returned from Iperf_ComputeModifiedBW) - no need to repeat the steps to retrieve information about requested bitrate from iperf_opt. Compute iperf bitrate performance as receiver bitrate over requested (target) bitrate.
      Fix an issue with misdetection of missing report line - "result" was defined 2x in the function. With this MR, result can be only None or stores output of re.search() for matching the report line pattern, which ensure proper detection of the report line as well as presence off all required components in the report line.
      8e6f7d95
    • Jaroslava Fiedlerova's avatar
      Use requested bitrate in iperf3 UDP analysis function · ef5df38f
      Jaroslava Fiedlerova authored
      Sender bitrate is not always equal to the requested bitrate (set by "-b" iperf option) in iperf3 (v3.9) UDP tests, so we have to compture bitrate performance of UDP iperf3 test as receiver over requested bitrate. Bitrate performance then express percentage of requested bitrate, which is received on the receiver side.
      ef5df38f
    • Jaroslava Fiedlerova's avatar
      Compute and return requested bitrate from Iperf_ComputeModifiedBW · 4f60810d
      Jaroslava Fiedlerova authored
      For iperf3 (version 3.9) UDP, sender bitrate is not always equal to requested bitrate (defined by '-b' option). We need to retrieve information about the requsted bitrate from iperf command line options specified for each UDP testcase. This parameter is then used in UDP analysis functions for proper evaluation of the test results.
      4f60810d
  2. 03 Apr, 2024 1 commit
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w13' into 'develop' · 1cae1879
      Robert Schmidt authored
      Integration `2024.w13`
      
      Closes #696 and #762
      
      See merge request oai/openairinterface5g!2653
      
      * !1911 Preparatory work for NR DL 4-layer MIMO at gNB
      * !2610 fix ug on pilot 2 in nr_pbch_dmrs_correlation() that is lacking signal...
      * !2639 NR gNB PUCCH2 CQI workaround
      * !2642 NR UE demoting to LOG_D another log that cause flooding
      * !2644 NR UE prevent segfault at detach
      * !2645 add error code for pdu session reject in the ue
      * !2600 Handle Msg3 with SRB1 RRCReestablishmentComplete and MAC CE C-RNTI
      * trigger RF-sim E1+F1 test without asan
      * !2636 Fix various F1 problems
      * !2641 NR DL and UL channel estimation fix
      * !2652 Provide additional troubleshooting documentation for QtScope
      * !2646 NRUE fix asn_sequence_del to clear a list
      * !2504 CI: use iperf3, refactor Iperf_Module
      * !2617 use UE ID instead of RNTI internally in NR RLC
      * !2619 Minor PDCP fixes
      * !2648 Minor CI fixes, stack protection, fix E1+F1 Quectel test, L2sim5G test
      1cae1879
  3. 02 Apr, 2024 11 commits
  4. 29 Mar, 2024 8 commits
  5. 28 Mar, 2024 15 commits
  6. 27 Mar, 2024 1 commit