- Oct 17, 2017
-
-
Cédric Roux authored
-
- Oct 12, 2017
-
-
Cédric Roux authored
-
- Sep 27, 2017
-
-
Cédric Roux authored
not finished, UE may not work, many things bad/to fix properly
-
- Jan 09, 2017
-
-
Cédric Roux authored
-
- Nov 30, 2016
-
-
Cédric Roux authored
[-1 29] was not very pleasant for MCS 28 or no DCI (value is -1 in this case). [-2 30] looks better.
-
Cédric Roux authored
Helps visualize MCS usage over time.
-
- Nov 28, 2016
-
-
Cédric Roux authored
When the user clicks on "next UE" or "prev UE" we change the filters of loggers. At the same time, the main thread of enb.c processes events received from the soft-modem and uses the filters, some of them maybe in the process of being changed. Changing the filters is not atomic and has to be protected.
-
- Nov 25, 2016
-
-
Cédric Roux authored
Just below the logo you see the current UE, eg. [UE 0], and near that you have two "buttons" [prev UE] and [next UE]. You click with left button of mouse on those and the various plots that depend on the UE are now done for the new UE (say UE 1 instead of UE 0 if you click on [next UE]). The plots are not cleared when you switch. Let's say it's a feature.
-
- Nov 23, 2016
-
-
Cédric Roux authored
-
- Jul 08, 2016
-
-
Cédric Roux authored
-
Cédric Roux authored
-
- Jun 24, 2016
-
-
Cédric Roux authored
we have to free memory in any case...
-
- Jun 23, 2016
-
-
Cédric Roux authored
-
- Jun 22, 2016
-
-
Cédric Roux authored
-
Cédric Roux authored
-
- Jun 20, 2016
-
-
Cédric 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
-
- Jun 17, 2016
-
-
Cédric Roux authored
-
- Jun 16, 2016
-
-
Cédric Roux authored
-
- Jun 10, 2016
-
-
Cédric Roux authored
very basic, to be refined, find a nice way to display (plot? text?) protocol data movement
-
- Jun 09, 2016
-
-
Cédric Roux authored
-
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
-