Document: Green
Book (on bottom of Page 178) |
Version: Edition
6 |
Date: 29
Nov 2007 |
Comment: Get-Data-result: it shall be a CHOICE instead of SEQUENCE |
Get-Data-Result
::= SEQUENCE
{
data
[0] Data,
data-access-result [1] IMPLICIT Data-Access-Result
}
It should be:
Get-Data-Result ::= CHOICE
{
data
[0] Data,
data-access-result [1] IMPLICIT Data-Access-Result
} |
Document: Green
Book (page 182, Conformance) |
Version: Edition
6 |
Date: 30
Nov 2007 |
Comment: Clause 9.4 Abstract syntax of ACSE and COSEM APDUs |
The first line shall read:
Conformance ::= [APPLICATION 31] IMPLICIT BIT STRING (SIZE(24))
(The (SIZE(24)) element is missing.)
The first line after the opening bracket - containing (4) - shall be deleted. |