aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2013-01-24 11:54:18 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2013-01-24 11:54:18 +0000
commit5d3ff466daa389ce97db5efd961ce6f8474ca1fd (patch)
tree9db7297a06e82175bb1f98b497596fa0b4af8215 /asn1
parent40efff20190f021abb33d472bb8830a6f426bcfa (diff)
Fix H.460.9 numbers of parameters
svn path=/trunk/; revision=47256
Diffstat (limited to 'asn1')
-rw-r--r--asn1/h460/packet-h460-template.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/h460/packet-h460-template.c b/asn1/h460/packet-h460-template.c
index 53d9aca845..fe4989592a 100644
--- a/asn1/h460/packet-h460-template.c
+++ b/asn1/h460/packet-h460-template.c
@@ -139,9 +139,9 @@ static h460_feature_t h460_feature_tab[] = {
{ GD|FD, "8/2", "Call Termination Cause", NULL, FFILL },
/* H.460.9 */
{ GD|FD, "9", "QoS-monitoring Reporting", NULL, FFILL },
- { GD|FD, "9/1", "qosMonitoringFinalOnly", NULL, FFILL },
- { GD|FD, "9/2", "qosMonitoringReportData", dissect_h460_9_QosMonitoringReportData_PDU, FFILL },
- { GD|FD, "9/3", "qosMonitoringExtendedRTPMetrics", dissect_h460_9_ExtendedRTPMetrics_PDU, FFILL },
+ { GD|FD, "9/0", "qosMonitoringFinalOnly", NULL, FFILL },
+ { GD|FD, "9/1", "qosMonitoringReportData", dissect_h460_9_QosMonitoringReportData_PDU, FFILL },
+ { GD|FD, "9/2", "qosMonitoringExtendedRTPMetrics", dissect_h460_9_ExtendedRTPMetrics_PDU, FFILL },
/* H.460.10 */
{ GD|FD, "10", "Call Party Category", NULL, FFILL },
{ GD|FD, "10/1", "Call party category info", dissect_h460_10_CallPartyCategoryInfo_PDU, FFILL },