An error occurred fetching the project authors.
- 29 Mar, 2021 1 commit
-
-
Sakthivel Velumani authored
Fixes one of the assertions when there is false DCI detecteted
-
- 09 Mar, 2021 1 commit
-
-
cig authored
- FAPI structures not to be used as config_req at MAC since that FAPI is just for communication between MAC and PHY - additional frame_type member added to the FAPI struct
-
- 16 Feb, 2021 1 commit
-
-
cig authored
- scheduled_response was called regardless of the UL config in the PRACH slot this was leading to wrong behaviour since it was interfering with the UL config of PUSCH
-
- 10 Feb, 2021 1 commit
-
-
rmagueta authored
-
- 08 Feb, 2021 1 commit
-
-
rmagueta authored
-
- 04 Feb, 2021 2 commits
-
-
Thomas Schlichter authored
-
Thomas Schlichter authored
Even stricter check/hack for BWP ID. Drop every DCI where this value is not '1'.
-
- 02 Feb, 2021 1 commit
-
-
dir authored
-
- 28 Jan, 2021 1 commit
-
-
Thomas Schlichter authored
Recently we stared using the BWP_indicator signalled in DCI, before we always assumed BWP_Id == 1. Now "fake-DCI" with bandwidth_indicator == 0 lead to segmentation faults, so we discard these. Note: There are still several placed where we assume BWP_Id == 1!
-
- 20 Jan, 2021 1 commit
-
-
cig authored
- this commit was necessary because the location of the MAC UE functions does not reflect the context in which they are used - therefore all UL scheduling-related functions have been moved to a new nr_ue_scheduler.c file - and the irrelevant file rar_tools_nrUE.c has been deleted (nr_ue_process_rar moved to nr_ue_procedures) - the new locations are supposed to make the file and functions organisations more structured and cleaner
-