An error occurred fetching the project authors.
- 12 Oct, 2020 1 commit
-
-
Mahesh K authored
This commit contains work done by Eurecom and by Benetel.
-
- 20 May, 2020 1 commit
-
-
laurent authored
-
- 01 Apr, 2020 1 commit
-
-
Robert Schmidt authored
UE_list_t is now used as a separate list. It can be e.g. used in the scheduler to mark groups of users. The original UE_list_t is renamed to UE_info_t to reflect that it is a container for information about UEs.
-
- 23 Mar, 2020 1 commit
-
-
Florian Kaltenberger authored
ignoring command line paramters clock_source and time_source in lte-softmodem and harmonizing it with nr-softmodem time_source and clock_source handled separately in usrp_lib.cpp
-
- 11 Mar, 2020 2 commits
- 03 Mar, 2020 3 commits
-
-
Thomas Dreibholz authored
-
Thomas Dreibholz authored
-
Thomas Dreibholz authored
-
- 20 Jan, 2020 1 commit
-
-
Robert Schmidt authored
-
- 13 Jan, 2020 1 commit
-
-
Raphael Defosseux authored
- physical simulators - LTE eNB - LTE UE - 5G-NR gNB Still NR-UE does not build and eNB segs fault at start of program Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 28 Nov, 2019 1 commit
-
-
Francesco Mani authored
-
- 21 Nov, 2019 1 commit
-
-
Florian Kaltenberger authored
-
- 04 Nov, 2019 1 commit
-
-
laurent authored
-
- 08 Oct, 2019 3 commits
- 04 Oct, 2019 1 commit
-
-
yilmazt authored
-
- 23 Sep, 2019 1 commit
-
-
frtabu authored
remove RRC_VERSION macros, simplify build-oai and CMakefile.txt accordingly, get rid of remaining compilation warnings (opt module improperly merged and patch asn1c files with tests against max 64 bits integer value)
-
- 16 Sep, 2019 1 commit
-
-
Javier Morgade authored
-reference config files updated 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>
-
- 14 Sep, 2019 2 commits
-
-
Javier Morgade authored
-Refence config file cleanup 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>
-
Javier Morgade authored
2. Dedicated MBMS tasks manager: -If MBMS gets enabled through softmodem config file it will launch SCTP task (to check with S1 interface) 3. "On the flight" dynamic RU configuration update mechanism implemented 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>
-
- 27 Aug, 2019 1 commit
-
-
laurent authored
Remove useless differences with regular OAI, enhance the build to be compatible with regular binaries
-
- 09 Aug, 2019 1 commit
-
-
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.
-
- 25 Jul, 2019 1 commit
-
-
Cedric Roux authored
-
- 16 Jul, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 10 Jul, 2019 1 commit
-
-
magounak authored
-
- 24 Jun, 2019 1 commit
-
-
laurent authored
-
- 04 Jun, 2019 1 commit
-
-
Wang Tsu-Han authored
-
- 02 Jun, 2019 1 commit
-
-
laurent authored
-
- 29 May, 2019 1 commit
-
-
Wang Tsu-Han authored
-
- 28 May, 2019 1 commit
-
-
Dong Anyuan authored
-
- 23 May, 2019 1 commit
-
-
Wang Tsu-Han authored
-
- 19 May, 2019 1 commit
-
-
Raymond Knopp authored
-
- 28 Apr, 2019 1 commit
-
-
Raymond Knopp authored
-
- 24 Apr, 2019 1 commit
-
-
Raymond Knopp authored
-
- 22 Apr, 2019 1 commit
-
-
Raymond Knopp authored
-
- 19 Apr, 2019 1 commit
-
-
Raymond Knopp authored
changes in PARALLEL_RU_L!_TRX_SPLIT configuration. Correction of a few bugs related to passing of variables between threads
-
- 05 Apr, 2019 1 commit
-
-
frtabu authored
-
- 19 Mar, 2019 1 commit
-
-
Cedric Roux authored
end_of_burst_delay is used to stop TX only "after a while". If we stop right after effective signal, with USRP B210 and B200mini, we observe a high EVM on the S subframe (on the PSS). A value of 400 (for 30.72MHz) solves this issue. This is the default. This default value can be changed in the configuration file. For example: RUs = ( { local_rf = "yes" nb_tx = 1 nb_rx = 1 att_tx = 20 att_rx = 0; bands = [7]; max_pdschReferenceSignalPower = -27; max_rxgain = 105; eNB_instances = [0]; sf_extension = 312; end_of_burst_delay = 200; } ); Here we would set a value of 200. The value to put in the configuration file is for 30.72MHz. The value is scaled accordingly at runtime (thus only one value to set for every RB configuration, 25, 50 or 100, leading to less problems when adapting configuration files). This option is for experts and should not be changed randomly.
-