- Jun 22, 2016
-
-
Cedric Roux authored
stuff put in there is of lower quality / coding standard / whatever and serves as example to do quick debugging taks using the T infrastructure
-
Cedric Roux authored
-
Cedric Roux authored
the current version is very specific to PUSCH IQ data, where the input buffer has a special format to be rewritten cleanly at some point
-
Cedric Roux authored
-
Cedric Roux authored
-
- Jun 20, 2016
-
-
Cedric Roux authored
XY_LOOP_MODE: replace old points with new ones, using the maximum size of the view XY_FORCE_MODE: append_forced sets those and only those points and we crash if we pass too much points
-
Cedric Roux authored
-
- Jun 17, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
to be used in conjunction with another tracer so conceptually it's more a tracee than a tracer
-
Cedric Roux authored
-
Cedric Roux authored
-
- Jun 16, 2016
-
-
Cedric Roux authored
-
- Jun 10, 2016
-
-
Cedric Roux authored
very basic, to be refined, find a nice way to display (plot? text?) protocol data movement
-
- Jun 09, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
3 pixels wide look better than 1
-
Cedric Roux authored
more readable, still not satisfying though
-
- Jun 08, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
events are accepted by the logger if the filter accepts them the filter is optional (no filter means to accept all events)
-
Cedric Roux authored
this is like timeview but the plotting is done at frame/subframe resolution of a given reference clock signal, let's say. The realtime information of the events is not used. It's all logical. It will be used to log harq processes for the moment.
-
- Jun 06, 2016
-
-
Cedric Roux authored
and also start to use the PHY textview
-
- Jun 05, 2016
-
-
Cedric Roux authored
enb.c will then try to reconnect.
-
Cedric Roux authored
-
Cedric 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...
-
Cedric 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...
-
Cedric Roux authored
The application (enb.c basically) will now monitor the socket and reconnect if it dies. See following commits.
-
- Jun 04, 2016
-
-
Cedric 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).
-
Cedric Roux authored
-
- Jun 01, 2016
-
-
Cedric Roux authored
plus some cleanup here and there
-
- May 31, 2016
-
-
Cedric Roux authored
get rid of forward.c, make everything static inside local.c
-
Cedric Roux authored
remove forward stuff from defs.h remove defs.h from local.c and forward.c
-
Cedric 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.
-
Cedric Roux authored
-
Cedric Roux authored
first step: let the tracee connect before the remote tracer and let's have a "no wait" mode where the local tracer starts the tracee before the remote tracer is connected
-
Cedric Roux authored
The T only works when it's TRUE, the version without shared memory is not supported anymore.
-
- May 27, 2016
-
-
Cedric Roux authored
can be deactivated on the command line or in the gui
-
Cedric Roux authored
-
Cedric Roux authored
-