aboutsummaryrefslogtreecommitdiffstats
path: root/tests/92-circular-loops-OK.asn1.-Pfindirect-choice
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-10-19 02:46:01 +0000
committerLev Walkin <vlm@lionet.info>2006-10-19 02:46:01 +0000
commit9ab21b8984dd5ef16a7d40a2f426f8e3f03989a3 (patch)
treeb12da2f501a7eaa5ad86691cb5b5a9fc41bdc402 /tests/92-circular-loops-OK.asn1.-Pfindirect-choice
parent345e4c6a67a29a0d5dc0419d1b12ada144f0bdf7 (diff)
Fixed explicit tagging of an in-lined constructed type.
Diffstat (limited to 'tests/92-circular-loops-OK.asn1.-Pfindirect-choice')
-rw-r--r--tests/92-circular-loops-OK.asn1.-Pfindirect-choice6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/92-circular-loops-OK.asn1.-Pfindirect-choice b/tests/92-circular-loops-OK.asn1.-Pfindirect-choice
index 9c9170bc..939056ec 100644
--- a/tests/92-circular-loops-OK.asn1.-Pfindirect-choice
+++ b/tests/92-circular-loops-OK.asn1.-Pfindirect-choice
@@ -547,7 +547,7 @@ asn_TYPE_descriptor_t asn_DEF_c_5 = {
static asn_TYPE_member_t asn_MBR_Choice3_1[] = {
{ ATF_POINTER, 0, offsetof(struct Choice3, choice.a),
.tag = (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
- .tag_mode = -1, /* IMPLICIT tag at current level */
+ .tag_mode = 0,
.type = &asn_DEF_a_2,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.per_constraints = 0, /* PER is not compiled, use -gen-PER */
@@ -565,7 +565,7 @@ static asn_TYPE_member_t asn_MBR_Choice3_1[] = {
},
{ ATF_POINTER, 0, offsetof(struct Choice3, choice.c),
.tag = (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
- .tag_mode = -1, /* IMPLICIT tag at current level */
+ .tag_mode = 0,
.type = &asn_DEF_c_5,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.per_constraints = 0, /* PER is not compiled, use -gen-PER */
@@ -1130,7 +1130,7 @@ static asn_TYPE_member_t asn_MBR_Alpha_1[] = {
},
{ ATF_NOFLAGS, 0, offsetof(struct Alpha, b),
.tag = (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
- .tag_mode = -1, /* IMPLICIT tag at current level */
+ .tag_mode = 0,
.type = &asn_DEF_b_3,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.per_constraints = 0, /* PER is not compiled, use -gen-PER */