An error occurred fetching the project authors.
- 31 Mar, 2020 1 commit
-
-
Sakthivel Velumani authored
-
- 20 Mar, 2020 1 commit
-
-
Sakthivel Velumani authored
an assertion fails in gnb (need to be fixed)
-
- 19 Mar, 2020 1 commit
-
-
Francesco Mani authored
-
- 18 Mar, 2020 1 commit
-
-
Francesco Mani authored
-
- 15 Mar, 2020 1 commit
-
-
Raymond Knopp authored
-
- 10 Mar, 2020 1 commit
-
-
Robert Schmidt authored
-
- 08 Mar, 2020 1 commit
-
-
Robert Schmidt authored
-
- 05 Mar, 2020 1 commit
-
-
Robert Schmidt authored
-
- 22 Feb, 2020 1 commit
-
-
Raymond Knopp authored
-
- 18 Feb, 2020 1 commit
-
-
Florian Kaltenberger authored
fixing beam to boresight for testing
-
- 12 Feb, 2020 2 commits
- 11 Feb, 2020 1 commit
-
-
matzakos authored
-
- 10 Feb, 2020 2 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- 07 Feb, 2020 3 commits
-
-
matzakos authored
nr-ip-UL-nos1: Fix packet corruption issue appearing with larger packet sizes based on iperf testing for the uplink
-
Florian Kaltenberger authored
-
Francesco Mani authored
-
- 06 Feb, 2020 2 commits
-
-
matzakos authored
-
Francesco Mani authored
-
- 05 Feb, 2020 2 commits
-
-
matzakos authored
nr-ip-UL-nos1: Integrate NR MAC PDU structures for the Uplink. Currently supporting only data SDUs, Control Elements to be added.
-
Florian Kaltenberger authored
-
- 04 Feb, 2020 1 commit
-
-
frtabu authored
-
- 03 Feb, 2020 2 commits
-
-
Francesco Mani authored
-
frtabu authored
-
- 30 Jan, 2020 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 28 Jan, 2020 1 commit
-
-
cig authored
- now the UE is passing again data to the upper layers in noS1 mode - minor cleanups
-
- 24 Jan, 2020 2 commits
-
-
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
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 23 Jan, 2020 2 commits
-
-
Francesco Mani authored
-
Florian Kaltenberger authored
-
- 22 Jan, 2020 5 commits
-
-
Javier Morgade authored
-BUGFIX: CD/DU F1 split
-
Francesco Mani authored
-
Raymond Knopp authored
-
matzakos authored
nr-ip noS1 uplink: Uplink IP traffic successfully received at the IP TUN interface of the gNB now. Logs cleanup.
-
Francesco Mani authored
-
- 20 Jan, 2020 4 commits
-
-
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
-
cig authored
- configure_fapi_dl_pdu is handling the nfapi_nr_dl_config_request_pdu - while configure_fapi_dl_Tx is now handling the nfapi_tx_request_pdu this was necessary because the computation of the TBS size is needed in the phytest scheduler before even knowing if there is any data to transmit. The tx_request_pdu must be handled instead only when there is data to transmit.
-
Robert Schmidt authored
The timer code used to trigger periodic statistics message sending used ITTI. Together with a high frequency reporting (e.g. 1ms), this resulted in high CPU usage. This commit reimplements this: * using a thread that is synchronized to the RU (if there is no MAC, we assume there is no RU generating a tick so we create the tick source ourselves) * no RB trees but plain arrays * smaller interface for users * slight user interface changes * remove stopped timer state: such timer might be simply removed * remove one-shot timers
-
Javier Morgade authored
-New MAC SDU integrity check in ue_procedures .c introduced for MCH channels. -This SDU behavior didn’t show up with former develop -TOCHECK whether NFAPI was properly merged on the eNB side. -eNB_scheduler_mch has been slightly rearranged. *BUGFIX: -In dlsch_demodulation.c “ rxF_comp_d.m” was continuously being written to disk *New reference config file added (lte-fdd-mbms-basic-sim.conf) for rfsim environment
-