1. 16 May, 2024 1 commit
    • Robert Schmidt's avatar
      Correct buffer size for do_NR_DLInformationTransfer() · 9fd1b9ac
      Robert Schmidt authored
      uper_encode_to_buffer() of asn1c returns the number of BITS that have
      been encoded; if we use this, we need to calculate the resulting number
      of bytes (rounding up) to get the right buffer size.
      
      Note that do_NR_ULInformationTransfer() uses
      uper_encode_to_new_buffer() which returns the number of BYTES, hence, in
      this similar function, we should not modify the return value.
      9fd1b9ac
  2. 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
  3. 06 May, 2024 32 commits
  4. 05 May, 2024 2 commits
  5. 03 May, 2024 4 commits