An error occurred fetching the project authors.
- 11 Feb, 2020 1 commit
-
-
matzakos authored
-
- 06 Feb, 2020 1 commit
-
-
matzakos authored
-
- 05 Feb, 2020 1 commit
-
-
matzakos authored
nr-ip-UL-nos1: Integrate NR MAC PDU structures for the Uplink. Currently supporting only data SDUs, Control Elements to be added.
-
- 24 Jan, 2020 1 commit
-
-
matzakos authored
nr-ip-ul nos1: Small modification to be able to block the random traffic (which is generated when there is no Uplink IP traffic at the UE) at the MAC layer of the gNB
-
- 22 Jan, 2020 1 commit
-
-
matzakos authored
nr-ip noS1 uplink: Uplink IP traffic successfully received at the IP TUN interface of the gNB now. Logs cleanup.
-
- 20 Jan, 2020 1 commit
-
-
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
-
- 18 Dec, 2019 5 commits
-
-
Khalid Ahmed authored
-
Khalid Ahmed authored
- nr_ulsim supports multiple DMRS configurations
-
Khalid Ahmed authored
-
Khalid Ahmed authored
-
Khalid Ahmed authored
- added get_l_prime function - added Table 6.4.1.1.3-3 - added added is_dmrs_symbol function
-
- 05 Dec, 2019 1 commit
-
-
laurent authored
-
- 29 Oct, 2019 1 commit
-
-
Florian Kaltenberger authored
-
- 28 Oct, 2019 1 commit
-
-
Francesco Mani authored
-
- 24 Oct, 2019 1 commit
-
-
Francesco Mani authored
-
- 21 Oct, 2019 1 commit
-
-
Francesco Mani authored
-
- 08 Oct, 2019 9 commits
-
-
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"
-
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"
-
Khalid Ahmed authored
- initialize PUSCH parameters properly
-
Khalid Ahmed authored
-
Khalid Ahmed authored
-
Khalid Ahmed authored
-
Ahmed Hussein authored
Added the following folder: - ../openair1/PHY/NR_ESTIMATION/ Added the following file to CMakelists.txt: - ../openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c Added the following functions: - nr_pusch_dmrs_rx - nr_gold_pusch - nr_ulsch_channel_level - nr_ulsch_channel_compensation - nr_ulsch_scale_channel is commented out (I think only used for downlink) Changes from Khalid Ahmed Mahmoud Mohamed: - nr_pusch_channel_estimation is used - nr_ulsch_scale_channel is used - nr_ulsch_channel_level is used - nr_ulsch_channel_compensation is used - multiple logging options for channel and signal magnitude
-
Khalid Ahmed authored
-
- 27 Sep, 2019 1 commit
-
-
Francesco Mani authored
-
- 28 Aug, 2019 1 commit
-
-
Khalid Ahmed authored
-
- 23 Aug, 2019 10 commits
-
-
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"
-
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"
-
Khalid Ahmed authored
-
Khalid Ahmed authored
- initialize PUSCH parameters properly
-
Khalid Ahmed authored
-
Khalid Ahmed authored
-
Khalid Ahmed authored
-
Ahmed Hussein authored
Added the following folder: - ../openair1/PHY/NR_ESTIMATION/ Added the following file to CMakelists.txt: - ../openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c Added the following functions: - nr_pusch_dmrs_rx - nr_gold_pusch - nr_ulsch_channel_level - nr_ulsch_channel_compensation - nr_ulsch_scale_channel is commented out (I think only used for downlink) Changes from Khalid Ahmed Mahmoud Mohamed: - nr_pusch_channel_estimation is used - nr_ulsch_scale_channel is used - nr_ulsch_channel_level is used - nr_ulsch_channel_compensation is used - multiple logging options for channel and signal magnitude
-
Khalid Ahmed authored
-
- 09 Jul, 2019 1 commit
-
-
Florian Kaltenberger authored
-
- 20 Jun, 2019 1 commit
-
-
Florian Kaltenberger authored
however, I had to hardcode the parameters for the PUSCH in nr_ulsim as the fapi interface still has bugs.
-
- 04 Jun, 2019 1 commit
-
-
Thomas Schlichter authored
-