(Page 13 of 27 in this chapter) Version


isupInitCircCfg

Description

Builds a circuit configuration buffer that can be passed to the ISUPCircCfg routine.

Prototype

void isupInitCircCfg ( IsupCircCfg *cfg,
U32 dpc )

cfg Pointer to configuration structure to initialize.

dpc Destination point code.

The fields of the IsupCircCfg structure are initialized with the following values:

circuitId The number of the circuit. This value must be unique for all circuits defined, and be less than the value used in the maxCircuits field of the isupGenCfg request. This number is used by the application and the ISUP layer to identify circuits, but has no meaning to the far exchange.
Default: 1

cic The circuit identification code (CIC) of the circuit. This number must agree with the CIC assigned to this circuit at the far exchange.
Default: 1

dstPointCode The destination point code that this circuit is connect to, initialized from the dpc argument.

circuitType Circuit group usage; must be one of:

ISUP_CIR_INCOMING,

ISUP_CIR_OUTGOING,

ISUP_CIR_BOTHWAY

Default: ISUP_CIR_INCOMING

controlType Circuit control; must be one of:

ISUP_CTL_NONE

ISUP_CTL_ALL,

ISUP_CTL_ODDEVEN,

Default: ISUP_CTL_NONE

t4 Time to wait between User Part Test Messages.

value 0

enable FALSE

t12 Time to wait for response for a transmitted blocking message.

value 12

enable TRUE

t13 Time to wait for a response for the initially transmitted blocking message.

value 60

enable TRUE

t14 Time to wait for a response for a transmitted unblocking message.

value 12

enable TRUE

t15 Time to wait for a response for the initially transmitted unblocking message.

value 60

enable TRUE

tVal ANSI circuit validation timer.

value 30

enable TRUE

Return Values

Details

None.



(Page 13 of 27 in this chapter) Version


tech_support@nmss.com
Copyright © 2000, Natural MicroSystems, Inc. All rights reserved.