SCCPCONNAUDCFM

Returned in response to a call to SCCPConnAuditRqst. It contains information about an active connection or an indication that there are no more connections to audit.

Usage

SccpRcvInfoBlk

Field

Description

board

Not used. The CTAHD handle that delivered the event identifies the board that originated the event.

indType

SCCPCONNAUDCFM

evntType

SCCP_CONNAUDCFM
Valid connection data is returned in the SccpConnInfo structure.

SCCP_CONNAUDEOF
No more connections to audit. No data is returned in the SccpConnInfo structure.

suId

Not used.

connId

Connection for which data is returned in the SccpConnInfo structure.

opc

Not used.


 

SccpConnInfo

Field

Description

protoClass

Protocol class (class 2 or class 3) used on this connection.

calledPty

Called party address from the connection establishment message.

callingPty

Calling party address from the connection establishment message.

reason

Reserved for future use.

connState

Current connection state. Must be one of the following:

SCCP_CONN_CON_ST
Connecting state.

SCCP_CONN_DTX_ST
Data transfer state.

SCCP_CONN_RCG_ST
Calling side resetting state.

SCCP_CONN_RCD_ST
Called side resetting state.

SCCP_CONN_RBT_ST
Both sides resetting state.

SCCP_CONN_REL_ST
Releasing state.

importance

Connection type. Must be one of the following:

SCCP_CONN_ORIG
Caller is on originating side.

SCCP_CONN_DEST
Caller is on destination side.

SCCP_CONN_INTR
Intermediate node (both calling and called are remote).

credit

For class 3 connections, contains the window size agreed to by the far responding party for this connection.