Skip to content

Commit

Permalink
Applied a fix to APER decoder of constr_CHOICE
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse07410 committed Jun 23, 2020
1 parent 6a526cd commit de0d9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeletons/constr_CHOICE.c
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ CHOICE_decode_aper(const asn_codec_ctx_t *opt_codec_ctx,
rv = elm->type->op->aper_decoder(opt_codec_ctx, elm->type,
elm->encoding_constraints.per_constraints, memb_ptr2, pd);
} else {
rv = uper_open_type_get(opt_codec_ctx, elm->type,
rv = aper_open_type_get(opt_codec_ctx, elm->type,
elm->encoding_constraints.per_constraints, memb_ptr2, pd);
}

Expand Down

0 comments on commit de0d9ea

Please sign in to comment.