1. 27 Aug, 2024 5 commits
  2. 26 Aug, 2024 8 commits
  3. 23 Aug, 2024 3 commits
    • Guido Casati's avatar
      Fix misalignment issues in TLVEncoder macros ENCODE_U16, ENCODE_U24 · bac4f798
      Guido Casati authored
      This commit resolves undefined behaviour runtime errors related
      to misaligned memory access. E.g.
      
      > openair3/NAS/COMMON/IES/FGSMobileIdentity.c:193:3:
      > runtime error: store to misaligned address 0x608000021e2b for type 'uint16_t',
      > which requires 2 byte alignment 0x608000021e2b: note: pointer points here 00 f1 ...
      
      * ENCODE_U24: safely encode 24-bit values into a buffer
        by using memcpy to copy 3 bytes in network byte order (big-endian).
      * ENCODE_U16: safely encodes a 16-bit value into a buffer, handling
        misalignment by memcpy 2 bytes to buffer in network byte order (big-endian).
      bac4f798
    • Bartosz Podrygajlo's avatar
      Fix formatting in nr_nas_msg_sim.c · 50f8f3de
      Bartosz Podrygajlo authored
      50f8f3de
    • Bartosz Podrygajlo's avatar
      Cleanup NR UE NAS instance handling · 4f12a25e
      Bartosz Podrygajlo authored
       - Save nas instance id in nr_ue_nas_t and use that for instance determination.
       - Use correct field in itti message (destinationInstance instead of originInstance) to determine instance
       - Make sure both destinationInstance and originInstance fields are correct in NAS interface functions.
      4f12a25e
  4. 20 Aug, 2024 1 commit
    • Cédric Roux's avatar
      Merge branch 'integration_2024_w33' into 'develop' · 2ec8fefb
      Cédric Roux authored
      Integration: `2024.w33`
      
      See merge request oai/openairinterface5g!2911
      
      - !2784 Reworking beam structures at NR MAC gNB
      - !2889 Fix delta for PUSCH DMRS type 2 
      - !2908 NR MAC UE CSI improvements
      - !2896 Fix for llr functions reading/writing outside buffers
      - !2902 nr rlc: reduce "SDU rejected" logging
      - !2884 NR UE: Cleanup global variables used for command line parameter storage
      - !2910 NR gNB DMRS symbol race
      - CI: Update phytest-timing test threshold
      2ec8fefb
  5. 19 Aug, 2024 1 commit
  6. 16 Aug, 2024 8 commits
  7. 15 Aug, 2024 4 commits
  8. 14 Aug, 2024 4 commits
  9. 13 Aug, 2024 2 commits
  10. 12 Aug, 2024 4 commits