- Oct 27, 2017
-
-
Cédric Roux authored
Sometimes when the user does ctrl+c to quit, it may not quit if nothing comes on the socket. Closing the socket in the signal handler fixes this.
-
Cédric Roux authored
Do not link the X stuff for tracers not needing it.
-
Cédric Roux authored
Later on, use this file with gtkwave. To be used to check realtime behaviour of the system.
-
Cédric Roux authored
-
Cédric Roux authored
This tracer extracts output subframes generated by the eNodeB, so they can be analyzed with some external tools.
-
- Oct 18, 2017
-
-
Cédric Roux authored
- UE_id 0 is for rnti 65535 (sib) - UE_id 1 is for rnti 65534 (this is a hack) - UE_id 2 is for rnti 2 (RA RNTI as of today's code/config) - we start enb by displaying UE_id 3 - there was a bug: we need to lock when resetting UE ids (reset_ue_ids)
-
- Oct 17, 2017
-
-
Cédric Roux authored
-
- Oct 12, 2017
-
-
Cédric Roux authored
-
- Oct 11, 2017
-
-
Cédric Roux authored
-
- Oct 09, 2017
-
-
Cédric Roux authored
-
- Sep 27, 2017
-
-
Cédric Roux authored
not finished, UE may not work, many things bad/to fix properly
-
- Aug 29, 2017
-
-
Cédric Roux authored
-
Cédric Roux authored
- ENB_PHY_OUTPUT_SIGNAL to trace output signal - ENB_MAC_SCHEDULING_REQUEST to trace scheduling requests
-
- Aug 20, 2017
-
-
Cédric Roux authored
This program extracts a given subframe from a recorded trace.
-
- Jun 16, 2017
-
-
Cédric Roux authored
-
- May 19, 2017
-
-
Cédric Roux authored
-
- 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 30, 2017
-
-
Cédric Roux authored
we want those traces in the logs people send to us and the group HEAVY is disabled in the wiki instructions.
-
Cédric Roux authored
looks better
-
Cédric Roux authored
-
- Jan 09, 2017
-
-
Cédric Roux authored
-
- Jan 03, 2017
-
-
Thomas Laurent authored
-
- Dec 22, 2016
-
-
Bilel authored
-
- Dec 19, 2016
-
-
Bilel authored
-
Bilel authored
-
Bilel authored
-
Bilel authored
-
Cédric Roux authored
-
- Dec 12, 2016
-
-
nikaeinn authored
-
- Dec 05, 2016
-
-
Cédric Roux authored
Normally it is used to display throughput. The computation it does is to sum up the wanted value for the last second (1000 TTIs) and send this value to the views associated to this logger, at each TTI.
-
Cédric Roux authored
This view is used to display throughput (to come in next commits).
-
Cédric Roux authored
- change paint function: when the XY plot is resized we scale. Previously the last range was put in the middle of the new range (say when we increase the size). We may get aspect ratio changes if the resize is not identical vertically and horizontally, but I think this behaviour is more 'natural'. - fix a bug: the last horizontal tick label was printed to far on the right, out of the bouding box of the XY plot. This is not totally fixed in the case the label is larger than the XY plot. Now the part out of the bounding box will be printed on the left. No big deal, make the plot big enough. (Before, even if big enough you had a problem.) - add a new vertical tick display, to be used for throughput mostly. See in enb.c the difference between 'input signal' and throughput plots (those throughput plots will come in later commits).
-
Cédric Roux authored
It's like a label but with fixed dimensions and maximum characters' capacity at creation time.
-
Cédric Roux authored
This function is used to print rates (say '1kb/s' or '16Mb/s').
-
Cédric Roux authored
-
- Dec 01, 2016
-
-
Cédric Roux authored
-
Cédric Roux authored
-
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.
-