M3UASctSapSts

Dependent function: M3uaSctSapStatistics

The following M3UASctSapSts structure contains M3UA SCT SAP statistics:

typedef struct _M3UASctSapSts       /* M3UA Statistics for SCTSAP */
{
    S16         suId;               /* Service user SAP Id */
    U16         spare1;             /* alignment */
    DateTime    dt;                 /* date and time when statistics counters */
                                    /* are initialized to zero */
    DataSts     txDataSts;          /* SAP data statistics - TX */
    DataSts     rxDataSts;          /* SAP data statistics - RX */
} M3UASctSapSts;

The M3UASctSapStsstructure contains the following fields:

Field

Type

Description

suid

S16

M3UA identifier for this SCT SAP.

spare1

U16

Alignment.

dt

Structure

Date and time when the statistics counters were reset to zero, defined by DateTime (for M3UA).

txDataSts

Structure

Data transmit statistics, defined by DataSts.

rxDataSts

Structure

Data receive statistics, defined by DataSts.