An error occurred fetching the project authors.
- 25 Apr, 2018 1 commit
-
-
Florian Kaltenberger authored
This reverts commit 9cff7295.
-
- 12 Apr, 2018 2 commits
-
-
Florian Kaltenberger authored
This reverts commit 10433131.
-
Florian Kaltenberger authored
-
- 06 Apr, 2018 1 commit
-
-
Florian Kaltenberger authored
-
- 22 Feb, 2018 1 commit
-
-
Cedric Roux authored
- remove spaces at the end of lines - remove useless dead code use: git show -p <this commit> -w to see it clearly
-
- 17 Feb, 2018 1 commit
-
-
Raymond Knopp authored
-
- 13 Feb, 2018 1 commit
-
-
Raymond Knopp authored
-
- 15 Jan, 2018 2 commits
-
-
bruno mongazon authored
Fix #582, RTAI, RTAI_ENABLED, ENABLE_RTAI_CLOCK, RTAI_ISNT_POSIX, _RTAI_MATH_H, CELLULAR, TIMER_ONESHOT_MODE, EMOS, EMOS_CHANNEL, OAI_EMU, OPENAIR_EMU, PHY_ABSTRACTION, PHY_ABSTRACTION_UL removed
-
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 Jan, 2018 1 commit
-
-
Rohit Gupta authored
-
- 11 Jan, 2018 1 commit
-
-
bruno mongazon authored
-
- 02 Jan, 2018 1 commit
-
-
Raymond Knopp authored
-
- 30 Nov, 2017 1 commit
-
-
Florian Kaltenberger authored
making oaisim_nos1 compile
-
- 23 Oct, 2017 1 commit
-
-
Cedric Roux authored
-
- 19 Oct, 2017 1 commit
-
-
Raymond Knopp authored
modifications for TDD and IF4p5 (in particular TDD). Both in RRU and RAU components. Monolithic is unchanged.
-
- 27 Sep, 2017 1 commit
-
-
Cedric Roux authored
not finished, UE may not work, many things bad/to fix properly
-
- 19 Sep, 2017 1 commit
-
-
Raymond Knopp authored
-
- 14 Sep, 2017 1 commit
-
-
Raymond Knopp authored
-
- 31 Jul, 2017 2 commits
- 28 Jul, 2017 1 commit
-
-
gabrielC authored
-
- 26 Jul, 2017 1 commit
-
-
tct-labo4 authored
-
- 20 Jul, 2017 1 commit
-
-
hbilel authored
-
- 19 Jul, 2017 1 commit
-
-
Raymond Knopp authored
-
- 17 Jul, 2017 1 commit
-
-
tct-labo4 authored
-
- 06 Jul, 2017 2 commits
-
-
Raymond Knopp authored
Note: this commit is work in progress. Contains initial integration of NFAPI data structures which are tested for TX path. RX path to follow.
-
gabrielC authored
Optimisation of rx_pdcch : save some time by reading one symbol pdcch first and read symbol 2 and 3 if needed Optimisation of nb of candidate when searching DCI
-
- 29 Jun, 2017 1 commit
-
-
gabrielC authored
-
- 28 Jun, 2017 1 commit
-
-
tct-labo4 authored
-
- 27 Jun, 2017 1 commit
-
-
tct-labo4 authored
-
- 26 Jun, 2017 1 commit
-
-
fnabet authored
-
- 21 Jun, 2017 3 commits
- 16 Jun, 2017 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- 13 Jun, 2017 1 commit
-
-
hbilel authored
-
- 06 Jun, 2017 1 commit
-
-
Florian Kaltenberger authored
re-adding the possibility in dlsim to bypass the DCI/PDCCH generation. This is necessary for accuracy of the dlsim-tests, which are working again now.
-
- 04 Jun, 2017 1 commit
-
-
Raymond Knopp authored
-
- 02 Jun, 2017 1 commit
-
-
Cedric Roux authored
- rename UE_NO_LOG to DISABLE_LOG_X because the name is misleading. The full software is impacted, not only the UE part - same for compilation option ---ue-no-log that becomes --disable-log - keep LOG_X for the standard case, that is the case without DISABLE_LOG_X where printf has been put. Two reasons: * printf is not realtime friendly * keep behavior similar for other users who may be troubled by different logs that don't add any benefit to previous logs
-