Changes between Version 7 and Version 8 of Tutorials/k0SDR/Tutorial26
- Timestamp:
- Oct 3, 2019, 4:02:58 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial26
v7 v8 13 13 * Application Design 14 14 * Trace collection and Evaluation 15 * OAI script 15 16 16 17 ||||||Figure 2: GRID OAI System Design Implementaion - Trace Collection|| … … 100 101 source ./init_nas_s1 UE 101 102 }}} 103 104 === Running OAI logging Module === 105 To collect the trace we need to enable T tracer present in OAI before starting the application and eNB. The following command is used to obtain the trace at eNB: 106 In a different terminal- 107 {{{ 108 cd /root/openairinterface5g/common/utils/T/tracer;./textlog -d ../T_messages.txt -ip 0.0.0.0 -on MAC -on RLC -on PDCP -on RRC -no-gui > /var/log/enbtracer.log 2> /var/log/enbtracer.log & 109 }}} 110