diff options
author | Björn Gustavsson <[email protected]> | 2014-10-14 10:47:58 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-01-12 11:40:25 +0100 |
commit | 07ecfe45e8c22c1d8bde26a39aa833ac6901c348 (patch) | |
tree | 9c638efd99a69de050a61021d6efa8d84cf76da8 /lib/asn1/test/asn1_SUITE_data/InfObj.asn | |
parent | bb97d8be44455847bc4186fc57a9c9af81b765fa (diff) | |
download | otp-07ecfe45e8c22c1d8bde26a39aa833ac6901c348.tar.gz otp-07ecfe45e8c22c1d8bde26a39aa833ac6901c348.tar.bz2 otp-07ecfe45e8c22c1d8bde26a39aa833ac6901c348.zip |
per/uper: Fix code generation for nested types in objects
Diffstat (limited to 'lib/asn1/test/asn1_SUITE_data/InfObj.asn')
-rw-r--r-- | lib/asn1/test/asn1_SUITE_data/InfObj.asn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/asn1/test/asn1_SUITE_data/InfObj.asn b/lib/asn1/test/asn1_SUITE_data/InfObj.asn index 4fefd58ceb..aadd642f97 100644 --- a/lib/asn1/test/asn1_SUITE_data/InfObj.asn +++ b/lib/asn1/test/asn1_SUITE_data/InfObj.asn @@ -206,7 +206,9 @@ ConstructedDefaultSet CONSTRUCTED-DEFAULT ::= { { &id 4, &Type SET { a INTEGER, b BIT STRING } } | { &id 5, &Type CHOICE { i INTEGER, b BIT STRING } } | { &id 6, &Type SEQUENCE OF INTEGER (1..16) } | - { &id 7, &Type SET OF INTEGER (1..64) } + { &id 7, &Type SET OF INTEGER (1..64) } | + { &id 8, &Type SEQUENCE OF SEQUENCE { x INTEGER, y INTEGER } } | + { &id 9, &Type SET OF SEQUENCE { x INTEGER, y INTEGER } } } ConstructedPdu ::= SEQUENCE { |