- Jun 09, 2016
-
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
more readable, still not satisfying though
-
- Jun 06, 2016
-
-
Cédric Roux authored
and also start to use the PHY textview
-
- Jun 05, 2016
-
-
Cédric Roux authored
enb.c will then try to reconnect.
-
Cédric Roux authored
-
Cédric Roux authored
write() on a socket with the other end closed throws a SIGPIPE. Let's ignore this signal. write() will return an error anyway...
-
Cédric Roux authored
fullread has been changed, so get_event too, and the callers also for the moment the callers crash, enb.c will be a bit more clever, the others to see...
-
Cédric Roux authored
The application (enb.c basically) will now monitor the socket and reconnect if it dies. See following commits.
-
- Jun 04, 2016
-
-
Cédric Roux authored
It was wrong. Plus it is starting work so as to make enb.c not crashing if the tracee goes away (maybe also textlog and vcd, but those are of less importance).
-
- May 31, 2016
-
-
Cédric Roux authored
The local tracer now waits for the remote tracer to connect, that's no more the other way around. All the remote tracers (textlog, enb, vcd) have also been converted.
-
- May 27, 2016
-
-
Cédric Roux authored
can be deactivated on the command line or in the gui
-
Cédric Roux authored
-
Cédric Roux authored
-
- May 25, 2016
-
-
Cédric Roux authored
-
Cédric Roux authored
- adding T macros here and there - modify the T_messages.txt - modify enb.c to trace them in the RRC view
-
Cédric Roux authored
plus add rrc connection setup complete tracing
-
Cédric Roux authored
as special events. If we store all received events to a file, this dump is now self-contained. Helps to analyze traces. Some functions have also been factorized in the process, too much duplication. (Also tracer/Makefile was forgotten in previous commit, included in this one...)
-
- May 24, 2016
-
-
Cédric Roux authored
-
Cédric Roux authored
-
- May 19, 2016
-
-
Cédric Roux authored
-
- May 17, 2016
-
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
- May 12, 2016
-
-
Cédric Roux authored
-
Cédric Roux authored
-
- May 11, 2016
-
-
Cédric Roux authored
-
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
-
- May 04, 2016
-
-
Cédric Roux authored
-
- May 02, 2016
-
-
Cédric Roux authored
-
- May 01, 2016
-
-
Cédric Roux authored
-
- Apr 28, 2016
-
-
Cédric Roux authored
-
Cédric Roux authored
introducing generic "view" with two instantiations: stdout and textlist
-
- Apr 27, 2016
-
-
Cédric Roux authored
-