aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ansi_map
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-12-03 22:22:25 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-12-03 22:22:25 +0000
commit063c688bc02d166623dc202c3e5bcc0f146186a3 (patch)
tree03743125762489da680d63f6842a96449dd2a8ed /asn1/ansi_map
parent96586ead658a3e1c67377487faf5cb0cdc0189c8 (diff)
Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2057
The tag for PSTNTermination is [95]. svn path=/trunk/; revision=23723
Diffstat (limited to 'asn1/ansi_map')
-rw-r--r--asn1/ansi_map/ansi_map.asn4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/ansi_map/ansi_map.asn b/asn1/ansi_map/ansi_map.asn
index c28dba7d14..9768e48277 100644
--- a/asn1/ansi_map/ansi_map.asn
+++ b/asn1/ansi_map/ansi_map.asn
@@ -5563,7 +5563,7 @@ PreferredLanguageIndicator ::= OCTET STRING
-- 6.5.2.98
-- 1 0 1 1 1 1 1 1 (0x9f)
--- 0 1 0 1 1 1 1 1 (0x5f)(79)
+-- 0 1 0 1 1 1 1 1 (0x5f)(95)
PSTNTermination ::= SEQUENCE {
destinationDigits [87] IMPLICIT DestinationDigits,
-- M 6.5.2.56
@@ -6041,7 +6041,7 @@ TerminationList ::= SET OF CHOICE {
-- O 6.5.2.74 b, c, d
localTermination [91] IMPLICIT LocalTermination,
-- O 6.5.2.76 b, c, e
- pstnTermination [71] IMPLICIT PSTNTermination,
+ pstnTermination [95] IMPLICIT PSTNTermination,
-- O 6.5.2.98 b, c, f
...
}