An error occurred fetching the project authors.
- 26 Oct, 2018 1 commit
-
-
Florian Kaltenberger authored
-
- 18 Sep, 2018 1 commit
-
-
Florian Kaltenberger authored
not all regression tests done (had to touch some header files)
-
- 27 Aug, 2018 1 commit
-
-
Florian Kaltenberger authored
-
- 25 Aug, 2018 1 commit
-
-
Raymond Knopp authored
-
- 24 Aug, 2018 1 commit
-
-
frtabu authored
-
- 09 Aug, 2018 1 commit
-
-
WEI-TAI CHEN authored
We can build Rel15 for LTE now
-
- 30 Jul, 2018 2 commits
-
-
frtabu authored
remove compilation warnings, especially when disabling T_TRACER. enhance LOG_M macro implementation, introduce LOG_DEBUG_XXX macro to replace #ifdef DEBUG_XXX
-
Wang Tsu-Han authored
-
- 16 Jul, 2018 1 commit
-
-
tct-labo4 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
-
- 26 Jun, 2018 1 commit
-
-
Haruki NAOI authored
-
- 12 Jun, 2018 1 commit
-
-
Cedric Roux authored
We need to build the softmodem first, otherwise compilation of the lib 'config' fails because of the T tracer.
-
- 03 Jun, 2018 1 commit
-
-
Raymond Knopp authored
-
- 28 May, 2018 1 commit
-
-
WEI-TAI CHEN authored
-
- 15 May, 2018 1 commit
-
-
Masayuki HARADA authored
-
- 14 May, 2018 1 commit
-
-
Cedric Roux authored
- conf2uedata compilation was not properly started - success/failure of compilation of UE and eNB was not handled properly
-
- 02 May, 2018 1 commit
-
-
Cedric Roux authored
This commit introduces a 'basic simulator'. This basic simulator is made of: - the standard eNB code using a special driver that mimics the USRP driver - the standard UE code using a special driver that mimics the USRP driver - no channel simulation - some special code to deal with faster-than-realtime behaviour of this basic simulator It connects one UE to one eNB. It requires an EPC, populated with the correct configuration for the UE. This is the initial release and may contain bugs (most probably race conditions due to the faster-than-realtime behaviour). To use it, see the documentation at: targets/ARCH/tcp_bridge/README.tcp_bridge_oai. It has been tested with 25, 50 and 100 RBs, FDD mode. (No check at all has been done to know if it could work in TDD mode.)
-
- 25 Apr, 2018 1 commit
-
-
root authored
-
- 13 Apr, 2018 1 commit
-
-
WEI-TAI CHEN authored
-
- 11 Apr, 2018 1 commit
-
-
Cedric Roux authored
- fix compilation of dlsim/ulsim/oaisim by defining some needed global variables - fix compilation of oaisim: compile coding and params_libconfig - fix running of if4p5 with low CPU count (oaisim was not working on the machine 'haswell' because of this)
-
- 10 Apr, 2018 1 commit
-
-
Guy De Souza authored
-
- 09 Apr, 2018 1 commit
-
-
Guy De Souza authored
-
- 06 Apr, 2018 3 commits
-
-
Florian Kaltenberger authored
-
Cedric Roux authored
This work is based on work by NTT. To use the code, do: ./build_oai --oaisim --ue-nas-use-tun -t ETHERNET -c This commit only handles oaisim in S1 mode. We won't handle noS1 mode.
-
root authored
Conflicts: cmake_targets/build_oai openair1/PHY/LTE_TRANSPORT/prach.c openair1/SCHED/phy_procedures_lte_ue.c targets/ARCH/COMMON/common_lib.h targets/RT/USER/lte-softmodem.c
-
- 23 Mar, 2018 1 commit
-
-
Cedric Roux authored
Only ulsim and dlsim compile. The others (dlsim_tm4 pucchsim prachsim pdcchsim pbchsim mbmssim) have been disabled. Command line to compile: ./build_oai --phy_simulators
-
- 22 Mar, 2018 1 commit
-
-
Guy De Souza authored
-
- 21 Mar, 2018 1 commit
-
-
Guy De Souza authored
-
- 08 Mar, 2018 2 commits
- 12 Feb, 2018 1 commit
-
-
Robert Schmidt authored
-
- 16 Jan, 2018 1 commit
-
-
bruno mongazon 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.
-
- 14 Nov, 2017 1 commit
-
-
bruno mongazon authored
-
- 09 Nov, 2017 1 commit
-
-
Xu Bo authored
-
- 23 Oct, 2017 2 commits
-
-
Wang Tsu-Han authored
added numerology paramter
-
Cedric Roux authored
-
- 18 Oct, 2017 1 commit
-
-
Cedric Roux authored
Compilation will fail if UHD is not installed, there is no need to check. Plus the test is wrong when you install UHD somewhere else.
-
- 29 Sep, 2017 1 commit
-
-
oai authored
-
- 03 Sep, 2017 1 commit
-
-
frtabu authored
-