An error occurred fetching the project authors.
- 23 Apr, 2021 1 commit
-
-
Raghavendra Dinavahi authored
- Procedure get_l_prime is modified - Single and double symbol DMRS are handled in Type A and Type B
-
- 12 Apr, 2021 2 commits
- 06 Apr, 2021 1 commit
-
-
Cedric Roux authored
The bug was: connect a phone, disconnect, repeat five times. The fifth time the phone does not reconnect because there is no free RA process. When an UE is removed, we have to free associated RA processes.
-
- 31 Mar, 2021 1 commit
-
-
rmagueta authored
-
- 30 Mar, 2021 1 commit
-
-
Robert Schmidt authored
-
- 23 Mar, 2021 1 commit
-
-
rmagueta authored
-
- 09 Mar, 2021 1 commit
-
-
francescomani authored
-
- 01 Mar, 2021 1 commit
-
-
Guhan authored
-
- 26 Feb, 2021 17 commits
-
-
guhan authored
-
Francesco Mani authored
-
r.karey authored
-
Francesco Mani authored
-
r.karey authored
-
r.karey authored
-
Francesco Mani authored
-
r.karey authored
-
r.karey authored
-
r.karey authored
-
Francesco Mani authored
-
r.karey authored
-
r.karey authored
-
Francesco Mani authored
-
r.karey authored
-
r.karey authored
-
r.karey authored
-
- 25 Feb, 2021 1 commit
-
-
rmagueta authored
-
- 24 Feb, 2021 1 commit
-
-
rmagueta authored
-
- 07 Feb, 2021 12 commits
-
-
ChiehChun authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Raymond Knopp authored
-
Robert Schmidt authored
-
Robert Schmidt authored
mac_remove_nr_ue(): no need to memset sched_ctrl, since it is done on connection of a UE
-
Robert Schmidt authored
-
Robert Schmidt authored
According to SCF222, a single PDCCH allocation groups DCIs that are within the same BWP and CORESET. Therefore, if we want to allocate multiple DCIs, we need to decouple PDCCH allocation and DCI (previously jointly done in nr_configure_pdcch()), especially to be forward compatible. ***Note that as of this commit, we would still allocate different PDCCH PDUs for multiple UEs (which we do not support yet, anyway)*** nr_configure_pdcch(): simply take out DCI allocation. nr_generate_Msg2(): separately allocate dci_pdu in common RA SS, and rename DCI payload variable. Also, reorganize the function so that it is first checked for CCE allocation and messages nFAPI messages are allocated afterwards. nr_schedule_ue_spec(): separately allocate dci_pdu in UE-specific SS. Rename DCI payload variable. nr_schedule_ulsch(): separately allocate dci_pdu in UE-specific SS. Rename DCI payload variable. nr_fill_nfapi_dl_sib1_pdu(): separately allocate dci_pdu in common SS.
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-