Dependent function: M3uaNsapStatistics
The following M3UANSapSts structure contains M3UA NSAP statistics:
typedef struct _M3UANSapSts /* M3UA Statistics for NSAP */
{
S16 spId; /* NSAP Id */
U16 spare1; /* alignment */
DateTime dt; /* date and time when statistics counters are */
/* initialized to zero */
Mtp3Sts txMtp3Sts; /* MTP3 message statistics - TX */
Mtp3Sts rxMtp3Sts; /* MTP3 message statistics - RX */
DataSts txDataSts; /* SAP data statistics - TX */
DataSts rxDataSts; /* SAP data statistics - RX */
DataErrSts dataErrSts; /* SAP data error statistics - downward */
} M3UANSapSts;
The M3UANSapSts structure contains the following fields:
Field |
Type |
Description |
spid |
S16 |
NSAP identifier. |
spare1 |
U16 |
Alignment. |
dt |
Structure |
Date and time when the statistics counters were reset to zero, defined by DateTime (for M3UA). |
txMtp3Sts |
Structure |
MTP3 transmit message statistics. Note: This field applies to a signaling gateway, which is not currently supported. |
rxMtp3Sts |
Structure |
MTP3 receive message statistics. Note: This field applies to a signaling gateway, which is not currently supported. |
txDataSts |
Structure |
NSAP transmit data statistics, defined by DataSts. |
rxDataSts |
Structure |
NSAP receive data statistics, defined by DataSts. |
dataErrSts |
Structure |
NSAP data error statistics, defined by DataErrSts. |