- 28 Nov, 2016 1 commit
-
-
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.
-
- 25 Nov, 2016 5 commits
-
-
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
-
- 23 Nov, 2016 1 commit
-
-
Cedric Roux authored
-
- 22 Nov, 2016 3 commits
-
-
Cedric Roux authored
add ndi to trace ENB_MAC_UE_DL_SDU
-
Cedric Roux authored
-
Cedric Roux authored
- Msg3 allocation - initiation of Random Access procedure
-
- 18 Nov, 2016 1 commit
-
-
Cedric Roux authored
-
- 18 Oct, 2016 2 commits
-
-
Cedric Roux authored
- time_meas to measure time spent in scheduling - timeplot to show nice histograms in realtim of above measurement
-
Cedric Roux authored
The VCD traces have changed. This commit gets in synch with current status.
-
- 07 Oct, 2016 1 commit
-
-
Rohit Gupta authored
-
- 28 Sep, 2016 1 commit
-
-
Cedric Roux authored
The T is released with the same license as the rest of OpenAirInterface, of which it is an integral part.
-
- 11 Aug, 2016 1 commit
-
-
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.
-
- 27 Jul, 2016 3 commits
-
-
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
-
Cedric Roux authored
-
- 12 Jul, 2016 1 commit
-
-
Cedric Roux authored
-
- 08 Jul, 2016 5 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
iqlog.c should change its name, it's too specific. This new one is more generic and should take over the name.
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- 28 Jun, 2016 2 commits
-
-
Cedric Roux authored
-
Cedric 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.
-
- 24 Jun, 2016 3 commits
-
-
Cedric Roux authored
we have to free memory in any case...
-
Cedric Roux authored
git status was way too noisy
-
Cedric Roux authored
-
- 23 Jun, 2016 5 commits
-
-
Cedric Roux authored
ctrl+c did not work when the program was not connected yet. It also didn't work if no event was received.
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
And it's sent at each connection attempt. Before it was sent only once to the first tracer. Plus there was a bug (length:(len) should have been length:(send_size)).
-
Cedric Roux authored
needed because of the following commit
-
- 22 Jun, 2016 5 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
stuff put in there is of lower quality / coding standard / whatever and serves as example to do quick debugging taks using the T infrastructure
-
Cedric Roux authored
-