- 13 Dec, 2016 1 commit
-
-
- 12 Dec, 2016 6 commits
-
-
Cedric Roux authored
Develop1 b integration w49 See merge request !56
-
hbilel authored
-
hbilel authored
-
hbilel authored
-
Cedric Roux authored
Not sure it's the right thing to do, but this commit should reduce fake builds.
-
Cedric Roux authored
-
- 09 Dec, 2016 2 commits
-
-
Cedric Roux authored
Use LOG_TRACE instead.
-
Cedric Roux authored
-
- 08 Dec, 2016 6 commits
-
-
Cedric 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...
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric 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.
-
Cedric 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).
-
gabrielC authored
-
- 07 Dec, 2016 2 commits
-
-
Wilson W.K. Thong authored
-
Wilson W.K. Thong authored
see issue #44
-
- 06 Dec, 2016 6 commits
-
-
-
Fabrice Nabet authored
Bsr fixes fabrice Merge feature BSR stabilization to develop1B See merge request !15
-
Cedric Roux authored
Feature 68 enb agent See merge request !47
-
Wilson W.K. Thong authored
TX as a normal TX
-
Wilson W.K. Thong authored
-
Wilson W.K. Thong authored
-
- 05 Dec, 2016 9 commits
-
-
Xenofon Foukas authored
-
Xenofon Foukas authored
-
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.
-
fnabet authored
-
Cedric Roux authored
This function is used to print rates (say '1kb/s' or '16Mb/s').
-
Cedric Roux authored
-
- 02 Dec, 2016 3 commits
-
-
Rohit Gupta authored
-
Rohit gupta authored
-
Rohit Gupta authored
-
- 01 Dec, 2016 5 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-