195.5.1.2
Trace Socket Table
Figure 68
OLTSTRX.CC trace_socket_tbl
The only task of this table is to simplify the selection of TCP sockets/connections for protocolling.Therefore TCP enters every two seconds all valid sockets or connections respectively in the table and shows their state as well as their trace-option. By means of the last column of this table the user can switch over connection specifically the trace option by setting the "trace_toggle" byte to a value unequal 0. In case of the next update of this table TCP checks the "trace_toggle" column and switches over the trace option (ON->OFF resp. OFF->ON; ON=01,OFF=00). Then TCP sets the "trace_toggle" byte again to 00.
Note
If the IP address and the remote port are 0, it is a listener port. If a partner wants a connection to this port, then a copy of the socket is made for the new connection and the listener port remains unchanged. Making the copy also the trace option is taken over, so that the buildup of the connection can also be protocolled at the server.
Example
The user wants to watch the OS-message transfer between ADP and CCB and has already prepared the HICOM tracer appropriately. For the selection of the connection he has activated the HICOM debugger, has determined the beginning of the trace socket table and displayed the following table.
C318:0062 = 53 74 61 72 74 20 6F 66 20 53 74 61 62 6C 65 00 Start of Stable.
C318:0072 = 02 00 00 00 80 03 00 00 00 00 02 64 00 00 01 00 ...........d....
C318:0082 = 67 00 00 00 82 03 C0 00 02 01 02 64 02 80 00 00 g..........d....
C318:0092 = 05 00 00 00 80 03 00 00 00 00 00 66 00 00 00 00 ...........f....
C318:00A2 = 0B 00 00 00 82 03 C0 00 02 02 02 64 02 80 00 00 ...........d....
C318:00B2 = 08 00 00 00 82 03 C0 00 02 10 00 66 07 DA
00 00 ...........f....
C318:00C2 = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
C318:00D2 = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
.....
.....
Using the following "SET" command the trace option for the connection ADP<->CCB is switched on, as it is shown by the following command "DISPLAY".
*
"
set c318:C1(1)=5!
"
*
"
d c318:b2(10)!
"
C318:00B2 = 08 00 00 00 82 03 C0 00 02 10 00 66 07 DA
01 00 ...........f....
Repeating the above command "SET" the trace option for the connection ADP<->CCB is switched off.
*
"
set c318:C1(1)=5!
"
*
"
d c318:b2(10)!
"
C318:00B2 = 08 00 00 00 82 03 C0 00 02 10 00 66 07 DA
00 00 ...........f....
OpenScape 4000 V10, Volume 1: AMO Descriptions, Service Documentation, Issue 5
, ID:
P31003H31A0S107057620
©
09/2025
Mitel Networks Corporation. - All rights reserved.
Mitel and the Mitel logo are trademarks of Mitel Networks Corporation. Unify and associated marks are trademarks of Unify Software and Solutions GmbH&Co. KG. All other trademarks herein are the property of their respective owners.