An error occurred fetching the project authors.
- 30 Oct, 2020 1 commit
-
-
Shweta Shrivastava authored
-
- 29 Oct, 2020 1 commit
-
-
Shweta Shrivastava authored
-
- 27 Oct, 2020 1 commit
-
-
Shweta Shrivastava authored
-
- 21 Oct, 2020 1 commit
-
-
Shweta Shrivastava authored
-
- 19 Oct, 2020 1 commit
-
-
Shweta Shrivastava authored
-
- 30 Sep, 2020 1 commit
-
-
Shweta Shrivastava authored
-
- 22 Sep, 2020 1 commit
-
-
Shweta Shrivastava authored
-
- 18 Sep, 2020 1 commit
-
-
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 4 commits
-
-
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 2 commits
- 22 Jul, 2020 1 commit
-
-
cig authored
- DM-RS type {1,2} was wrongly assigned to {1,2} instead of {0,1} - Num DM-RS CDM groups without data is now taken into account in mthread decoding function - number of DM-RS CDM groups without data for format 1_0 according to 5.1.6.2 3GPP TS 38.214 version 15.9.0 Release 15: -- the UE shall assume the number of DM-RS CDM groups without data is: -- 1 (CDM group 0) for the case of PDSCH with allocation duration of 2 symb -- 2 (CDM group {0,1}) for all other cases.
-
- 10 Jul, 2020 1 commit
-
-
Francesco Mani authored
-
- 08 Jul, 2020 1 commit
-
-
Francesco Mani authored
-
- 02 Jul, 2020 5 commits
-
-
laurent authored
-
cig authored
- replaced nr_slot_t with int as it was barely used in the code (also is defined after an lte struct) - removed use of phy_frame_config_nr from the UE (another file was created in SCHED_NR_UE, still the gNB file is used in some tests file at UE side)
-
cig authored
- Msg2 scheduler used for testing purposes was removed - Now the UE tries to DCI 1_0 scrambled with RA_RNTI in the RA window - If no RAPID is found within the RA window, instructs PHY to TX PRACH
-
cig authored
- IP data were fetched and passed to MAC directly at the PHY layer - random data was generated whenever there's no upcoming data. - Therefore these functionalities are now moved to MAC and FAPI interfaces - are used instead.
-
cig authored
- ceiling computation num of segments (cod/dec) - fixes demodulation - initialisation CW for PDSCH RA - memcpy dl_ch_estimates to pdsch_vars_ra (hotfix) - correct N_RB for DCI 1_0 and RNTI_RA
-
- 29 Jun, 2020 1 commit
-
-
Thomas Schlichter authored
-
- 19 Jun, 2020 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 18 Jun, 2020 1 commit
-
-
Francesco Mani authored
-
- 16 Jun, 2020 1 commit
-
-
matzakos authored
-
- 12 Jun, 2020 1 commit
-
-
matzakos authored
-
- 09 Jun, 2020 1 commit
-
-
Thomas Schlichter authored
-