1. 20 Nov, 2023 1 commit
  2. 19 Nov, 2023 1 commit
  3. 18 Nov, 2023 1 commit
    • Cedric Roux's avatar
      hotfix: set PDCP t-reordering to 100ms · 13757862
      Cedric Roux authored
      The function generateDRB() sets the value to 100ms but the function
      rrc_gNB_process_NGAP_PDUSESSION_SETUP_REQ() sets it to 0ms.
      
      So what happens is that the UE gets the value 100ms in the
      RRC Reconfiguration but the gNB creates the PDCP entity with 0ms.
      Let's create it with 100ms instead, to be aligned with how we configure
      the UE.
      
      And also avoid some PDCP warnings at runtime when some packets
      are retransmitted but rejected because of the 0ms timer. This is
      the warning:
      
          [PDCP]   discard NR PDU rcvd_count=68469, entity->rx_deliv 68481,sdu_in_list 0
      
      This is just a hotfix. A real solution is to have the RB creation in
      only one place. And we should also have those parameters configurable.
      Work for later.
      13757862
  4. 16 Nov, 2023 1 commit
  5. 15 Nov, 2023 1 commit
    • Robert Schmidt's avatar
      Merge branch 'integration_2023_w44' into 'develop' · 0accb601
      Robert Schmidt authored
      Closes #685 and #698
      
      See merge request oai/openairinterface5g!2425
      
      * !2404 NR UE MCS for retransmission v2
      * !2420 Scan build: Argument with 'nonnull' attribute passed null
      * !2422 Fix AssertFatal when using NR band n1
      * !2418 NR UE resynchronization fix
      * !2376 Save NSSAI params of PDU session coming from AMF
      * add `build_oai` option for thread sanitizer
      * update 60 MHz 2x2 phytest-timing threshold
      * !2423 Free F1 UE data struct only on UE release
      * !2428 Prevent CU-UP UE ID management if integrated CU
      * !2390 NR PTRS improvements
      * !2291 Pass config object instead of using implicit global
      * !2421 Change UL_TTI.request PRACH PDU beamforming pack/unpack handling
      * !2406 CI:AW2S - test with 10 AmariUEs
      * !2401 ue-rrc-coarse-cleaning
      * !2366 Remove F1 BWP switching logic
      * !2426 F1: support multiple DUs per CU
      * !2432 Remove cblas dependency for 5G targets
      0accb601
  6. 14 Nov, 2023 2 commits
  7. 13 Nov, 2023 5 commits
  8. 12 Nov, 2023 2 commits
  9. 10 Nov, 2023 24 commits
  10. 09 Nov, 2023 2 commits