Commit 18e56503 authored by Mouse's avatar Mouse

Restore missing switch case

parent 8ff887df
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment