Network Card User Manual
Table Of Contents
- Dialogic® DSI SS7MD Network Interface Board Programmer's Manual
- Contents
- Chapter 1: Introduction
- Chapter 2: Specification
- Chapter 3: Installation
- Chapter 4: Dialogic® DSI SS7MD Board Configuration and Operation
- 4.1 Regulatory and Geographic Considerations
- 4.2 System Structure
- 4.3 Running Host Binaries With Dialogic® DSI SS7MD Board
- 4.4 System Configuration
- 4.5 Protocol Configuration
- 4.6 Monitoring
- 4.7 ATM Monitoring
- 4.8 Switching Timeslots between LIUs
- 4.9 Received Message Timestamping
- 4.10 High Speed Link Operation
- 4.11 Operation of the Thermal Sensor
- Chapter 5: Program Execution
- Chapter 6: Message Reference
- Chapter 7: Configuration Command Reference
- 7.1 Physical Interface Configuration Commands
- 7.2 Monitor Configuration Commands
- 7.3 MTP Configuration Commands
- 7.4 ATM Configuration Commands
- 7.5 ISUP Configuration Commands
- 7.6 TUP Configuration Commands
- 7.7 SCCP Configuration Commands
- 7.8 DTC Configuration Commands
- 7.9 TCAP Configuration Commands
- 7.10 MAP Configuration Commands
- 7.11 INAP Configuration Commands
- 7.12 IS41 Configuration Commands
- Chapter 8: Host Utilities
- Appendix A: Protocol Configuration Using Discrete Messages
- Appendix B: Thermal guidelines for selecting suitable servers for use with a Dialogic® DSI SS7MDL4 Network Interface Board
- Glossary
- Index

103
Dialogic
®
DSI SS7MD Programmer’s Manual Issue 3
6.7.2 MGT_MSG_TRACE_EV – Trace Event Indication
Synopsis
Message issued by a module to trace protocol events.
Message Format
Description
An individual module may be configured to report to management each primitive issued or received. This is
useful for trace and debug purposes. The event masks are used to enable and disable tracing on a per-
primitive basis for each link. The parameters from the traced primitive are encoded in the parameter area of
the trace message.
MESSAGE HEADER
Field Name Meaning
type MGT_MSG_TRACE_EV (0x0003)
id 0
src generating module_id
dst management module id
rsp_req 0
hclass 0
status 0
err_info Timestamp
len 18 + length of traced data
PARAMETER AREA
Offset Size Name
0 1 src - hdr->src from traced message.
1 1 dst - hdr->dst from traced message.
2 2 id - hdr->id from traced message.
4 2 type - hdr->type from traced message.
6 2 status - hdr->status from traced message.
8 4 time - timestamp (in system ticks).
12 4 par - pointer to hdr of message being traced.
16 2 data_length - number of bytes in data field.
18 0 to 280 data - Data taken from parameter area of traced message.