summaryrefslogtreecommitdiff
path: root/asn1
diff options
context:
space:
mode:
Diffstat (limited to 'asn1')
-rw-r--r--asn1/ACSE-1.asn14
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/ACSE-1.asn1 b/asn1/ACSE-1.asn1
index baa680a..0bd7e98 100644
--- a/asn1/ACSE-1.asn1
+++ b/asn1/ACSE-1.asn1
@@ -37,7 +37,7 @@ ACSE-apdu ::= CHOICE {
AARQ-apdu ::= [APPLICATION 0] IMPLICIT SEQUENCE {
protocol-version
- [0] IMPLICIT BIT STRING {version1(0)} DEFAULT {version1},
+ [0] IMPLICIT BIT STRING {version1(0)}, -- DEFAULT {version1},
application-context-name [1] Application-context-name,
called-AP-title [2] AP-title OPTIONAL,
called-AE-qualifier [3] AE-qualifier OPTIONAL,
@@ -65,7 +65,7 @@ AARQ-apdu ::= [APPLICATION 0] IMPLICIT SEQUENCE {
AARE-apdu ::= [APPLICATION 1] IMPLICIT SEQUENCE {
protocol-version
- [0] IMPLICIT BIT STRING {version1(0)} DEFAULT {version1},
+ [0] IMPLICIT BIT STRING {version1(0)}, -- DEFAULT {version1},
application-context-name [1] Application-context-name,
result [2] Associate-result,
result-source-diagnostic [3] Associate-source-diagnostic,