aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/constr_SET_OF.c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-02-18 14:23:48 +0000
committerLev Walkin <vlm@lionet.info>2005-02-18 14:23:48 +0000
commit904e65b826a28168fc09454f1c4dba3d935471fc (patch)
tree20e1f8d8a9d58831e2b6e3032ea1c7d18df0ae5b /skeletons/constr_SET_OF.c
parent239143eec0b39a49f923eba2f26c78fb0645d467 (diff)
more distinction
Diffstat (limited to 'skeletons/constr_SET_OF.c')
-rw-r--r--skeletons/constr_SET_OF.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/skeletons/constr_SET_OF.c b/skeletons/constr_SET_OF.c
index 01328b4f..eed604ed 100644
--- a/skeletons/constr_SET_OF.c
+++ b/skeletons/constr_SET_OF.c
@@ -577,7 +577,8 @@ SET_OF_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
continue;
}
/* Fall through */
- case XCT_UNEXPECTED:
+ case XCT_UNKNOWN_OP:
+ case XCT_UNKNOWN_BO:
ASN_DEBUG("XER/SET OF: tcv=%d, ph=%d", tcv, ctx->phase);
if(ctx->phase != 1)
@@ -595,8 +596,6 @@ SET_OF_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
*/
ctx->phase = 2;
continue;
- case XCT_UNEXPECTED:
- case XCT_CLOSING:
default:
break; /* Phase out */
}