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

142
7 Configuration Command Reference
7.5.2 ISUP_CFG_CCTGRP – Configure an ISUP Circuit Group
Synopsis
The configuration parameters for a group of ISUP circuits. Typically, a group is all the circuits in a single E1,
T1, or J1 interface.
Syntax
ISUP_CFG_CCTGRP <gid> <dpc> <base_cic> <base_cid> <cic_mask> <options> <user_inst> <user_id> <opc>
<ssf> <variant> <options2>
Example
ISUP_CFG_CCTGRP 0 3 1 1 0x7fff7fff 0x00000003 0 0x2d 2 0x8 4 0x00000000
Parameters
The ISUP_CFG_CCTGRP command includes the following parameters:
• <gid>
The group id of the circuit group in the range 0 to one less than the number of groups supported.
• <dpc>
The destination point code for all circuits in the circuit group.
• <base_cic>
The Circuit Identification Code (CIC) that is allocated to the first circuit in the circuit group.
• <base_cid>
The logical id for the first circuit in the circuit group. It must lie in the range 0 to one less than the
number of circuits supported.
• <cic_mask>
A 32-bit mask with bits set to indicate which circuits are to be allocated to the circuit group. Bit 0 must
always be set since it represents the <base_cic>/<base_cid>. Subsequent bits represent the
subsequent circuits. ANSI circuit groups are not permitted to contain more than 24 circuits.
• <options>
A 32-bit value containing run-time options for the ISUP circuit group. Refer to the Configure Circuit
Group Request section of the ISUP Programmer’s Manual). Bits 0 to 15 are equivalent to the options
field and bits 16 to 31 represent the ext_options field as detailed in the ISUP Programmer’s Manual.
• <user_inst>
The instance number of the user application. Typically, only a single user application exists so this field
should be set to 0.
• <user_id>
The module_id of the user application.
• <opc>
Originating Point Code. The local point code for all circuits in the group.
• <ssf>
The value to be used in the Sub-Service Field (SSF) of all ISUP messages for this circuit group.
• <variant>
The protocol variant for this circuit group. Refer to the ISUP Programmer’s Manual for full details.
• <options2>
A 32-bit value containing additional run-time options for the ISUP circuit group. Refer to the Configure
Circuit Group Request section of the ISUP Programmer’s Manual. Bits 0 to 31 are equivalent to the
ext_1_options parameter as detailed in the ISUP Programmer’s Manual.