An error occurred fetching the project authors.
- 09 Feb, 2017 1 commit
-
-
Laurent authored
-
- 03 Jan, 2017 1 commit
-
-
LTS authored
-
- 28 Jun, 2016 1 commit
-
-
Cedric 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.
-
- 01 Jun, 2016 1 commit
-
-
Cedric Roux authored
plus some cleanup here and there
-
- 31 May, 2016 2 commits
-
-
Cedric Roux authored
get rid of T_send(), no use anymore
-
Cedric Roux authored
The T only works when it's TRUE, the version without shared memory is not supported anymore.
-
- 20 May, 2016 1 commit
-
-
Cedric Roux authored
-
- 11 May, 2016 1 commit
-
-
Cedric 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
-
- 11 Apr, 2016 1 commit
-
-
Cedric Roux authored
-
- 21 Mar, 2016 1 commit
-
-
Cedric Roux authored
it probably makes things zillion times slower but it seems to be necessary
-
- 19 Mar, 2016 1 commit
-
-
Cedric Roux authored
-
- 18 Mar, 2016 1 commit
-
-
Cedric Roux authored
-
- 15 Mar, 2016 2 commits
-
-
Cedric Roux authored
only works for 5MHz (7680 samples per TTI), one transport block (basic FDD thing)
-
Cedric Roux authored
-
- 14 Mar, 2016 1 commit
-
-
Cedric Roux authored
-