Two implicit tests, one with all structures inlined
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15703 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -32,6 +32,14 @@ TESTInteger2 ::= [4] IMPLICIT TESTInteger
|
||||
TESTInteger3 ::= [5] IMPLICIT TESTInteger2
|
||||
|
||||
TESTImplicit ::= SEQUENCE {
|
||||
ti1[0] IMPLICIT INTEGER (-2147483648..2147483647),
|
||||
ti2[1] IMPLICIT SEQUENCE {
|
||||
foo[127] INTEGER (-2147483648..2147483647)
|
||||
},
|
||||
ti3[2] IMPLICIT [5] IMPLICIT [4] IMPLICIT INTEGER (-2147483648..2147483647)
|
||||
}
|
||||
|
||||
TESTImplicit2 ::= SEQUENCE {
|
||||
ti1[0] IMPLICIT TESTInteger,
|
||||
ti2[1] IMPLICIT TESTLargeTag,
|
||||
ti3[2] IMPLICIT TESTInteger3
|
||||
|
Reference in New Issue
Block a user