1. 07 Mar, 2025 3 commits
  2. 06 Mar, 2025 1 commit
  3. 04 Mar, 2025 2 commits
    • francescomani's avatar
      FeedbackDisabled is sent in RRCSetup, the UE doesn't have it during MSG4... · 026b42aa
      francescomani authored
      FeedbackDisabled is sent in RRCSetup, the UE doesn't have it during MSG4 reception, it can't be used
      
      the standard in 213 8.4 says: "In response to the PDSCH reception with the UE contention resolution identity, the UE transmits HARQ-ACK information in a PUCCH."
      026b42aa
    • Jaroslava Fiedlerova's avatar
      Merge branch 'integration_2025_w09' into 'develop' · 0515cf98
      Jaroslava Fiedlerova authored
      Integration: `2025.w09`
      
      See merge request !3284
      
      * !3088 Support for long PRACH formats
      * !3266 Add optional UTC time stamp to the logging module
      * !3280 Changes required for UE to work as a rfsim server with channel modelling
      * !3279 Fix UL-MCS when UL inactivity and no data
      * !3283 Limit amp_dmrs to 16 bit signed max
      0515cf98
  4. 03 Mar, 2025 17 commits
  5. 02 Mar, 2025 1 commit
  6. 01 Mar, 2025 4 commits
  7. 28 Feb, 2025 6 commits
  8. 26 Feb, 2025 1 commit
  9. 25 Feb, 2025 5 commits
    • Robert Schmidt's avatar
      Merge branch 'integration_2025_w08' into 'develop' · f0fce7c1
      Robert Schmidt authored
      Integration: `2025.w08`
      
      Closes #772
      
      See merge request oai/openairinterface5g!3273
      
      * !3263 Free ITTI message after receiving it at MAC from RRC
      * !3268 Upgrade SIMDe commit
      * !3269 chore(ci): change image rentention from 4weeks to 3weeks
      * !3227 fix(nrLDPC_coding): timers in DL encoding, fix(ldpctest): Confusion in sizes
      * !3270 Update of gNB-N300-Timing-Phytest threshold
      * !3272 Fix: write NSSAI info of F1AP Cell Info struct
      * !3259 UE DCI no candidates
      * !3264 Fix "Received Nack" log for Msg4/MsgB and minor improvement in RA logs
      * !3228 Add option to use global noise power for all RX channels in RFSimulator
      * !2725 Use 5G-S-TMSI as UE identity in RRCSetupRequest
      f0fce7c1
    • Sakthivel Velumani's avatar
      Fix prach K,kbar for mu 0 · 591e0093
      Sakthivel Velumani authored
      591e0093
    • Sakthivel Velumani's avatar
      Modified CI config file of NTN test · 94abbf24
      Sakthivel Velumani authored
      NTN test uses long PRACH format (format 0).
      94abbf24
    • Sakthivel Velumani's avatar
      Don't do OFDM mod on PRACH slots · a3ba41b2
      Sakthivel Velumani authored
      set number of prach slots in prach_vars in first slot and set as
      inactive in last slot so we can skip OFDM modulation in slots that
      already has prach.
      a3ba41b2
    • Sakthivel Velumani's avatar
      UE PRACH signal generation optimization · a635b4b4
      Sakthivel Velumani authored
      Use memcpy in nr_prach.c to fill txdata buffer.
      
      Remove global tables related to PRACH generation.
      
      Add new function to compute modulo multiplicative inverse and use it
      directly to get inverse instead of LUT.
      
      Removed nr_ru table and compute the values in-place.
      
      In UE, added new flag root_seq_computed in nrUE_config to only compute
      the sequence once after new nrUE_config is received.
      a635b4b4