An error occurred fetching the project authors.
- 12 Nov, 2021 1 commit
-
-
David Kim authored
-
- 13 Oct, 2021 1 commit
-
-
Melissa Elkadi authored
-
- 29 Jul, 2021 1 commit
-
-
Melissa Elkadi authored
Also changed logic in the NR UE schedule to read IP traffic. Also, configured the RLC layer in the NR UE softmodem and the DRBs with the cRNTI once the RACH procedure is complete in the NR UE.
-
- 31 May, 2021 3 commits
-
-
Roberto Louro Magueta authored
This reverts commit 4100dc33
-
rmagueta authored
-
Roberto Louro Magueta authored
This reverts commit 64aa42d6
-
- 30 May, 2021 1 commit
-
-
rmagueta authored
-
- 24 May, 2021 1 commit
-
-
Xenofon Foukas authored
This commit fixes a bug that makes the dataplane traffic of all the emulated UEs to go through the interface of the first UE (oaitun_ue1). The fix uses the last octet of the IP assigned to each UE to map it to its UE_id, which is then used to get its RNTI and the correct PDCP queue. For the emulator to work properly, the routing tables of the emulated UEs must also be set. This patch introduces a script (setup_routes.sh) in cmake_targets/tools that configures the routing tables. This script must be run at the UE host machine once the UEs have successfully attached, passing the number of emulated UEs as the argument. For example, in the case of 16 emulated UEs, one must run "./setup_routes.sh 16".
-
- 03 Apr, 2021 1 commit
-
-
Laurent OpenCells authored
-
- 27 Feb, 2021 1 commit
-
-
Michael Cook authored
Found by `-fsanitize=address`.
-
- 15 Feb, 2021 1 commit
-
-
Melissa Elkadi authored
-
- 25 Jan, 2021 1 commit
-
-
Laurent Thomas authored
-
- 14 Jan, 2021 3 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- 12 Jan, 2021 2 commits
-
-
Deokseong "David" Kim authored
Adding ue id parameter to pdcp_init Updating tun interface functions for proxy
-
Melissa Elkadi authored
Every if statement that includes a check for the NFAPI_MODE that did not check for the new PNF_STANDALONE_MODE now has been updated. Also changed the tx_req and dl_config_req logs when they are received at the OAI UE to be info logs instead of error logs.
-
- 23 Dec, 2020 1 commit
-
-
Laurent authored
-
- 02 Dec, 2020 1 commit
-
-
matzakos authored
-
- 11 Nov, 2020 1 commit
-
-
Mahesh authored
-
- 13 Oct, 2020 2 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
This completely removes the UESIM_EXPANSION define: it does not compile at the moment. Its function was to multiplex multiple UEs on the same TUN interface. However, this functionality is not needed since it is possible to allocate many TUN devices (i.e., >= 32).
-
- 12 Oct, 2020 1 commit
-
-
Mahesh K authored
This commit contains work done by Eurecom and by Benetel.
-
- 06 Aug, 2020 1 commit
-
-
- 18 Jun, 2020 2 commits
- 12 Jun, 2020 1 commit
-
-
matzakos authored
- Make required adaptations in RLC and default DRB configuration
-
- 25 May, 2020 1 commit
-
-
matzakos authored
-Remaining LTE dependency in RLC add_srb function (not used for NSA setup) -Rename function for DRB static preconfiguration used in noS1 mode
-
- 13 May, 2020 1 commit
-
-
- 10 Mar, 2020 1 commit
-
-
Robert Schmidt authored
-
- 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.
-
- 05 Dec, 2019 1 commit
-
-
laurent authored
-
- 26 Sep, 2019 1 commit
-
-
Raymond Knopp authored
-
- 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 1 commit
-
-
Javier Morgade authored
ACKNOWLEDGEMENT: 1. This commit was developed at Vicomtech (https://www.vicomtech.org) under UE project CDN-X-ALL: "CDN edge-cloud computing for efficient cache and reliable streaming aCROSS Aggregated unicast-multicast LinkS" 2. Project funded by Fed4FIRE+ OC5 (https://www.fed4fire.eu) Signed-off-by:
Javier Morgade <javier.morgade@ieee.org>
-
- 17 Sep, 2019 1 commit
-
-
matzakos authored
-
- 16 Sep, 2019 1 commit
-
-
Raymond Knopp authored
-
- 14 Sep, 2019 1 commit
-
-
Javier Morgade authored
-MBMS scheduler developed (oneFrame allocations implemented at this time) -UE DSLCH schedulers updated: if an eMBMS session running UE DTCH, DCCH will be only scheduled at non MBSFN sufbframes -eMBMS L2 procedures implemented -Dedicated MBMS PDCP pipes src/sink enabled (only for TUN) -BUGFIX eMBMS MAC procedures (wrong indexing at few loops) -ENB FAPI updated to enable dynamic MBSFN configurations through M2AP (RRC<->MCE) ACKNOWLEDGEMENT: 1. This commit was developed at Vicomtech (https://www.vicomtech.org) under UE project CDN-X-ALL: "CDN edge-cloud computing for efficient cache and reliable streaming aCROSS Aggregated unicast-multicast LinkS" 2. Project funded by Fed4FIRE+ OC5 (https://www.fed4fire.eu) Signed-off-by:
Javier Morgade <javier.morgade@ieee.org>
-
- 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.
-
- 10 May, 2019 1 commit
-
-
matzakos authored
Downlink IP traffic flow using LTE RAN stack over NR-PHY. Downlink traffic reaching PHY of gNB now using the noS1 mode. Extensions required for the reception through the LTE RAN stack at the UE side.
-