- Oct 27, 2017
-
-
Cedric Roux authored
Later on, use this file with gtkwave. To be used to check realtime behaviour of the system.
-
Cedric Roux authored
This tracer extracts output subframes generated by the eNodeB, so they can be analyzed with some external tools.
-
- Oct 18, 2017
-
-
Cedric 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
-
-
Cedric Roux authored
-
- Oct 12, 2017
-
-
Cedric Roux authored
-
- Oct 09, 2017
-
-
Cedric Roux authored
-
- Sep 27, 2017
-
-
Cedric Roux authored
not finished, UE may not work, many things bad/to fix properly
-
- Aug 20, 2017
-
-
Cedric Roux authored
This program extracts a given subframe from a recorded trace.
-
- Jun 16, 2017
-
-
Cedric Roux authored
-
- Jan 09, 2017
-
-
Cedric Roux authored
-
- Dec 19, 2016
- Dec 05, 2016
-
-
Cedric 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.
-
Cedric Roux authored
This view is used to display throughput (to come in next commits).
-
Cedric 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).
-
Cedric Roux authored
It's like a label but with fixed dimensions and maximum characters' capacity at creation time.
-
Cedric Roux authored
This function is used to print rates (say '1kb/s' or '16Mb/s').
-
- Dec 01, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- Nov 30, 2016
-
-
Cedric Roux authored
[-1 29] was not very pleasant for MCS 28 or no DCI (value is -1 in this case). [-2 30] looks better.
-
Cedric Roux authored
The problem was visible when DL MCS was set to 20 (do a ping -c 192.172.0.1 -i0.2 to get it). The dots were not plotted at the exact line of the tick mark. Not sure the fix is always correct. No big deal anyway.
-
Cedric Roux authored
Helps visualize MCS usage over time.
-
Cedric Roux authored
A new logger is there: the "ticked TTI logger". Similar to TTI logger (used by the PUCCH1 energy plot) but takes another input, the "tick" (think subframe) and a default value for when no event is triggered between two ticks. This is used for the UL and DL MCS plots in enb.c (next commit).
-
- Nov 28, 2016
-
-
Cedric 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
-
-
Cedric 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.
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- Nov 23, 2016
-
-
Cedric Roux authored
-
- Nov 22, 2016
-
-
Cedric Roux authored
-
- Oct 18, 2016
-
-
Cedric Roux authored
- time_meas to measure time spent in scheduling - timeplot to show nice histograms in realtim of above measurement
-
- Oct 07, 2016
-
-
Rohit Gupta authored
-
- Aug 11, 2016
-
-
Cedric Roux authored
This tracer takes the traces ENB_MAC_UE_DL_PDU_WITH_DATA and ENB_MAC_UE_UL_PDU_WITH_DATA from a trace file (as generated by the "record" tracer) and sends them in UDP packets correctly formatted for wireshark to dissect them. One unresolved problem I face with my version of wireshark (1.10.6) is that I don't get the frame number, only subframe. See in the code to change the behavior if you use a more recent version of wireshark. You need to properly configure wireshark for it to work. See $OPENAIR_DIR/openair2/UTIL/OPT/README.txt.
-
- Jul 27, 2016
-
-
Cedric Roux authored
left click: enable autoscroll and go to end of list right click: disable autoscroll
-
Cedric Roux authored
to scroll by only one line, hold CONTROL key and scroll with mouse wheel
-
- Jul 12, 2016
-
-
Cedric Roux authored
-
- Jul 08, 2016
-
-
Cedric Roux authored
-