- 24 Sep, 2019 1 commit
-
-
Raymond Knopp authored
nr-ip-over-LTE: Resolved issue with duplicate IP packet at the receiver UE IP interface and packet losses are reduced. Remaining to identify why occasionally IP packets are received at the PDCP stack later than the time slot of their arrival at PHY/MAC. Introduced some debug logs, to be removed later.
-
- 18 Sep, 2019 2 commits
-
-
Raymond Knopp authored
nr-ip-over-LTE: Small fixes, now IP traffic is received at the IP interface of the UE but there are many packet losses and occasionally there are duplicate ping requests received, leading to UE crashing
-
Raymond Knopp authored
-
- 17 Sep, 2019 1 commit
-
-
matzakos authored
-
- 16 Sep, 2019 2 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
nr-ip-over-LTE: Modification to support both use cases: DLSCH phy-test scheduling (random data generation in every opportunity) AND DLSCH scheduling only when there is IP traffic arriving through the LTE stack (noS1 mode)
-
- 11 Sep, 2019 1 commit
-
-
Florian Kaltenberger authored
-
- 06 Sep, 2019 1 commit
-
-
matzakos authored
nr-ip-over-lte :Enable TUN interface at nrUE and required (LTE-based) PDCP, RLC configuration for DL IP traffic flow. Traffic received at the UE TUN IP interface successfully now.
-
- 04 Sep, 2019 1 commit
-
-
Raymond Knopp authored
-
- 23 Aug, 2019 2 commits
-
-
Florian Kaltenberger authored
fixing a bug in the allocation of the UE HARQ structures that was causing a segfault. Fixing some compiler warnings
-
Florian Kaltenberger authored
Resolve "Problems transmitting data via NR-PDSCH" See merge request oai/openairinterface5g!658
-
- 20 Aug, 2019 2 commits
-
-
Florian Kaltenberger authored
hotfix: replacing msg with printf in unitary simulators (msg(...) was replaced with LOG_D(PHY,...) but it was used before log was initialized)
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 26 Jul, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 13 Aug, 2019 5 commits
-
-
Ahmed Hussein authored
-
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)
-
Ahmed Hussein authored
- Setting the payload to random data instead of all zeros at the Tx side - Handling "nb_symb_sch" equal to 0 in "phy_procedures_nrUE_RX" which prevents entering "nr_ue_pdsch_procedures" - Handling symbol loop problem in "nr_ue_pdsch_procedures" - Handling resource block loop problem in "nr_rx_pdsch"
-
Florian Kaltenberger authored
Develop nr merge See merge request oai/openairinterface5g!588
-
Cedric Roux authored
-
- 12 Aug, 2019 4 commits
-
-
Florian Kaltenberger authored
Merge branch 'develop-nr-merge' of https://gitlab.eurecom.fr/oai/openairinterface5g into develop-nr-merge
-
Florian Kaltenberger authored
-
Cedric Roux authored
-
Florian Kaltenberger authored
Usrp ref locked See merge request oai/openairinterface5g!657
-
- 11 Aug, 2019 1 commit
-
-
Florian Kaltenberger authored
-
- 09 Aug, 2019 3 commits
-
-
Cedric Roux authored
Merge branch 'develop-nr-merge' of https://gitlab.eurecom.fr/oai/openairinterface5g into develop-nr-merge
-
Cedric Roux authored
For whatever reason, ru->frame_parms was NULL and the RRU crashed. Let's allocated memory. Also, don't do fp = ru->frame_parms in ru_thread, it seems that it takes the value before allocation (so: NULL) and the code crashes later on. Maybe it's not the correct solution. To be refined at some point.
-
Florian Kaltenberger authored
1. NR RU was using wrong config file descriptor. It should be the same as for the LTE RU and we should remove the NR RU config file descriptor (todo) 2. NR RU was calling feptx_prec from LTE RU procedures, which it should not. In the older versions this function didn't do anything anyway as there was a check on num_eNB, which is 0 for gNB. Now NR RU is not calling this function at all, but we have to write such a function for NR RU (todo)
-
- 08 Aug, 2019 4 commits
-
-
yilmazt authored
Merge branch 'develop-nr-merge' of https://gitlab.eurecom.fr/oai/openairinterface5g into develop-nr-merge
-
yilmazt authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- 07 Aug, 2019 3 commits
-
-
Florian Kaltenberger authored
Integration develop nr 2019w32 See merge request oai/openairinterface5g!656
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
- 08 Aug, 2019 3 commits
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
- 07 Aug, 2019 3 commits
-
-
Florian Kaltenberger authored
Merge remote-tracking branch 'origin/update-to-2019-march-june-release' into integration_develop-nr_2019w32
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-