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

141
Dialogic
®
DSI SS7MD Programmer’s Manual Issue 3
7.5 ISUP Configuration Commands
The ISUP configuration commands are:
• ISUP_CONFIG - Configure ISUP
• ISUP_CFG_CCTGRP - Configure an ISUP Circuit Group
• ISUP_TIMER - Configure ISUP Timers
7.5.1 ISUP_CONFIG – Configure ISUP
Synopsis
The global configuration parameters for the ISUP module.
Syntax
ISUP_CONFIG <res1> <res2> <user_id> <options> <num_grps> <num_ccts> [<partner_id>]
Example
ISUP_CONFIG 0 0 0x2d 0x0435 4 128
Parameters
The ISUP_CONFIG command includes the following parameters:
• <res1>, <res2>
Reserved for backwards compatibility. These fields should be set to 0.
• <user_id>
The module_id of the application running on the host that uses the ISUP module.
• <options>
A 16-bit value that contains global run-time options for the operation of the ISUP module. The meaning
of each bit is as defined for the options parameter in the ISUP Configure Request message as detailed in
the ISUP Programmer's Manual.
• <num_grps>
The maximum number of ISUP circuit groups that the user intends to use. This must not exceed the
maximum number of circuit groups supported, otherwise module configuration fails. Typically, this
parameter should be set to the maximum number of circuit groups supported.
• <num_ccts>
The maximum number of ISUP circuits that the user intends to use. This must not exceed the maximum
number of circuits supported otherwise module configuration fails. Typically, this parameter is set to:
— 32 times the number of groups for E1 operation
— 24 times the number of circuit groups for T1/J1 operation
Note: The valid range for the circuit identifier (cid) is from 0 to one less than the maximum number of
circuits (<num_ccts>).
• <partner_id>
Optional parameter for use when operating in dual resilient configuration. This parameter is the
module_id of the partner ISUP module (equivalent to the module_id field in the ISUP Configure Request
message as documented in the ISUP Programmer’s Manual).