1. 06 Dec, 2022 1 commit
  2. 02 Dec, 2022 1 commit
  3. 01 Dec, 2022 2 commits
    • Robert Schmidt's avatar
      Merge branch 'integration_2022_wk48' into 'develop' · f7c3874e
      Robert Schmidt authored
      integration_2022_wk48
      
      See merge request oai/openairinterface5g!1845
      
      !1781 Add 4G MBMS tests to RAN-Container-Parent
      !1803 Improve dot_product function
      !1836 Fix OPENAIR_DIR in CMakeLists.txt
      !1840 PHR fix: re-compute TBS after reducing PRBs or MCS
      !1841 Tpool: Unlock after broadcast in abortNotifiedFIFO()
      !1843 NR DU: nr rrc: hotfix: set default priority correctly
      !1763 Remove FlexRAN
      !1789 SRB0 via RLC
      !1834 cleanup of gNB PHY structures
      !1844 RU: stop RF after all threads finished
      !1811 NR UE improve TX thread
      !1807 Harmonization of RRC SearchSpace configuration
      !1819 ldpc offload: initialize R
      f7c3874e
    • Robert Schmidt's avatar
      Clean up MBMS config file · 4dd1fbd8
      Robert Schmidt authored
      4dd1fbd8
  4. 30 Nov, 2022 15 commits
  5. 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
  6. 28 Nov, 2022 8 commits
  7. 25 Nov, 2022 10 commits