- Aug 08, 2018
-
-
Cedric Roux authored
This tracer allows the connection of several tracers to one tracee. To use the multi tracer: - run the tracee as usual, eg. ./lte-softmodem -O xxxx.conf --T_stdout 0 - run the multi tracer: ./multi -d ../T_messages.txt - connect other tracers to the multi tracer: - ./enb -d ../T_messages.txt -p 2022 - ./textlog -d ../T_messages.txt -p 2022 - etc. By default the multi tracer connects to the tracee to the port 2021, as for any other tracer. Then it accepts connections from other tracers on the port 2022. This can be changed with parameters on the command line. The tracee and the other tracers can be stopped/started at any time.
-
- Oct 27, 2017
-
-
Cedric Roux authored
Do not link the X stuff for tracers not needing it.
-
Cedric Roux authored
Later on, use this file with gtkwave. To be used to check realtime behaviour of the system.
-
Cedric Roux authored
This tracer extracts output subframes generated by the eNodeB, so they can be analyzed with some external tools.
-
Cedric Roux authored
This tracer extracts the content of a buffer field of an event that was previously saved using the tracer 'record'. For example, to extract the channel estimation done in frame 924 and subframe 2 as saved in the file input_record.raw and to store it in the file output.raw, do: ./extract -d ../T_messages.txt -o output.raw input_record.raw ENB_PHY_UL_CHANNEL_ESTIMATE chest_t -f frame 924 -f subframe 2
-
- Aug 20, 2017
-
-
Cedric Roux authored
This program extracts a given subframe from a recorded trace.
-
- Jun 16, 2017
-
-
Cedric Roux authored
-
- Dec 19, 2016
-
-
hbilel authored
-
- Aug 11, 2016
-
-
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.
-
- Jun 22, 2016
-
-
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
-
- Jun 17, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
to be used in conjunction with another tracer so conceptually it's more a tracee than a tracer
-
Cedric Roux authored
-
- Jun 08, 2016
-
-
Cedric Roux authored
events are accepted by the logger if the filter accepts them the filter is optional (no filter means to accept all events)
-
- Jun 01, 2016
-
-
Cedric Roux authored
plus some cleanup here and there
-
- May 25, 2016
-
-
Cedric Roux authored
as special events. If we store all received events to a file, this dump is now self-contained. Helps to analyze traces. Some functions have also been factorized in the process, too much duplication. (Also tracer/Makefile was forgotten in previous commit, included in this one...)
-
- May 20, 2016
-
-
Cedric Roux authored
-
- May 17, 2016
-
-
Cedric Roux authored
-
- May 01, 2016
-
-
Cedric Roux authored
-
- Apr 25, 2016
-
-
Cedric Roux authored
-
- Apr 11, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- Mar 19, 2016
-
-
Cedric Roux authored
-
- Mar 18, 2016
-
-
Cedric Roux authored
-
- Mar 16, 2016
-
-
Cedric Roux authored
- add on/off command line options
-
Cedric Roux authored
-
- Mar 15, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
only works for 5MHz (7680 samples per TTI), one transport block (basic FDD thing)
-
- Mar 14, 2016
-
-
Cedric Roux authored
-