PREV TOC HOME INDEX NEXT


IPM_QOS_THRESHOLD_DATA


typedef struct ipm_qos_threshold_data_tag
{
    eIPM_QOS_TYPE eQoSType;
    unsigned int  unTimeInterval;
    unsigned int  unDebounceOn;
    unsigned int  unDebounceOff;
    unsigned int  unFaultThreshold;
    unsigned int  unPercentSuccessThreshold;
    unsigned int  unPercentFailThreshold;

} IPM_QOS_THRESHOLD_DATA, *PIPM_QOS_THRESHOLD_DATA; 

Description

This structure contains the threshold values for QoS alarms for an IP channel. It is a child of the IPM_QOS_THRESHOLD_INFO structure which is used by ipm_GetQoSThreshold( ) and ipm_SetQoSThreshold( ).

Field Descriptions

The fields of the IPM_QOS_THRESHOLD_DATA data structure are described as follows:

eQoSType
QoS parameter type
The eIPM_QOS_TYPE data type is an enumeration which defines the following values:
  • EVT_DTMFDISCARDED
    number of lost DTMF digits since the beginning of the call (Intel® NetStructure™ DM/IP Series boards only)
  • EVT_LOSTPACKETS
    percent of lost packets since the beginning of the call
  • EVT_JITTER
    average jitter since the beginning of the call (in msec)
  • EVT_ROUNDTRIPLATENCY
    RTP packet latency (Intel® NetStructure™ IPT Series boards only)
unTimeInterval
time interval (in 100 ms units)

Note: This field is not supported on Intel® NetStructure™ IPT Series boards.

unDebounceOn
debounce on time (in 100 ms units); multiple of unTimeInterval

Note: This field is not supported on Intel® NetStructure™ IPT Series boards.

unDebounceOff
debounce off time (in 100 ms units); multiple of unTimeInterval

Note: This field is not supported on Intel® NetStructure™ IPT Series boards.

unFaultThreshold
fault threshold parameter
unPercentSuccessThreshold
threshold of successes during unDebounceOff time (expressed as a percentage of successes)

Note: This field is not supported on Intel® NetStructure™ IPT Series boards.

unPercentFailThreshold
threshold of failures during unDebounceOn time (expressed as a percentage of failures)

Note: This field is not supported on Intel® NetStructure™ IPT Series boards.


PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

Copyright 2002, Intel Corporation
All rights reserved
This page generated November, 2002