ISUPInitINR

Initializes a SiCnStEvnt structure for transmitting an information request message (INR).

Prototype

S16 TXISUPAPIFUNC ISUPInitINR ( S16 switchType, SiCnStEvnt *event)

Argument

Description

switchType

One of the following switch type indicators:

ST_ANS88

ST_ANS92

ST_ANS95

ST_BICC

ST_ITUBLUE

ST_ITUWHITE

event

Pointer to the SiCnStEvnt structure to be initialized.


Details

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

ANSI 88, ANSI 92, and ANSI 95 values

Field

ANSI 88

ANSI 92

ANSI 95

infoReqInd

Present

Present

Present

    cgPtyAdReqInd

CGPRTYADDREQ_
NOTREQ

CGPRTYADDREQ_
NOTREQ

CGPRTYADDREQ_
NOTREQ

    connAddrRespInd

CONNADDRNOTINCL

 

 

    redirAddrRspInd

REDIRGADDRNOTINCL

 

 

    indexRspInd

INDEXNOTINCL

 

 

    holdingInd

CGPRTYADDREQ_
NOHOLD

CGPRTYADDREQ_
NOHOLD

CGPRTYADDREQ_
NOHOLD

    cgPtyCatReqInd

CGPRTYCATREQ_
NOTREQ

CGPRTYCATREQ_NOTREQ

CGPRTYCATREQ_
NOTREQ

    chrgInfoReqInd

CHRGINFO_NOTREQ

CHRGINFO_NOTREQ

CHRGINFO_NOTREQ

    malCaIdReqInd

MALCAID_NOTREQ

MALCAID_NOTREQ

MALCAID_NOTREQ

    mlbgInfoInd

 

MLBGINFONOTINCL

MLBGINFONOTINCL

callRef

NOT_PRESENT

NOT_PRESENT

NOT_PRESENT

connReq

NOT_PRESENT

NOT_PRESENT

NOT_PRESENT

accTrnspt

NOT_PRESENT

NOT_PRESENT

NOT_PRESENT


ITU Blue Book and ITU White Book values

Field

ITU Blue Book

ITU White Book

infoReqInd

Present

Present

    cgPtyAdReqInd

CGPRTYADDREQ_NOTREQ

CGPRTYADDREQ_NOTREQ

    holdingInd

CGPRTYADDREQ_NOHOLD

CGPRTYADDREQ_NOHOLD

    cgPtyCatReqInd

CGPRTYCATREQ_NOTREQ

CGPRTYCATREQ_NOTREQ

    chrgInfoReqInd

CHRGINFO_NOTREQ

CHRGINFO_NOTREQ

    malCaIdReqInd

MALCAID_NOTREQ

MALCAID_NOTREQ

callRef

NOT_PRESENT

NOT_PRESENT

parmCom

 

NOT_PRESENT

netFac

 

NOT_PRESENT


BICC values

Field

BICC

infoReqInd

Present

    cgPtyAdReqInd

CGPRTYADDREQ_NOTREQ

    holdingInd

CGPRTYADDREQ_NOHOLD

    cgPtyCatReqInd

CGPRTYCATREQ_NOTREQ

    chrgInfoReqInd

CHRGINFO_NOTREQ

    malCaIdReqInd

MALCAID_NOTREQ

callRef

NOT_PRESENT

parmCom

NOT_PRESENT

netFac

NOT_PRESENT


Example

S16        switchType=ST_ANS95;
SiAllSdus  sendEvent;

ISUPInitINR
(switchType, &sendEvent.m.SiCnStEvnt);