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

131
Dialogic
®
DSI SS7MD Programmer’s Manual Issue 3
7.3.2 MTP_LINKSET – Configure a Linkset
Synopsis
Configuration of a linkset to an adjacent signaling point.
Syntax
MTP_LINKSET <linkset_id> <adjacent_spc> <num_links> <flags> <local_spc> <ssf>
Example
MTP_LINKSET 0 321 2 0x0000 456 0x8
Parameters
The MTP_LINKSET command includes the following parameters:
• <linkset_id>
The logical identity of the linkset, in the range 0 to one less than the number of linksets supported. The
linkset_id is used in other commands for reference.
• <adjacent_spc>
The point code of the adjacent signaling point.
• <num_links>
The number of links to be allocated to the linkset.
• <flags>
A 16-bit value reserved for future use to specify runtime options. Currently, no options are defined,
therefore the parameter must be set to 0.
• <local_spc>
The point code of the signaling point itself.
• <ssf>
The value to be used in the Sub-Service Field (SSF) of all MTP3 messages and checked for by the
discrimination function in all received messages. This is a 4-bit value. For ANSI operation, each of the
two least significant bits should be set to 1.
Note: For correct operation, the adjacent point code must also appear in an MTP_ROUTE declaration.
7.3.3 MTP_LINK – Configure a Link
Synopsis
Supports configuration of either MTP or ATM signaling links. The command is differentiated based on the data
rate parameter. If an ATM link is specified, multiple MTP_LINK commands may reference the same ATM cell
stream provided the cell stream VPI-VCI combination is unique.
The syntax for either form of the command is shown below