1. 27 May, 2024 1 commit
    • Cedric Roux's avatar
      bugfix/cleanup: remove uint8_t to encode size plus some cleanup · 31274f6c
      Cedric Roux authored
      The starting point was the function do_NR_DLInformationTransfer() which
      may deal with more than 256 bytes.
      
      Then why not cleanup all the functions in the same file.
      (And do a bit of formattting fixing while we're here.)
      
      Then cleanup the callers of those functions.
      
      Then, because of do_SIB23_NR() let's also cleanup in some
      structures.
      
      Not all the codebase was cleaned up, there surely remain some uint8_t
      (and char/short/uint16_t) which are wrong.
      31274f6c
  2. 24 May, 2024 4 commits
  3. 23 May, 2024 8 commits
  4. 22 May, 2024 9 commits
  5. 21 May, 2024 2 commits
  6. 20 May, 2024 2 commits
  7. 16 May, 2024 5 commits
  8. 15 May, 2024 1 commit
  9. 10 May, 2024 1 commit
  10. 08 May, 2024 1 commit
    • Bartosz Podrygajlo's avatar
      Correct PRACH preamble tx power calculation. · 70f536a0
      Bartosz Podrygajlo authored
      Removed arbitrary offset of 30dB.
      Changed sign for pathloss: pathloss calculated in compute_nr_SSB_PL is the difference between transmitted and received power.
      Transmission power for preamble should compensate the pathloss, therefore power should increase with pathloss.
      70f536a0
  11. 07 May, 2024 1 commit
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w18' into 'develop' · 82bd07eb
      Robert Schmidt authored
      Integration `2024.w18`
      
      See merge request oai/openairinterface5g!2713
      
      * !2705 Fix CRC check in UE DCI detection
      * !2708 Adding few more NR bands to the list of supported ones
      * !2701 gNB archi fixes
      * !2203 DL-MMSE
      * !2684 remove asserts on min RX/TX, set the RX/TX shift as 2 in the UE
      * !2594 F1AP refactoring to align with O-RAN.WG5.C.1-v11
      82bd07eb
  12. 06 May, 2024 5 commits