- Mar 26, 2019
-
-
Robert Schmidt authored
-
- Mar 13, 2019
-
-
Cédric Roux authored
This commit introduces X2AP timers (t_reloc_prep, tx2_reloc_overall). You need to set the values in the configuration file. X2AP can be enabled or disabled in the configuration file too (disabled by default). Some deadcode was removed.
-
- Feb 25, 2019
-
-
frtabu authored
Fix corrupted LOGs in L1L2simulator, introducing two new components NFAPI_VNF and NFAPI_pnf. Integrate Fujitsu fix for up to 50 UEs. Apply astyle to all modified files in the branch
-
- Feb 17, 2019
-
-
frtabu authored
-
- Jan 22, 2019
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- Jan 21, 2019
-
-
frtabu authored
remove L1L2 task, also remove some call to send messages to UNKNOWN_TASK, removed in new itti. Align LOG in rlc sources with new LOG code (remove DEBUG_RLC...)
-
- 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 05, 2018
-
-
frtabu authored
-
- Nov 02, 2018
-
-
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
-
- Oct 25, 2018
-
-
Yoshihiro Tomita authored
-
- Oct 24, 2018
-
-
Yoshihiro Tomita authored
-
- Sep 24, 2018
-
-
Bing-Kai Hong authored
-
- Sep 20, 2018
-
-
Bing-Kai Hong authored
-
Bing-Kai Hong authored
-
- Sep 10, 2018
-
-
Bing-Kai Hong authored
-
- Sep 08, 2018
-
-
Robert Schmidt authored
- move the configuration reading code before task creation - fix CMakeLists.txt so that lte-softmodem-nos1 compiles
-
Robert Schmidt authored
This reverts commit 87093e1b.
-
- Sep 06, 2018
-
-
Robert Schmidt authored
-
Konstantinos Alexandris authored
SCTP: one to many sockets implementation
-
- Aug 24, 2018
-
-
frtabu authored
-
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
-
frtabu authored
LOG_F replaced by LOG_DUMPMSG. Add a generic function to dump a buffer or message. Go on with LOG_M implementation improvement. Remove redundant options to enable/disable logs.
-
- Jul 30, 2018
-
-
Wang Tsu-Han authored
-
- Apr 25, 2018
-
-
knopp authored
-
- Apr 22, 2018
-
-
knopp authored
UE directory splits, creation of UE-specific files, common UE/eNB files and extraction of UE/common components from eNodeB files. renaming of files to minimize common names across directories (i.e. defs.h, vars.h, extern.h)
-
- Mar 08, 2018
-
-
oai authored
-
- Feb 21, 2018
-
-
Wang Tsu-Han authored
-
- Jan 21, 2018
-
-
Rohit Gupta authored
fixes after merge with develop. Partial UE/eNB separation in build to avoid problems with NFAPI in oaisim UE/RRU. tested with simulator.
-
- Jan 16, 2018
-
-
Wang Tsu-Han authored
-
- Jan 15, 2018
-
-
Cédric Roux authored
This commit fixes issues introduced by the previous commit. Summary of work: - cleanup: - fix LOG_XX to be less verbose - fix cmake_targets/CMakeLists.txt - fix oaienv - remove dead code - bug fixes: - in openair1/SCHED/fapi_l1.c we had: eNB->pdcch_vars[subframe&1].num_dci = number_dci; should be: eNB->pdcch_vars[subframe&1].num_dci = 0; This bug let the PHY send more DCIs than what should have been sent because num_dci is incremented later on in the code. This fix may be a problem for fapi mode, to be checked. - add new T VCD traces - revert openair1/PHY/TOOLS/file_output.c to 'develop' version - remove thread_id in logRecord/logRecord_mt - revert (and adapt) configuration files - be careful when doing frame++, we need to % 1024 - revert target_rx_power in openair2/LAYER2/MAC/eNB_scheduler_ulsch.c - NFAPI: - the open-nFAPI code has been included in the repository. See nfapi/README. Maybe we should "git clone" the Cisco repository instead. We have to be careful of availability though. What has been tested: - monolithic eNB FDD 5/10MHz with one UE, iperf UDP/TCP uplink/downlink Anything else may fail to work, especially the FAPI mode, which has not been tested at all.
-
Cédric 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 91064382. 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.
-
- Dec 14, 2017
-
-
Robert Schmidt authored
- lock with mutexes - don't start ENB_APP task, but Agent directly and wait in case of reconfiguration
-
-
- Dec 07, 2017
-
-
Xu Bo authored
-
- Nov 17, 2017
-
-
Wang Tsu-Han authored
-
- Oct 23, 2017
-
-
Cédric Roux authored
-
- Sep 14, 2017
-
-
knopp authored
-
- Aug 14, 2017
-
-
khalid authored
-
- Jul 17, 2017
-
-
tct-labo4 authored
-
- Jun 21, 2017
-
-
Bilel authored
-