1. 05 Sep, 2022 2 commits
    • Cedric Roux's avatar
      nr rlc: fix in process_control_pdu() · 2c08302c
      Cedric Roux authored
      the following:
      
               if (cur_wait_list == entity->wait_end)
                 end_wait_list = prev_wait_list;
      
      was done after cur_wait_list is updated to its new value, but the old value
      has to be used in this test. So end_wait_list was not set properly.
      
      This was leading to random crashes later on because then entity->wait_list
      was NULL but entity->wait_end was not (because of the bug fixed by this
      commit).
      
      The new value for cur_wait_list is also now set using prev_wait_list->next
      just before the goto, as done in other places in the code.
      
      Also "cur" was removed, for it has no purpose and makes the code harder
      to understand.
      2c08302c
    • Robert Schmidt's avatar
      Merge branch 'integration_2022_wk35b' into 'develop' · 474cde3b
      Robert Schmidt authored
      integration_2022_wk35b
      
      See merge request oai/openairinterface5g!1689
      
      MR !785 Add .clang-format file
      MR !1487 LDPC offload on T1 card
      MR !1677 NR LBRM for UL
      MR !1683 Schedule ULSCH in flexible slots in InitialBWP
      MR !1674 Optimize nr_rotation
      MR !1685 Fix AssertFatal in Msg3
      MR !1684 Implementation of a RA timer to remove UE in the case of Msg4 not be decoded by the UE
      MR !1669 Fixes when there is no spCellConfig configured
      MR !1648 simplify thread pool configuration
      MR !1609 improve-nr_ul_channel_estimation
      474cde3b
  2. 04 Sep, 2022 10 commits
  3. 02 Sep, 2022 8 commits
  4. 01 Sep, 2022 6 commits
  5. 31 Aug, 2022 2 commits
  6. 30 Aug, 2022 4 commits
  7. 29 Aug, 2022 8 commits