Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / h460 / QOS-MONITORING-EXTENDED-VOIP-REPORT.asn
blobbcbf3f8bcfeba88a58d7832ab05a5fb34f9919b0
1 -- QOS-MONITORING-EXTENDED-VOIP-REPORT.asn
2 --
3 -- Taken from ITU ASN.1 database
4 -- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h460.9/2002/QOS-MONITORING-EXTENDED-VOIP-REPORT.asn
5 --
7 -- Module QOS-MONITORING-EXTENDED-VOIP-REPORT (H.460.9:11/2002)
8 QOS-MONITORING-EXTENDED-VOIP-REPORT DEFINITIONS AUTOMATIC TAGS ::=
9 BEGIN
11 IMPORTS GenericIdentifier
12           FROM H323-MESSAGES;
14 ExtendedRTPMetrics ::= SEQUENCE {
15   networkPacketLossRate    INTEGER(0..255) OPTIONAL,
16   jitterBufferDiscardRate  INTEGER(0..255) OPTIONAL,
17   burstMetrics             BurstMetrics OPTIONAL,
18   rtcpRoundTripDelay       INTEGER(0..65535) OPTIONAL,
19   endSystemDelay           INTEGER(0..65535) OPTIONAL,
20   signalLevel              INTEGER(-127..10) OPTIONAL,
21   noiseLevel               INTEGER(-127..0) OPTIONAL,
22   residualEchoReturnLoss   INTEGER(0..127) OPTIONAL,
23   rFactor                  INTEGER(0..100) OPTIONAL,
24   extRFactor               INTEGER(0..100) OPTIONAL,
25   estimatedMOSLQ           INTEGER(10..50) OPTIONAL,
26   estimatedMOSCQ           INTEGER(10..50) OPTIONAL,
27   plcType                  PLCtypes OPTIONAL,
28   jitterBufferParms        JitterBufferParms OPTIONAL,
29   ...
32 BurstMetrics ::= SEQUENCE {
33   gmin              INTEGER(0..255) OPTIONAL,
34   burstLossDensity  INTEGER(0..255) OPTIONAL,
35   gapLossDensity    INTEGER(0..255) OPTIONAL,
36   burstDuration     INTEGER(0..65535) OPTIONAL,
37   gapDuration       INTEGER(0..65535) OPTIONAL,
38   ...
41 PLCtypes ::= CHOICE {
42   unspecified  NULL,
43   disabled     NULL,
44   enhanced     NULL,
45   standard     NULL,
46   ...
49 JitterBufferParms ::= SEQUENCE {
50   jitterBufferType         JitterBufferTypes OPTIONAL,
51   jitterBufferAdaptRate    INTEGER(0..15) OPTIONAL,
52   jitterBufferNominalSize  INTEGER(0..65535) OPTIONAL,
53   jitterBufferMaxSize      INTEGER(0..65535) OPTIONAL,
54   jitterBufferAbsoluteMax  INTEGER(0..65535) OPTIONAL,
55   ...
58 JitterBufferTypes ::= CHOICE {
59   unknown      NULL,
60   reserved     NULL,
61   nonadaptive  NULL,
62   adaptive     NULL,
63   ...
66 qosMonitoringExtendedRTPMetrics GenericIdentifier ::= standard:2
68 END -- of QOS-MONITORING-EXTENDED-VOIP-REPORT
70 -- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D