aboutsummaryrefslogtreecommitdiffstats
path: root/tests/50-constraint-OK.asn1.-Pgen-PER
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2007-12-03 13:41:36 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2007-12-03 13:41:36 +0000
commit12164c45ff53facc3a379d64902a1d2c7cc926e7 (patch)
treec453a143c22610048408536ba901a65c1e6a9712 /tests/50-constraint-OK.asn1.-Pgen-PER
parent3811ffc9c3262340907c22f22f0546d0408837c0 (diff)
unsigned integer of 32-bit widtth support for per
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1401 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/50-constraint-OK.asn1.-Pgen-PER')
-rw-r--r--tests/50-constraint-OK.asn1.-Pgen-PER12
1 files changed, 9 insertions, 3 deletions
diff --git a/tests/50-constraint-OK.asn1.-Pgen-PER b/tests/50-constraint-OK.asn1.-Pgen-PER
index 4a959142..74903a6a 100644
--- a/tests/50-constraint-OK.asn1.-Pgen-PER
+++ b/tests/50-constraint-OK.asn1.-Pgen-PER
@@ -4384,7 +4384,9 @@ static asn_INTEGER_specifics_t asn_SPC_enum_c_specs_6 = {
asn_MAP_enum_c_enum2value_6, /* N => "tag"; sorted by N */
3, /* Number of elements in the maps */
3, /* Extensions before this member */
- 1 /* Strict enumeration */
+ 1, /* Strict enumeration */
+ 0, /* Native long size */
+ 0
};
static ber_tlv_tag_t asn_DEF_enum_c_tags_6[] = {
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
@@ -4751,7 +4753,9 @@ static asn_INTEGER_specifics_t asn_SPC_Enum0_specs_1 = {
asn_MAP_Enum0_enum2value_1, /* N => "tag"; sorted by N */
2, /* Number of elements in the maps */
0, /* Enumeration is not extensible */
- 1 /* Strict enumeration */
+ 1, /* Strict enumeration */
+ 0, /* Native long size */
+ 0
};
static ber_tlv_tag_t asn_DEF_Enum0_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
@@ -4940,7 +4944,9 @@ static asn_INTEGER_specifics_t asn_SPC_Enum1_specs_1 = {
asn_MAP_Enum1_enum2value_1, /* N => "tag"; sorted by N */
2, /* Number of elements in the maps */
0, /* Enumeration is not extensible */
- 1 /* Strict enumeration */
+ 1, /* Strict enumeration */
+ 0, /* Native long size */
+ 0
};
static ber_tlv_tag_t asn_DEF_Enum1_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2))