2 mtp_linkset, 3 mtp_link, Mtp_link – Dialogic DSI SS7MD User Manual

Page 131: Mtp_linkset, Configure a linkset, Configure a link

Advertising
background image

131

Dialogic

®

DSI SS7MD Programmer’s Manual Issue 3

7.3.2

MTP_LINKSET – Configure a Linkset

Synopsis

Configuration of a linkset to an adjacent signaling point.

Syntax

MTP_LINKSET <linkset_id> <adjacent_spc> <num_links> <flags> <local_spc> <ssf>

Example

MTP_LINKSET 0 321 2 0x0000 456 0x8

Parameters

The MTP_LINKSET command includes the following parameters:

<linkset_id>
The logical identity of the linkset, in the range 0 to one less than the number of linksets supported. The
linkset_id is used in other commands for reference.

<adjacent_spc>
The point code of the adjacent signaling point.

<num_links>
The number of links to be allocated to the linkset.

<flags>
A 16-bit value reserved for future use to specify runtime options. Currently, no options are defined,
therefore the parameter must be set to 0.

<local_spc>
The point code of the signaling point itself.

<ssf>
The value to be used in the Sub-Service Field (SSF) of all MTP3 messages and checked for by the
discrimination function in all received messages. This is a 4-bit value. For ANSI operation, each of the
two least significant bits should be set to 1.

Note: For correct operation, the adjacent point code must also appear in an

MTP_ROUTE

declaration.

7.3.3

MTP_LINK – Configure a Link

Synopsis

Supports configuration of either MTP or ATM signaling links. The command is differentiated based on the data
rate parameter. If an ATM link is specified, multiple MTP_LINK commands may reference the same ATM cell
stream provided the cell stream VPI-VCI combination is unique.

The syntax for either form of the command is shown below

Advertising