aboutsummaryrefslogtreecommitdiffstats
path: root/tests/37-indirect-choice-OK.asn1.-Pfwide-types
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2013-12-07 11:02:44 -0800
committerLev Walkin <vlm@lionet.info>2013-12-07 11:02:44 -0800
commit6169b8d5654ca53692ea50ca573408a1321a50f7 (patch)
tree0af045426691dce51d06c4e952fb1d8412b9716d /tests/37-indirect-choice-OK.asn1.-Pfwide-types
parentd2fab92e0253d4e21bb2334e5a955e6fa75987d2 (diff)
fix default constraint checking
Diffstat (limited to 'tests/37-indirect-choice-OK.asn1.-Pfwide-types')
-rw-r--r--tests/37-indirect-choice-OK.asn1.-Pfwide-types4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/37-indirect-choice-OK.asn1.-Pfwide-types b/tests/37-indirect-choice-OK.asn1.-Pfwide-types
index b31e4022..e1c9ed10 100644
--- a/tests/37-indirect-choice-OK.asn1.-Pfwide-types
+++ b/tests/37-indirect-choice-OK.asn1.-Pfwide-types
@@ -362,6 +362,7 @@ static void
Choice3_1_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
td->free_struct = asn_DEF_Choice2.free_struct;
td->print_struct = asn_DEF_Choice2.print_struct;
+ td->check_constraints = asn_DEF_Choice2.check_constraints;
td->ber_decoder = asn_DEF_Choice2.ber_decoder;
td->der_encoder = asn_DEF_Choice2.der_encoder;
td->xer_decoder = asn_DEF_Choice2.xer_decoder;
@@ -487,6 +488,7 @@ static void
Choice4_1_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
td->free_struct = asn_DEF_Choice2.free_struct;
td->print_struct = asn_DEF_Choice2.print_struct;
+ td->check_constraints = asn_DEF_Choice2.check_constraints;
td->ber_decoder = asn_DEF_Choice2.ber_decoder;
td->der_encoder = asn_DEF_Choice2.der_encoder;
td->xer_decoder = asn_DEF_Choice2.xer_decoder;
@@ -612,6 +614,7 @@ static void
Choice5_1_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
td->free_struct = asn_DEF_Choice2.free_struct;
td->print_struct = asn_DEF_Choice2.print_struct;
+ td->check_constraints = asn_DEF_Choice2.check_constraints;
td->ber_decoder = asn_DEF_Choice2.ber_decoder;
td->der_encoder = asn_DEF_Choice2.der_encoder;
td->xer_decoder = asn_DEF_Choice2.xer_decoder;
@@ -736,6 +739,7 @@ static void
Choice6_1_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
td->free_struct = asn_DEF_Choice1.free_struct;
td->print_struct = asn_DEF_Choice1.print_struct;
+ td->check_constraints = asn_DEF_Choice1.check_constraints;
td->ber_decoder = asn_DEF_Choice1.ber_decoder;
td->der_encoder = asn_DEF_Choice1.der_encoder;
td->xer_decoder = asn_DEF_Choice1.xer_decoder;