- 25 Oct, 2019 1 commit
-
-
Florian Kaltenberger authored
Integration develop nr 2019w43 See merge request oai/openairinterface5g!696
-
- 24 Oct, 2019 3 commits
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
- 23 Oct, 2019 1 commit
-
-
Raphael Defosseux authored
-
- 17 Oct, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 16 Oct, 2019 1 commit
-
-
Florian Kaltenberger authored
-
- 15 Oct, 2019 2 commits
-
-
Florian Kaltenberger authored
Integration develop nr 2019w42 See merge request oai/openairinterface5g!691
-
Florian Kaltenberger authored
-
- 14 Oct, 2019 9 commits
-
-
Florian Kaltenberger authored
Merge branch 'integration_develop-nr_2019w42' of https://gitlab.eurecom.fr/oai/openairinterface5g into integration_develop-nr_2019w42
-
Florian Kaltenberger authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Florian Kaltenberger authored
Conflicts: openair1/PHY/CODING/TESTBENCH/ldpctest.c
-
Florian Kaltenberger authored
Conflicts: executables/nr-softmodem.c executables/nr-softmodem.h targets/ARCH/rfsimulator/simulator.c
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
Conflicts: executables/nr-gnb.c openair1/PHY/NR_REFSIG/nr_dmrs_rx.c openair1/SIMULATION/NR_PHY/ulsim.c
-
yilmazt authored
-
Florian Kaltenberger authored
-
- 11 Oct, 2019 1 commit
-
-
Florian Kaltenberger authored
- gNB now only sends samples to USRP when DL slot. (should do the same for UE) - increased sf_ahead to 6 - fixed timestamp for usrp_write at UE
-
- 10 Oct, 2019 4 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
sebastian authored
-
sebastian authored
-
- 09 Oct, 2019 1 commit
-
-
Raymond Knopp authored
-
- 08 Oct, 2019 16 commits
-
-
yilmazt authored
-
Khalid Ahmed authored
- added nr_is_ssb_slot function
-
Khalid Ahmed authored
-
Ahmed Hussein authored
-
Ahmed Hussein authored
-
Ahmed Hussein authored
-
Ahmed Hussein authored
-
Ahmed Hussein authored
-
Ahmed Hussein authored
- start_rb was set to 30, and nb_rb was set to 50 with NB_RB_DL = 106. - When the DC subcarrier is included in the RB allocation, this causes errors in FFT/IFFT operations arounf the DC subcarrier - This leads to errors in unscrambling and decoding
-
Ahmed Hussein authored
-
Ahmed Hussein authored
- 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"
-
Ahmed Hussein authored
-
Khalid Ahmed authored
-
Khalid Ahmed authored
-
Khalid Ahmed authored
-
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"
-