- Jul 01, 2019
-
-
Thomas Laurent authored
-
- Jun 12, 2019
-
-
Thomas Laurent authored
-
- May 28, 2019
-
-
DONG Anyuan authored
-
DONG Anyuan authored
-
- Feb 12, 2019
- Jan 22, 2019
- Jan 14, 2019
-
-
frtabu authored
exit softmodem when a command line option requiring an argument is specified without an option value. Previous behavior was to print a message and ignore the option
-
- Jan 07, 2019
-
-
Cédric Roux authored
For whatever reason most of the files had their permission changed from 644 to 755, which is not wanted.
-
- Nov 22, 2018
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- Nov 08, 2018
-
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
frtabu authored
-
- Nov 05, 2018
-
-
frtabu authored
Add a parameter to load_configmodule API to allow an exec to specify that it may be run with only command line options
-
- Nov 02, 2018
-
-
frtabu authored
fix bad build_oai directive to compile libconfig for phy-simulators, fix load_configmodule crash because config source not set.
-
frtabu authored
abort execution when an unknown option is passed via the command line: add config_check_cmdlineopt API to config module, create lte-softmodem-common.c source to remove duplicate code in lte-softmodem.c and lte-uesoftmodem.c, fix segfaults in exec_function of lte-uesoftmodem
-
Florian Kaltenberger authored
-
Wolfgang A. Mozart authored
removing reference to uesoftmodem from load_configmodule (don't understand why this dependence is there in fist place. Also makes unitary sims break)
-
- Sep 28, 2018
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- Sep 05, 2018
-
-
Thomas Laurent authored
-
- Sep 04, 2018
-
-
Cédric Roux authored
Using valgrind revealed that those two arrays were too small. Let's use 512 bytes, which should be enough for every practical cases.
-
- Aug 24, 2018
-
-
frtabu authored
Use common log mechanism in layer 3, mapping specific macros to common ones and extending common log utilities to support specific layer3 requirements
-
- Jul 30, 2018
-
-
frtabu authored
log.c simplification, fix usefull functionality which never worked, move all log code from openair2 to common
-
Wang Tsu-Han authored
-
- Jul 24, 2018
-
-
knopp authored
2. minor modifications in dlsch_demodulation.c for 2 eNB TX antennas, 1 RX antenna. Inconsistant indexing of some arrays in this case. 3. change in config_load_configmodule.c : removed exit(-1) when no configuration file is used. This makes unitary simulators exit. Effect on lte-XXsoftmodem TBC.
-
- Jul 13, 2018
-
-
knopp authored
Log review step 1: legacy VCD removal, LOG macro modified, TTracer enabled at build time by default, in a way it, by default configuration, provides console logs, as in previous versions
-