- 08 Sep, 2022 8 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 06 Sep, 2022 5 commits
-
-
Cedric Roux authored
-
laurent authored
-
laurent authored
-
laurent authored
-
luis_pereira87 authored
-
- 05 Sep, 2022 7 commits
-
-
Sakthivel Velumani authored
-
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.
-
francescomani authored
-
luis_pereira87 authored
-
Robert Schmidt authored
-
Laurent Thomas authored
-
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
-
- 04 Sep, 2022 10 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/Remove_UE_when_Msg4_fails_to_be_decoded' into integration_2022_wk35b
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/Schedule_ULSCH_in_flexible_slots_in_InitialBWP' into integration_2022_wk35b
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 03 Sep, 2022 1 commit
-
-
Abdelrahman Astro authored
-
- 02 Sep, 2022 8 commits
- 01 Sep, 2022 1 commit
-
-
Francesco Mani authored
-