summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-10-30 01:14:17 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-10-30 01:14:17 +0100
commit0892b5ea5aae60aa7cbb789de0fa316735344cc0 (patch)
tree24de39591641a76ded6623b59a9b8511376ef7c0
parent3ab5df93cc76a8e8eadbbf14d5d0aa5b95e626a3 (diff)
Disable default value, otherwise it'll be omited
-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,