1. 19 Nov, 2024 1 commit
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w46' into 'develop' · 5d1c0aaa
      Robert Schmidt authored
      Integration: `2024.w46`
      
      See merge request oai/openairinterface5g!3106
      
      * !3095 UE: Set default SSB config
      * !2991 fix BSR report malformed, add SHORT BSR when it can (instead of LONG BSR)...
      * !3104 Trigger deregistration only in SA mode → small fixup?
      * !3107 Clip the input for -32768 because this will make different result in...
      * !3109 T tracer: support float types in traces
      * !2777 NR UE trigger for re-establishment
      * !3108 Prevent segfaults in gNB stack
      * !3059 Test for init_RA
      * CI: increase UE thread pool size
      * !3036 Further improvements in analog beam management for CSI-RS
      * !3093 Added NTN FDD FR1 bands defined in 3GPP TS 38.101-5
      5d1c0aaa
  2. 18 Nov, 2024 6 commits
  3. 17 Nov, 2024 16 commits
  4. 15 Nov, 2024 11 commits
  5. 14 Nov, 2024 4 commits
  6. 13 Nov, 2024 2 commits
    • Robert Schmidt's avatar
      UE: signal RLF to RRC · eee4a0c6
      Robert Schmidt authored
      eee4a0c6
    • Robert Schmidt's avatar
      RLC: add per-UE RLF callback · f380a48a
      Robert Schmidt authored
      If the RLC cannot retransmit a package, 3GPP specs say that we should
      declare radio link failure (RLF). Up to this commit, the code did
      nothing though. In this commit, add a per-UE RLF callback; the RLC will
      call into this function to signal that RLF has been detected through
      maximum retransmissions on a particular RLC bearer.
      f380a48a