- Jan 22, 2019
-
-
frtabu authored
-
- Aug 17, 2018
-
-
Cédric Roux authored
- 'busy' has to be handled in a more atomic fashion to avoid crazy runtime race conditions - the basic simulator is too fast sometimes; rewrite the accesses to the T cache to avoid there again crazy behaviors Hopefully that's better...
-
Cédric Roux authored
-
- Jul 30, 2018
-
-
Wang Tsu-Han authored
-
- Jul 20, 2018
-
-
Cédric Roux authored
-
- Jul 10, 2018
-
-
frtabu authored
-
- Jul 09, 2018
-
-
knopp authored
T tracer configuration identical for all executables, no ref to T Tracer config variables (T_port, T_wait...) outside the T tracer
-
- Jul 06, 2018
-
-
oai authored
-
- Jun 25, 2018
-
-
Mongazon authored
-
- May 02, 2018
-
-
Cédric 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.)
-
- Feb 17, 2017
-
-
Cédric Roux authored
We now have 4 versions of T_HEADER: - bad quality C++ version with time - good quality C version with time - bad quality C++ version without time - good quality C version without time
-
- Feb 09, 2017
-
-
Thomas Laurent authored
-
- Jan 03, 2017
-
-
Thomas Laurent authored
-
- Jun 28, 2016
-
-
Cédric Roux authored
The T has 2 processes: the tracee and the local tracer if the tracee dies (segfault or whatever) the tracee may still be running. So there is a third process that monitors those two others and kill everything when one dies. The problem is that this third process has to be the parent of the two others. That makes debugging the tracee with gdb impossible. This new option disables the third monitor process.
-
- Jun 01, 2016
-
-
Cédric Roux authored
plus some cleanup here and there
-
- May 31, 2016
-
-
Cédric Roux authored
get rid of T_send(), no use anymore
-
Cédric Roux authored
The T only works when it's TRUE, the version without shared memory is not supported anymore.
-
- May 20, 2016
-
-
Cédric Roux authored
-
- May 11, 2016
-
-
Cédric Roux authored
this calls clock_gettime for each active T macro, hopefully it does not eat too much CPU can be deactivated by commenting one line in T_defs.h
-
- Apr 11, 2016
-
-
Cédric Roux authored
-
- Mar 21, 2016
-
-
Cédric Roux authored
it probably makes things zillion times slower but it seems to be necessary
-
- Mar 19, 2016
-
-
Cédric Roux authored
-
- Mar 18, 2016
-
-
Cédric Roux authored
-
- Mar 15, 2016
-
-
Cédric Roux authored
only works for 5MHz (7680 samples per TTI), one transport block (basic FDD thing)
-
Cédric Roux authored
-
- Mar 14, 2016
-
-
Cédric Roux authored
-