1. 24 Mar, 2025 1 commit
    • Guido Casati's avatar
      Fix ULSCH ID type to handle large max_nb_pusch values (ULSCH procedures) · 5a59793b
      Guido Casati authored
      The ULSCH_id variable is currently defined as uint8_t, which limits its
      range to 0-255. However, gNB->max_nb_pusch can exceed this range
      depending on the configuration (buffer_ul_slots and MAX_MOBILES_PER_GNB).
      This can lead to incorrect behavior or undefined results when max_nb_pusch
      is larger than 255. This commit changes the type of ULSCH_id from uint8_t
      to int to accommodate larger values of max_nb_pusch.
      
      The issue was observed when running the OAI gNB with MAX_MOBILES_PER_GNB set
      to 64 UEs. The root cause was traced back to the changes to UL processing
      introduced in !3166 (!2952).
      5a59793b
  2. 12 Mar, 2025 1 commit
    • Jaroslava Fiedlerova's avatar
      Merge branch 'integration_2025_w10' into 'develop' · 60b0c182
      Jaroslava Fiedlerova authored
      Integration: `2025.w10`
      
      See merge request oai/openairinterface5g!3299
      
      * !3265 Remove some unnecessary extern files
      * !3288 FeedbackDisabled removed from RA
      * !3294 Fix OAI UE uplink_frequency in FDD mode
      * !3282 Use common function to prepare DL PDUs in gNB RA
      * !3290 Fix get_nr_prach_info_from_index() for FDD and long format
      * !3244 Add F1 handover CI test
      * !3292 Ensure clean exit of NR UE
      * !3298 Preventing segmentation fault in print_rrc_meas (if reviewed and CI is OK)
      * !3297 Reset timing_advance on sync/re-sync
      * !3289 use slot type for slots in NR
      60b0c182
  3. 10 Mar, 2025 5 commits
  4. 07 Mar, 2025 8 commits
  5. 06 Mar, 2025 2 commits
  6. 05 Mar, 2025 1 commit
  7. 04 Mar, 2025 3 commits
  8. 03 Mar, 2025 17 commits
  9. 02 Mar, 2025 1 commit
  10. 01 Mar, 2025 1 commit