From 9a97dcefb15d426f431b17cafb9bf5aafd59cab2 Mon Sep 17 00:00:00 2001 From: Denis Filatov Date: Wed, 17 Oct 2018 12:52:03 +0200 Subject: [PATCH] IEEE1609dot2.asn - fix eeType default value according to the specification --- SEC_TS103097/IEEE1609dot2.asn | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/SEC_TS103097/IEEE1609dot2.asn b/SEC_TS103097/IEEE1609dot2.asn index 67d7682..f453026 100755 --- a/SEC_TS103097/IEEE1609dot2.asn +++ b/SEC_TS103097/IEEE1609dot2.asn @@ -282,14 +282,13 @@ LinkageData ::= SEQUENCE { group-linkage-value GroupLinkageValue OPTIONAL } ---EndEntityType ::= BIT STRING {app (0), enrol (1) } (SIZE (8)) (ALL EXCEPT {}) -EndEntityType ::= BIT STRING {app (0), enrol (1) } (SIZE (8)) +EndEntityType ::= BIT STRING {app (0), enrol (1) } (SIZE (8)) (ALL EXCEPT {}) PsidGroupPermissions ::= SEQUENCE { subjectPermissions SubjectPermissions, minChainLength INTEGER DEFAULT 1, chainLengthRange INTEGER DEFAULT 0, - eeType EndEntityType DEFAULT '00'H + eeType EndEntityType DEFAULT {app} } SequenceOfPsidGroupPermissions ::= SEQUENCE OF PsidGroupPermissions -- GitLab