aboutsummaryrefslogtreecommitdiffstats
path: root/tests/42-real-life-OK.asn1.-PR
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-02-25 11:47:59 +0000
committerLev Walkin <vlm@lionet.info>2005-02-25 11:47:59 +0000
commit295e24580465ecb53ba996017afa7ba35ea0f3f4 (patch)
treed9df3d8226e88f50908b9fc4e7947b36a7939df8 /tests/42-real-life-OK.asn1.-PR
parent9f30ef19a22139d3e59c4f563b2434e55b58fa7d (diff)
strict enumeration support
Diffstat (limited to 'tests/42-real-life-OK.asn1.-PR')
-rw-r--r--tests/42-real-life-OK.asn1.-PR3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/42-real-life-OK.asn1.-PR b/tests/42-real-life-OK.asn1.-PR
index 5d0ef294..dda3bdb1 100644
--- a/tests/42-real-life-OK.asn1.-PR
+++ b/tests/42-real-life-OK.asn1.-PR
@@ -683,7 +683,8 @@ static asn_INTEGER_specifics_t asn_DEF_accept_as_specs = {
asn_MAP_accept_as_value2enum, /* "tag" => N; sorted by tag */
asn_MAP_accept_as_enum2value, /* N => "tag"; sorted by N */
3, /* Number of elements in the maps */
- 1 /* Enumeration is extensible */
+ 1, /* Enumeration is extensible */
+ 1 /* Strict enumeration */
};
static ber_tlv_tag_t asn_DEF_accept_as_tags[] = {
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2))