summaryrefslogtreecommitdiff
path: root/asn1/c1222/c1222.asn
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-10-06 02:42:14 +0000
committerMichael Mann <mmann78@netscape.net>2013-10-06 02:42:14 +0000
commit94f0e1fe21e0af01f071f81c03d2529895ef4b93 (patch)
tree90d86c123130707ef1de073a245bad329f167098 /asn1/c1222/c1222.asn
parentee208c8dcc371ca10986b7e8ea28c933e4bfaae9 (diff)
downloadwireshark-94f0e1fe21e0af01f071f81c03d2529895ef4b93.tar.gz
Fully support relative AP-titles in C12.22. Bug 9196 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9196)
From Ed Beroset svn path=/trunk/; revision=52394
Diffstat (limited to 'asn1/c1222/c1222.asn')
-rw-r--r--asn1/c1222/c1222.asn13
1 files changed, 8 insertions, 5 deletions
diff --git a/asn1/c1222/c1222.asn b/asn1/c1222/c1222.asn
index a61105312a..662a61c963 100644
--- a/asn1/c1222/c1222.asn
+++ b/asn1/c1222/c1222.asn
@@ -17,12 +17,15 @@ MESSAGE ::= [APPLICATION 0] IMPLICIT SEQUENCE {
}
ASO-qualifier ::= OBJECT IDENTIFIER
-AP-title ::= CHOICE {
- ap-title-form2 OBJECT IDENTIFIER,
- ap-title-form4 [0] IMPLICIT OBJECT IDENTIFIER -- RELATIVE-OID
+
+Called-AP-title ::= CHOICE {
+ called-ap-title-abs OBJECT IDENTIFIER,
+ called-ap-title-rel [0] IMPLICIT RELATIVE-OID
+}
+Calling-AP-title ::= CHOICE {
+ calling-ap-title-abs OBJECT IDENTIFIER,
+ calling-ap-title-rel [0] IMPLICIT RELATIVE-OID
}
-Called-AP-title ::= AP-title
-Calling-AP-title ::= AP-title
AP-invocation-id ::= INTEGER
Called-AP-invocation-id ::= AP-invocation-id
Calling-AP-invocation-id ::= AP-invocation-id