- Dec 15, 2016
- Dec 12, 2016
-
-
Cédric Roux authored
Develop1 b integration w49 See merge request !56
-
Bilel authored
-
Bilel authored
-
Bilel authored
-
Cédric Roux authored
Not sure it's the right thing to do, but this commit should reduce fake builds.
-
Cédric Roux authored
-
- Dec 09, 2016
-
-
Cédric Roux authored
Use LOG_TRACE instead.
-
Cédric Roux authored
-
- Dec 08, 2016
-
-
Cédric Roux authored
This may need to be refined. The variable ODD_PARITY is defined at various places, with different values, causing compilation warnings. It's wrong to define a variable with different values. A new variable is created, specific to IMEI case: IMEI_ODD_PARITY. Maybe ODD_PARITY should also have 0xf as value, and so maybe only one variable is necessary. To be checked at some point...
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
Manually testing with the Samsung Galaxy Note 4 failed, probably because the phone didn't like to receive SRS configuration. Let's send it only if activated.
-
Cédric Roux authored
Another way to set those two variables has to be used for the specific UE case (use a sub CMakeLists.txt, see in build_oai).
-
Gabriel authored
-
- Dec 06, 2016
-
-
Fabrice Nabet authored
Bsr fixes fabrice Merge feature BSR stabilization to develop1B See merge request !15
-
Cédric Roux authored
Feature 68 enb agent See merge request !47
- Dec 05, 2016
-
-
Xenofon Foukas authored
-
Xenofon Foukas authored
-
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.
-
fnabet authored
-
Cédric Roux authored
This function is used to print rates (say '1kb/s' or '16Mb/s').
-
Cédric Roux authored
-
- Dec 02, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- Dec 01, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
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).
-