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

158
7 Configuration Command Reference
7.11 INAP Configuration Commands
The INAP configuration commands are:
• INAP_CONFIG - Configure INAP
• INAP_FE - INAP Functional Entities
• INAP_AC - INAP Application Context
• INAP_TRACE - INAP Trace
7.11.1 INAP_CONFIG – Configure INAP
Synopsis
The INAP_CONFIG command provides the INAP operating parameters and, if used, must appear after the
SCCP_SSR commands in the config.txt file. The use of this command is not required and MAP is configured
with default values if the INAP_CONFIG command is not present.
Syntax
INAP_CONFIG <options>
Example
INAP_CONFIG 2
Parameters
The INAP_CONFIG command includes the following parameters:
• <options>
Specifies INAP protocol options as defined for the INAP Configuration Request message in the INAP
Programmer’s Manual.
7.11.2 INAP_FE – INAP Functional Entities
Synopsis
This command is used to configure the INAP functional entity records for operation. These allow the user
application to refer to Functional Entities (FEs) in the network via a local reference rather than providing the
full SCCP address. The user may subsequently use this reference in the “Destination FE” or “Originating FE”
parameters of the INAP_OPEN_DLG primitive or in the “IN_dialogue_open” API function. This reference is
used instead of the destination or origination address parameter.
Syntax
INAP_FE <fe_ref> <options> <sccp_address>
Example
INAP_FE 0x00000007 0x0000000f 0x00000000
Parameters
The INAP_FE command includes the following parameters:
• <fe_ref>
A logical identifier for this Functional Entity (FE).
• <options>
A 16-bit options value. Bit 0, when set to 1 identifies a local FE. Other bits should be set to 0.
• <sccp_address>
The SCCP address of the local FE, in Q.713 format commencing with the address indicator, as a string of
hex characters, up to 18 characters in length. The SIU supports up to 32 functional entities.