An error occurred fetching the project authors.
- 14 Nov, 2020 2 commits
- 13 Nov, 2020 2 commits
- 12 Nov, 2020 1 commit
-
-
rmagueta authored
-
- 11 Nov, 2020 1 commit
-
-
rmagueta authored
-
- 04 Nov, 2020 1 commit
-
-
rmagueta authored
-
- 03 Nov, 2020 2 commits
- 31 Oct, 2020 1 commit
-
-
rmagueta authored
-
- 28 Oct, 2020 1 commit
-
-
rmagueta authored
-
- 24 Oct, 2020 1 commit
-
-
rmagueta authored
Creation of fill_default_coresetZero() and fill_default_searchSpaceZero(). Resource allocation and transmission of the DCI of SIB1. Partial implementation of the reception of the DCI of SIB1.
-
- 23 Oct, 2020 1 commit
-
-
Hongzhi WANG authored
-
- 22 Oct, 2020 2 commits
-
-
Mario Hudon authored
-
Mario Hudon authored
-
- 17 Oct, 2020 1 commit
-
-
rmagueta authored
Get type0_PDCCH_CSS_config parameters at the gNB. SIB1 initialization has been added at SI initialization. SIB1 was transmitted with static parameters.
-
- 15 Oct, 2020 1 commit
-
-
rmagueta authored
MIB NR: pdcch_ConfigSIB1 selection and fill using the configuration file, and using a dynamic method.
-
- 30 Sep, 2020 1 commit
-
-
Shweta Shrivastava authored
-
- 22 Sep, 2020 1 commit
-
-
Shweta Shrivastava authored
-
- 21 Sep, 2020 1 commit
-
-
Florian Kaltenberger authored
PRACH_PDU.prach_format now interpreted according to last version (March 2020) of 5G FAPI specs fixing nr_prachsim
-
- 18 Sep, 2020 2 commits
-
-
Mario Hudon authored
- Fixed random preamble selection in contention-based RA - Cleaned-up comments and commented code
-
Shweta Shrivastava authored
-
- 16 Sep, 2020 1 commit
-
-
Thomas Schlichter authored
use snprintf() instead of sprintf() to avoid writes outside buffer limits
-
- 08 Sep, 2020 5 commits
-
-
Mario Hudon authored
- Added support for FR1 in RO selection -RACH preamble selected according to the chosen RO
-
cig authored
- replacing ambiguous configuration of N_RB for extraction of DCI 1_0
-
cig authored
- added some text descriptions - replaced active BWP with initial BWP in Msg3 scheduling (8.3 TS 38.213) - fixed logging - disabled Msg3 repetitions after first transmission (disabled RA @ MAC)
-
cig authored
-
cig authored
- moved remaining PUSCH PDU configuration from ULSCH procedures entirely to MAC - introduced a function for DMRS RE configuration - cleaned up redundant code in ULSCH procedures - fixed TBS computation for Msg3
-
- 04 Sep, 2020 6 commits
-
-
cig authored
-
cig authored
-
cig authored
- redundant code for the configuration of the scheduled_response was removed - scheduled response is not needed to be stored in the NR_UE_MAC_INST struct as it passed to the function right away
-
cig authored
-
cig authored
- calling nr_ue_scheduled_response after pdu preparation - increasing the number_pdus before response scheduling - resetting after dl/ul config pdu handling
-
cig authored
- extraction of resource allocation from Msg2 - configuration of Msg3 PDU - Msg3 scheduling - MAC/PHY interface adaptations
-
- 03 Sep, 2020 1 commit
-
-
Thomas Schlichter authored
Check the provided MCS index according to the specified table. Some tables go up to MCS index 27, others up to MCS index 28. If the MCS index exceeds the allowed limit, assume max. MCS.
-
- 29 Aug, 2020 1 commit
-
-
Raymond Knopp authored
removed AssertFatal in nr_ue_mac_procedures.c for nr_dlsim HARQ tests. For some unknown reason there are occasion 0 SDUs sent up to MAC which causes failure.
-
- 26 Aug, 2020 1 commit
-
-
Shweta Shrivastava authored
-
- 10 Aug, 2020 1 commit
-
-
Thomas Schlichter authored
Set n_dmrs_cdm_groups = 1 for now. Should be fixed accordingly to TS 38.214 section 5.1.6.2 using tables 7.3.1.2.2-1, 7.3.1.2.2-2, 7.3.1.2.2-3, 7.3.1.2.2-4 of TS 38.212
-
- 06 Aug, 2020 1 commit
-
-
- 25 Jul, 2020 1 commit
-
-
cig authored
-