1. 24 May, 2024 25 commits
  2. 23 May, 2024 13 commits
  3. 22 May, 2024 2 commits
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w21' into 'develop' · 08200783
      Robert Schmidt authored
      Integration: `2024.w21`
      
      See merge request oai/openairinterface5g!2746
      
      * !2717 Additional check on pucch_Config and srs_Config
      * !2730 Fix for SSB index in function get_nr_prach_info_from_ssb_index
      * !2734 add a function to reset the transmission timestamps chain
      * !2741 Fix several potential segfaults in UE PUCCH tx power determination.
      08200783
    • Laurent THOMAS's avatar
      Correct data offset for unscrambling in PUSCH processing · 6379350f
      Laurent THOMAS authored
      Correctly compute the offset of data to unscramble in PUSCH processing
      at the gNB. Rename variables to make them easier to spot (instead of
      "s"), and remove a global variable.
      
      Closes: #734
      6379350f