1. 01 Dec, 2022 1 commit
  2. 30 Nov, 2022 15 commits
  3. 29 Nov, 2022 3 commits
    • Cedric Roux's avatar
      fixes some issues found by review · 3cd4b3c3
      Cedric Roux authored
      - AssertFatal() in nr_rlc_srb0_recv_sdu() if the srb0 is not found
      - do_RRCSetup() may return -1, handle it properly
      - do_RRCReject() may return -1, handle it properly
      - remove one switch in rrc_gNB_generate_RRCReject()
      3cd4b3c3
    • Robert Schmidt's avatar
      24fceb43
    • Robert Schmidt's avatar
      RU: stop RF after all threads finished · 968d28d5
      Robert Schmidt authored
      If we do not stop RF after all threads, it can happen that the RF is
      finished, but another thread of the RU (e.g., reorder thread) tries to
      send out a package to the RF. This can lead to a segfault, as observed
      in UHD, because we free all resources before reusing them.
      
      This commit fixes this behavior.
      968d28d5
  4. 28 Nov, 2022 8 commits
  5. 25 Nov, 2022 13 commits