diff options
author | Björn Gustavsson <[email protected]> | 2013-11-27 16:08:03 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-01-20 12:22:41 +0100 |
commit | b39df70c54036dae66bec08402308ba094bdd3e5 (patch) | |
tree | b9d42ea372417abbd91fb583df6411094116168a /lib/asn1/test/asn1_SUITE_data/SeqPrim.asn1 | |
parent | 1a3d2435e28d0dcb5e8f5a4bcd82c8b3d2db495b (diff) | |
download | otp-b39df70c54036dae66bec08402308ba094bdd3e5.tar.gz otp-b39df70c54036dae66bec08402308ba094bdd3e5.tar.bz2 otp-b39df70c54036dae66bec08402308ba094bdd3e5.zip |
Test open types that may need more than 128 bytes
Diffstat (limited to 'lib/asn1/test/asn1_SUITE_data/SeqPrim.asn1')
-rw-r--r-- | lib/asn1/test/asn1_SUITE_data/SeqPrim.asn1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/asn1/test/asn1_SUITE_data/SeqPrim.asn1 b/lib/asn1/test/asn1_SUITE_data/SeqPrim.asn1 index 20c4126c0b..7068674647 100644 --- a/lib/asn1/test/asn1_SUITE_data/SeqPrim.asn1 +++ b/lib/asn1/test/asn1_SUITE_data/SeqPrim.asn1 @@ -16,4 +16,11 @@ Seq ::= SEQUENCE Empty ::= SEQUENCE {} +Big ::= SEQUENCE { + ..., + os1 [1] OCTET STRING (SIZE (120..130)) OPTIONAL, + os2 [2] OCTET STRING (SIZE (128..256)) OPTIONAL, + os3 [3] OCTET STRING (SIZE (17000..30000)) OPTIONAL +} + END |