An error occurred fetching the project authors.
- 20 Sep, 2021 1 commit
-
-
Raymond Knopp authored
-
- 30 May, 2021 1 commit
-
-
Eurecom authored
-
- 10 May, 2021 1 commit
-
-
Mahesh authored
-
- 06 Jan, 2021 1 commit
-
-
Haruki NAOI authored
(cherry picked from commit 2339972ceaeb75fe18c0b2ae9ea69216dd919668)
-
- 09 Nov, 2020 1 commit
-
-
Frédéric Leroy authored
-
- 02 Nov, 2020 1 commit
-
-
Frédéric Leroy authored
-
- 27 Oct, 2020 1 commit
-
-
cig authored
- the RU now supports IF equipment with custom FR1 TX/RX frequencies - this configuration parameter together with the if_freq parameter allows to set a custom IF RX frequency for the gNB - if the IF offset is not specified, legacy code applies
-
- 14 Sep, 2020 1 commit
-
-
matzakos authored
Add absolute SSB frequency of nr cell as configuration parameter in the eNB configuration file instead of hardcoding it at rrc_eNB for NSA scenario
-
- 01 Jun, 2020 1 commit
-
-
- 13 May, 2020 1 commit
-
-
- 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
-
- 18 Feb, 2020 1 commit
-
-
Florian Kaltenberger authored
fixing beam to boresight for testing
-
- 04 Feb, 2020 1 commit
-
-
frtabu authored
-
- 17 Jan, 2020 1 commit
-
-
Francesco Mani 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>
-
- 20 Dec, 2019 1 commit
-
-
frtabu authored
-
- 25 Nov, 2019 1 commit
-
-
Francesco Mani authored
-
- 24 Sep, 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)
-
- 14 Sep, 2019 1 commit
-
-
Javier Morgade authored
-M2 register against MCE (Multicast Control Entity) -Basic M2AP control procedures developed (eNB<-M2AP->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>
-
- 28 Jul, 2019 1 commit
-
-
Mohamed Gamal authored
To control along with pusch_maxNumRepetitionCEmodeA_r13 the actual number of repetitions for PUSCH according to 36.213 table 8.2b Scope of commit: Parsing parameter's value. The value should be used in future commits. Signed-off-by:
Mohamed Gamal <mohammed.abdelkhalek.ext@orange.com>
-
- 16 Jul, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 28 May, 2019 1 commit
-
-
yilmazt authored
-
- 23 May, 2019 1 commit
-
-
yilmazt authored
phy_simulators do compile, but dlsim&nr_(ulsch/dlsch/pbch)sims do not pass tests + Raphael's CI patch applied.
-
- 20 May, 2019 1 commit
-
-
Javier Morgade authored
-
- 13 May, 2019 1 commit
-
-
Cedric Roux authored
In the configuration file, to enable measurements, add: enable_measurement_reports = "yes"; Note that if x2 is enabled then the option 'enable_measurement_reports' is not taken into account and the measurements are enabled.
-
- 24 Apr, 2019 1 commit
-
-
Raymond Knopp authored
-
- 04 Apr, 2019 2 commits
-
-
Stefan Schaffelder authored
-
Louis Adrien Dufrene authored
-
- 19 Mar, 2019 3 commits
-
-
Raphael Defosseux authored
-- rrc_inactivity_threshold in seconds Adding support in CI to test it -- disable/enable data service on UEs -- no automatic check yet on the UE status certainly should be done w/ a Flexran controller command Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
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.
-
Cedric Roux authored
This parameter is meaningful in TDD, to decide when to start DL at eNB side. Since there is a need for the PA to be operational, we need to transmit a bit before the DL subframe coming after an UL subframe. (We transmit zeros.) We used to use N_TA_offset which may be too much. Default value is now N_TA_offset/2 and can be changed in the configuration file, in the RUs section, like: RUs = ( { local_rf = "yes" nb_tx = 1 nb_rx = 1 att_tx = 0 att_rx = 0; bands = [7]; max_pdschReferenceSignalPower = -27; max_rxgain = 105; eNB_instances = [0]; sf_extension = 312; } ); N_TA_offset is 624 (for 30.72MHz). In the example above, we set sf_extension = 312, which is also the default. 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.
-
- 15 Feb, 2019 1 commit
-
-
Javier Morgade authored
-
- 07 Jan, 2019 1 commit
-
-
Cedric Roux authored
For whatever reason most of the files had their permission changed from 644 to 755, which is not wanted.
-
- 18 Nov, 2018 1 commit
-
-
Raymond Knopp authored
rework of configuration for eMTC/Sidelink. Removal of warnings introduced by eMTC code. Validation of configuration component for eMTC and regular LTE. Sidelink is still not configured.
-
- 06 Nov, 2018 1 commit
-
-
Raymond Knopp authored
-
- 03 Nov, 2018 1 commit
-
-
Raymond Knopp authored
-
- 17 Oct, 2018 1 commit
-
-
Bi-Ruei, Chiu authored
1. Modify all expressions using original LTE-RRC data types for new generated ones 2. Does not change any program logic
-
- 28 Sep, 2018 2 commits
-
-
Robert Schmidt authored
-
Florian Kaltenberger authored
new interpretation of sdr_addrs string in RU config file: this is now directly passed to the uhd to specify a device. It may contain a device type (i.e., "type=x300") or an IP address (i.e., "addr=192.168.10.2")
-