Version 3.0
Unify Service Information
Service Information
24 of 40
OpenStage TDM Trace
Guide
8.1
How to trace messages to/from single endpoints
English AMO language, example for the station number
64766
:
Bold lines are the commands & values to be entered.
<
cha-funct:slang=eng;
<
exec-disps:bp;
*
lst,sw,loden,stno,
64766
,vce;
LTG LTU PBC/SLOT CCT
L I N E
PHYS_LINE SU DI/TSI SI LODEN
1T 17T 11T 9T 16T 1862T 746H 1718T
6B6
H 0H
1H 0H
356H
1T 17T 11T 9T 16T 1862T 746H 1718T 6B6H 1H
1H 0H
357H
1T 17T 11T 9T 16T 1862T 746H 1718T 6B6H 2H
1H 0H
358H
1T 17T 11T 9T 16T 1862T 746H 1718T 6B6H 3H
1H 0H
359H
1T 17T 11T 9T 16T 1862T 746H 1718T 6B6H 0H
2H 4H
35AH
…………………..
*
end
<
The red marked phys_line is needed later for the trace, in this example
6B6
:
6B6
06 High Byte
and
B6 Low Byte
exec-tracs:bp; (trace in background)
* res,all;
* selmsg,sw,g1,cd1,byte,06,
<Low Byte>
;
example
: …,06,B6;
* selmsg,sw,g1,cd1,byte,07,
<High Byte>
;
example
: …,07,06;
* msglen,sw,g1,300;
* on,hd,:diag:
<Tracefilename>
,200,y,y;
* end
do the scenario with the phone/phones
exec-tracs:bp;
* off;
* end
-------------------------------------
exec-tracs:bp; (trace command remains open)
* res,all;
* selmsg,sw,g1,cd1,byte,06,
<Low Byte>
;
example
: …,06,B6;
* selmsg,sw,g1,cd1,byte,07,
<High Byte>
;
example
: …,07,06;
* msglen,sw,g1,300;
* on,hd,:diag:
<Tracefilename>
,200,y,y;
do the scenario with the phone/phones
* off;
* end