- 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
-
Cédric Roux authored
-
Cédric Roux authored
-
- Nov 23, 2016
-
-
Cédric Roux authored
-
- Nov 22, 2016
-
-
Cédric Roux authored
add ndi to trace ENB_MAC_UE_DL_SDU
-
Cédric Roux authored
-
Cédric Roux authored
- Msg3 allocation - initiation of Random Access procedure
-
- Nov 18, 2016
-
-
Cédric Roux authored
-
- Oct 18, 2016
-
-
Cédric Roux authored
- time_meas to measure time spent in scheduling - timeplot to show nice histograms in realtim of above measurement
-
Cédric Roux authored
The VCD traces have changed. This commit gets in synch with current status.
-
- Oct 07, 2016
-
-
Rohit Gupta authored
-
- Sep 28, 2016
-
-
Cédric Roux authored
The T is released with the same license as the rest of OpenAirInterface, of which it is an integral part.
-
- Aug 11, 2016
-
-
Cédric 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
-
-
Cédric Roux authored
left click: enable autoscroll and go to end of list right click: disable autoscroll
-
Cédric Roux authored
to scroll by only one line, hold CONTROL key and scroll with mouse wheel
-
Cédric Roux authored
-
- Jul 12, 2016
-
-
Cédric Roux authored
-
- Jul 08, 2016
-
-
Cédric Roux authored
-
Cédric Roux authored
iqlog.c should change its name, it's too specific. This new one is more generic and should take over the name.
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
- Jun 28, 2016
-
-
Cédric Roux authored
-
Cédric Roux authored
The T has 2 processes: the tracee and the local tracer if the tracee dies (segfault or whatever) the tracee may still be running. So there is a third process that monitors those two others and kill everything when one dies. The problem is that this third process has to be the parent of the two others. That makes debugging the tracee with gdb impossible. This new option disables the third monitor process.
-
- Jun 24, 2016
-
-
Cédric Roux authored
we have to free memory in any case...
-
Cédric Roux authored
git status was way too noisy
-
Cédric Roux authored
-
- Jun 23, 2016
-
-
Cédric Roux authored
ctrl+c did not work when the program was not connected yet. It also didn't work if no event was received.
-
Cédric Roux authored
-