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

83
Dialogic
®
DSI SS7MD Programmer’s Manual Issue 3
Description
Sent by the user to request (and optionally reset) the statistics for the cell stream. The values returned are
the totals for the links using this cell stream.
The confirmation message (if requested) indicates success with a status value of 0.
• Cell Stream ID
The logical Cell Stream ID.
• status
Set to one if statistics should be reset once read.
Parameters
The ATM_MSG_R_STREAM_STATS has the following parameters:
• period
Period since last reset in units of 100 ms.
• rx_frames
Number of valid AAL5 frames received on this cell stream.
• rx_octets
Number of data octets received on this cell stream rx_octets.
• rx_discard_frames
Number of received AAL5 frames discarded for this cell stream.
• rx_errors
Number of frames with errors received on this cell stream.
• tx_frames
Number of valid AAL5 frames sent on this cell stream.
• tx_octets
Number of data octets sent on this cell stream.
• tx_discard_frames
Number of sent AAL5 frames discarded for this cell stream.
• tx_errors
Number of transmit errors on this cell stream.
PARAMETER AREA
OFFSET SIZE NAME
0 4 period
44rx_frames
8 4 rx_octets
12 4 rx_discard_frames
16 4 rx_errors
20 4 tx_frames
24 4 tx_octets
28 4 tx_discard_frames
32 4 tx_errors