sktal_sendTCAPDialog()

Description

This method sends a TCAP dialogue message.

Syntax

int sktal_sendTCAPDialog(int instanceId, unsigned dialogueId, SKTAL_DLG *dlg);

Input Parameters

Argument

Description

instanceID

Instance for given node/stack/SNN combination

dialogueId

TCAP dialogue ID

dlg

Pointer to the structure containing TCAP dialogue information

For definition See Appendix D, SKTAL_DLG and SKTAL_CPT Structure Definitions

Input/Output Parameters and Output Parameters

None.

Return Value

SKTAL_SUCCESS: If method is successful.

SKTAL return code as defined in Appendix C, SKTAL Return Codes.