An error occurred fetching the project authors.
- 16 Nov, 2021 1 commit
-
-
mjoang authored
Remove the global variables harq_process->processedSegments and phy_vars_ue->nbDecode so that it will not be an issue in concurrent slot decoding.
-
- 06 Nov, 2021 1 commit
-
-
mjoang authored
-
- 23 Aug, 2021 1 commit
-
-
francescomani authored
-
- 18 May, 2021 1 commit
-
-
francescomani authored
-
- 10 May, 2021 1 commit
-
-
Mahesh authored
-
- 16 Feb, 2021 1 commit
-
-
Sakthivel Velumani authored
Do encoding only if NDI toggles instead of doing on first round. Both are same but we now remove the dependancy on rv_round_mapping.
-
- 14 Feb, 2021 1 commit
-
-
Raymond Knopp authored
-
- 15 Jan, 2021 1 commit
-
-
Thomas Schlichter authored
-
- 20 Nov, 2020 1 commit
-
-
Sakthivel Velumani authored
The LDPC lifting size has to be stored for each harq_process as its only assigned in the first round.
-
- 09 Nov, 2020 1 commit
-
-
Sakthivel Velumani authored
-
- 26 Oct, 2020 1 commit
-
-
Parminder Singh authored
- Added PTRS variables in transport UE header file - Added DMRS inline symbol check function in refsig.h - Added PTRS estimation and other related structures in defs_nr_UE.h file
-
- 12 Oct, 2020 1 commit
-
-
Mahesh K authored
This commit contains work done by Eurecom and by Benetel.
-
- 14 Aug, 2020 1 commit
-
-
Sakthivel Velumani authored
-
- 06 Aug, 2020 1 commit
-
-
- 13 Jul, 2020 1 commit
-
-
magounak authored
-
- 10 Jul, 2020 1 commit
-
-
Francesco Mani authored
-
- 01 Jun, 2020 1 commit
-
-
- 13 May, 2020 1 commit
-
-
- 07 Apr, 2020 1 commit
-
-
Ahmed Hussein authored
-
- 06 Apr, 2020 2 commits
-
-
Ahmed Hussein authored
Using ul_dmrs_symb_pos at UE side instead of assuming that DMRS is only present at 1st symbol of PUSCH
-
Ahmed Hussein authored
-
- 04 Mar, 2020 1 commit
-
-
adk authored
-
- 10 Feb, 2020 1 commit
-
-
cig authored
-
- 15 Jan, 2020 1 commit
-
-
Raymond Knopp authored
removal of several warnings. Still lots left. dlsim functional after some recent modifications broke it. New memory leak in dlsch decoding for low mcs high TBS fixed.
-
- 02 Jan, 2020 1 commit
-
-
Raymond Knopp authored
-
- 01 Jan, 2020 1 commit
-
-
Raymond Knopp authored
Testing of NR PDCCH/PDSCH with RRC Configuration. added RRC configuration to NR UE. Updates to UE DCI procedures (moved to MAC) and updates to FAPI interfaces for UE. nr_dlsim is functional, added profiling information for gNB TX.
-
- 03 Dec, 2019 1 commit
-
-
Raymond Knopp authored
-
- 20 Nov, 2019 2 commits
-
-
Francesco Mani authored
-
Francesco Mani authored
-
- 05 Nov, 2019 1 commit
-
-
Francesco Mani authored
-
- 21 Oct, 2019 1 commit
-
-
Francesco Mani authored
-
- 08 Oct, 2019 1 commit
-
-
Ahmed Hussein authored
- removing "Nsymb_pusch" and "Nsc_pusch" from "NR_UE_ULSCH_t" - using "number_of_symbols" from "NR_UL_UE_HARQ_t" instead - removing "generate_ue_ulsch_params"
-
- 27 Sep, 2019 1 commit
-
-
Francesco Mani authored
-
- 23 Aug, 2019 1 commit
-
-
Ahmed Hussein authored
- removing "Nsymb_pusch" and "Nsc_pusch" from "NR_UE_ULSCH_t" - using "number_of_symbols" from "NR_UL_UE_HARQ_t" instead - removing "generate_ue_ulsch_params"
-
- 13 Aug, 2019 1 commit
-
-
Ahmed Hussein authored
- changed Mdlharq to Mlimit when comparing with the round number - Not incrementing the HARQ round in case of err_flag = 1, until HARQ is implemented - Changed MAX_LDPC_ITERATIONS to 5 from 4 (provided better performance)
-
- 13 Jun, 2019 1 commit
-
-
Raymond Knopp authored
-
- 04 Jun, 2019 4 commits
-
-
Ahmed Hussein authored
- This was due to alignment problem in rxdataF_ext when odd number of RBs were assigned
-
Ahmed Hussein authored
- Added nr_dft at UE side and nr_idft at gNB side - NR_SC_FDMA can be found in "PHY/defs_nr_common.h" - For 1 SNR loop, the code executes correctly - For more loops, it gives a segmentation fault in the LDPC decoder - The segmentation fault is caused when nr_idft is used - The code works fine when the "NR_SC_FDMA" is disabled
-
Khalid Ahmed authored
implementing: - generate_ue_ulsch_params (customized for ulsim only) - nr_ue_ulsch_procedures - nr_ue_pusch_common_procedures
-
Khalid Ahmed authored
-