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

155
Dialogic
®
DSI SS7MD Programmer’s Manual Issue 3
• <addr_format>
Defines how TCAP should interpret address information from messages received from SCCP in order to
direct received TCAP primitives to unique SCCP sub-systems (TCAP user applications). It should be set to
0, 1, 2, 3 or 4 for the following options:
7.9.2 TCAP_CFG_DGRP – TCAP Dialog Group Configure
Synopsis
The TCAP_CFG_DGRP command allows the user to configure TCAP dialog groups, each group handling a sub-
set of the total available dialogs. This allows each group to reside on a separate host computer that in turn
allows the application using TCAP to be distributed over several machines. If the TCAP_CFG_DGRP command
is omitted, the complete range of dialog identifiers defined by the TCAP_CONFIG command is assigned.
The TCAP_CONFIG command must exist above this command in the config.txt file.
Syntax
TCAP_CFG_DGRP <gid> <base_ogdlg_id> <nog_dialogues> <base_icdlg_id> <nic_dialogues> <options>
<reserved>
Example
TCAP_CFG_DGRP 0 0x0000 1024 0x8000 1024 0 0
Parameters
The TCAP_CFG_DGRP command includes the following parameters:
• <gid>
A logical identifier for this group. The valid range is 0 to 31.
• <base_ogdlg_id>
The first outgoing dialog ID assigned to this dialog group.
• <nog_dialogues>
The number of outgoing dialogs assigned to this group, hence outgoing dialog IDs base_ogdlg_id to
base_ogdlg_id + nog_dialogues-1 are assigned to this group.
• <base_icdlg_id>
The first incoming dialog ID assigned to this dialog identifier group.
• <nic_dialogues>
The number of incoming dialogs assigned to this group, therefore, outgoing dialog IDs base_ogdlg_id to
base_icdlg_id + nic_dialogues-1 are assigned to this group.
• <options>
Should be set to 0.
• <reserved>
Must be set to 0.
Option Function
0
If configured to use ITU-T PDU formats (options bit 1 not set), use the ITU-T Q.713
SCCP address format. If configured to use ANSI PDU formats (options bit 1 set),
use the ANSI T1.112 SCCP address format.
1 Use the ITU-T Q.713 SCCP address format (14-bit point codes).
2 Use the ITU-T Q.713 SCCP address format modified for 24-bit point codes.
3 Use the ANSI T1.112 SCCP address format modified for 14-bit point codes.
4 Use the ANSI T1.112 SCCP address format (24-bit point codes).