aboutsummaryrefslogtreecommitdiffstats
path: root/tests/66-ref-simple-OK.asn1.-P
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-02-25 11:47:59 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-02-25 11:47:59 +0000
commitc018f36c490e3f18749e4befe0ffecfd6a12eaab (patch)
treed9df3d8226e88f50908b9fc4e7947b36a7939df8 /tests/66-ref-simple-OK.asn1.-P
parent56a1f3e7ada65e5925b2234445d9425e40d6f98c (diff)
strict enumeration support
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@704 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/66-ref-simple-OK.asn1.-P')
-rw-r--r--tests/66-ref-simple-OK.asn1.-P3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/66-ref-simple-OK.asn1.-P b/tests/66-ref-simple-OK.asn1.-P
index 206e0449..61c5e044 100644
--- a/tests/66-ref-simple-OK.asn1.-P
+++ b/tests/66-ref-simple-OK.asn1.-P
@@ -177,7 +177,8 @@ static asn_INTEGER_specifics_t asn_DEF_SimpleType_specs = {
asn_MAP_SimpleType_value2enum, /* "tag" => N; sorted by tag */
asn_MAP_SimpleType_enum2value, /* N => "tag"; sorted by N */
3, /* Number of elements in the maps */
- 0 /* Enumeration is not extensible */
+ 0, /* Enumeration is not extensible */
+ 1 /* Strict enumeration */
};
static ber_tlv_tag_t asn_DEF_SimpleType_tags[] = {
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2))