Skip to content

Commit

Permalink
Restore missing switch case
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse07410 committed Aug 21, 2024
1 parent 8ff887d commit 18e5650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skeletons/OCTET_STRING_aper.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ OCTET_STRING_decode_aper(const asn_codec_ctx_t *opt_codec_ctx,

switch(specs->subvariant) {
case ASN_OSUBV_ANY:
case ASN_OSUBV_STR:
canonical_unit_bits = unit_bits = 8;
if(cval->flags & APC_CONSTRAINED) {
/* follow power of 2 rule */
Expand Down

0 comments on commit 18e5650

Please sign in to comment.