An error occurred fetching the project authors.
- 16 Jul, 2021 1 commit
-
-
Eurecom authored
-
- 30 May, 2021 1 commit
-
-
Eurecom authored
-
- 21 May, 2021 1 commit
-
-
Eurecom authored
-
- 14 May, 2021 1 commit
-
-
Raymond Knopp authored
small changes for multiple lcid handling in gNB scheduler. PUSCH DTX handling and suspension of scheduling when UL failure is detected
-
- 02 May, 2021 1 commit
-
-
Raymond Knopp authored
changes in gtpu interface for testing, small changes in L1 for PUSCH signal/noise measurements. SRB2 interfaces.
-
- 29 Apr, 2021 1 commit
-
-
Eurecom authored
-
- 27 Apr, 2021 1 commit
-
-
Raymond Knopp authored
-
- 25 Apr, 2021 1 commit
-
-
Raymond Knopp authored
-
- 22 Apr, 2021 1 commit
-
-
Raymond Knopp authored
-
- 21 Apr, 2021 1 commit
-
-
Raymond Knopp authored
extra logging for PUCCH power control, DL NAS debugging. Fixed issue with power control configuration parameterss (pucchSNRx10,puschSNRx10) which were not read in properly. Consequence of moving them from the RRC setion to MAC section.
-
- 17 Apr, 2021 1 commit
-
-
Raymond Knopp authored
corrections in PUCCH handling for dedicated configuration on initialBWP. first transmission handling for DL harq processes at UE.
-
- 16 Apr, 2021 1 commit
-
-
Raymond Knopp authored
-
- 13 Apr, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 08 Apr, 2021 1 commit
-
-
Raymond Knopp authored
added call to NAS for RRCSetupComplete message in UE. other minor modification in gNB/UE scheduling for SA
-
- 07 Apr, 2021 1 commit
-
-
Raymond Knopp authored
-
- 01 Mar, 2021 1 commit
-
-
Sakthivel Velumani authored
It is sufficient to pass l_d directly to the function but considering future extension to mapping type B, this way makes more sense.
-
- 12 Feb, 2021 1 commit
-
-
rmagueta authored
-
- 07 Feb, 2021 23 commits
-
-
ChiehChun authored
-
ChiehChun authored
-
ChiehChun authored
-
ChiehChun authored
-
ChiehChun authored
-
ChiehChun authored
-
ChiehChun authored
-
ChiehChun authored
-
ChiehChun authored
-
ChiehChun authored
-
ChiehChun authored
-
ChiehChun authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Before this commit, the DLSCH scheduler would construct the MAC PDU by reading RLC data into a memory on the stack, and then construct the PDU with CEs first. There are at least two problems: - we need to keep track of the exact number of bytes of CEs (cumbersome) to calculate the number of MAC SDUs to include - we needlessly copy data around. This commit does the following instead: - write all CEs first (no need of keeping track of this in DLSCH and a separate function) - then read MAC SDUs directly into nFAPI as much as possible or necessary, without recopying
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-