Changes between Version 7 and Version 8 of Tutorials/k0SDR/Tutorial26


Ignore:
Timestamp:
Oct 3, 2019, 4:02:58 PM (5 years ago)
Author:
pnetalkar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial26

    v7 v8  
    1313* Application Design
    1414* Trace collection and Evaluation
     15* OAI script
    1516
    1617||||||Figure 2: GRID OAI System Design Implementaion - Trace Collection||
     
    100101source ./init_nas_s1 UE
    101102}}}
     103
     104=== Running OAI logging Module ===
     105To 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:
     106In a different terminal-
     107{{{
     108cd /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