- Feb 20, 2017
-
-
Cédric Roux authored
Prior to this commit, the following command failed to build dlsim: ./build_oai --phy_simulators -c Choice has been made to define it in a .h file as a static inline function.
-
- 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
-
- Feb 02, 2017
-
-
Cédric Roux authored
Adapt calling sites too. When data comes from the user, it is good to check that what we read is correct and warn the user if it's not.
-
- 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 25, 2017
-
-
FredericLeroy authored
-
FredericLeroy authored
-
FredericLeroy authored
-
- Jan 11, 2017
-
-
Cédric Roux authored
I chose to remove it from common/utils/itti/itti_types.h, maybe it's not the correct solution.
-
- Jan 09, 2017
-
-
Cédric Roux authored
-
- Jan 03, 2017
-
-
Thomas Laurent authored
-
- Dec 26, 2016
-
-
laurent authored
-
- Dec 22, 2016
-
-
Bilel authored
-
- Dec 21, 2016
-
-
Wilson authored
see issue #165
-
- 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.
-
Cédric 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.
-
Cédric Roux authored
Helps visualize MCS usage over time.
-
Cédric 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).
-
Cédric Roux authored
- add mcs to ENB_PHY_DLSCH_UE_DCI - add mcs, round, first_rb, nb_rb, TBS to ENB_PHY_ULSCH_UE_DCI
-
- 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.
-
Cédric Roux authored
-
Cédric Roux authored
-