- Jan 14, 2019
-
-
Cédric Roux authored
The variable T_stdout needs to be 1 at startup to avoid missing logs.
-
- Nov 22, 2018
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- Nov 20, 2018
-
-
Louis Adrien Dufrene authored
RRC timer thres removed from UE context and added to eNB RRC context, value 0 of thres equivalent to infinity
-
Cédric Roux authored
-
- Nov 19, 2018
-
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
frtabu authored
-
- Nov 16, 2018
-
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
frtabu authored
-
Louis Adrien Dufrene authored
-
- Nov 14, 2018
-
-
Thomas Laurent authored
-
- Nov 12, 2018
-
-
Cédric Roux authored
A new option -live has been added to run live (ie. like the 'enb' tracer) and options -live-ip and -live-port to select IP/port of the machine running the eNodeB. Some new options to control MIB and SIBs recording have been added. Some global variables have been removed.
-
- Nov 09, 2018
-
-
Francois TABURET authored
-
Francois TABURET authored
-
- Nov 08, 2018
-
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
Francois TABURET authored
-
frtabu authored
-
Francois TABURET authored
-
Francois TABURET authored
-
frtabu authored
-
- Nov 02, 2018
-
-
frtabu authored
abort execution when an unknown option is passed via the command line: add config_check_cmdlineopt API to config module, create lte-softmodem-common.c source to remove duplicate code in lte-softmodem.c and lte-uesoftmodem.c, fix segfaults in exec_function of lte-uesoftmodem
-
Cédric Roux authored
-
- Oct 31, 2018
-
-
Cédric Roux authored
'raw time' is the tv_sec element in the struct tm as returned by 'localtime'. This can be useful to extract events from a dump based on their time.
-
- Oct 23, 2018
-
-
Cédric Roux authored
This leads to some logs missing in some situations. Plus it's not user-friendly.
-
Cédric Roux authored
If you run 'make' in common/utils/T/tracer just after a clone of the repository then the compilation will fail because the file ../T_IDs.h was not generated. Let's add a simple dependency to fix this.
-
Cédric Roux authored
It is to ease the life of people wanting to record traces to be consumed later on by wireshark. You just run: ./record -d ../T_messages.txt -o /tmp/record.raw -on WIRESHARK and you're good.
-
Cédric Roux authored
- factorize - harmonize - simplify
-
Cédric Roux authored
-
Cédric Roux authored
Only schedule_SI is done, not schedule_SIB1_BR and not schedule_SI_BR.
-
- Oct 22, 2018
-
-
Cédric Roux authored
The tracer macpdu2wireshark can send MIBs to wireshark. This can be disabled by passing the new -no-mib option. openair1/SCHED/phy_procedures_lte_eNb.c has been modified to have a new T trace with the MIB.
-
- Sep 21, 2018
-
-
Konstantinos Alexandris authored
-
- Sep 20, 2018
-
-
Thomas Laurent authored
-