ISUPInitFAC

Initializes a SiFacEvnt structure for transmitting a facility message (FAC).

Prototype

S16 TXISUPAPIFUNC ISUPInitFAC ( S16 switchType, SiFacEvnt *event)

Argument

Description

switchType

One of the following switch type indicators:

ST_ANS95

ST_BICC

ST_ETSIV2

ST_ETSIV3

ST_ITU97

ST_ITUWHITE

event

Pointer to the SiFacEvnt structure to be initialized.


Details

The fields in the SiFacEvnt structure are initialized as described in the following tables, based on the switchType parameter. Fields not described are not applicable to an FAC. This function is called in preparation for a call to ISUPFacilityReq.

ITU White Book and BICC values

Field

ITU White Book

BICC

facInd

NOT_PRESENT

NOT_PRESENT

remotOper

NOT_PRESENT

NOT_PRESENT

serviceAct

NOT_PRESENT

NOT_PRESENT

msgCom

NOT_PRESENT

NOT_PRESENT

parmCom

NOT_PRESENT

NOT_PRESENT


 

ITU 97, ETSI V2, and ETSI V3 values

Field

ITU 97

ETSI V2

ETSI V3

msgCom

NOT_PRESENT

NOT_PRESENT

NOT_PRESENT

parmCom

NOT_PRESENT

NOT_PRESENT

NOT_PRESENT

remotOper

NOT_PRESENT

NOT_PRESENT

NOT_PRESENT

callXferNum

NOT_PRESENT

NOT_PRESENT

NOT_PRESENT

accTrans

NOT_PRESENT

NOT_PRESENT

NOT_PRESENT

notifInd

NOT_PRESENT

NOT_PRESENT

NOT_PRESENT


ANSI 95 values

Field

ANSI 95

remotOper

NOT_PRESENT

serviceAct

NOT_PRESENT


Example

S16         switchType=ST_ITU97;
SiAllSdus   sendEvent;

ISUPInitFAC
(switchType, &sendEvent.m.SiFacEvnt);