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

45
Dialogic
®
DSI SS7MD Programmer’s Manual Issue 3
5.2 Program Execution Under Linux and Solaris
Proceed as follows:
1. Ensure the device driver has been installed and the system.txt configuration file has been modified in
accordance with system requirements to select the correct protocols etc.
2. Ensure that the correct codefile has been copied into the directory containing all the SS7 binaries.
3. If using the s7_mgt protocol configuration utility, ensure that the config.txt protocol configuration file has
been edited to provide the correct protocol configuration.
4. Start the software by changing to the directory containing all the SS7 binaries and running the gctload
program optionally specifying the system configuration file with the -c option
a. To run the system in the foreground, enter:
gctload -csystem.txt
b. To run the system in the background, enter:
gctload -csystem.txt &
The gctload program initializes the system environment and starts other processes. The s7_mgt process
configures all the protocol modules. A banner confirms that the system is running.
5. Activate and deactivate signaling links, if required, using the mtpsl example utility as follows:
mtpsl {act | deact} <linkset_id> <link_ref>
mtpsl act 0 0
mtpsl deact 0 0
6. Shutdown the host software by running the gctload program using the –x option
gctload –x
Any modules that have been started by the gctload program are terminated automatically.