Commit 86687be8 authored by Yann Garcia's avatar Yann Garcia
Browse files

Add constraint on Version to force TITAN to encode COER one byte

parent a9d34302
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -47,7 +47,7 @@ PublicKeys ::= SEQUENCE {
  encryptionKey         PublicEncryptionKey OPTIONAL
  encryptionKey         PublicEncryptionKey OPTIONAL
  }
  }


Version ::= INTEGER {v1(1)}
Version ::= INTEGER {v1(1)} (1..255)


EtsiTs103097Data-Encrypted-Unicast {ToBeEncryptedDataContent} ::= EtsiTs103097Data-Encrypted {ToBeEncryptedDataContent}
EtsiTs103097Data-Encrypted-Unicast {ToBeEncryptedDataContent} ::= EtsiTs103097Data-Encrypted {ToBeEncryptedDataContent}
(WITH COMPONENTS {...,
(WITH COMPONENTS {...,