An error occurred fetching the project authors.
- 18 Feb, 2021 1 commit
-
-
Laurent Thomas authored
-
- 13 May, 2020 1 commit
-
-
- 11 Mar, 2020 2 commits
- 16 Dec, 2019 1 commit
-
-
frtabu authored
-
- 06 Dec, 2019 1 commit
-
-
laurent authored
-
- 05 Dec, 2019 1 commit
-
-
laurent authored
-
- 08 Oct, 2019 1 commit
-
-
matzakos authored
ENDC: Add X2AP initial configuration and X2AP task in nr-softmodem. Small issue with parsing NRCCPARAMS_DESC from RCconfig_NR_X2() needs to be resolved
-
- 31 Jul, 2019 1 commit
-
-
frtabu authored
add config options for rfsimulator, set a common lib for l1sim and rfsimulator, avoid simulation sources to be added twice in some execs (tau.c)
-
- 01 Jul, 2019 1 commit
-
-
laurent authored
-
- 12 Jun, 2019 1 commit
-
-
laurent authored
-
- 22 Jan, 2019 2 commits
- 14 Jan, 2019 1 commit
-
-
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
-
- 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.
-
- 22 Nov, 2018 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 02 Nov, 2018 1 commit
-
-
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
-
- 28 Sep, 2018 2 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 05 Sep, 2018 1 commit
-
-
laurent authored
-
- 30 Jul, 2018 1 commit
-
-
Wang Tsu-Han authored
-
- 13 Jul, 2018 1 commit
-
-
Raymond 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
-
- 08 Mar, 2018 1 commit
-
-
oai authored
-
- 15 Jan, 2018 1 commit
-
-
Cedric Roux authored
It has been chosen to not include the full history of commits from David. He included a binary version of wireshark, probably a modified one that understands NFAPI. Wireshark is released under the GPL license, we cannot include it in the repository. We could have done a next commit to remove this binary. But then it would still be present in the history of commits, which may not be allowed. And it would take space on disk. We could edit the history to remove wireshark entirely. But this operation is too complicated. There was also a pcap capture file, which has nothing to do in the history of commits and would take space on disk. There again, it's too difficult to edit the history to remove it. There was a file .gitignore that was also removed. The original history can be found on David's repository: https://gitlab.eurecom.fr/daveprice/openairinterface5g/ The branch is: nfapi-ru-rau-split. A copy of that branch has been included in the internal OAI repository, for those who have access to it. The branch is the same. The last commit ID is 9106438239e0bc626ff1fa1d97d911caadd0fbb9. You can compare the current commit with the commit 9106... to see what differs. The current commit has to be considered non-working. The commit following the current commit will fix problems with the work in the current commit. If you use git bisect, don't spend time analyzing the current commit.
-
- 01 Dec, 2017 1 commit
-
-
Cedric Roux authored
-
- 22 Nov, 2017 1 commit
-
-
Florian Kaltenberger authored
-
- 16 Oct, 2017 1 commit
-
-
mohamed.said authored
-
- 01 Oct, 2017 1 commit
-
-
frtabu authored
remove getopt call in configuration module, it changes the argv order. Fix configuration module bugs (command line arguments sometimes not properly processed
-
- 24 Sep, 2017 1 commit
-
-
frtabu authored
Improve configuration module error management at init time, Fix command line help option processing, remove shotopt field from parameter structure
-
- 21 Sep, 2017 1 commit
-
-
Francois TABURET authored
lte-softmodem -O <config file> will trigger legacy config mode ltesoftmodem -O libconfig:<config file> will trigger configuration module usage.
-
- 03 Sep, 2017 1 commit
-
-
frtabu authored
-