- 01 Feb, 2021 3 commits
-
-
clean up nr_dlsch_demodulation, solve bug in nr_rb_extract to consider data/dmrs multiplexing/no data, and remove ra_pdsch hack in phy_procedures_nr_ue
-
-
-
- 27 Nov, 2020 1 commit
-
-
Rahul Gottipati authored
-
- 16 Nov, 2020 1 commit
-
-
Thomas Schlichter authored
-
- 13 Nov, 2020 1 commit
-
-
Thomas Schlichter authored
-
- 11 Nov, 2020 1 commit
-
-
Khodr Saaifan authored
-
- 27 Oct, 2020 1 commit
-
-
Guido Casati authored
- removed redundant initialisation of variables - introduced two "RF helpers" function that are replacing shared code in the sync routines - added a new .c file and updated the cmakelists and .h files
-
- 26 Oct, 2020 1 commit
-
-
Parminder Singh authored
-
- 19 Aug, 2020 1 commit
-
-
Panos Matzakos authored
- Ensure that tx slot processing is done by the time trx_write_func() gets called
-
- 06 Aug, 2020 1 commit
-
-
- 27 Jul, 2020 1 commit
-
-
Sakthivel Velumani authored
-
- 18 Jun, 2020 1 commit
-
-
Francesco Mani authored
-
- 01 Jun, 2020 1 commit
-
-
- 13 May, 2020 1 commit
-
-
- 23 Apr, 2020 1 commit
-
-
Guido Casati authored
- restructured nr_pdcch_unscrambling function - minor cleanups - formatting
-
- 14 Apr, 2020 1 commit
-
-
- 06 Apr, 2020 1 commit
-
-
Ahmed Hussein authored
-
- 18 Feb, 2020 1 commit
-
-
Francesco Mani authored
-
- 11 Feb, 2020 1 commit
-
-
Panos Matzakos authored
-
- 10 Feb, 2020 2 commits
-
-
knopp authored
-
Guido Casati authored
- RA resource selection and transmission - MAC header structs for RA - RA procedure msg1 fixes - code cleanup
-
- 20 Jan, 2020 1 commit
-
-
Panos Matzakos authored
nr-ip noS1 uplink integration (testing with RFSIMULATOR only): Uplink IP packets received at the gNB and reaching at pdcp layer. Asserion error at pdcp_fifo_flush_sdus when trying to write on the nas socket
-
- 15 Jan, 2020 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 01 Jan, 2020 1 commit
-
-
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.
-
- 19 Dec, 2019 1 commit
-
-
knopp authored
-
- 16 Dec, 2019 1 commit
-
-
frtabu authored
-
- 20 Nov, 2019 1 commit
-
-
Francesco Mani authored
-
- 28 Oct, 2019 1 commit
-
-
Francesco Mani authored
-
- 08 Oct, 2019 2 commits
-
-
- TBS calculation was performed 2 times. Once in "phy_procedures_nrUE_TX" and another in "nr_ue_ulsch_procedures". The TBS calculation was wrong in "phy_procedures_nrUE_TX" and correct in "nr_ue_ulsch_procedures". - The data generation was performed in "phy_procedures_nrUE_TX" with a wrongly calculated TBS because "ulsch_ue->nb_re_dmrs" wasn't set to a value, so the calculated TBS would be more than it should be. This doesn't create a problem in the test because the comparison between the TX and RX data is made using the correctly calculated TBS which is smaller. - Solution was to perform data generation in "nr_ue_ulsch_procedures", and remove TBS calculation in "phy_procedures_nrUE_TX"
-
- 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"
-
- 23 Aug, 2019 2 commits
-
-
- TBS calculation was performed 2 times. Once in "phy_procedures_nrUE_TX" and another in "nr_ue_ulsch_procedures". The TBS calculation was wrong in "phy_procedures_nrUE_TX" and correct in "nr_ue_ulsch_procedures". - The data generation was performed in "phy_procedures_nrUE_TX" with a wrongly calculated TBS because "ulsch_ue->nb_re_dmrs" wasn't set to a value, so the calculated TBS would be more than it should be. This doesn't create a problem in the test because the comparison between the TX and RX data is made using the correctly calculated TBS which is smaller. - Solution was to perform data generation in "nr_ue_ulsch_procedures", and remove TBS calculation in "phy_procedures_nrUE_TX"
-
- 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"
-
- 17 Jun, 2019 1 commit
-
-
Hongzhi Wang authored
-
- 04 Jun, 2019 6 commits
-
-
Thomas Schlichter authored
-
- remove printf in nr_ulsch_coding.c - renaming test_input to mac_pdu - using memcpy for mac_pdu instead of pointing to data - remove temp_nfapi struct from header file
-
- 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
-
- adding SCHED_NR_UE_LIB to ulsim compilation library - fixing linking compilation problems - using fapi_nr_dci_pdu_rel15_t struct to initialize PUSCH - test_input random data is set in phy_procedures_nrUE_TX instead of ulsim
-
- modifying generate_ue_ulsch_params to work with nfapi_nr_ul_config struct - removing ulsim_params struct
-
implementing: - generate_ue_ulsch_params (customized for ulsim only) - nr_ue_ulsch_procedures - nr_ue_pusch_common_procedures
-