M3UASctSapSta

Dependent function: M3uaSctSapStatus

The following M3UASctSapSta structure contains M3UA SCT SAP status information:

typedef struct _M3UASctSapSta           /* lower SAP status */
{
    S16             suId;               /* Service user SAP Id */
    U8              hlSt;               /* High level state */
    U8              spare1;             /* alignment */
    U32             spEndpId;           /* SP ID of my endpoint */
    U16             nmbActAssoc;        /* Number of active associations */
    U16             spare2;             /* alignment */
} M3UASctSapSta;

The M3UASctSapSta structure contains the following fields:

Field

Type

Description

suid

S16

M3UA ID for this SAP.

hlSt

U8

High level state of this SAP. Valid values are:

BOUND = SAP is bound.

READY = SAP is ready for use.

UNBOUND = SAP is unbound.

WAIT_BIND = Waiting for bind confirmation.

WAIT_OPEN = Waiting for open confirmation.

UNKNOWN = SAP state is unknown.

spare1

U8

Alignment.

spEndpId

U32

SAP ID of local endpoint.

nmbActAssoc

U16

Number of active associations over this SCT SAP.

spare2

U16

Alignment.