Sie sind auf Seite 1von 2

Useful Trace Summary

When I was involved in CU UMTS 900 lab trial project, I have used some useful trace
tool. And Id like to summary here, hope it also useful for you.
1. Golden Trace
Golden trace is the RBS trace to check scheduler info which is useful for Uu trouble
shooting without TEMS on UE

Open a trace on RBS, for example:


lh mp te e all EULSR15360 EULSR.*_GOLDEN (te e all EULSR*_GOLDEN, *
indicates SNID)
Open a monitor, for example:
mon 000100
Open a cygwin window, we could trace and print the undecoded trace log on the
screen.
After monitor by mon-, we could open a cygwin window to decode the log by
command attached below, part 1 is the decoder you used, part 2 is the log
direction:
./eul_parse_golden.pl ./eul_golden_raw.log
Then you can analyze the data in excel table
Here is a ppt for your reference.
EUL and Golden
trace.ppt

eul_parse_golden.
pl

2. Super Trace
From super trace we could trace some useful info like code usage, CQI, number of
retransmission, Mac type and so on.
Open a trace on RBS, for example :
lh mp te e trace1 trace2 trace3 HSSR16384_SCHED_RBS_SUPER_TRACE
lh mp te e trace1 trace2 trace3 HSSR16896_SCHED_RBS_SUPER_TRACE
lh mp te filter s "LEN <>48" HSSR16384_SCHED_RBS_SUPER_TRACE
lh mp te filter s "LEN <>48" HSSR16896_SCHED_RBS_SUPER_TRACE
lh mp te e trace4 HSSR16384_SCHED_RBS_SUPER_TRACE
lh mp te e trace4 HSSR16384_FLC
lh mp te e trace4 HSSR16896_FLC
Use the decoder to decode the log instantaneously printed in screen:
te log read|/home/***/decoder/strace_v2.0.pl

Here is new super trace decoder for W12B sw, hope it useful for you.
strace_v2.0.pl

3. RTWP trace

Open a trace on RBS, for example:


te e bus_receive CDCI_TR
Use the decoder to decode the log instantaneously printed in screen:
te log read|/home/***/decoder/CDCI_decoder.pl

Das könnte Ihnen auch gefallen