- 17 Jun, 2019 1 commit
-
-
Hongzhi Wang authored
-
- 14 Jun, 2019 3 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Florian Kaltenberger authored
Integration develop nr 2019w24 See merge request oai/openairinterface5g!615
-
- 13 Jun, 2019 4 commits
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
Merge remote-tracking branch 'origin/rfsimulator-simulate-channel' into integration_develop-nr_2019w24
-
- 11 Jun, 2019 2 commits
-
-
WANG Tsu-Han authored
Conflicts: openair1/SCHED_NR/phy_procedures_nr_gNB.c targets/RT/USER/nr-ru.c
-
WANG Tsu-Han authored
-
- 07 Jun, 2019 3 commits
-
-
laurent authored
-
laurent authored
-
Thomas Schlichter authored
-
- 06 Jun, 2019 2 commits
- 04 Jun, 2019 25 commits
-
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Ahmed Hussein authored
- This was due to alignment problem in rxdataF_ext when odd number of RBs were assigned
-
Ahmed Hussein authored
-
Ahmed Hussein authored
- Now it takes input and output pointers instead of gNB struct
-
Khalid Ahmed authored
-
Khalid Ahmed authored
-
Khalid Ahmed 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
-
Khalid Ahmed authored
-
Ahmed Hussein authored
- Problem was related to UE_id and G
-
Khalid Ahmed authored
-
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
- 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
-
Khalid Ahmed authored
- modifying generate_ue_ulsch_params to work with nfapi_nr_ul_config struct - removing ulsim_params struct
-
Ahmed Hussein authored
This fixes the errors in bits introduced after LDPC decoding in case of mod_order = 6 and AMO_SHIFT = 9
-
Ahmed Hussein authored
-
Ahmed Hussein authored
One of the function parameters was number of RBs, but instead number of REs was given
-
Ahmed Hussein authored
Sometimes CRC OK is printed, but there are bits in error at the LDPC decoder output
-
Ahmed Hussein authored
-
Khalid Ahmed authored
implementing: - generate_ue_ulsch_params (customized for ulsim only) - nr_ue_ulsch_procedures - nr_ue_pusch_common_procedures
-
Khalid Ahmed authored
-