aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/acse
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-01-03 14:35:35 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-01-03 14:35:35 +0000
commit452ff000567148398b22b37fbf12f1c0a38aed76 (patch)
tree02b0da69120f54a35396be5ce94e7642efb06a8d /asn1/acse
parent5e60817e81446702a5bf7474520ba421672554a1 (diff)
Corrected type for ACRP-apdu aSO-context-name,
which has to be wrong in the ASN.1 spec. svn path=/trunk/; revision=31417
Diffstat (limited to 'asn1/acse')
-rw-r--r--asn1/acse/acse.asn4
1 files changed, 3 insertions, 1 deletions
diff --git a/asn1/acse/acse.asn b/asn1/acse/acse.asn
index 1b250ffb43..4803262cda 100644
--- a/asn1/acse/acse.asn
+++ b/asn1/acse/acse.asn
@@ -195,7 +195,9 @@ ACRQ-apdu ::= [APPLICATION 6] IMPLICIT SEQUENCE {
ACRP-apdu ::= [APPLICATION 7] IMPLICIT SEQUENCE {
aso-qualifier [0] ASO-qualifier OPTIONAL,
asoi-identifier [1] IMPLICIT ASOI-identifier OPTIONAL,
- aSO-context-name [3] IMPLICIT ASO-context-name-list OPTIONAL,
+ -- originally defined as ASO-context-name-list, but this has to be wrong
+ -- aSO-context-name [3] IMPLICIT ASO-context-name-list OPTIONAL,
+ aSO-context-name [3] IMPLICIT ASO-context-name OPTIONAL,
p-context-result-list [4] IMPLICIT P-context-result-list OPTIONAL,
...,
-- ...,