- 05 Sep, 2018 1 commit
-
-
Thomas Laurent authored
-
- 04 Sep, 2018 2 commits
-
-
Cedric Roux authored
This includes damages check_vcd.c in the T tracer (in develop branch).
-
Cedric Roux authored
Using the basic simulator and valgrind, it was found that the lack of initialization of those two pointers leads to some very nasty behavior of some other parts of the system.
-
- 06 Aug, 2018 2 commits
-
-
Thomas Laurent authored
-
Thomas Laurent authored
-
- 31 Jul, 2018 1 commit
-
-
frtabu authored
-
- 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
-
frtabu authored
log.c simplification, fix usefull functionality which never worked, move all log code from openair2 to common
-
- 24 Jul, 2018 1 commit
-
-
Cedric Roux authored
This was used for the ITTI analyzer. The ITTI analyzer is now to be considered obsolete. The source code will be removed at some point.
-
- 20 Jul, 2018 3 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- 13 Jul, 2018 1 commit
-
-
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
-
- 10 Jul, 2018 1 commit
-
-
frtabu authored
-
- 09 Jul, 2018 1 commit
-
-
knopp authored
T tracer configuration identical for all executables, no ref to T Tracer config variables (T_port, T_wait...) outside the T tracer
-
- 06 Jul, 2018 2 commits
-
-
oai authored
-
Haruki Naoi authored
-
- 05 Jul, 2018 1 commit
-
-
oai authored
Remove compilation warnings, also fix telnet server compilation failure and NB-IoT shared lib compilation failure introduced when reviewing L1 sources organization
-
- 25 Jun, 2018 1 commit
-
-
Mongazon authored
-
- 19 Jun, 2018 1 commit
-
-
knopp authored
-
- 31 May, 2018 1 commit
-
-
knopp authored
-
- 15 May, 2018 1 commit
-
-
HARADA Masayuki authored
-
- 02 May, 2018 2 commits
-
-
Cedric Roux authored
Whenever the value T_BUFFER_MAX changes, the tracers had to be recompiled. The only reason why it was needed is because we used some fixed size buffers to read events. This commit removes this restriction. Also, with the basic simulator, this value T_BUFFER_MAX now comes with an #ifdef which would have required some special hackish-level tricks in the tracers, which is not good. Let's just allocate memory when needed.
-
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.)
-
- 24 Apr, 2018 2 commits
-
-
Cedric Roux authored
That allows to run several programs using this mechanism on the same computer (say both eNB and UE, to debug).
-
Cedric Roux authored
-
- 12 Apr, 2018 2 commits
-
-
Cedric Roux authored
-
Haruki Naoi authored
(cherry picked from commit 3432385280c3155ee63a54be7c2e4846a17299de) # Conflicts: # openair2/UTIL/LOG/log.c
-
- 09 Apr, 2018 1 commit
-
-
knopp authored
-
- 06 Apr, 2018 1 commit
-
-
knopp authored
-
- 05 Apr, 2018 1 commit
-
-
knopp authored
-
- 23 Mar, 2018 1 commit
-
-
Cedric Roux authored
If anyone needs it, it's a simple matter of reverting this basic commit.
-
- 09 Mar, 2018 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
This is hack-level development. With this commit you can do UDP DL traffic of say 100Mb/s over a 5MHz link with one connected UE and the eNB should not crash because of memory exhaustion. Of course on the receiver side you won't get 100Mb/s and many many lost packets. But the system should not crash. 1Gb/s does not work. So in any case try to remain within some reasonable limits. There is no reason to push more than twice the maximum achievable throughput of the link. This work is based on a patch proposed by Francesco Gringoli.
-
- 08 Mar, 2018 2 commits
- 21 Feb, 2018 1 commit
-
-
Wang Tsu-Han authored
-
- 15 Feb, 2018 1 commit
-
-
HARADA Masayuki authored
-
- 12 Feb, 2018 1 commit
-
-
Cedric Roux authored
Not sure that the use of __KERNEL__ is the correct solution. To be checked at some point. After this commit, the following works: ./build_oai --UE -c
-
- 19 Jan, 2018 1 commit
-
-
Cedric Roux authored
-