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

112
6 Message Reference
6.8.3 MGT_MSG_R_BRDINFO – Read Board Info Request
Synopsis
Message used to request basic board information.
Format
Description
This message is provided to request a reply indicating the values of a number of attributes associated with
the board. On receipt of this request, the module returns the message with the status "SUCCESS - 0" to the
sender and includes the information requested.
Parameters
The MGT_MSG_R_BRDINFO message includes the following parameters:
• board_type
The board type. Board type. 16 for DSI SS7MD Board.
• board_rev
The board revision number. Currently 0.
• lsn
The board’s production serial number (ASCII characters, null terminated)
• current_temp
Signed 8-bit value containing the current temperature of the board within the range -128 to 127 degrees
Celsius.
• max_temp
Signed 8-bit value containing the maximum temperature the board has reached since SSDM was last
started. Value is within the range -128 to 127 degrees Celsius.
MESSAGE HEADER
Field Name Meaning
type MGT_MSG_R_BRDINFO (0x6f0d)
id 0
src Sending module ID
dst MGMT_module_ID
rsp_req Used to request a confirmation
hclass 0
status 0
err_info 0
len 60
PARAMETER AREA
Offset Size Name
0 1 board_type
1 1 board_rev
2 16 Reserved
18 8 lsn
26 28 Reserved
54 1 current_temp
55 1 max_temp
56 4 Reserved