Commit a7591b5c authored by Lev Walkin's avatar Lev Walkin

regenerated tests based on Wim L patch

parent 78d604fe
0.9.??: 0.9.??:
* Merged constness patch by Wim L <wiml@omnigroup.com> (41bbf1c..78d604f).
0.9.27: 2014-Sep-17 0.9.27: 2014-Sep-17
* Build structure fixes for portability. * Build structure fixes for portability.
......
...@@ -19,7 +19,7 @@ static const int _PrintableString_alphabet[256] = { ...@@ -19,7 +19,7 @@ static const int _PrintableString_alphabet[256] = {
0,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63, /* abcdefghijklmno */ 0,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63, /* abcdefghijklmno */
64,65,66,67,68,69,70,71,72,73,74, 0, 0, 0, 0, 0, /* pqrstuvwxyz */ 64,65,66,67,68,69,70,71,72,73,74, 0, 0, 0, 0, 0, /* pqrstuvwxyz */
}; };
static const int _PrintableString_code2value[74] = { static const int _PrintableString_code2value[74] = {
32,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54, 32,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,
55,56,57,58,61,63,65,66,67,68,69,70,71,72,73,74, 55,56,57,58,61,63,65,66,67,68,69,70,71,72,73,74,
75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90, 75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,
......
...@@ -109,21 +109,21 @@ Enum1_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -109,21 +109,21 @@ Enum1_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [Enum1] >>> ***/ /*** <<< STAT-DEFS [Enum1] >>> ***/
static asn_INTEGER_enum_map_t asn_MAP_Enum1_value2enum_1[] = { static const asn_INTEGER_enum_map_t asn_MAP_Enum1_value2enum_1[] = {
{ 0, 3, "red" }, { 0, 3, "red" },
{ 1, 5, "green" }, { 1, 5, "green" },
{ 4, 4, "blue" }, { 4, 4, "blue" },
{ 5, 5, "alpha" } { 5, 5, "alpha" }
/* This list is extensible */ /* This list is extensible */
}; };
static unsigned int asn_MAP_Enum1_enum2value_1[] = { static const unsigned int asn_MAP_Enum1_enum2value_1[] = {
3, /* alpha(5) */ 3, /* alpha(5) */
2, /* blue(4) */ 2, /* blue(4) */
1, /* green(1) */ 1, /* green(1) */
0 /* red(0) */ 0 /* red(0) */
/* This list is extensible */ /* This list is extensible */
}; };
static asn_INTEGER_specifics_t asn_SPC_Enum1_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_Enum1_specs_1 = {
asn_MAP_Enum1_value2enum_1, /* "tag" => N; sorted by tag */ asn_MAP_Enum1_value2enum_1, /* "tag" => N; sorted by tag */
asn_MAP_Enum1_enum2value_1, /* N => "tag"; sorted by N */ asn_MAP_Enum1_enum2value_1, /* N => "tag"; sorted by N */
4, /* Number of elements in the maps */ 4, /* Number of elements in the maps */
...@@ -132,7 +132,7 @@ static asn_INTEGER_specifics_t asn_SPC_Enum1_specs_1 = { ...@@ -132,7 +132,7 @@ static asn_INTEGER_specifics_t asn_SPC_Enum1_specs_1 = {
0, /* Native long size */ 0, /* Native long size */
0 0
}; };
static ber_tlv_tag_t asn_DEF_Enum1_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Enum1_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_Enum1 = { asn_TYPE_descriptor_t asn_DEF_Enum1 = {
...@@ -272,7 +272,7 @@ Enum2_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -272,7 +272,7 @@ Enum2_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [Enum2] >>> ***/ /*** <<< STAT-DEFS [Enum2] >>> ***/
static asn_INTEGER_enum_map_t asn_MAP_Enum2_value2enum_1[] = { static const asn_INTEGER_enum_map_t asn_MAP_Enum2_value2enum_1[] = {
{ 0, 3, "red" }, { 0, 3, "red" },
{ 1, 5, "green" }, { 1, 5, "green" },
{ 12, 4, "beta" }, { 12, 4, "beta" },
...@@ -282,7 +282,7 @@ static asn_INTEGER_enum_map_t asn_MAP_Enum2_value2enum_1[] = { ...@@ -282,7 +282,7 @@ static asn_INTEGER_enum_map_t asn_MAP_Enum2_value2enum_1[] = {
{ 103, 5, "gamma" } { 103, 5, "gamma" }
/* This list is extensible */ /* This list is extensible */
}; };
static unsigned int asn_MAP_Enum2_enum2value_1[] = { static const unsigned int asn_MAP_Enum2_enum2value_1[] = {
5, /* alpha(46) */ 5, /* alpha(46) */
2, /* beta(12) */ 2, /* beta(12) */
4, /* blue(45) */ 4, /* blue(45) */
...@@ -292,7 +292,7 @@ static unsigned int asn_MAP_Enum2_enum2value_1[] = { ...@@ -292,7 +292,7 @@ static unsigned int asn_MAP_Enum2_enum2value_1[] = {
0 /* red(0) */ 0 /* red(0) */
/* This list is extensible */ /* This list is extensible */
}; };
static asn_INTEGER_specifics_t asn_SPC_Enum2_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_Enum2_specs_1 = {
asn_MAP_Enum2_value2enum_1, /* "tag" => N; sorted by tag */ asn_MAP_Enum2_value2enum_1, /* "tag" => N; sorted by tag */
asn_MAP_Enum2_enum2value_1, /* N => "tag"; sorted by N */ asn_MAP_Enum2_enum2value_1, /* N => "tag"; sorted by N */
7, /* Number of elements in the maps */ 7, /* Number of elements in the maps */
...@@ -301,7 +301,7 @@ static asn_INTEGER_specifics_t asn_SPC_Enum2_specs_1 = { ...@@ -301,7 +301,7 @@ static asn_INTEGER_specifics_t asn_SPC_Enum2_specs_1 = {
0, /* Native long size */ 0, /* Native long size */
0 0
}; };
static ber_tlv_tag_t asn_DEF_Enum2_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Enum2_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_Enum2 = { asn_TYPE_descriptor_t asn_DEF_Enum2 = {
...@@ -437,19 +437,19 @@ Enum3_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -437,19 +437,19 @@ Enum3_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [Enum3] >>> ***/ /*** <<< STAT-DEFS [Enum3] >>> ***/
static asn_INTEGER_enum_map_t asn_MAP_Enum3_value2enum_1[] = { static const asn_INTEGER_enum_map_t asn_MAP_Enum3_value2enum_1[] = {
{ 0, 1, "a" }, { 0, 1, "a" },
{ 1, 1, "c" }, { 1, 1, "c" },
{ 3, 1, "b" } { 3, 1, "b" }
/* This list is extensible */ /* This list is extensible */
}; };
static unsigned int asn_MAP_Enum3_enum2value_1[] = { static const unsigned int asn_MAP_Enum3_enum2value_1[] = {
0, /* a(0) */ 0, /* a(0) */
2, /* b(3) */ 2, /* b(3) */
1 /* c(1) */ 1 /* c(1) */
/* This list is extensible */ /* This list is extensible */
}; };
static asn_INTEGER_specifics_t asn_SPC_Enum3_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_Enum3_specs_1 = {
asn_MAP_Enum3_value2enum_1, /* "tag" => N; sorted by tag */ asn_MAP_Enum3_value2enum_1, /* "tag" => N; sorted by tag */
asn_MAP_Enum3_enum2value_1, /* N => "tag"; sorted by N */ asn_MAP_Enum3_enum2value_1, /* N => "tag"; sorted by N */
3, /* Number of elements in the maps */ 3, /* Number of elements in the maps */
...@@ -458,7 +458,7 @@ static asn_INTEGER_specifics_t asn_SPC_Enum3_specs_1 = { ...@@ -458,7 +458,7 @@ static asn_INTEGER_specifics_t asn_SPC_Enum3_specs_1 = {
0, /* Native long size */ 0, /* Native long size */
0 0
}; };
static ber_tlv_tag_t asn_DEF_Enum3_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Enum3_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_Enum3 = { asn_TYPE_descriptor_t asn_DEF_Enum3 = {
...@@ -595,21 +595,21 @@ Enum4_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -595,21 +595,21 @@ Enum4_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [Enum4] >>> ***/ /*** <<< STAT-DEFS [Enum4] >>> ***/
static asn_INTEGER_enum_map_t asn_MAP_Enum4_value2enum_1[] = { static const asn_INTEGER_enum_map_t asn_MAP_Enum4_value2enum_1[] = {
{ 0, 1, "a" }, { 0, 1, "a" },
{ 1, 1, "b" }, { 1, 1, "b" },
{ 3, 1, "c" }, { 3, 1, "c" },
{ 4, 1, "d" } { 4, 1, "d" }
/* This list is extensible */ /* This list is extensible */
}; };
static unsigned int asn_MAP_Enum4_enum2value_1[] = { static const unsigned int asn_MAP_Enum4_enum2value_1[] = {
0, /* a(0) */ 0, /* a(0) */
1, /* b(1) */ 1, /* b(1) */
2, /* c(3) */ 2, /* c(3) */
3 /* d(4) */ 3 /* d(4) */
/* This list is extensible */ /* This list is extensible */
}; };
static asn_INTEGER_specifics_t asn_SPC_Enum4_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_Enum4_specs_1 = {
asn_MAP_Enum4_value2enum_1, /* "tag" => N; sorted by tag */ asn_MAP_Enum4_value2enum_1, /* "tag" => N; sorted by tag */
asn_MAP_Enum4_enum2value_1, /* N => "tag"; sorted by N */ asn_MAP_Enum4_enum2value_1, /* N => "tag"; sorted by N */
4, /* Number of elements in the maps */ 4, /* Number of elements in the maps */
...@@ -618,7 +618,7 @@ static asn_INTEGER_specifics_t asn_SPC_Enum4_specs_1 = { ...@@ -618,7 +618,7 @@ static asn_INTEGER_specifics_t asn_SPC_Enum4_specs_1 = {
0, /* Native long size */ 0, /* Native long size */
0 0
}; };
static ber_tlv_tag_t asn_DEF_Enum4_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Enum4_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_Enum4 = { asn_TYPE_descriptor_t asn_DEF_Enum4 = {
...@@ -754,19 +754,19 @@ Enum5_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -754,19 +754,19 @@ Enum5_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [Enum5] >>> ***/ /*** <<< STAT-DEFS [Enum5] >>> ***/
static asn_INTEGER_enum_map_t asn_MAP_Enum5_value2enum_1[] = { static const asn_INTEGER_enum_map_t asn_MAP_Enum5_value2enum_1[] = {
{ 0, 1, "a" }, { 0, 1, "a" },
{ 25, 1, "z" }, { 25, 1, "z" },
{ 26, 1, "d" } { 26, 1, "d" }
/* This list is extensible */ /* This list is extensible */
}; };
static unsigned int asn_MAP_Enum5_enum2value_1[] = { static const unsigned int asn_MAP_Enum5_enum2value_1[] = {
0, /* a(0) */ 0, /* a(0) */
2, /* d(26) */ 2, /* d(26) */
1 /* z(25) */ 1 /* z(25) */
/* This list is extensible */ /* This list is extensible */
}; };
static asn_INTEGER_specifics_t asn_SPC_Enum5_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_Enum5_specs_1 = {
asn_MAP_Enum5_value2enum_1, /* "tag" => N; sorted by tag */ asn_MAP_Enum5_value2enum_1, /* "tag" => N; sorted by tag */
asn_MAP_Enum5_enum2value_1, /* N => "tag"; sorted by N */ asn_MAP_Enum5_enum2value_1, /* N => "tag"; sorted by N */
3, /* Number of elements in the maps */ 3, /* Number of elements in the maps */
...@@ -775,7 +775,7 @@ static asn_INTEGER_specifics_t asn_SPC_Enum5_specs_1 = { ...@@ -775,7 +775,7 @@ static asn_INTEGER_specifics_t asn_SPC_Enum5_specs_1 = {
0, /* Native long size */ 0, /* Native long size */
0 0
}; };
static ber_tlv_tag_t asn_DEF_Enum5_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Enum5_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_Enum5 = { asn_TYPE_descriptor_t asn_DEF_Enum5 = {
......
...@@ -39,7 +39,7 @@ static asn_TYPE_member_t asn_MBR_Collection_16P0_1[] = { ...@@ -39,7 +39,7 @@ static asn_TYPE_member_t asn_MBR_Collection_16P0_1[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_Collection_16P0_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Collection_16P0_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_Collection_16P0_specs_1 = { static asn_SET_OF_specifics_t asn_SPC_Collection_16P0_specs_1 = {
...@@ -82,7 +82,7 @@ static asn_TYPE_member_t asn_MBR_Collection_16P1_3[] = { ...@@ -82,7 +82,7 @@ static asn_TYPE_member_t asn_MBR_Collection_16P1_3[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_Collection_16P1_tags_3[] = { static const ber_tlv_tag_t asn_DEF_Collection_16P1_tags_3[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_Collection_16P1_specs_3 = { static asn_SET_OF_specifics_t asn_SPC_Collection_16P1_specs_3 = {
...@@ -156,10 +156,10 @@ static asn_TYPE_member_t asn_MBR_Bunch_1[] = { ...@@ -156,10 +156,10 @@ static asn_TYPE_member_t asn_MBR_Bunch_1[] = {
.name = "field-IA5String" .name = "field-IA5String"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Bunch_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Bunch_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Bunch_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Bunch_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 0, 0, 1 }, /* field-REAL */ { (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 0, 0, 1 }, /* field-REAL */
{ (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 1, -1, 0 } /* field-IA5String */ { (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 1, -1, 0 } /* field-IA5String */
}; };
......
...@@ -58,10 +58,10 @@ static asn_TYPE_member_t asn_MBR_SIGNED_16P0_1[] = { ...@@ -58,10 +58,10 @@ static asn_TYPE_member_t asn_MBR_SIGNED_16P0_1[] = {
.name = "signed" .name = "signed"
}, },
}; };
static ber_tlv_tag_t asn_DEF_SIGNED_16P0_tags_1[] = { static const ber_tlv_tag_t asn_DEF_SIGNED_16P0_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_SIGNED_16P0_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_SIGNED_16P0_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (9 << 2)), 0, 0, 0 } /* signed */ { (ASN_TAG_CLASS_UNIVERSAL | (9 << 2)), 0, 0, 0 } /* signed */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_SIGNED_16P0_specs_1 = { static asn_SEQUENCE_specifics_t asn_SPC_SIGNED_16P0_specs_1 = {
...@@ -108,13 +108,13 @@ static asn_TYPE_member_t asn_MBR_signed_4[] = { ...@@ -108,13 +108,13 @@ static asn_TYPE_member_t asn_MBR_signed_4[] = {
.name = "a" .name = "a"
}, },
}; };
static ber_tlv_tag_t asn_DEF_signed_tags_4[] = { static const ber_tlv_tag_t asn_DEF_signed_tags_4[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_signed_tag2el_4[] = { static const asn_TYPE_tag2member_t asn_MAP_signed_tag2el_4[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* a */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* a */
}; };
static uint8_t asn_MAP_signed_mmap_4[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_signed_mmap_4[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = {
(1 << 7) (1 << 7)
}; };
static asn_SET_specifics_t asn_SPC_signed_specs_4 = { static asn_SET_specifics_t asn_SPC_signed_specs_4 = {
...@@ -164,10 +164,10 @@ static asn_TYPE_member_t asn_MBR_SIGNED_16P1_3[] = { ...@@ -164,10 +164,10 @@ static asn_TYPE_member_t asn_MBR_SIGNED_16P1_3[] = {
.name = "signed" .name = "signed"
}, },
}; };
static ber_tlv_tag_t asn_DEF_SIGNED_16P1_tags_3[] = { static const ber_tlv_tag_t asn_DEF_SIGNED_16P1_tags_3[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_SIGNED_16P1_tag2el_3[] = { static const asn_TYPE_tag2member_t asn_MAP_SIGNED_16P1_tag2el_3[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 0, 0, 0 } /* signed */ { (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 0, 0, 0 } /* signed */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_SIGNED_16P1_specs_3 = { static asn_SEQUENCE_specifics_t asn_SPC_SIGNED_16P1_specs_3 = {
...@@ -302,7 +302,7 @@ SignedREAL_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -302,7 +302,7 @@ SignedREAL_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [SignedREAL] >>> ***/ /*** <<< STAT-DEFS [SignedREAL] >>> ***/
static ber_tlv_tag_t asn_DEF_SignedREAL_tags_1[] = { static const ber_tlv_tag_t asn_DEF_SignedREAL_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_SignedREAL = { asn_TYPE_descriptor_t asn_DEF_SignedREAL = {
...@@ -427,7 +427,7 @@ SignedSET_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -427,7 +427,7 @@ SignedSET_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [SignedSET] >>> ***/ /*** <<< STAT-DEFS [SignedSET] >>> ***/
static ber_tlv_tag_t asn_DEF_SignedSET_tags_1[] = { static const ber_tlv_tag_t asn_DEF_SignedSET_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_SignedSET = { asn_TYPE_descriptor_t asn_DEF_SignedSET = {
......
...@@ -146,10 +146,10 @@ static asn_TYPE_member_t asn_MBR_Narrow_15P0_1[] = { ...@@ -146,10 +146,10 @@ static asn_TYPE_member_t asn_MBR_Narrow_15P0_1[] = {
.name = "narrow3" .name = "narrow3"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Narrow_15P0_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Narrow_15P0_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Narrow_15P0_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Narrow_15P0_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* narrow1 */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* narrow1 */
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* narrow2 */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* narrow2 */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 2, 0, 0 } /* narrow3 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 2, 0, 0 } /* narrow3 */
...@@ -286,7 +286,7 @@ NarrowInteger_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -286,7 +286,7 @@ NarrowInteger_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NarrowInteger] >>> ***/ /*** <<< STAT-DEFS [NarrowInteger] >>> ***/
static ber_tlv_tag_t asn_DEF_NarrowInteger_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NarrowInteger_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NarrowInteger = { asn_TYPE_descriptor_t asn_DEF_NarrowInteger = {
......
...@@ -120,7 +120,7 @@ MinMax_16P0_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -120,7 +120,7 @@ MinMax_16P0_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [MinMax] >>> ***/ /*** <<< STAT-DEFS [MinMax] >>> ***/
static ber_tlv_tag_t asn_DEF_MinMax_16P0_tags_1[] = { static const ber_tlv_tag_t asn_DEF_MinMax_16P0_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_MinMax_16P0 = { asn_TYPE_descriptor_t asn_DEF_MinMax_16P0 = {
...@@ -268,7 +268,7 @@ ThreePlus_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -268,7 +268,7 @@ ThreePlus_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [ThreePlus] >>> ***/ /*** <<< STAT-DEFS [ThreePlus] >>> ***/
static ber_tlv_tag_t asn_DEF_ThreePlus_tags_1[] = { static const ber_tlv_tag_t asn_DEF_ThreePlus_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_ThreePlus = { asn_TYPE_descriptor_t asn_DEF_ThreePlus = {
......
...@@ -149,10 +149,10 @@ static asn_TYPE_member_t asn_MBR_Flag_16P0_1[] = { ...@@ -149,10 +149,10 @@ static asn_TYPE_member_t asn_MBR_Flag_16P0_1[] = {
.name = "field" .name = "field"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Flag_16P0_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Flag_16P0_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Flag_16P0_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Flag_16P0_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* field */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* field */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_Flag_16P0_specs_1 = { static asn_SEQUENCE_specifics_t asn_SPC_Flag_16P0_specs_1 = {
...@@ -208,17 +208,17 @@ static int asn_DFL_7_set_5(int set_value, void **sptr) { ...@@ -208,17 +208,17 @@ static int asn_DFL_7_set_5(int set_value, void **sptr) {
return (value == 5); return (value == 5);
} }
} }
static asn_INTEGER_enum_map_t asn_MAP_field_value2enum_7[] = { static const asn_INTEGER_enum_map_t asn_MAP_field_value2enum_7[] = {
{ 3, 3, "red" }, { 3, 3, "red" },
{ 4, 5, "green" }, { 4, 5, "green" },
{ 5, 4, "blue" } { 5, 4, "blue" }
}; };
static unsigned int asn_MAP_field_enum2value_7[] = { static const unsigned int asn_MAP_field_enum2value_7[] = {
2, /* blue(5) */ 2, /* blue(5) */
1, /* green(4) */ 1, /* green(4) */
0 /* red(3) */ 0 /* red(3) */
}; };
static asn_INTEGER_specifics_t asn_SPC_field_specs_7 = { static const asn_INTEGER_specifics_t asn_SPC_field_specs_7 = {
asn_MAP_field_value2enum_7, /* "tag" => N; sorted by tag */ asn_MAP_field_value2enum_7, /* "tag" => N; sorted by tag */
asn_MAP_field_enum2value_7, /* N => "tag"; sorted by N */ asn_MAP_field_enum2value_7, /* N => "tag"; sorted by N */
3, /* Number of elements in the maps */ 3, /* Number of elements in the maps */
...@@ -227,7 +227,7 @@ static asn_INTEGER_specifics_t asn_SPC_field_specs_7 = { ...@@ -227,7 +227,7 @@ static asn_INTEGER_specifics_t asn_SPC_field_specs_7 = {
0, /* Native long size */ 0, /* Native long size */
0 0
}; };
static ber_tlv_tag_t asn_DEF_field_tags_7[] = { static const ber_tlv_tag_t asn_DEF_field_tags_7[] = {
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
}; };
static /* Use -fall-defs-global to expose */ static /* Use -fall-defs-global to expose */
...@@ -265,10 +265,10 @@ static asn_TYPE_member_t asn_MBR_Flag_16P1_6[] = { ...@@ -265,10 +265,10 @@ static asn_TYPE_member_t asn_MBR_Flag_16P1_6[] = {
.name = "field" .name = "field"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Flag_16P1_tags_6[] = { static const ber_tlv_tag_t asn_DEF_Flag_16P1_tags_6[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Flag_16P1_tag2el_6[] = { static const asn_TYPE_tag2member_t asn_MAP_Flag_16P1_tag2el_6[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* field */ { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* field */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_Flag_16P1_specs_6 = { static asn_SEQUENCE_specifics_t asn_SPC_Flag_16P1_specs_6 = {
...@@ -403,7 +403,7 @@ IntegerColorFlag_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -403,7 +403,7 @@ IntegerColorFlag_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [IntegerColorFlag] >>> ***/ /*** <<< STAT-DEFS [IntegerColorFlag] >>> ***/
static ber_tlv_tag_t asn_DEF_IntegerColorFlag_tags_1[] = { static const ber_tlv_tag_t asn_DEF_IntegerColorFlag_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_IntegerColorFlag = { asn_TYPE_descriptor_t asn_DEF_IntegerColorFlag = {
...@@ -528,7 +528,7 @@ EnumeratedColorFlag_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -528,7 +528,7 @@ EnumeratedColorFlag_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [EnumeratedColorFlag] >>> ***/ /*** <<< STAT-DEFS [EnumeratedColorFlag] >>> ***/
static ber_tlv_tag_t asn_DEF_EnumeratedColorFlag_tags_1[] = { static const ber_tlv_tag_t asn_DEF_EnumeratedColorFlag_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_EnumeratedColorFlag = { asn_TYPE_descriptor_t asn_DEF_EnumeratedColorFlag = {
......
...@@ -98,7 +98,7 @@ static int check_permitted_alphabet_6(const void *sptr) { ...@@ -98,7 +98,7 @@ static int check_permitted_alphabet_6(const void *sptr) {
return 0; return 0;
} }
static int permitted_alphabet_table_7[256] = { static const int permitted_alphabet_table_7[256] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
...@@ -106,12 +106,12 @@ static int permitted_alphabet_table_7[256] = { ...@@ -106,12 +106,12 @@ static int permitted_alphabet_table_7[256] = {
0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* AB */ 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* AB */
0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 5, 0, 0, 0, 0, 0, /* XYZ */ 0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 5, 0, 0, 0, 0, 0, /* XYZ */
}; };
static int permitted_alphabet_code2value_7[5] = { static const int permitted_alphabet_code2value_7[5] = {
65,66,88,89,90,}; 65,66,88,89,90,};
static int check_permitted_alphabet_7(const void *sptr) { static int check_permitted_alphabet_7(const void *sptr) {
int *table = permitted_alphabet_table_7; const int *table = permitted_alphabet_table_7;
/* The underlying type is IA5String */ /* The underlying type is IA5String */
const IA5String_t *st = (const IA5String_t *)sptr; const IA5String_t *st = (const IA5String_t *)sptr;
const uint8_t *ch = st->buf; const uint8_t *ch = st->buf;
...@@ -150,7 +150,7 @@ static int check_permitted_alphabet_10(const void *sptr) { ...@@ -150,7 +150,7 @@ static int check_permitted_alphabet_10(const void *sptr) {
return 0; return 0;
} }
static int permitted_alphabet_table_11[256] = { static const int permitted_alphabet_table_11[256] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
...@@ -158,12 +158,12 @@ static int permitted_alphabet_table_11[256] = { ...@@ -158,12 +158,12 @@ static int permitted_alphabet_table_11[256] = {
0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* AB */ 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* AB */
0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 5, 0, 0, 0, 0, 0, /* XYZ */ 0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 5, 0, 0, 0, 0, 0, /* XYZ */
}; };
static int permitted_alphabet_code2value_11[5] = { static const int permitted_alphabet_code2value_11[5] = {
65,66,88,89,90,}; 65,66,88,89,90,};
static int check_permitted_alphabet_11(const void *sptr) { static int check_permitted_alphabet_11(const void *sptr) {
int *table = permitted_alphabet_table_11; const int *table = permitted_alphabet_table_11;
/* The underlying type is VisibleString */ /* The underlying type is VisibleString */
const VisibleString_t *st = (const VisibleString_t *)sptr; const VisibleString_t *st = (const VisibleString_t *)sptr;
const uint8_t *ch = st->buf; const uint8_t *ch = st->buf;
...@@ -189,7 +189,7 @@ static int check_permitted_alphabet_13(const void *sptr) { ...@@ -189,7 +189,7 @@ static int check_permitted_alphabet_13(const void *sptr) {
return 0; return 0;
} }
static int permitted_alphabet_table_14[256] = { static const int permitted_alphabet_table_14[256] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
...@@ -197,12 +197,12 @@ static int permitted_alphabet_table_14[256] = { ...@@ -197,12 +197,12 @@ static int permitted_alphabet_table_14[256] = {
0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* AB */ 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* AB */
0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 5, 0, 0, 0, 0, 0, /* XYZ */ 0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 5, 0, 0, 0, 0, 0, /* XYZ */
}; };
static int permitted_alphabet_code2value_14[5] = { static const int permitted_alphabet_code2value_14[5] = {
65,66,88,89,90,}; 65,66,88,89,90,};
static int check_permitted_alphabet_14(const void *sptr) { static int check_permitted_alphabet_14(const void *sptr) {
int *table = permitted_alphabet_table_14; const int *table = permitted_alphabet_table_14;
/* The underlying type is PrintableString */ /* The underlying type is PrintableString */
const PrintableString_t *st = (const PrintableString_t *)sptr; const PrintableString_t *st = (const PrintableString_t *)sptr;
const uint8_t *ch = st->buf; const uint8_t *ch = st->buf;
...@@ -241,18 +241,18 @@ static int check_permitted_alphabet_17(const void *sptr) { ...@@ -241,18 +241,18 @@ static int check_permitted_alphabet_17(const void *sptr) {
return 0; return 0;
} }
static int permitted_alphabet_table_18[256] = { static const int permitted_alphabet_table_18[256] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, /* 1 9 */ 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, /* 1 9 */
}; };
static int permitted_alphabet_code2value_18[2] = { static const int permitted_alphabet_code2value_18[2] = {
49,57,}; 49,57,};
static int check_permitted_alphabet_18(const void *sptr) { static int check_permitted_alphabet_18(const void *sptr) {
int *table = permitted_alphabet_table_18; const int *table = permitted_alphabet_table_18;
/* The underlying type is NumericString */ /* The underlying type is NumericString */
const NumericString_t *st = (const NumericString_t *)sptr; const NumericString_t *st = (const NumericString_t *)sptr;
const uint8_t *ch = st->buf; const uint8_t *ch = st->buf;
...@@ -265,7 +265,7 @@ static int check_permitted_alphabet_18(const void *sptr) { ...@@ -265,7 +265,7 @@ static int check_permitted_alphabet_18(const void *sptr) {
return 0; return 0;
} }
static int permitted_alphabet_table_21[128] = { static const int permitted_alphabet_table_21[128] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
...@@ -275,7 +275,7 @@ static int permitted_alphabet_table_21[128] = { ...@@ -275,7 +275,7 @@ static int permitted_alphabet_table_21[128] = {
}; };
static int check_permitted_alphabet_21(const void *sptr) { static int check_permitted_alphabet_21(const void *sptr) {
int *table = permitted_alphabet_table_21; const int *table = permitted_alphabet_table_21;
/* The underlying type is UTF8String */ /* The underlying type is UTF8String */
const UTF8String_t *st = (const UTF8String_t *)sptr; const UTF8String_t *st = (const UTF8String_t *)sptr;
const uint8_t *ch = st->buf; const uint8_t *ch = st->buf;
...@@ -334,7 +334,7 @@ static int check_permitted_alphabet_25(const void *sptr) { ...@@ -334,7 +334,7 @@ static int check_permitted_alphabet_25(const void *sptr) {
return 0; return 0;
} }
static int permitted_alphabet_table_26[256] = { static const int permitted_alphabet_table_26[256] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
...@@ -342,12 +342,12 @@ static int permitted_alphabet_table_26[256] = { ...@@ -342,12 +342,12 @@ static int permitted_alphabet_table_26[256] = {
0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* AB */ 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* AB */
0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 5, 0, 0, 0, 0, 0, /* XYZ */ 0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 5, 0, 0, 0, 0, 0, /* XYZ */
}; };
static int permitted_alphabet_code2value_26[5] = { static const int permitted_alphabet_code2value_26[5] = {
65,66,88,89,90,}; 65,66,88,89,90,};
static int check_permitted_alphabet_26(const void *sptr) { static int check_permitted_alphabet_26(const void *sptr) {
int *table = permitted_alphabet_table_26; const int *table = permitted_alphabet_table_26;
/* The underlying type is BMPString */ /* The underlying type is BMPString */
const BMPString_t *st = (const BMPString_t *)sptr; const BMPString_t *st = (const BMPString_t *)sptr;
const uint8_t *ch = st->buf; const uint8_t *ch = st->buf;
...@@ -414,7 +414,7 @@ static int check_permitted_alphabet_30(const void *sptr) { ...@@ -414,7 +414,7 @@ static int check_permitted_alphabet_30(const void *sptr) {
return 0; return 0;
} }
static int permitted_alphabet_table_31[256] = { static const int permitted_alphabet_table_31[256] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
...@@ -422,12 +422,12 @@ static int permitted_alphabet_table_31[256] = { ...@@ -422,12 +422,12 @@ static int permitted_alphabet_table_31[256] = {
0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* AB */ 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* AB */
0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 5, 0, 0, 0, 0, 0, /* XYZ */ 0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 5, 0, 0, 0, 0, 0, /* XYZ */
}; };
static int permitted_alphabet_code2value_31[5] = { static const int permitted_alphabet_code2value_31[5] = {
65,66,88,89,90,}; 65,66,88,89,90,};
static int check_permitted_alphabet_31(const void *sptr) { static int check_permitted_alphabet_31(const void *sptr) {
int *table = permitted_alphabet_table_31; const int *table = permitted_alphabet_table_31;
/* The underlying type is UniversalString */ /* The underlying type is UniversalString */
const UniversalString_t *st = (const UniversalString_t *)sptr; const UniversalString_t *st = (const UniversalString_t *)sptr;
const uint8_t *ch = st->buf; const uint8_t *ch = st->buf;
...@@ -1192,7 +1192,7 @@ static asn_TYPE_member_t asn_MBR_many_2[] = { ...@@ -1192,7 +1192,7 @@ static asn_TYPE_member_t asn_MBR_many_2[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_many_tags_2[] = { static const ber_tlv_tag_t asn_DEF_many_tags_2[] = {
(ASN_TAG_CLASS_CONTEXT | (0 << 2)), (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
...@@ -1508,11 +1508,11 @@ static asn_TYPE_member_t asn_MBR_PDU_1[] = { ...@@ -1508,11 +1508,11 @@ static asn_TYPE_member_t asn_MBR_PDU_1[] = {
.name = "oid" .name = "oid"
}, },
}; };
static int asn_MAP_PDU_oms_1[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 }; static const int asn_MAP_PDU_oms_1[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 };
static ber_tlv_tag_t asn_DEF_PDU_tags_1[] = { static const ber_tlv_tag_t asn_DEF_PDU_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_PDU_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_PDU_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* many */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* many */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* ia5 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* ia5 */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* ia5-c */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* ia5-c */
......
...@@ -119,7 +119,7 @@ T_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -119,7 +119,7 @@ T_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [T] >>> ***/ /*** <<< STAT-DEFS [T] >>> ***/
static ber_tlv_tag_t asn_DEF_T_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (3 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (3 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_T = { asn_TYPE_descriptor_t asn_DEF_T = {
......
...@@ -74,11 +74,11 @@ static asn_TYPE_member_t asn_MBR_PDU_1[] = { ...@@ -74,11 +74,11 @@ static asn_TYPE_member_t asn_MBR_PDU_1[] = {
.name = "pdu-2" .name = "pdu-2"
}, },
}; };
static int asn_MAP_PDU_oms_1[] = { 0, 1, 2, 3 }; static const int asn_MAP_PDU_oms_1[] = { 0, 1, 2, 3 };
static ber_tlv_tag_t asn_DEF_PDU_tags_1[] = { static const ber_tlv_tag_t asn_DEF_PDU_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_PDU_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_PDU_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* str-o */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* str-o */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* str-m */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* str-m */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* singl */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* singl */
...@@ -177,11 +177,11 @@ static asn_TYPE_member_t asn_MBR_Singleton_1[] = { ...@@ -177,11 +177,11 @@ static asn_TYPE_member_t asn_MBR_Singleton_1[] = {
.name = "opt-z" .name = "opt-z"
}, },
}; };
static int asn_MAP_Singleton_oms_1[] = { 0 }; static const int asn_MAP_Singleton_oms_1[] = { 0 };
static ber_tlv_tag_t asn_DEF_Singleton_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Singleton_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Singleton_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Singleton_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* opt-z */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* opt-z */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_Singleton_specs_1 = { static asn_SEQUENCE_specifics_t asn_SPC_Singleton_specs_1 = {
...@@ -296,8 +296,8 @@ static asn_TYPE_member_t asn_MBR_PDU_2_1[] = { ...@@ -296,8 +296,8 @@ static asn_TYPE_member_t asn_MBR_PDU_2_1[] = {
.name = "ext0" .name = "ext0"
}, },
}; };
static int asn_MAP_PDU_2_cmap_1[] = { 0, 2, 1 }; static const int asn_MAP_PDU_2_cmap_1[] = { 0, 2, 1 };
static asn_TYPE_tag2member_t asn_MAP_PDU_2_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_PDU_2_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 2, 0, 0 }, /* ext0 */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 2, 0, 0 }, /* ext0 */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* ext1 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* ext1 */
{ (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 0, 0, 0 } /* main */ { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 0, 0, 0 } /* main */
......
...@@ -354,12 +354,12 @@ static asn_per_constraints_t asn_PER_memb_unsplit32_constr_5 GCC_NOTUSED = { ...@@ -354,12 +354,12 @@ static asn_per_constraints_t asn_PER_memb_unsplit32_constr_5 GCC_NOTUSED = {
/*** <<< STAT-DEFS [T] >>> ***/ /*** <<< STAT-DEFS [T] >>> ***/
static asn_INTEGER_specifics_t asn_SPC_unsigned32_specs_4 = { static const asn_INTEGER_specifics_t asn_SPC_unsigned32_specs_4 = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, /* Native long size */ 0, /* Native long size */
1 /* Unsigned representation */ 1 /* Unsigned representation */
}; };
static ber_tlv_tag_t asn_DEF_unsigned32_tags_4[] = { static const ber_tlv_tag_t asn_DEF_unsigned32_tags_4[] = {
(ASN_TAG_CLASS_CONTEXT | (2 << 2)), (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
...@@ -388,12 +388,12 @@ asn_TYPE_descriptor_t asn_DEF_unsigned32_4 = { ...@@ -388,12 +388,12 @@ asn_TYPE_descriptor_t asn_DEF_unsigned32_4 = {
&asn_SPC_unsigned32_specs_4 /* Additional specs */ &asn_SPC_unsigned32_specs_4 /* Additional specs */
}; };
static asn_INTEGER_specifics_t asn_SPC_unsplit32_specs_5 = { static const asn_INTEGER_specifics_t asn_SPC_unsplit32_specs_5 = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, /* Native long size */ 0, /* Native long size */
1 /* Unsigned representation */ 1 /* Unsigned representation */
}; };
static ber_tlv_tag_t asn_DEF_unsplit32_tags_5[] = { static const ber_tlv_tag_t asn_DEF_unsplit32_tags_5[] = {
(ASN_TAG_CLASS_CONTEXT | (3 << 2)), (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
...@@ -460,10 +460,10 @@ static asn_TYPE_member_t asn_MBR_T_1[] = { ...@@ -460,10 +460,10 @@ static asn_TYPE_member_t asn_MBR_T_1[] = {
.name = "unsplit32" .name = "unsplit32"
}, },
}; };
static ber_tlv_tag_t asn_DEF_T_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* small32range */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* small32range */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* full32range */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* full32range */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* unsigned32 */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* unsigned32 */
......
...@@ -17,7 +17,7 @@ extern asn_TYPE_descriptor_t asn_DEF_T; ...@@ -17,7 +17,7 @@ extern asn_TYPE_descriptor_t asn_DEF_T;
/*** <<< STAT-DEFS [T] >>> ***/ /*** <<< STAT-DEFS [T] >>> ***/
static ber_tlv_tag_t asn_DEF_T_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_SEQUENCE_specifics_t asn_SPC_T_specs_1 = { static asn_SEQUENCE_specifics_t asn_SPC_T_specs_1 = {
......
...@@ -210,10 +210,10 @@ static asn_TYPE_member_t asn_MBR_T_1[] = { ...@@ -210,10 +210,10 @@ static asn_TYPE_member_t asn_MBR_T_1[] = {
.name = "signed33ext" .name = "signed33ext"
}, },
}; };
static ber_tlv_tag_t asn_DEF_T_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* unsigned33 */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* unsigned33 */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* unsigned42 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* unsigned42 */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* signed33 */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* signed33 */
......
...@@ -94,10 +94,10 @@ static asn_TYPE_member_t asn_MBR_toBeSigned_2[] = { ...@@ -94,10 +94,10 @@ static asn_TYPE_member_t asn_MBR_toBeSigned_2[] = {
.name = "issuer" .name = "issuer"
}, },
}; };
static ber_tlv_tag_t asn_DEF_toBeSigned_tags_2[] = { static const ber_tlv_tag_t asn_DEF_toBeSigned_tags_2[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_toBeSigned_tag2el_2[] = { static const asn_TYPE_tag2member_t asn_MAP_toBeSigned_tag2el_2[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* version */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* version */
{ (ASN_TAG_CLASS_UNIVERSAL | (6 << 2)), 1, 0, 0 }, /* signature */ { (ASN_TAG_CLASS_UNIVERSAL | (6 << 2)), 1, 0, 0 }, /* signature */
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 2, 0, 0 } /* issuer */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 2, 0, 0 } /* issuer */
...@@ -165,10 +165,10 @@ static asn_TYPE_member_t asn_MBR_SIGNED_15P0_1[] = { ...@@ -165,10 +165,10 @@ static asn_TYPE_member_t asn_MBR_SIGNED_15P0_1[] = {
.name = "signature" .name = "signature"
}, },
}; };
static ber_tlv_tag_t asn_DEF_SIGNED_15P0_tags_1[] = { static const ber_tlv_tag_t asn_DEF_SIGNED_15P0_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_SIGNED_15P0_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_SIGNED_15P0_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (3 << 2)), 2, 0, 0 }, /* signature */ { (ASN_TAG_CLASS_UNIVERSAL | (3 << 2)), 2, 0, 0 }, /* signature */
{ (ASN_TAG_CLASS_UNIVERSAL | (6 << 2)), 1, 0, 0 }, /* algorithm */ { (ASN_TAG_CLASS_UNIVERSAL | (6 << 2)), 1, 0, 0 }, /* algorithm */
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* toBeSigned */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* toBeSigned */
...@@ -305,7 +305,7 @@ Certificate_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -305,7 +305,7 @@ Certificate_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [Certificate] >>> ***/ /*** <<< STAT-DEFS [Certificate] >>> ***/
static ber_tlv_tag_t asn_DEF_Certificate_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Certificate_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_Certificate = { asn_TYPE_descriptor_t asn_DEF_Certificate = {
...@@ -371,7 +371,7 @@ static asn_TYPE_member_t asn_MBR_Name_1[] = { ...@@ -371,7 +371,7 @@ static asn_TYPE_member_t asn_MBR_Name_1[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_Name_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Name_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_Name_specs_1 = { static asn_SET_OF_specifics_t asn_SPC_Name_specs_1 = {
...@@ -425,7 +425,7 @@ extern asn_TYPE_descriptor_t asn_DEF_RelativeDistinguishedName; ...@@ -425,7 +425,7 @@ extern asn_TYPE_descriptor_t asn_DEF_RelativeDistinguishedName;
/*** <<< CTABLES [RelativeDistinguishedName] >>> ***/ /*** <<< CTABLES [RelativeDistinguishedName] >>> ***/
static int permitted_alphabet_table_2[256] = { static const int permitted_alphabet_table_2[256] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 0, /* ,-. */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 0, /* ,-. */
...@@ -437,7 +437,7 @@ static int permitted_alphabet_table_2[256] = { ...@@ -437,7 +437,7 @@ static int permitted_alphabet_table_2[256] = {
}; };
static int check_permitted_alphabet_2(const void *sptr) { static int check_permitted_alphabet_2(const void *sptr) {
int *table = permitted_alphabet_table_2; const int *table = permitted_alphabet_table_2;
/* The underlying type is IA5String */ /* The underlying type is IA5String */
const IA5String_t *st = (const IA5String_t *)sptr; const IA5String_t *st = (const IA5String_t *)sptr;
const uint8_t *ch = st->buf; const uint8_t *ch = st->buf;
...@@ -491,7 +491,7 @@ static asn_TYPE_member_t asn_MBR_RelativeDistinguishedName_1[] = { ...@@ -491,7 +491,7 @@ static asn_TYPE_member_t asn_MBR_RelativeDistinguishedName_1[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_RelativeDistinguishedName_tags_1[] = { static const ber_tlv_tag_t asn_DEF_RelativeDistinguishedName_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_RelativeDistinguishedName_specs_1 = { static asn_SET_OF_specifics_t asn_SPC_RelativeDistinguishedName_specs_1 = {
......
...@@ -61,7 +61,7 @@ static asn_TYPE_member_t asn_MBR_b_3[] = { ...@@ -61,7 +61,7 @@ static asn_TYPE_member_t asn_MBR_b_3[] = {
.name = "n" .name = "n"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_b_tag2el_3[] = { static const asn_TYPE_tag2member_t asn_MAP_b_tag2el_3[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* i */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* i */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* n */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* n */
}; };
...@@ -127,10 +127,10 @@ static asn_TYPE_member_t asn_MBR_T1_1[] = { ...@@ -127,10 +127,10 @@ static asn_TYPE_member_t asn_MBR_T1_1[] = {
.name = "c" .name = "c"
}, },
}; };
static ber_tlv_tag_t asn_DEF_T1_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T1_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_T1_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_T1_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* b */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* b */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* c */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* c */
......
...@@ -72,15 +72,15 @@ static asn_TYPE_member_t asn_MBR_T_1[] = { ...@@ -72,15 +72,15 @@ static asn_TYPE_member_t asn_MBR_T_1[] = {
.name = "b" .name = "b"
}, },
}; };
static ber_tlv_tag_t asn_DEF_T_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (22 << 2)), 1, 0, 0 }, /* s */ { (ASN_TAG_CLASS_UNIVERSAL | (22 << 2)), 1, 0, 0 }, /* s */
{ (ASN_TAG_CLASS_APPLICATION | (3 << 2)), 0, 0, 0 }, /* i */ { (ASN_TAG_CLASS_APPLICATION | (3 << 2)), 0, 0, 0 }, /* i */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* b */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* b */
}; };
static uint8_t asn_MAP_T_mmap_1[(3 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_T_mmap_1[(3 + (8 * sizeof(unsigned int)) - 1) / 8] = {
(1 << 7) | (1 << 6) | (0 << 5) (1 << 7) | (1 << 6) | (0 << 5)
}; };
static asn_SET_specifics_t asn_SPC_T_specs_1 = { static asn_SET_specifics_t asn_SPC_T_specs_1 = {
......
...@@ -38,7 +38,7 @@ static asn_TYPE_member_t asn_MBR_Forest_1[] = { ...@@ -38,7 +38,7 @@ static asn_TYPE_member_t asn_MBR_Forest_1[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_Forest_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Forest_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_Forest_specs_1 = { static asn_SET_OF_specifics_t asn_SPC_Forest_specs_1 = {
...@@ -112,10 +112,10 @@ static asn_TYPE_member_t asn_MBR_Tree_1[] = { ...@@ -112,10 +112,10 @@ static asn_TYPE_member_t asn_MBR_Tree_1[] = {
.name = "width" .name = "width"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Tree_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Tree_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Tree_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Tree_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* height */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* height */
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* width */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* width */
}; };
...@@ -252,7 +252,7 @@ static asn_TYPE_member_t asn_MBR_trees_2[] = { ...@@ -252,7 +252,7 @@ static asn_TYPE_member_t asn_MBR_trees_2[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_trees_tags_2[] = { static const ber_tlv_tag_t asn_DEF_trees_tags_2[] = {
(ASN_TAG_CLASS_CONTEXT | (1 << 2)), (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
...@@ -297,10 +297,10 @@ static asn_TYPE_member_t asn_MBR_Member_5[] = { ...@@ -297,10 +297,10 @@ static asn_TYPE_member_t asn_MBR_Member_5[] = {
.name = "cup-of-coffee" .name = "cup-of-coffee"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Member_tags_5[] = { static const ber_tlv_tag_t asn_DEF_Member_tags_5[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Member_tag2el_5[] = { static const asn_TYPE_tag2member_t asn_MAP_Member_tag2el_5[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (3 << 2)), 0, 0, 0 } /* cup-of-coffee */ { (ASN_TAG_CLASS_UNIVERSAL | (3 << 2)), 0, 0, 0 } /* cup-of-coffee */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_Member_specs_5 = { static asn_SEQUENCE_specifics_t asn_SPC_Member_specs_5 = {
...@@ -348,7 +348,7 @@ static asn_TYPE_member_t asn_MBR_anything_4[] = { ...@@ -348,7 +348,7 @@ static asn_TYPE_member_t asn_MBR_anything_4[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_anything_tags_4[] = { static const ber_tlv_tag_t asn_DEF_anything_tags_4[] = {
(ASN_TAG_CLASS_CONTEXT | (2 << 2)), (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
...@@ -402,7 +402,7 @@ static asn_TYPE_member_t asn_MBR_other_9[] = { ...@@ -402,7 +402,7 @@ static asn_TYPE_member_t asn_MBR_other_9[] = {
.name = "b" .name = "b"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_other_tag2el_9[] = { static const asn_TYPE_tag2member_t asn_MAP_other_tag2el_9[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */
{ (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 1, 0, 0 } /* b */ { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 1, 0, 0 } /* b */
}; };
...@@ -468,21 +468,21 @@ static asn_TYPE_member_t asn_MBR_Stuff_1[] = { ...@@ -468,21 +468,21 @@ static asn_TYPE_member_t asn_MBR_Stuff_1[] = {
.name = "other" .name = "other"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Stuff_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Stuff_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Stuff_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Stuff_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 2, 0, 0 }, /* a */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 2, 0, 0 }, /* a */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 }, /* trees */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 }, /* trees */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* anything */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* anything */
{ (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 2, 0, 0 } /* b */ { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 2, 0, 0 } /* b */
}; };
static asn_TYPE_tag2member_t asn_MAP_Stuff_tag2el_cxer_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Stuff_tag2el_cxer_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 }, /* trees */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 }, /* trees */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* anything */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* anything */
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 2, 0, 0 } /* a */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 2, 0, 0 } /* a */
}; };
static uint8_t asn_MAP_Stuff_mmap_1[(3 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_Stuff_mmap_1[(3 + (8 * sizeof(unsigned int)) - 1) / 8] = {
(0 << 7) | (0 << 6) | (0 << 5) (0 << 7) | (0 << 6) | (0 << 5)
}; };
static asn_SET_specifics_t asn_SPC_Stuff_specs_1 = { static asn_SET_specifics_t asn_SPC_Stuff_specs_1 = {
......
...@@ -38,7 +38,7 @@ static asn_TYPE_member_t asn_MBR_Programming_1[] = { ...@@ -38,7 +38,7 @@ static asn_TYPE_member_t asn_MBR_Programming_1[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_Programming_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Programming_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_Programming_specs_1 = { static asn_SET_OF_specifics_t asn_SPC_Programming_specs_1 = {
...@@ -110,7 +110,7 @@ static asn_TYPE_member_t asn_MBR_Fault_1[] = { ...@@ -110,7 +110,7 @@ static asn_TYPE_member_t asn_MBR_Fault_1[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_Fault_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Fault_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_Fault_specs_1 = { static asn_SET_OF_specifics_t asn_SPC_Fault_specs_1 = {
...@@ -165,7 +165,7 @@ extern asn_TYPE_descriptor_t asn_DEF_Error; ...@@ -165,7 +165,7 @@ extern asn_TYPE_descriptor_t asn_DEF_Error;
/*** <<< STAT-DEFS [Error] >>> ***/ /*** <<< STAT-DEFS [Error] >>> ***/
static ber_tlv_tag_t asn_DEF_Error_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Error_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_SEQUENCE_specifics_t asn_SPC_Error_specs_1 = { static asn_SEQUENCE_specifics_t asn_SPC_Error_specs_1 = {
...@@ -248,7 +248,7 @@ static asn_TYPE_member_t asn_MBR_seqOfMan_3[] = { ...@@ -248,7 +248,7 @@ static asn_TYPE_member_t asn_MBR_seqOfMan_3[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_seqOfMan_tags_3[] = { static const ber_tlv_tag_t asn_DEF_seqOfMan_tags_3[] = {
(ASN_TAG_CLASS_CONTEXT | (0 << 2)), (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
...@@ -302,10 +302,10 @@ static asn_TYPE_member_t asn_MBR_SeqWithMandatory_1[] = { ...@@ -302,10 +302,10 @@ static asn_TYPE_member_t asn_MBR_SeqWithMandatory_1[] = {
.name = "seqOfMan" .name = "seqOfMan"
}, },
}; };
static ber_tlv_tag_t asn_DEF_SeqWithMandatory_tags_1[] = { static const ber_tlv_tag_t asn_DEF_SeqWithMandatory_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_SeqWithMandatory_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_SeqWithMandatory_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 0, 0, 0 }, /* someString */ { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 0, 0, 0 }, /* someString */
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 } /* seqOfMan */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 } /* seqOfMan */
}; };
...@@ -390,7 +390,7 @@ static asn_TYPE_member_t asn_MBR_seqOfOpt_3[] = { ...@@ -390,7 +390,7 @@ static asn_TYPE_member_t asn_MBR_seqOfOpt_3[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_seqOfOpt_tags_3[] = { static const ber_tlv_tag_t asn_DEF_seqOfOpt_tags_3[] = {
(ASN_TAG_CLASS_CONTEXT | (0 << 2)), (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
...@@ -444,10 +444,10 @@ static asn_TYPE_member_t asn_MBR_SeqWithOptional_1[] = { ...@@ -444,10 +444,10 @@ static asn_TYPE_member_t asn_MBR_SeqWithOptional_1[] = {
.name = "seqOfOpt" .name = "seqOfOpt"
}, },
}; };
static ber_tlv_tag_t asn_DEF_SeqWithOptional_tags_1[] = { static const ber_tlv_tag_t asn_DEF_SeqWithOptional_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_SeqWithOptional_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_SeqWithOptional_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 0, 0, 0 }, /* someString */ { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 0, 0, 0 }, /* someString */
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 } /* seqOfOpt */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 } /* seqOfOpt */
}; };
......
...@@ -76,7 +76,7 @@ static asn_TYPE_member_t asn_MBR_T_1[] = { ...@@ -76,7 +76,7 @@ static asn_TYPE_member_t asn_MBR_T_1[] = {
.name = "t-d" .name = "t-d"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* t-a */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* t-a */
{ (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 1, 0, 0 }, /* t-b */ { (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 1, 0, 0 }, /* t-b */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 2, 0, 0 }, /* t-c */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 2, 0, 0 }, /* t-c */
...@@ -168,7 +168,7 @@ static asn_TYPE_member_t asn_MBR_Choice1_1[] = { ...@@ -168,7 +168,7 @@ static asn_TYPE_member_t asn_MBR_Choice1_1[] = {
.name = "c-b" .name = "c-b"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_Choice1_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Choice1_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* c-b */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* c-b */
{ (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 0, 0, 0 } /* c-a */ { (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 0, 0, 0 } /* c-a */
}; };
...@@ -281,10 +281,10 @@ static asn_TYPE_member_t asn_MBR_Choice2_1[] = { ...@@ -281,10 +281,10 @@ static asn_TYPE_member_t asn_MBR_Choice2_1[] = {
.name = "c-e" .name = "c-e"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Choice2_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Choice2_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (2 << 2)) (ASN_TAG_CLASS_CONTEXT | (2 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Choice2_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Choice2_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* c-b */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* c-b */
{ (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 0, 0, 0 }, /* c-a */ { (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 0, 0, 0 }, /* c-a */
{ (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 2, 0, 0 }, /* c-d */ { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 2, 0, 0 }, /* c-d */
...@@ -423,7 +423,7 @@ Choice3_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -423,7 +423,7 @@ Choice3_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [Choice3] >>> ***/ /*** <<< STAT-DEFS [Choice3] >>> ***/
static ber_tlv_tag_t asn_DEF_Choice3_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Choice3_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (3 << 2)), (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
(ASN_TAG_CLASS_CONTEXT | (2 << 2)) (ASN_TAG_CLASS_CONTEXT | (2 << 2))
}; };
...@@ -549,7 +549,7 @@ Choice4_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -549,7 +549,7 @@ Choice4_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [Choice4] >>> ***/ /*** <<< STAT-DEFS [Choice4] >>> ***/
static ber_tlv_tag_t asn_DEF_Choice4_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Choice4_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (4 << 2)), (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
(ASN_TAG_CLASS_CONTEXT | (2 << 2)) (ASN_TAG_CLASS_CONTEXT | (2 << 2))
}; };
...@@ -675,7 +675,7 @@ Choice5_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -675,7 +675,7 @@ Choice5_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [Choice5] >>> ***/ /*** <<< STAT-DEFS [Choice5] >>> ***/
static ber_tlv_tag_t asn_DEF_Choice5_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Choice5_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (2 << 2)) (ASN_TAG_CLASS_CONTEXT | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_Choice5 = { asn_TYPE_descriptor_t asn_DEF_Choice5 = {
......
...@@ -46,7 +46,7 @@ static asn_TYPE_member_t asn_MBR_collection_3[] = { ...@@ -46,7 +46,7 @@ static asn_TYPE_member_t asn_MBR_collection_3[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_collection_tags_3[] = { static const ber_tlv_tag_t asn_DEF_collection_tags_3[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_collection_specs_3 = { static asn_SET_OF_specifics_t asn_SPC_collection_specs_3 = {
...@@ -99,10 +99,10 @@ static asn_TYPE_member_t asn_MBR_T_1[] = { ...@@ -99,10 +99,10 @@ static asn_TYPE_member_t asn_MBR_T_1[] = {
.name = "collection" .name = "collection"
}, },
}; };
static ber_tlv_tag_t asn_DEF_T_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* int */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* int */
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, 0, 0 } /* collection */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, 0, 0 } /* collection */
}; };
...@@ -182,10 +182,10 @@ static asn_TYPE_member_t asn_MBR_T2_1[] = { ...@@ -182,10 +182,10 @@ static asn_TYPE_member_t asn_MBR_T2_1[] = {
.name = "str" .name = "str"
}, },
}; };
static ber_tlv_tag_t asn_DEF_T2_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T2_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_T2_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_T2_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 0, 0, 0 }, /* flag */ { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 0, 0, 0 }, /* flag */
{ (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 1, 0, 0 } /* str */ { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 1, 0, 0 } /* str */
}; };
......
...@@ -79,7 +79,7 @@ static asn_TYPE_member_t asn_MBR_varsets_3[] = { ...@@ -79,7 +79,7 @@ static asn_TYPE_member_t asn_MBR_varsets_3[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_varsets_tags_3[] = { static const ber_tlv_tag_t asn_DEF_varsets_tags_3[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_varsets_specs_3 = { static asn_SET_OF_specifics_t asn_SPC_varsets_specs_3 = {
...@@ -132,10 +132,10 @@ static asn_TYPE_member_t asn_MBR_LogLine_1[] = { ...@@ -132,10 +132,10 @@ static asn_TYPE_member_t asn_MBR_LogLine_1[] = {
.name = "varsets" .name = "varsets"
}, },
}; };
static ber_tlv_tag_t asn_DEF_LogLine_tags_1[] = { static const ber_tlv_tag_t asn_DEF_LogLine_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_LogLine_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_LogLine_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, 0, 0 }, /* varsets */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, 0, 0 }, /* varsets */
{ (ASN_TAG_CLASS_UNIVERSAL | (22 << 2)), 0, 0, 0 } /* line-digest */ { (ASN_TAG_CLASS_UNIVERSAL | (22 << 2)), 0, 0, 0 } /* line-digest */
}; };
...@@ -246,7 +246,7 @@ static asn_TYPE_member_t asn_MBR_vparts_2[] = { ...@@ -246,7 +246,7 @@ static asn_TYPE_member_t asn_MBR_vparts_2[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_vparts_tags_2[] = { static const ber_tlv_tag_t asn_DEF_vparts_tags_2[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_vparts_specs_2 = { static asn_SET_OF_specifics_t asn_SPC_vparts_specs_2 = {
...@@ -299,10 +299,10 @@ static asn_TYPE_member_t asn_MBR_VariablePartSet_1[] = { ...@@ -299,10 +299,10 @@ static asn_TYPE_member_t asn_MBR_VariablePartSet_1[] = {
.name = "resolution" .name = "resolution"
}, },
}; };
static ber_tlv_tag_t asn_DEF_VariablePartSet_tags_1[] = { static const ber_tlv_tag_t asn_DEF_VariablePartSet_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_VariablePartSet_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_VariablePartSet_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 1 }, /* vparts */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 1 }, /* vparts */
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, -1, 0 } /* resolution */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, -1, 0 } /* resolution */
}; };
...@@ -436,7 +436,7 @@ static asn_TYPE_member_t asn_MBR_vset_2[] = { ...@@ -436,7 +436,7 @@ static asn_TYPE_member_t asn_MBR_vset_2[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_vset_tags_2[] = { static const ber_tlv_tag_t asn_DEF_vset_tags_2[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_vset_specs_2 = { static asn_SET_OF_specifics_t asn_SPC_vset_specs_2 = {
...@@ -489,10 +489,10 @@ static asn_TYPE_member_t asn_MBR_vrange_4[] = { ...@@ -489,10 +489,10 @@ static asn_TYPE_member_t asn_MBR_vrange_4[] = {
.name = "to" .name = "to"
}, },
}; };
static ber_tlv_tag_t asn_DEF_vrange_tags_4[] = { static const ber_tlv_tag_t asn_DEF_vrange_tags_4[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_vrange_tag2el_4[] = { static const asn_TYPE_tag2member_t asn_MAP_vrange_tag2el_4[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (26 << 2)), 0, 0, 1 }, /* from */ { (ASN_TAG_CLASS_UNIVERSAL | (26 << 2)), 0, 0, 1 }, /* from */
{ (ASN_TAG_CLASS_UNIVERSAL | (26 << 2)), 1, -1, 0 } /* to */ { (ASN_TAG_CLASS_UNIVERSAL | (26 << 2)), 1, -1, 0 } /* to */
}; };
...@@ -550,7 +550,7 @@ static asn_TYPE_member_t asn_MBR_VariablePart_1[] = { ...@@ -550,7 +550,7 @@ static asn_TYPE_member_t asn_MBR_VariablePart_1[] = {
.name = "vrange" .name = "vrange"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_VariablePart_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_VariablePart_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, 0, 0 }, /* vrange */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, 0, 0 }, /* vrange */
{ (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 0, 0, 0 } /* vset */ { (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 0, 0, 0 } /* vset */
}; };
...@@ -720,19 +720,19 @@ accept_as_2_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -720,19 +720,19 @@ accept_as_2_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [ActionItem] >>> ***/ /*** <<< STAT-DEFS [ActionItem] >>> ***/
static asn_INTEGER_enum_map_t asn_MAP_accept_as_value2enum_2[] = { static const asn_INTEGER_enum_map_t asn_MAP_accept_as_value2enum_2[] = {
{ 0, 7, "unknown" }, { 0, 7, "unknown" },
{ 1, 4, "safe" }, { 1, 4, "safe" },
{ 2, 6, "unsafe" } { 2, 6, "unsafe" }
/* This list is extensible */ /* This list is extensible */
}; };
static unsigned int asn_MAP_accept_as_enum2value_2[] = { static const unsigned int asn_MAP_accept_as_enum2value_2[] = {
1, /* safe(1) */ 1, /* safe(1) */
0, /* unknown(0) */ 0, /* unknown(0) */
2 /* unsafe(2) */ 2 /* unsafe(2) */
/* This list is extensible */ /* This list is extensible */
}; };
static asn_INTEGER_specifics_t asn_SPC_accept_as_specs_2 = { static const asn_INTEGER_specifics_t asn_SPC_accept_as_specs_2 = {
asn_MAP_accept_as_value2enum_2, /* "tag" => N; sorted by tag */ asn_MAP_accept_as_value2enum_2, /* "tag" => N; sorted by tag */
asn_MAP_accept_as_enum2value_2, /* N => "tag"; sorted by N */ asn_MAP_accept_as_enum2value_2, /* N => "tag"; sorted by N */
3, /* Number of elements in the maps */ 3, /* Number of elements in the maps */
...@@ -741,7 +741,7 @@ static asn_INTEGER_specifics_t asn_SPC_accept_as_specs_2 = { ...@@ -741,7 +741,7 @@ static asn_INTEGER_specifics_t asn_SPC_accept_as_specs_2 = {
0, /* Native long size */ 0, /* Native long size */
0 0
}; };
static ber_tlv_tag_t asn_DEF_accept_as_tags_2[] = { static const ber_tlv_tag_t asn_DEF_accept_as_tags_2[] = {
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
}; };
static /* Use -fall-defs-global to expose */ static /* Use -fall-defs-global to expose */
...@@ -779,7 +779,7 @@ static asn_TYPE_member_t asn_MBR_email_9[] = { ...@@ -779,7 +779,7 @@ static asn_TYPE_member_t asn_MBR_email_9[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_email_tags_9[] = { static const ber_tlv_tag_t asn_DEF_email_tags_9[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_email_specs_9 = { static asn_SET_OF_specifics_t asn_SPC_email_specs_9 = {
...@@ -832,10 +832,10 @@ static asn_TYPE_member_t asn_MBR_notify_7[] = { ...@@ -832,10 +832,10 @@ static asn_TYPE_member_t asn_MBR_notify_7[] = {
.name = "email" .name = "email"
}, },
}; };
static ber_tlv_tag_t asn_DEF_notify_tags_7[] = { static const ber_tlv_tag_t asn_DEF_notify_tags_7[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_notify_tag2el_7[] = { static const asn_TYPE_tag2member_t asn_MAP_notify_tag2el_7[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 0, 0, 0 }, /* critical */ { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 0, 0, 0 }, /* critical */
{ (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 1, 0, 0 } /* email */ { (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 1, 0, 0 } /* email */
}; };
...@@ -893,10 +893,10 @@ static asn_TYPE_member_t asn_MBR_ActionItem_1[] = { ...@@ -893,10 +893,10 @@ static asn_TYPE_member_t asn_MBR_ActionItem_1[] = {
.name = "notify" .name = "notify"
}, },
}; };
static ber_tlv_tag_t asn_DEF_ActionItem_tags_1[] = { static const ber_tlv_tag_t asn_DEF_ActionItem_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_ActionItem_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_ActionItem_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 }, /* accept-as */ { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 }, /* accept-as */
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, 0, 0 } /* notify */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, 0, 0 } /* notify */
}; };
......
...@@ -55,7 +55,7 @@ static asn_TYPE_member_t asn_MBR_t_member1_2[] = { ...@@ -55,7 +55,7 @@ static asn_TYPE_member_t asn_MBR_t_member1_2[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_t_member1_tags_2[] = { static const ber_tlv_tag_t asn_DEF_t_member1_tags_2[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_t_member1_specs_2 = { static asn_SET_OF_specifics_t asn_SPC_t_member1_specs_2 = {
...@@ -99,7 +99,7 @@ static asn_TYPE_member_t asn_MBR_t_member2_4[] = { ...@@ -99,7 +99,7 @@ static asn_TYPE_member_t asn_MBR_t_member2_4[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_t_member2_tags_4[] = { static const ber_tlv_tag_t asn_DEF_t_member2_tags_4[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_t_member2_specs_4 = { static asn_SET_OF_specifics_t asn_SPC_t_member2_specs_4 = {
...@@ -170,10 +170,10 @@ static asn_TYPE_member_t asn_MBR_Test_structure_1_1[] = { ...@@ -170,10 +170,10 @@ static asn_TYPE_member_t asn_MBR_Test_structure_1_1[] = {
.name = "t-member4" .name = "t-member4"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Test_structure_1_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Test_structure_1_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Test_structure_1_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Test_structure_1_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, 0, 0 }, /* t-member4 */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, 0, 0 }, /* t-member4 */
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, 0, 1 }, /* t-member2 */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, 0, 1 }, /* t-member2 */
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 2, -1, 0 }, /* t-member3 */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 2, -1, 0 }, /* t-member3 */
...@@ -275,7 +275,7 @@ static asn_TYPE_member_t asn_MBR_or_3[] = { ...@@ -275,7 +275,7 @@ static asn_TYPE_member_t asn_MBR_or_3[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_or_tags_3[] = { static const ber_tlv_tag_t asn_DEF_or_tags_3[] = {
(ASN_TAG_CLASS_CONTEXT | (2 << 2)), (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
...@@ -347,7 +347,7 @@ static asn_TYPE_member_t asn_MBR_Choice_1_1[] = { ...@@ -347,7 +347,7 @@ static asn_TYPE_member_t asn_MBR_Choice_1_1[] = {
.name = "other" .name = "other"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_Choice_1_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Choice_1_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 }, /* and */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 }, /* and */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* or */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* or */
{ (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 2, 0, 0 }, /* not */ { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 2, 0, 0 }, /* not */
...@@ -438,13 +438,13 @@ static asn_TYPE_member_t asn_MBR_Test_structure_2_1[] = { ...@@ -438,13 +438,13 @@ static asn_TYPE_member_t asn_MBR_Test_structure_2_1[] = {
.name = "m1" .name = "m1"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Test_structure_2_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Test_structure_2_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Test_structure_2_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Test_structure_2_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 0, 0, 0 } /* m1 */ { (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 0, 0, 0 } /* m1 */
}; };
static uint8_t asn_MAP_Test_structure_2_mmap_1[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_Test_structure_2_mmap_1[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = {
(0 << 7) (0 << 7)
}; };
static asn_SET_specifics_t asn_SPC_Test_structure_2_specs_1 = { static asn_SET_specifics_t asn_SPC_Test_structure_2_specs_1 = {
...@@ -535,13 +535,13 @@ static asn_TYPE_member_t asn_MBR_Test_structure_3_1[] = { ...@@ -535,13 +535,13 @@ static asn_TYPE_member_t asn_MBR_Test_structure_3_1[] = {
.name = "m1" .name = "m1"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Test_structure_3_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Test_structure_3_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Test_structure_3_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Test_structure_3_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 0, 0, 0 } /* m1 */ { (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 0, 0, 0 } /* m1 */
}; };
static uint8_t asn_MAP_Test_structure_3_mmap_1[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_Test_structure_3_mmap_1[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = {
(0 << 7) (0 << 7)
}; };
static asn_SET_specifics_t asn_SPC_Test_structure_3_specs_1 = { static asn_SET_specifics_t asn_SPC_Test_structure_3_specs_1 = {
......
...@@ -90,7 +90,7 @@ static asn_TYPE_member_t asn_MBR_e_6[] = { ...@@ -90,7 +90,7 @@ static asn_TYPE_member_t asn_MBR_e_6[] = {
.name = "g" .name = "g"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_e_tag2el_6[] = { static const asn_TYPE_tag2member_t asn_MAP_e_tag2el_6[] = {
{ (ASN_TAG_CLASS_PRIVATE | (7 << 2)), 0, 0, 0 }, /* f */ { (ASN_TAG_CLASS_PRIVATE | (7 << 2)), 0, 0, 0 }, /* f */
{ (ASN_TAG_CLASS_PRIVATE | (8 << 2)), 1, 0, 0 } /* g */ { (ASN_TAG_CLASS_PRIVATE | (8 << 2)), 1, 0, 0 } /* g */
}; };
...@@ -147,7 +147,7 @@ static asn_TYPE_member_t asn_MBR_h_9[] = { ...@@ -147,7 +147,7 @@ static asn_TYPE_member_t asn_MBR_h_9[] = {
.name = "j" .name = "j"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_h_tag2el_9[] = { static const asn_TYPE_tag2member_t asn_MAP_h_tag2el_9[] = {
{ (ASN_TAG_CLASS_PRIVATE | (1 << 2)), 0, 0, 0 }, /* i */ { (ASN_TAG_CLASS_PRIVATE | (1 << 2)), 0, 0, 0 }, /* i */
{ (ASN_TAG_CLASS_PRIVATE | (2 << 2)), 1, 0, 0 } /* j */ { (ASN_TAG_CLASS_PRIVATE | (2 << 2)), 1, 0, 0 } /* j */
}; };
...@@ -222,7 +222,7 @@ static asn_TYPE_member_t asn_MBR_b_3[] = { ...@@ -222,7 +222,7 @@ static asn_TYPE_member_t asn_MBR_b_3[] = {
.name = "h" .name = "h"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_b_tag2el_3[] = { static const asn_TYPE_tag2member_t asn_MAP_b_tag2el_3[] = {
{ (ASN_TAG_CLASS_PRIVATE | (5 << 2)), 0, 0, 0 }, /* c */ { (ASN_TAG_CLASS_PRIVATE | (5 << 2)), 0, 0, 0 }, /* c */
{ (ASN_TAG_CLASS_PRIVATE | (6 << 2)), 1, 0, 0 }, /* d */ { (ASN_TAG_CLASS_PRIVATE | (6 << 2)), 1, 0, 0 }, /* d */
{ (ASN_TAG_CLASS_PRIVATE | (7 << 2)), 2, 0, 0 }, /* f */ { (ASN_TAG_CLASS_PRIVATE | (7 << 2)), 2, 0, 0 }, /* f */
...@@ -282,11 +282,11 @@ static asn_TYPE_member_t asn_MBR_T_1[] = { ...@@ -282,11 +282,11 @@ static asn_TYPE_member_t asn_MBR_T_1[] = {
.name = "b" .name = "b"
}, },
}; };
static ber_tlv_tag_t asn_DEF_T_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T_tags_1[] = {
(ASN_TAG_CLASS_PRIVATE | (1 << 2)), (ASN_TAG_CLASS_PRIVATE | (1 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = {
{ (ASN_TAG_CLASS_PRIVATE | (2 << 2)), 0, 0, 0 }, /* a */ { (ASN_TAG_CLASS_PRIVATE | (2 << 2)), 0, 0, 0 }, /* a */
{ (ASN_TAG_CLASS_PRIVATE | (5 << 2)), 1, 0, 0 }, /* c */ { (ASN_TAG_CLASS_PRIVATE | (5 << 2)), 1, 0, 0 }, /* c */
{ (ASN_TAG_CLASS_PRIVATE | (6 << 2)), 1, 0, 0 }, /* d */ { (ASN_TAG_CLASS_PRIVATE | (6 << 2)), 1, 0, 0 }, /* d */
......
...@@ -97,7 +97,7 @@ PrimitiveType_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -97,7 +97,7 @@ PrimitiveType_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [PrimitiveType] >>> ***/ /*** <<< STAT-DEFS [PrimitiveType] >>> ***/
static ber_tlv_tag_t asn_DEF_PrimitiveType_tags_1[] = { static const ber_tlv_tag_t asn_DEF_PrimitiveType_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (4 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (4 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_PrimitiveType = { asn_TYPE_descriptor_t asn_DEF_PrimitiveType = {
...@@ -155,10 +155,10 @@ static asn_TYPE_member_t asn_MBR_ConstructedType_1[] = { ...@@ -155,10 +155,10 @@ static asn_TYPE_member_t asn_MBR_ConstructedType_1[] = {
.name = "field" .name = "field"
}, },
}; };
static ber_tlv_tag_t asn_DEF_ConstructedType_tags_1[] = { static const ber_tlv_tag_t asn_DEF_ConstructedType_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_ConstructedType_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_ConstructedType_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 0, 0, 0 } /* field */ { (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 0, 0, 0 } /* field */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_ConstructedType_specs_1 = { static asn_SEQUENCE_specifics_t asn_SPC_ConstructedType_specs_1 = {
...@@ -293,7 +293,7 @@ T_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -293,7 +293,7 @@ T_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [T] >>> ***/ /*** <<< STAT-DEFS [T] >>> ***/
static ber_tlv_tag_t asn_DEF_T_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (3 << 2)), (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
......
...@@ -48,13 +48,13 @@ static asn_TYPE_member_t asn_MBR_T1_1[] = { ...@@ -48,13 +48,13 @@ static asn_TYPE_member_t asn_MBR_T1_1[] = {
.name = "i" .name = "i"
}, },
}; };
static ber_tlv_tag_t asn_DEF_T1_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T1_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_T1_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_T1_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* i */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* i */
}; };
static uint8_t asn_MAP_T1_mmap_1[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_T1_mmap_1[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = {
(1 << 7) (1 << 7)
}; };
static asn_SET_specifics_t asn_SPC_T1_specs_1 = { static asn_SET_specifics_t asn_SPC_T1_specs_1 = {
...@@ -142,13 +142,13 @@ static asn_TYPE_member_t asn_MBR_T2_1[] = { ...@@ -142,13 +142,13 @@ static asn_TYPE_member_t asn_MBR_T2_1[] = {
.name = "i" .name = "i"
}, },
}; };
static ber_tlv_tag_t asn_DEF_T2_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T2_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_T2_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_T2_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* i */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* i */
}; };
static uint8_t asn_MAP_T2_mmap_1[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_T2_mmap_1[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = {
(1 << 7) (1 << 7)
}; };
static asn_SET_specifics_t asn_SPC_T2_specs_1 = { static asn_SET_specifics_t asn_SPC_T2_specs_1 = {
...@@ -234,7 +234,7 @@ static asn_TYPE_member_t asn_MBR_T3_1[] = { ...@@ -234,7 +234,7 @@ static asn_TYPE_member_t asn_MBR_T3_1[] = {
.name = "i" .name = "i"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_T3_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_T3_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* i */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* i */
}; };
static asn_CHOICE_specifics_t asn_SPC_T3_specs_1 = { static asn_CHOICE_specifics_t asn_SPC_T3_specs_1 = {
...@@ -317,7 +317,7 @@ static asn_TYPE_member_t asn_MBR_T4_1[] = { ...@@ -317,7 +317,7 @@ static asn_TYPE_member_t asn_MBR_T4_1[] = {
.name = "i" .name = "i"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_T4_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_T4_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* i */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* i */
}; };
static asn_CHOICE_specifics_t asn_SPC_T4_specs_1 = { static asn_CHOICE_specifics_t asn_SPC_T4_specs_1 = {
......
This diff is collapsed.
This diff is collapsed.
...@@ -75,10 +75,10 @@ static asn_TYPE_member_t asn_MBR_Choice_1[] = { ...@@ -75,10 +75,10 @@ static asn_TYPE_member_t asn_MBR_Choice_1[] = {
.name = "c" .name = "c"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Choice_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Choice_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (123 << 2)) (ASN_TAG_CLASS_CONTEXT | (123 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Choice_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Choice_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* b */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* b */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* c */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* c */
......
...@@ -41,10 +41,10 @@ static asn_TYPE_member_t asn_MBR_T1_1[] = { ...@@ -41,10 +41,10 @@ static asn_TYPE_member_t asn_MBR_T1_1[] = {
.name = "any" .name = "any"
}, },
}; };
static ber_tlv_tag_t asn_DEF_T1_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T1_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_T1_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_T1_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* i */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* i */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_T1_specs_1 = { static asn_SEQUENCE_specifics_t asn_SPC_T1_specs_1 = {
...@@ -123,10 +123,10 @@ static asn_TYPE_member_t asn_MBR_T2_1[] = { ...@@ -123,10 +123,10 @@ static asn_TYPE_member_t asn_MBR_T2_1[] = {
.name = "any" .name = "any"
}, },
}; };
static ber_tlv_tag_t asn_DEF_T2_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T2_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_T2_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_T2_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* i */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* i */
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 } /* any */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 } /* any */
}; };
...@@ -205,7 +205,7 @@ static asn_TYPE_member_t asn_MBR_T3_1[] = { ...@@ -205,7 +205,7 @@ static asn_TYPE_member_t asn_MBR_T3_1[] = {
.name = "any2" .name = "any2"
}, },
}; };
static ber_tlv_tag_t asn_DEF_T3_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T3_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_SEQUENCE_specifics_t asn_SPC_T3_specs_1 = { static asn_SEQUENCE_specifics_t asn_SPC_T3_specs_1 = {
......
...@@ -97,13 +97,13 @@ T1_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -97,13 +97,13 @@ T1_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [T1] >>> ***/ /*** <<< STAT-DEFS [T1] >>> ***/
static ber_tlv_tag_t asn_DEF_T1_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T1_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (2 << 2)), (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
(ASN_TAG_CLASS_CONTEXT | (3 << 2)), (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
(ASN_TAG_CLASS_CONTEXT | (4 << 2)), (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
(ASN_TAG_CLASS_CONTEXT | (6 << 2)) (ASN_TAG_CLASS_CONTEXT | (6 << 2))
}; };
static ber_tlv_tag_t asn_DEF_T1_all_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T1_all_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (2 << 2)), (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
(ASN_TAG_CLASS_CONTEXT | (3 << 2)), (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
(ASN_TAG_CLASS_CONTEXT | (4 << 2)), (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
...@@ -233,12 +233,12 @@ T2_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -233,12 +233,12 @@ T2_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [T2] >>> ***/ /*** <<< STAT-DEFS [T2] >>> ***/
static ber_tlv_tag_t asn_DEF_T2_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T2_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (3 << 2)), (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
(ASN_TAG_CLASS_CONTEXT | (4 << 2)), (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
(ASN_TAG_CLASS_CONTEXT | (6 << 2)) (ASN_TAG_CLASS_CONTEXT | (6 << 2))
}; };
static ber_tlv_tag_t asn_DEF_T2_all_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T2_all_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (3 << 2)), (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
(ASN_TAG_CLASS_CONTEXT | (4 << 2)), (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
(ASN_TAG_CLASS_CONTEXT | (5 << 2)), (ASN_TAG_CLASS_CONTEXT | (5 << 2)),
...@@ -367,11 +367,11 @@ T3_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -367,11 +367,11 @@ T3_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [T3] >>> ***/ /*** <<< STAT-DEFS [T3] >>> ***/
static ber_tlv_tag_t asn_DEF_T3_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T3_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (4 << 2)), (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
(ASN_TAG_CLASS_CONTEXT | (6 << 2)) (ASN_TAG_CLASS_CONTEXT | (6 << 2))
}; };
static ber_tlv_tag_t asn_DEF_T3_all_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T3_all_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (4 << 2)), (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
(ASN_TAG_CLASS_CONTEXT | (5 << 2)), (ASN_TAG_CLASS_CONTEXT | (5 << 2)),
(ASN_TAG_CLASS_CONTEXT | (6 << 2)), (ASN_TAG_CLASS_CONTEXT | (6 << 2)),
...@@ -499,7 +499,7 @@ T4_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -499,7 +499,7 @@ T4_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [T4] >>> ***/ /*** <<< STAT-DEFS [T4] >>> ***/
static ber_tlv_tag_t asn_DEF_T4_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T4_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (5 << 2)), (ASN_TAG_CLASS_CONTEXT | (5 << 2)),
(ASN_TAG_CLASS_CONTEXT | (6 << 2)), (ASN_TAG_CLASS_CONTEXT | (6 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (9 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (9 << 2))
...@@ -626,7 +626,7 @@ T5_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -626,7 +626,7 @@ T5_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [T5] >>> ***/ /*** <<< STAT-DEFS [T5] >>> ***/
static ber_tlv_tag_t asn_DEF_T5_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T5_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (6 << 2)), (ASN_TAG_CLASS_CONTEXT | (6 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (9 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (9 << 2))
}; };
...@@ -752,7 +752,7 @@ T6_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -752,7 +752,7 @@ T6_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [T6] >>> ***/ /*** <<< STAT-DEFS [T6] >>> ***/
static ber_tlv_tag_t asn_DEF_T6_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T6_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (9 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (9 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_T6 = { asn_TYPE_descriptor_t asn_DEF_T6 = {
...@@ -877,7 +877,7 @@ T_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -877,7 +877,7 @@ T_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [T] >>> ***/ /*** <<< STAT-DEFS [T] >>> ***/
static ber_tlv_tag_t asn_DEF_T_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (0 << 2)), (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
(ASN_TAG_CLASS_CONTEXT | (123 << 2)), (ASN_TAG_CLASS_CONTEXT | (123 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
...@@ -958,11 +958,11 @@ static asn_TYPE_member_t asn_MBR_Ts_1[] = { ...@@ -958,11 +958,11 @@ static asn_TYPE_member_t asn_MBR_Ts_1[] = {
.name = "m3" .name = "m3"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Ts_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Ts_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (123 << 2)), (ASN_TAG_CLASS_CONTEXT | (123 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Ts_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Ts_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 }, /* m1 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 }, /* m1 */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* m2 */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* m2 */
{ (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 2, 0, 0 } /* m3 */ { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 2, 0, 0 } /* m3 */
......
...@@ -97,13 +97,13 @@ T1_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -97,13 +97,13 @@ T1_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [T1] >>> ***/ /*** <<< STAT-DEFS [T1] >>> ***/
static ber_tlv_tag_t asn_DEF_T1_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T1_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (2 << 2)), (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
(ASN_TAG_CLASS_CONTEXT | (3 << 2)), (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
(ASN_TAG_CLASS_CONTEXT | (4 << 2)), (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
(ASN_TAG_CLASS_CONTEXT | (6 << 2)) (ASN_TAG_CLASS_CONTEXT | (6 << 2))
}; };
static ber_tlv_tag_t asn_DEF_T1_all_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T1_all_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (2 << 2)), (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
(ASN_TAG_CLASS_CONTEXT | (3 << 2)), (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
(ASN_TAG_CLASS_CONTEXT | (4 << 2)), (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
...@@ -233,12 +233,12 @@ T2_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -233,12 +233,12 @@ T2_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [T2] >>> ***/ /*** <<< STAT-DEFS [T2] >>> ***/
static ber_tlv_tag_t asn_DEF_T2_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T2_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (3 << 2)), (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
(ASN_TAG_CLASS_CONTEXT | (4 << 2)), (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
(ASN_TAG_CLASS_CONTEXT | (6 << 2)) (ASN_TAG_CLASS_CONTEXT | (6 << 2))
}; };
static ber_tlv_tag_t asn_DEF_T2_all_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T2_all_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (3 << 2)), (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
(ASN_TAG_CLASS_CONTEXT | (4 << 2)), (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
(ASN_TAG_CLASS_CONTEXT | (5 << 2)), (ASN_TAG_CLASS_CONTEXT | (5 << 2)),
...@@ -367,11 +367,11 @@ T3_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -367,11 +367,11 @@ T3_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [T3] >>> ***/ /*** <<< STAT-DEFS [T3] >>> ***/
static ber_tlv_tag_t asn_DEF_T3_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T3_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (4 << 2)), (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
(ASN_TAG_CLASS_CONTEXT | (6 << 2)) (ASN_TAG_CLASS_CONTEXT | (6 << 2))
}; };
static ber_tlv_tag_t asn_DEF_T3_all_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T3_all_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (4 << 2)), (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
(ASN_TAG_CLASS_CONTEXT | (5 << 2)), (ASN_TAG_CLASS_CONTEXT | (5 << 2)),
(ASN_TAG_CLASS_CONTEXT | (6 << 2)), (ASN_TAG_CLASS_CONTEXT | (6 << 2)),
...@@ -499,7 +499,7 @@ T4_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -499,7 +499,7 @@ T4_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [T4] >>> ***/ /*** <<< STAT-DEFS [T4] >>> ***/
static ber_tlv_tag_t asn_DEF_T4_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T4_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (5 << 2)), (ASN_TAG_CLASS_CONTEXT | (5 << 2)),
(ASN_TAG_CLASS_CONTEXT | (6 << 2)), (ASN_TAG_CLASS_CONTEXT | (6 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (9 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (9 << 2))
...@@ -626,7 +626,7 @@ T5_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -626,7 +626,7 @@ T5_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [T5] >>> ***/ /*** <<< STAT-DEFS [T5] >>> ***/
static ber_tlv_tag_t asn_DEF_T5_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T5_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (6 << 2)), (ASN_TAG_CLASS_CONTEXT | (6 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (9 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (9 << 2))
}; };
...@@ -752,7 +752,7 @@ T6_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -752,7 +752,7 @@ T6_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [T6] >>> ***/ /*** <<< STAT-DEFS [T6] >>> ***/
static ber_tlv_tag_t asn_DEF_T6_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T6_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (9 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (9 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_T6 = { asn_TYPE_descriptor_t asn_DEF_T6 = {
...@@ -877,7 +877,7 @@ T_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -877,7 +877,7 @@ T_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [T] >>> ***/ /*** <<< STAT-DEFS [T] >>> ***/
static ber_tlv_tag_t asn_DEF_T_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (0 << 2)), (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
(ASN_TAG_CLASS_CONTEXT | (123 << 2)), (ASN_TAG_CLASS_CONTEXT | (123 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
...@@ -958,11 +958,11 @@ static asn_TYPE_member_t asn_MBR_Ts_1[] = { ...@@ -958,11 +958,11 @@ static asn_TYPE_member_t asn_MBR_Ts_1[] = {
.name = "m3" .name = "m3"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Ts_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Ts_tags_1[] = {
(ASN_TAG_CLASS_CONTEXT | (123 << 2)), (ASN_TAG_CLASS_CONTEXT | (123 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Ts_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Ts_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 }, /* m1 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 }, /* m1 */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* m2 */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* m2 */
{ (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 2, 0, 0 } /* m3 */ { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 2, 0, 0 } /* m3 */
......
...@@ -31,7 +31,7 @@ static asn_TYPE_member_t asn_MBR_T_1[] = { ...@@ -31,7 +31,7 @@ static asn_TYPE_member_t asn_MBR_T_1[] = {
.name = "named" .name = "named"
}, },
}; };
static ber_tlv_tag_t asn_DEF_T_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_T_specs_1 = { static asn_SET_OF_specifics_t asn_SPC_T_specs_1 = {
...@@ -170,17 +170,17 @@ SimpleType_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -170,17 +170,17 @@ SimpleType_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [SimpleType] >>> ***/ /*** <<< STAT-DEFS [SimpleType] >>> ***/
static asn_INTEGER_enum_map_t asn_MAP_SimpleType_value2enum_1[] = { static const asn_INTEGER_enum_map_t asn_MAP_SimpleType_value2enum_1[] = {
{ 0, 3, "one" }, { 0, 3, "one" },
{ 1, 3, "two" }, { 1, 3, "two" },
{ 2, 5, "three" } { 2, 5, "three" }
}; };
static unsigned int asn_MAP_SimpleType_enum2value_1[] = { static const unsigned int asn_MAP_SimpleType_enum2value_1[] = {
0, /* one(0) */ 0, /* one(0) */
2, /* three(2) */ 2, /* three(2) */
1 /* two(1) */ 1 /* two(1) */
}; };
static asn_INTEGER_specifics_t asn_SPC_SimpleType_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_SimpleType_specs_1 = {
asn_MAP_SimpleType_value2enum_1, /* "tag" => N; sorted by tag */ asn_MAP_SimpleType_value2enum_1, /* "tag" => N; sorted by tag */
asn_MAP_SimpleType_enum2value_1, /* N => "tag"; sorted by N */ asn_MAP_SimpleType_enum2value_1, /* N => "tag"; sorted by N */
3, /* Number of elements in the maps */ 3, /* Number of elements in the maps */
...@@ -189,7 +189,7 @@ static asn_INTEGER_specifics_t asn_SPC_SimpleType_specs_1 = { ...@@ -189,7 +189,7 @@ static asn_INTEGER_specifics_t asn_SPC_SimpleType_specs_1 = {
0, /* Native long size */ 0, /* Native long size */
0 0
}; };
static ber_tlv_tag_t asn_DEF_SimpleType_tags_1[] = { static const ber_tlv_tag_t asn_DEF_SimpleType_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_SimpleType = { asn_TYPE_descriptor_t asn_DEF_SimpleType = {
......
...@@ -75,10 +75,10 @@ memb_char_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr, ...@@ -75,10 +75,10 @@ memb_char_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr,
/*** <<< STAT-DEFS [T] >>> ***/ /*** <<< STAT-DEFS [T] >>> ***/
static ber_tlv_tag_t asn_DEF_class_tags_4[] = { static const ber_tlv_tag_t asn_DEF_class_tags_4[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static uint8_t asn_MAP_class_mmap_4[(0 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_class_mmap_4[(0 + (8 * sizeof(unsigned int)) - 1) / 8] = {
0 0
}; };
static asn_SET_specifics_t asn_SPC_class_specs_4 = { static asn_SET_specifics_t asn_SPC_class_specs_4 = {
...@@ -154,10 +154,10 @@ static asn_TYPE_member_t asn_MBR_T_1[] = { ...@@ -154,10 +154,10 @@ static asn_TYPE_member_t asn_MBR_T_1[] = {
.name = "double" .name = "double"
}, },
}; };
static ber_tlv_tag_t asn_DEF_T_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* int */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* int */
{ (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 1, 0, 0 }, /* char */ { (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 1, 0, 0 }, /* char */
{ (ASN_TAG_CLASS_UNIVERSAL | (9 << 2)), 3, 0, 0 }, /* double */ { (ASN_TAG_CLASS_UNIVERSAL | (9 << 2)), 3, 0, 0 }, /* double */
......
This diff is collapsed.
...@@ -48,10 +48,10 @@ static asn_TYPE_member_t asn_MBR_Member_2[] = { ...@@ -48,10 +48,10 @@ static asn_TYPE_member_t asn_MBR_Member_2[] = {
.name = "t2" .name = "t2"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Member_tags_2[] = { static const ber_tlv_tag_t asn_DEF_Member_tags_2[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Member_tag2el_2[] = { static const asn_TYPE_tag2member_t asn_MAP_Member_tag2el_2[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 1 }, /* t1 */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 1 }, /* t1 */
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, -1, 0 }, /* one-name */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, -1, 0 }, /* one-name */
{ (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 1, 0, 0 } /* two-name */ { (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 1, 0, 0 } /* two-name */
...@@ -101,7 +101,7 @@ static asn_TYPE_member_t asn_MBR_Type_1[] = { ...@@ -101,7 +101,7 @@ static asn_TYPE_member_t asn_MBR_Type_1[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_Type_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Type_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_Type_specs_1 = { static asn_SET_OF_specifics_t asn_SPC_Type_specs_1 = {
...@@ -196,10 +196,10 @@ static asn_TYPE_member_t asn_MBR_another_name_3[] = { ...@@ -196,10 +196,10 @@ static asn_TYPE_member_t asn_MBR_another_name_3[] = {
.name = "b" .name = "b"
}, },
}; };
static ber_tlv_tag_t asn_DEF_another_name_tags_3[] = { static const ber_tlv_tag_t asn_DEF_another_name_tags_3[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_another_name_tag2el_3[] = { static const asn_TYPE_tag2member_t asn_MAP_another_name_tag2el_3[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* a */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* a */
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* b */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* b */
}; };
...@@ -248,7 +248,7 @@ static asn_TYPE_member_t asn_MBR_one_name_2[] = { ...@@ -248,7 +248,7 @@ static asn_TYPE_member_t asn_MBR_one_name_2[] = {
.name = "another-name" .name = "another-name"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_one_name_tag2el_2[] = { static const asn_TYPE_tag2member_t asn_MAP_one_name_tag2el_2[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* another-name */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* another-name */
}; };
static asn_CHOICE_specifics_t asn_SPC_one_name_specs_2 = { static asn_CHOICE_specifics_t asn_SPC_one_name_specs_2 = {
...@@ -295,10 +295,10 @@ static asn_TYPE_member_t asn_MBR_Type1_1[] = { ...@@ -295,10 +295,10 @@ static asn_TYPE_member_t asn_MBR_Type1_1[] = {
.name = "one-name" .name = "one-name"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Type1_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Type1_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Type1_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Type1_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* another-name */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* another-name */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_Type1_specs_1 = { static asn_SEQUENCE_specifics_t asn_SPC_Type1_specs_1 = {
...@@ -494,10 +494,10 @@ static asn_TYPE_member_t asn_MBR_another_name_3[] = { ...@@ -494,10 +494,10 @@ static asn_TYPE_member_t asn_MBR_another_name_3[] = {
.name = "b" .name = "b"
}, },
}; };
static ber_tlv_tag_t asn_DEF_another_name_tags_3[] = { static const ber_tlv_tag_t asn_DEF_another_name_tags_3[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_another_name_tag2el_3[] = { static const asn_TYPE_tag2member_t asn_MAP_another_name_tag2el_3[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* b */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* b */
{ (ASN_TAG_CLASS_UNIVERSAL | (3 << 2)), 0, 0, 0 } /* a */ { (ASN_TAG_CLASS_UNIVERSAL | (3 << 2)), 0, 0, 0 } /* a */
}; };
...@@ -546,10 +546,10 @@ static asn_TYPE_member_t asn_MBR_one_name_2[] = { ...@@ -546,10 +546,10 @@ static asn_TYPE_member_t asn_MBR_one_name_2[] = {
.name = "another-name" .name = "another-name"
}, },
}; };
static ber_tlv_tag_t asn_DEF_one_name_tags_2[] = { static const ber_tlv_tag_t asn_DEF_one_name_tags_2[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_one_name_tag2el_2[] = { static const asn_TYPE_tag2member_t asn_MAP_one_name_tag2el_2[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* another-name */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* another-name */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_one_name_specs_2 = { static asn_SEQUENCE_specifics_t asn_SPC_one_name_specs_2 = {
...@@ -606,10 +606,10 @@ static asn_TYPE_member_t asn_MBR_another_name_8[] = { ...@@ -606,10 +606,10 @@ static asn_TYPE_member_t asn_MBR_another_name_8[] = {
.name = "b" .name = "b"
}, },
}; };
static ber_tlv_tag_t asn_DEF_another_name_tags_8[] = { static const ber_tlv_tag_t asn_DEF_another_name_tags_8[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_another_name_tag2el_8[] = { static const asn_TYPE_tag2member_t asn_MAP_another_name_tag2el_8[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* b */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* b */
{ (ASN_TAG_CLASS_UNIVERSAL | (3 << 2)), 0, 0, 0 } /* a */ { (ASN_TAG_CLASS_UNIVERSAL | (3 << 2)), 0, 0, 0 } /* a */
}; };
...@@ -658,13 +658,13 @@ static asn_TYPE_member_t asn_MBR_two_name_7[] = { ...@@ -658,13 +658,13 @@ static asn_TYPE_member_t asn_MBR_two_name_7[] = {
.name = "another-name" .name = "another-name"
}, },
}; };
static ber_tlv_tag_t asn_DEF_two_name_tags_7[] = { static const ber_tlv_tag_t asn_DEF_two_name_tags_7[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_two_name_tag2el_7[] = { static const asn_TYPE_tag2member_t asn_MAP_two_name_tag2el_7[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* another-name */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* another-name */
}; };
static uint8_t asn_MAP_two_name_mmap_7[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_two_name_mmap_7[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = {
(1 << 7) (1 << 7)
}; };
static asn_SET_specifics_t asn_SPC_two_name_specs_7 = { static asn_SET_specifics_t asn_SPC_two_name_specs_7 = {
...@@ -723,7 +723,7 @@ static asn_TYPE_member_t asn_MBR_Type2_1[] = { ...@@ -723,7 +723,7 @@ static asn_TYPE_member_t asn_MBR_Type2_1[] = {
.name = "two-name" .name = "two-name"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_Type2_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Type2_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 }, /* one-name */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 }, /* one-name */
{ (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 1, 0, 0 } /* two-name */ { (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 1, 0, 0 } /* two-name */
}; };
......
...@@ -44,7 +44,7 @@ static asn_TYPE_member_t asn_MBR_data_2[] = { ...@@ -44,7 +44,7 @@ static asn_TYPE_member_t asn_MBR_data_2[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_data_tags_2[] = { static const ber_tlv_tag_t asn_DEF_data_tags_2[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_data_specs_2 = { static asn_SET_OF_specifics_t asn_SPC_data_specs_2 = {
...@@ -88,10 +88,10 @@ static asn_TYPE_member_t asn_MBR_Type_1[] = { ...@@ -88,10 +88,10 @@ static asn_TYPE_member_t asn_MBR_Type_1[] = {
.name = "data" .name = "data"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Type_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Type_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Type_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Type_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* data */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* data */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_Type_specs_1 = { static asn_SEQUENCE_specifics_t asn_SPC_Type_specs_1 = {
...@@ -226,7 +226,7 @@ EpytRef_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -226,7 +226,7 @@ EpytRef_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [EpytRef] >>> ***/ /*** <<< STAT-DEFS [EpytRef] >>> ***/
static ber_tlv_tag_t asn_DEF_EpytRef_tags_1[] = { static const ber_tlv_tag_t asn_DEF_EpytRef_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_EpytRef = { asn_TYPE_descriptor_t asn_DEF_EpytRef = {
...@@ -302,7 +302,7 @@ static asn_TYPE_member_t asn_MBR_stype_2[] = { ...@@ -302,7 +302,7 @@ static asn_TYPE_member_t asn_MBR_stype_2[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_stype_tags_2[] = { static const ber_tlv_tag_t asn_DEF_stype_tags_2[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_stype_specs_2 = { static asn_SET_OF_specifics_t asn_SPC_stype_specs_2 = {
...@@ -364,10 +364,10 @@ static asn_TYPE_member_t asn_MBR_Epyt_1[] = { ...@@ -364,10 +364,10 @@ static asn_TYPE_member_t asn_MBR_Epyt_1[] = {
.name = "ypet" .name = "ypet"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Epyt_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Epyt_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Epyt_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Epyt_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, 0, 0 }, /* type */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, 0, 0 }, /* type */
{ (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 0, 0, 1 }, /* stype */ { (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 0, 0, 1 }, /* stype */
{ (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 2, -1, 0 } /* ypet */ { (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 2, -1, 0 } /* ypet */
...@@ -576,7 +576,7 @@ static asn_TYPE_member_t asn_MBR_senums_4[] = { ...@@ -576,7 +576,7 @@ static asn_TYPE_member_t asn_MBR_senums_4[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_senums_tags_4[] = { static const ber_tlv_tag_t asn_DEF_senums_tags_4[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_senums_specs_4 = { static asn_SET_OF_specifics_t asn_SPC_senums_specs_4 = {
...@@ -656,17 +656,17 @@ static asn_TYPE_member_t asn_MBR_Ypet_1[] = { ...@@ -656,17 +656,17 @@ static asn_TYPE_member_t asn_MBR_Ypet_1[] = {
.name = "patest2" .name = "patest2"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Ypet_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Ypet_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Ypet_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Ypet_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* plain */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* plain */
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 }, /* epyt */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 }, /* epyt */
{ (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 2, 0, 0 }, /* senums */ { (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 2, 0, 0 }, /* senums */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 3, 0, 0 }, /* patest1 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 3, 0, 0 }, /* patest1 */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 4, 0, 0 } /* patest2 */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 4, 0, 0 } /* patest2 */
}; };
static uint8_t asn_MAP_Ypet_mmap_1[(5 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_Ypet_mmap_1[(5 + (8 * sizeof(unsigned int)) - 1) / 8] = {
(1 << 7) | (0 << 6) | (1 << 5) | (1 << 4) | (1 << 3) (1 << 7) | (0 << 6) | (1 << 5) | (1 << 4) | (1 << 3)
}; };
static asn_SET_specifics_t asn_SPC_Ypet_specs_1 = { static asn_SET_specifics_t asn_SPC_Ypet_specs_1 = {
...@@ -810,15 +810,15 @@ EnumType_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -810,15 +810,15 @@ EnumType_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [EnumType] >>> ***/ /*** <<< STAT-DEFS [EnumType] >>> ***/
static asn_INTEGER_enum_map_t asn_MAP_EnumType_value2enum_1[] = { static const asn_INTEGER_enum_map_t asn_MAP_EnumType_value2enum_1[] = {
{ 0, 3, "one" }, { 0, 3, "one" },
{ 1, 3, "two" } { 1, 3, "two" }
}; };
static unsigned int asn_MAP_EnumType_enum2value_1[] = { static const unsigned int asn_MAP_EnumType_enum2value_1[] = {
0, /* one(0) */ 0, /* one(0) */
1 /* two(1) */ 1 /* two(1) */
}; };
static asn_INTEGER_specifics_t asn_SPC_EnumType_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_EnumType_specs_1 = {
asn_MAP_EnumType_value2enum_1, /* "tag" => N; sorted by tag */ asn_MAP_EnumType_value2enum_1, /* "tag" => N; sorted by tag */
asn_MAP_EnumType_enum2value_1, /* N => "tag"; sorted by N */ asn_MAP_EnumType_enum2value_1, /* N => "tag"; sorted by N */
2, /* Number of elements in the maps */ 2, /* Number of elements in the maps */
...@@ -827,7 +827,7 @@ static asn_INTEGER_specifics_t asn_SPC_EnumType_specs_1 = { ...@@ -827,7 +827,7 @@ static asn_INTEGER_specifics_t asn_SPC_EnumType_specs_1 = {
0, /* Native long size */ 0, /* Native long size */
0 0
}; };
static ber_tlv_tag_t asn_DEF_EnumType_tags_1[] = { static const ber_tlv_tag_t asn_DEF_EnumType_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_EnumType = { asn_TYPE_descriptor_t asn_DEF_EnumType = {
......
...@@ -84,10 +84,10 @@ static asn_TYPE_member_t asn_MBR_TestType_16P0_1[] = { ...@@ -84,10 +84,10 @@ static asn_TYPE_member_t asn_MBR_TestType_16P0_1[] = {
.name = "common" .name = "common"
}, },
}; };
static ber_tlv_tag_t asn_DEF_TestType_16P0_tags_1[] = { static const ber_tlv_tag_t asn_DEF_TestType_16P0_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_TestType_16P0_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_TestType_16P0_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* common */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* common */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_TestType_16P0_specs_1 = { static asn_SEQUENCE_specifics_t asn_SPC_TestType_16P0_specs_1 = {
...@@ -152,10 +152,10 @@ static asn_TYPE_member_t asn_MBR_TestType_16P1_3[] = { ...@@ -152,10 +152,10 @@ static asn_TYPE_member_t asn_MBR_TestType_16P1_3[] = {
.name = "common" .name = "common"
}, },
}; };
static ber_tlv_tag_t asn_DEF_TestType_16P1_tags_3[] = { static const ber_tlv_tag_t asn_DEF_TestType_16P1_tags_3[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_TestType_16P1_tag2el_3[] = { static const asn_TYPE_tag2member_t asn_MAP_TestType_16P1_tag2el_3[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 0, 0, 0 } /* common */ { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 0, 0, 0 } /* common */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_TestType_16P1_specs_3 = { static asn_SEQUENCE_specifics_t asn_SPC_TestType_16P1_specs_3 = {
...@@ -244,7 +244,7 @@ static asn_TYPE_member_t asn_MBR_TestChoice_1[] = { ...@@ -244,7 +244,7 @@ static asn_TYPE_member_t asn_MBR_TestChoice_1[] = {
.name = "type2" .name = "type2"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_TestChoice_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_TestChoice_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 }, /* type1 */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 }, /* type1 */
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 } /* type2 */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 } /* type2 */
}; };
...@@ -373,10 +373,10 @@ static asn_TYPE_member_t asn_MBR_AutoType_34P0_1[] = { ...@@ -373,10 +373,10 @@ static asn_TYPE_member_t asn_MBR_AutoType_34P0_1[] = {
.name = "common" .name = "common"
}, },
}; };
static ber_tlv_tag_t asn_DEF_AutoType_34P0_tags_1[] = { static const ber_tlv_tag_t asn_DEF_AutoType_34P0_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_AutoType_34P0_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_AutoType_34P0_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* common */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* common */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_AutoType_34P0_specs_1 = { static asn_SEQUENCE_specifics_t asn_SPC_AutoType_34P0_specs_1 = {
...@@ -423,10 +423,10 @@ static asn_TYPE_member_t asn_MBR_AutoType_34P1_3[] = { ...@@ -423,10 +423,10 @@ static asn_TYPE_member_t asn_MBR_AutoType_34P1_3[] = {
.name = "common" .name = "common"
}, },
}; };
static ber_tlv_tag_t asn_DEF_AutoType_34P1_tags_3[] = { static const ber_tlv_tag_t asn_DEF_AutoType_34P1_tags_3[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_AutoType_34P1_tag2el_3[] = { static const asn_TYPE_tag2member_t asn_MAP_AutoType_34P1_tag2el_3[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* common */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* common */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_AutoType_34P1_specs_3 = { static asn_SEQUENCE_specifics_t asn_SPC_AutoType_34P1_specs_3 = {
...@@ -515,7 +515,7 @@ static asn_TYPE_member_t asn_MBR_AutoChoice_1[] = { ...@@ -515,7 +515,7 @@ static asn_TYPE_member_t asn_MBR_AutoChoice_1[] = {
.name = "type2" .name = "type2"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_AutoChoice_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_AutoChoice_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* type1 */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* type1 */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* type2 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* type2 */
}; };
......
...@@ -104,7 +104,7 @@ T_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -104,7 +104,7 @@ T_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [T] >>> ***/ /*** <<< STAT-DEFS [T] >>> ***/
static ber_tlv_tag_t asn_DEF_T_tags_1[] = { static const ber_tlv_tag_t asn_DEF_T_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_T = { asn_TYPE_descriptor_t asn_DEF_T = {
......
...@@ -44,7 +44,7 @@ static asn_TYPE_member_t asn_MBR_T_1[] = { ...@@ -44,7 +44,7 @@ static asn_TYPE_member_t asn_MBR_T_1[] = {
.name = "bs" .name = "bs"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (3 << 2)), 0, 0, 0 } /* bs */ { (ASN_TAG_CLASS_UNIVERSAL | (3 << 2)), 0, 0, 0 } /* bs */
}; };
static asn_CHOICE_specifics_t asn_SPC_T_specs_1 = { static asn_CHOICE_specifics_t asn_SPC_T_specs_1 = {
......
...@@ -44,7 +44,7 @@ static asn_TYPE_member_t asn_MBR_T_1[] = { ...@@ -44,7 +44,7 @@ static asn_TYPE_member_t asn_MBR_T_1[] = {
.name = "bs" .name = "bs"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (3 << 2)), 0, 0, 0 } /* bs */ { (ASN_TAG_CLASS_UNIVERSAL | (3 << 2)), 0, 0, 0 } /* bs */
}; };
static asn_CHOICE_specifics_t asn_SPC_T_specs_1 = { static asn_CHOICE_specifics_t asn_SPC_T_specs_1 = {
......
...@@ -97,7 +97,7 @@ CN_IntegerUnlimited_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -97,7 +97,7 @@ CN_IntegerUnlimited_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [CN-IntegerUnlimited] >>> ***/ /*** <<< STAT-DEFS [CN-IntegerUnlimited] >>> ***/
static ber_tlv_tag_t asn_DEF_CN_IntegerUnlimited_tags_1[] = { static const ber_tlv_tag_t asn_DEF_CN_IntegerUnlimited_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_CN_IntegerUnlimited = { asn_TYPE_descriptor_t asn_DEF_CN_IntegerUnlimited = {
...@@ -235,7 +235,7 @@ CN_IntegerMinMax_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -235,7 +235,7 @@ CN_IntegerMinMax_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [CN-IntegerMinMax] >>> ***/ /*** <<< STAT-DEFS [CN-IntegerMinMax] >>> ***/
static ber_tlv_tag_t asn_DEF_CN_IntegerMinMax_tags_1[] = { static const ber_tlv_tag_t asn_DEF_CN_IntegerMinMax_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_CN_IntegerMinMax = { asn_TYPE_descriptor_t asn_DEF_CN_IntegerMinMax = {
...@@ -377,7 +377,7 @@ CN_IntegerMinLow_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -377,7 +377,7 @@ CN_IntegerMinLow_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [CN-IntegerMinLow] >>> ***/ /*** <<< STAT-DEFS [CN-IntegerMinLow] >>> ***/
static ber_tlv_tag_t asn_DEF_CN_IntegerMinLow_tags_1[] = { static const ber_tlv_tag_t asn_DEF_CN_IntegerMinLow_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_CN_IntegerMinLow = { asn_TYPE_descriptor_t asn_DEF_CN_IntegerMinLow = {
...@@ -525,7 +525,7 @@ NO_IntegerMinHigh_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -525,7 +525,7 @@ NO_IntegerMinHigh_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NO-IntegerMinHigh] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerMinHigh] >>> ***/
static ber_tlv_tag_t asn_DEF_NO_IntegerMinHigh_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerMinHigh_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerMinHigh = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerMinHigh = {
...@@ -667,12 +667,12 @@ NO_IntegerLowHigh_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -667,12 +667,12 @@ NO_IntegerLowHigh_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NO-IntegerLowHigh] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerLowHigh] >>> ***/
static asn_INTEGER_specifics_t asn_SPC_NO_IntegerLowHigh_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_NO_IntegerLowHigh_specs_1 = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, /* Native long size */ 0, /* Native long size */
1 /* Unsigned representation */ 1 /* Unsigned representation */
}; };
static ber_tlv_tag_t asn_DEF_NO_IntegerLowHigh_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerLowHigh_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerLowHigh = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerLowHigh = {
...@@ -814,7 +814,7 @@ CN_IntegerLowMax_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -814,7 +814,7 @@ CN_IntegerLowMax_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [CN-IntegerLowMax] >>> ***/ /*** <<< STAT-DEFS [CN-IntegerLowMax] >>> ***/
static ber_tlv_tag_t asn_DEF_CN_IntegerLowMax_tags_1[] = { static const ber_tlv_tag_t asn_DEF_CN_IntegerLowMax_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_CN_IntegerLowMax = { asn_TYPE_descriptor_t asn_DEF_CN_IntegerLowMax = {
...@@ -962,7 +962,7 @@ NO_IntegerHighMax_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -962,7 +962,7 @@ NO_IntegerHighMax_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NO-IntegerHighMax] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerHighMax] >>> ***/
static ber_tlv_tag_t asn_DEF_NO_IntegerHighMax_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerHighMax_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerHighMax = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerHighMax = {
...@@ -1110,7 +1110,7 @@ NO_IntegerLowestMax_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -1110,7 +1110,7 @@ NO_IntegerLowestMax_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NO-IntegerLowestMax] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerLowestMax] >>> ***/
static ber_tlv_tag_t asn_DEF_NO_IntegerLowestMax_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerLowestMax_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerLowestMax = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerLowestMax = {
...@@ -1252,12 +1252,12 @@ NO_IntegerOutRange_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -1252,12 +1252,12 @@ NO_IntegerOutRange_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NO-IntegerOutRange] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerOutRange] >>> ***/
static asn_INTEGER_specifics_t asn_SPC_NO_IntegerOutRange_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_NO_IntegerOutRange_specs_1 = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, /* Native long size */ 0, /* Native long size */
1 /* Unsigned representation */ 1 /* Unsigned representation */
}; };
static ber_tlv_tag_t asn_DEF_NO_IntegerOutRange_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerOutRange_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerOutRange = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerOutRange = {
...@@ -1399,12 +1399,12 @@ NO_IntegerOutValue_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -1399,12 +1399,12 @@ NO_IntegerOutValue_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NO-IntegerOutValue] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerOutValue] >>> ***/
static asn_INTEGER_specifics_t asn_SPC_NO_IntegerOutValue_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_NO_IntegerOutValue_specs_1 = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, /* Native long size */ 0, /* Native long size */
1 /* Unsigned representation */ 1 /* Unsigned representation */
}; };
static ber_tlv_tag_t asn_DEF_NO_IntegerOutValue_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerOutValue_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerOutValue = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerOutValue = {
...@@ -1546,7 +1546,7 @@ OK_IntegerInRange1_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -1546,7 +1546,7 @@ OK_IntegerInRange1_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [OK-IntegerInRange1] >>> ***/ /*** <<< STAT-DEFS [OK-IntegerInRange1] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_IntegerInRange1_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_IntegerInRange1_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange1 = { asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange1 = {
...@@ -1688,7 +1688,7 @@ OK_IntegerInRange2_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -1688,7 +1688,7 @@ OK_IntegerInRange2_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [OK-IntegerInRange2] >>> ***/ /*** <<< STAT-DEFS [OK-IntegerInRange2] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_IntegerInRange2_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_IntegerInRange2_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange2 = { asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange2 = {
...@@ -1830,7 +1830,7 @@ OK_IntegerInRange3_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -1830,7 +1830,7 @@ OK_IntegerInRange3_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [OK-IntegerInRange3] >>> ***/ /*** <<< STAT-DEFS [OK-IntegerInRange3] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_IntegerInRange3_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_IntegerInRange3_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange3 = { asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange3 = {
...@@ -1972,7 +1972,7 @@ OK_IntegerInRange4_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -1972,7 +1972,7 @@ OK_IntegerInRange4_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [OK-IntegerInRange4] >>> ***/ /*** <<< STAT-DEFS [OK-IntegerInRange4] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_IntegerInRange4_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_IntegerInRange4_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange4 = { asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange4 = {
...@@ -2114,7 +2114,7 @@ OK_IntegerInRange5_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -2114,7 +2114,7 @@ OK_IntegerInRange5_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [OK-IntegerInRange5] >>> ***/ /*** <<< STAT-DEFS [OK-IntegerInRange5] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_IntegerInRange5_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_IntegerInRange5_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange5 = { asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange5 = {
...@@ -2247,12 +2247,12 @@ NO_IntegerInRange6_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -2247,12 +2247,12 @@ NO_IntegerInRange6_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NO-IntegerInRange6] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerInRange6] >>> ***/
static asn_INTEGER_specifics_t asn_SPC_NO_IntegerInRange6_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_NO_IntegerInRange6_specs_1 = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, /* Native long size */ 0, /* Native long size */
1 /* Unsigned representation */ 1 /* Unsigned representation */
}; };
static ber_tlv_tag_t asn_DEF_NO_IntegerInRange6_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerInRange6_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerInRange6 = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerInRange6 = {
...@@ -2384,7 +2384,7 @@ CN_IntegerEnumerated1_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -2384,7 +2384,7 @@ CN_IntegerEnumerated1_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [CN-IntegerEnumerated1] >>> ***/ /*** <<< STAT-DEFS [CN-IntegerEnumerated1] >>> ***/
static ber_tlv_tag_t asn_DEF_CN_IntegerEnumerated1_tags_1[] = { static const ber_tlv_tag_t asn_DEF_CN_IntegerEnumerated1_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_CN_IntegerEnumerated1 = { asn_TYPE_descriptor_t asn_DEF_CN_IntegerEnumerated1 = {
...@@ -2516,7 +2516,7 @@ NO_IntegerEnumerated2_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -2516,7 +2516,7 @@ NO_IntegerEnumerated2_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NO-IntegerEnumerated2] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerEnumerated2] >>> ***/
static ber_tlv_tag_t asn_DEF_NO_IntegerEnumerated2_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerEnumerated2_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerEnumerated2 = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerEnumerated2 = {
......
...@@ -97,7 +97,7 @@ CN_IntegerUnlimited_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -97,7 +97,7 @@ CN_IntegerUnlimited_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [CN-IntegerUnlimited] >>> ***/ /*** <<< STAT-DEFS [CN-IntegerUnlimited] >>> ***/
static ber_tlv_tag_t asn_DEF_CN_IntegerUnlimited_tags_1[] = { static const ber_tlv_tag_t asn_DEF_CN_IntegerUnlimited_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_CN_IntegerUnlimited = { asn_TYPE_descriptor_t asn_DEF_CN_IntegerUnlimited = {
...@@ -236,7 +236,7 @@ CN_IntegerMinMax_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -236,7 +236,7 @@ CN_IntegerMinMax_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [CN-IntegerMinMax] >>> ***/ /*** <<< STAT-DEFS [CN-IntegerMinMax] >>> ***/
static ber_tlv_tag_t asn_DEF_CN_IntegerMinMax_tags_1[] = { static const ber_tlv_tag_t asn_DEF_CN_IntegerMinMax_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_CN_IntegerMinMax = { asn_TYPE_descriptor_t asn_DEF_CN_IntegerMinMax = {
...@@ -384,7 +384,7 @@ CN_IntegerMinLow_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -384,7 +384,7 @@ CN_IntegerMinLow_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [CN-IntegerMinLow] >>> ***/ /*** <<< STAT-DEFS [CN-IntegerMinLow] >>> ***/
static ber_tlv_tag_t asn_DEF_CN_IntegerMinLow_tags_1[] = { static const ber_tlv_tag_t asn_DEF_CN_IntegerMinLow_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_CN_IntegerMinLow = { asn_TYPE_descriptor_t asn_DEF_CN_IntegerMinLow = {
...@@ -532,7 +532,7 @@ NO_IntegerMinHigh_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -532,7 +532,7 @@ NO_IntegerMinHigh_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NO-IntegerMinHigh] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerMinHigh] >>> ***/
static ber_tlv_tag_t asn_DEF_NO_IntegerMinHigh_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerMinHigh_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerMinHigh = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerMinHigh = {
...@@ -674,12 +674,12 @@ NO_IntegerLowHigh_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -674,12 +674,12 @@ NO_IntegerLowHigh_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NO-IntegerLowHigh] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerLowHigh] >>> ***/
static asn_INTEGER_specifics_t asn_SPC_NO_IntegerLowHigh_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_NO_IntegerLowHigh_specs_1 = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, /* Native long size */ 0, /* Native long size */
1 /* Unsigned representation */ 1 /* Unsigned representation */
}; };
static ber_tlv_tag_t asn_DEF_NO_IntegerLowHigh_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerLowHigh_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerLowHigh = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerLowHigh = {
...@@ -827,7 +827,7 @@ CN_IntegerLowMax_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -827,7 +827,7 @@ CN_IntegerLowMax_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [CN-IntegerLowMax] >>> ***/ /*** <<< STAT-DEFS [CN-IntegerLowMax] >>> ***/
static ber_tlv_tag_t asn_DEF_CN_IntegerLowMax_tags_1[] = { static const ber_tlv_tag_t asn_DEF_CN_IntegerLowMax_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_CN_IntegerLowMax = { asn_TYPE_descriptor_t asn_DEF_CN_IntegerLowMax = {
...@@ -975,7 +975,7 @@ NO_IntegerHighMax_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -975,7 +975,7 @@ NO_IntegerHighMax_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NO-IntegerHighMax] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerHighMax] >>> ***/
static ber_tlv_tag_t asn_DEF_NO_IntegerHighMax_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerHighMax_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerHighMax = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerHighMax = {
...@@ -1123,7 +1123,7 @@ NO_IntegerLowestMax_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -1123,7 +1123,7 @@ NO_IntegerLowestMax_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NO-IntegerLowestMax] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerLowestMax] >>> ***/
static ber_tlv_tag_t asn_DEF_NO_IntegerLowestMax_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerLowestMax_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerLowestMax = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerLowestMax = {
...@@ -1265,12 +1265,12 @@ NO_IntegerOutRange_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -1265,12 +1265,12 @@ NO_IntegerOutRange_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NO-IntegerOutRange] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerOutRange] >>> ***/
static asn_INTEGER_specifics_t asn_SPC_NO_IntegerOutRange_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_NO_IntegerOutRange_specs_1 = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, /* Native long size */ 0, /* Native long size */
1 /* Unsigned representation */ 1 /* Unsigned representation */
}; };
static ber_tlv_tag_t asn_DEF_NO_IntegerOutRange_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerOutRange_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerOutRange = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerOutRange = {
...@@ -1412,12 +1412,12 @@ NO_IntegerOutValue_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -1412,12 +1412,12 @@ NO_IntegerOutValue_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NO-IntegerOutValue] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerOutValue] >>> ***/
static asn_INTEGER_specifics_t asn_SPC_NO_IntegerOutValue_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_NO_IntegerOutValue_specs_1 = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, /* Native long size */ 0, /* Native long size */
1 /* Unsigned representation */ 1 /* Unsigned representation */
}; };
static ber_tlv_tag_t asn_DEF_NO_IntegerOutValue_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerOutValue_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerOutValue = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerOutValue = {
...@@ -1559,7 +1559,7 @@ OK_IntegerInRange1_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -1559,7 +1559,7 @@ OK_IntegerInRange1_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [OK-IntegerInRange1] >>> ***/ /*** <<< STAT-DEFS [OK-IntegerInRange1] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_IntegerInRange1_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_IntegerInRange1_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange1 = { asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange1 = {
...@@ -1701,7 +1701,7 @@ OK_IntegerInRange2_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -1701,7 +1701,7 @@ OK_IntegerInRange2_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [OK-IntegerInRange2] >>> ***/ /*** <<< STAT-DEFS [OK-IntegerInRange2] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_IntegerInRange2_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_IntegerInRange2_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange2 = { asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange2 = {
...@@ -1843,7 +1843,7 @@ OK_IntegerInRange3_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -1843,7 +1843,7 @@ OK_IntegerInRange3_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [OK-IntegerInRange3] >>> ***/ /*** <<< STAT-DEFS [OK-IntegerInRange3] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_IntegerInRange3_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_IntegerInRange3_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange3 = { asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange3 = {
...@@ -1985,7 +1985,7 @@ OK_IntegerInRange4_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -1985,7 +1985,7 @@ OK_IntegerInRange4_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [OK-IntegerInRange4] >>> ***/ /*** <<< STAT-DEFS [OK-IntegerInRange4] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_IntegerInRange4_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_IntegerInRange4_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange4 = { asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange4 = {
...@@ -2133,7 +2133,7 @@ OK_IntegerInRange5_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -2133,7 +2133,7 @@ OK_IntegerInRange5_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [OK-IntegerInRange5] >>> ***/ /*** <<< STAT-DEFS [OK-IntegerInRange5] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_IntegerInRange5_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_IntegerInRange5_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange5 = { asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange5 = {
...@@ -2266,12 +2266,12 @@ NO_IntegerInRange6_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -2266,12 +2266,12 @@ NO_IntegerInRange6_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NO-IntegerInRange6] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerInRange6] >>> ***/
static asn_INTEGER_specifics_t asn_SPC_NO_IntegerInRange6_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_NO_IntegerInRange6_specs_1 = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, /* Native long size */ 0, /* Native long size */
1 /* Unsigned representation */ 1 /* Unsigned representation */
}; };
static ber_tlv_tag_t asn_DEF_NO_IntegerInRange6_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerInRange6_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerInRange6 = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerInRange6 = {
...@@ -2403,7 +2403,7 @@ CN_IntegerEnumerated1_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -2403,7 +2403,7 @@ CN_IntegerEnumerated1_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [CN-IntegerEnumerated1] >>> ***/ /*** <<< STAT-DEFS [CN-IntegerEnumerated1] >>> ***/
static ber_tlv_tag_t asn_DEF_CN_IntegerEnumerated1_tags_1[] = { static const ber_tlv_tag_t asn_DEF_CN_IntegerEnumerated1_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_CN_IntegerEnumerated1 = { asn_TYPE_descriptor_t asn_DEF_CN_IntegerEnumerated1 = {
...@@ -2535,7 +2535,7 @@ NO_IntegerEnumerated2_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -2535,7 +2535,7 @@ NO_IntegerEnumerated2_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NO-IntegerEnumerated2] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerEnumerated2] >>> ***/
static ber_tlv_tag_t asn_DEF_NO_IntegerEnumerated2_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerEnumerated2_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerEnumerated2 = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerEnumerated2 = {
......
...@@ -114,7 +114,7 @@ CN_IntegerUnlimited_encode_uper(asn_TYPE_descriptor_t *td, ...@@ -114,7 +114,7 @@ CN_IntegerUnlimited_encode_uper(asn_TYPE_descriptor_t *td,
/*** <<< STAT-DEFS [CN-IntegerUnlimited] >>> ***/ /*** <<< STAT-DEFS [CN-IntegerUnlimited] >>> ***/
static ber_tlv_tag_t asn_DEF_CN_IntegerUnlimited_tags_1[] = { static const ber_tlv_tag_t asn_DEF_CN_IntegerUnlimited_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_CN_IntegerUnlimited = { asn_TYPE_descriptor_t asn_DEF_CN_IntegerUnlimited = {
...@@ -278,7 +278,7 @@ static asn_per_constraints_t asn_PER_type_CN_IntegerMinMax_constr_1 GCC_NOTUSED ...@@ -278,7 +278,7 @@ static asn_per_constraints_t asn_PER_type_CN_IntegerMinMax_constr_1 GCC_NOTUSED
/*** <<< STAT-DEFS [CN-IntegerMinMax] >>> ***/ /*** <<< STAT-DEFS [CN-IntegerMinMax] >>> ***/
static ber_tlv_tag_t asn_DEF_CN_IntegerMinMax_tags_1[] = { static const ber_tlv_tag_t asn_DEF_CN_IntegerMinMax_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_CN_IntegerMinMax = { asn_TYPE_descriptor_t asn_DEF_CN_IntegerMinMax = {
...@@ -446,7 +446,7 @@ static asn_per_constraints_t asn_PER_type_CN_IntegerMinLow_constr_1 GCC_NOTUSED ...@@ -446,7 +446,7 @@ static asn_per_constraints_t asn_PER_type_CN_IntegerMinLow_constr_1 GCC_NOTUSED
/*** <<< STAT-DEFS [CN-IntegerMinLow] >>> ***/ /*** <<< STAT-DEFS [CN-IntegerMinLow] >>> ***/
static ber_tlv_tag_t asn_DEF_CN_IntegerMinLow_tags_1[] = { static const ber_tlv_tag_t asn_DEF_CN_IntegerMinLow_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_CN_IntegerMinLow = { asn_TYPE_descriptor_t asn_DEF_CN_IntegerMinLow = {
...@@ -620,7 +620,7 @@ static asn_per_constraints_t asn_PER_type_NO_IntegerMinHigh_constr_1 GCC_NOTUSED ...@@ -620,7 +620,7 @@ static asn_per_constraints_t asn_PER_type_NO_IntegerMinHigh_constr_1 GCC_NOTUSED
/*** <<< STAT-DEFS [NO-IntegerMinHigh] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerMinHigh] >>> ***/
static ber_tlv_tag_t asn_DEF_NO_IntegerMinHigh_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerMinHigh_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerMinHigh = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerMinHigh = {
...@@ -788,12 +788,12 @@ static asn_per_constraints_t asn_PER_type_NO_IntegerLowHigh_constr_1 GCC_NOTUSED ...@@ -788,12 +788,12 @@ static asn_per_constraints_t asn_PER_type_NO_IntegerLowHigh_constr_1 GCC_NOTUSED
/*** <<< STAT-DEFS [NO-IntegerLowHigh] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerLowHigh] >>> ***/
static asn_INTEGER_specifics_t asn_SPC_NO_IntegerLowHigh_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_NO_IntegerLowHigh_specs_1 = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, /* Native long size */ 0, /* Native long size */
1 /* Unsigned representation */ 1 /* Unsigned representation */
}; };
static ber_tlv_tag_t asn_DEF_NO_IntegerLowHigh_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerLowHigh_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerLowHigh = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerLowHigh = {
...@@ -961,7 +961,7 @@ static asn_per_constraints_t asn_PER_type_CN_IntegerLowMax_constr_1 GCC_NOTUSED ...@@ -961,7 +961,7 @@ static asn_per_constraints_t asn_PER_type_CN_IntegerLowMax_constr_1 GCC_NOTUSED
/*** <<< STAT-DEFS [CN-IntegerLowMax] >>> ***/ /*** <<< STAT-DEFS [CN-IntegerLowMax] >>> ***/
static ber_tlv_tag_t asn_DEF_CN_IntegerLowMax_tags_1[] = { static const ber_tlv_tag_t asn_DEF_CN_IntegerLowMax_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_CN_IntegerLowMax = { asn_TYPE_descriptor_t asn_DEF_CN_IntegerLowMax = {
...@@ -1135,7 +1135,7 @@ static asn_per_constraints_t asn_PER_type_NO_IntegerHighMax_constr_1 GCC_NOTUSED ...@@ -1135,7 +1135,7 @@ static asn_per_constraints_t asn_PER_type_NO_IntegerHighMax_constr_1 GCC_NOTUSED
/*** <<< STAT-DEFS [NO-IntegerHighMax] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerHighMax] >>> ***/
static ber_tlv_tag_t asn_DEF_NO_IntegerHighMax_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerHighMax_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerHighMax = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerHighMax = {
...@@ -1309,7 +1309,7 @@ static asn_per_constraints_t asn_PER_type_NO_IntegerLowestMax_constr_1 GCC_NOTUS ...@@ -1309,7 +1309,7 @@ static asn_per_constraints_t asn_PER_type_NO_IntegerLowestMax_constr_1 GCC_NOTUS
/*** <<< STAT-DEFS [NO-IntegerLowestMax] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerLowestMax] >>> ***/
static ber_tlv_tag_t asn_DEF_NO_IntegerLowestMax_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerLowestMax_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerLowestMax = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerLowestMax = {
...@@ -1477,12 +1477,12 @@ static asn_per_constraints_t asn_PER_type_NO_IntegerOutRange_constr_1 GCC_NOTUSE ...@@ -1477,12 +1477,12 @@ static asn_per_constraints_t asn_PER_type_NO_IntegerOutRange_constr_1 GCC_NOTUSE
/*** <<< STAT-DEFS [NO-IntegerOutRange] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerOutRange] >>> ***/
static asn_INTEGER_specifics_t asn_SPC_NO_IntegerOutRange_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_NO_IntegerOutRange_specs_1 = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, /* Native long size */ 0, /* Native long size */
1 /* Unsigned representation */ 1 /* Unsigned representation */
}; };
static ber_tlv_tag_t asn_DEF_NO_IntegerOutRange_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerOutRange_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerOutRange = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerOutRange = {
...@@ -1650,12 +1650,12 @@ static asn_per_constraints_t asn_PER_type_NO_IntegerOutValue_constr_1 GCC_NOTUSE ...@@ -1650,12 +1650,12 @@ static asn_per_constraints_t asn_PER_type_NO_IntegerOutValue_constr_1 GCC_NOTUSE
/*** <<< STAT-DEFS [NO-IntegerOutValue] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerOutValue] >>> ***/
static asn_INTEGER_specifics_t asn_SPC_NO_IntegerOutValue_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_NO_IntegerOutValue_specs_1 = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, /* Native long size */ 0, /* Native long size */
1 /* Unsigned representation */ 1 /* Unsigned representation */
}; };
static ber_tlv_tag_t asn_DEF_NO_IntegerOutValue_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerOutValue_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerOutValue = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerOutValue = {
...@@ -1823,7 +1823,7 @@ static asn_per_constraints_t asn_PER_type_OK_IntegerInRange1_constr_1 GCC_NOTUSE ...@@ -1823,7 +1823,7 @@ static asn_per_constraints_t asn_PER_type_OK_IntegerInRange1_constr_1 GCC_NOTUSE
/*** <<< STAT-DEFS [OK-IntegerInRange1] >>> ***/ /*** <<< STAT-DEFS [OK-IntegerInRange1] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_IntegerInRange1_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_IntegerInRange1_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange1 = { asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange1 = {
...@@ -1991,7 +1991,7 @@ static asn_per_constraints_t asn_PER_type_OK_IntegerInRange2_constr_1 GCC_NOTUSE ...@@ -1991,7 +1991,7 @@ static asn_per_constraints_t asn_PER_type_OK_IntegerInRange2_constr_1 GCC_NOTUSE
/*** <<< STAT-DEFS [OK-IntegerInRange2] >>> ***/ /*** <<< STAT-DEFS [OK-IntegerInRange2] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_IntegerInRange2_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_IntegerInRange2_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange2 = { asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange2 = {
...@@ -2159,7 +2159,7 @@ static asn_per_constraints_t asn_PER_type_OK_IntegerInRange3_constr_1 GCC_NOTUSE ...@@ -2159,7 +2159,7 @@ static asn_per_constraints_t asn_PER_type_OK_IntegerInRange3_constr_1 GCC_NOTUSE
/*** <<< STAT-DEFS [OK-IntegerInRange3] >>> ***/ /*** <<< STAT-DEFS [OK-IntegerInRange3] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_IntegerInRange3_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_IntegerInRange3_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange3 = { asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange3 = {
...@@ -2327,7 +2327,7 @@ static asn_per_constraints_t asn_PER_type_OK_IntegerInRange4_constr_1 GCC_NOTUSE ...@@ -2327,7 +2327,7 @@ static asn_per_constraints_t asn_PER_type_OK_IntegerInRange4_constr_1 GCC_NOTUSE
/*** <<< STAT-DEFS [OK-IntegerInRange4] >>> ***/ /*** <<< STAT-DEFS [OK-IntegerInRange4] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_IntegerInRange4_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_IntegerInRange4_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange4 = { asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange4 = {
...@@ -2495,7 +2495,7 @@ static asn_per_constraints_t asn_PER_type_OK_IntegerInRange5_constr_1 GCC_NOTUSE ...@@ -2495,7 +2495,7 @@ static asn_per_constraints_t asn_PER_type_OK_IntegerInRange5_constr_1 GCC_NOTUSE
/*** <<< STAT-DEFS [OK-IntegerInRange5] >>> ***/ /*** <<< STAT-DEFS [OK-IntegerInRange5] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_IntegerInRange5_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_IntegerInRange5_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange5 = { asn_TYPE_descriptor_t asn_DEF_OK_IntegerInRange5 = {
...@@ -2654,12 +2654,12 @@ static asn_per_constraints_t asn_PER_type_NO_IntegerInRange6_constr_1 GCC_NOTUSE ...@@ -2654,12 +2654,12 @@ static asn_per_constraints_t asn_PER_type_NO_IntegerInRange6_constr_1 GCC_NOTUSE
/*** <<< STAT-DEFS [NO-IntegerInRange6] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerInRange6] >>> ***/
static asn_INTEGER_specifics_t asn_SPC_NO_IntegerInRange6_specs_1 = { static const asn_INTEGER_specifics_t asn_SPC_NO_IntegerInRange6_specs_1 = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, /* Native long size */ 0, /* Native long size */
1 /* Unsigned representation */ 1 /* Unsigned representation */
}; };
static ber_tlv_tag_t asn_DEF_NO_IntegerInRange6_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerInRange6_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerInRange6 = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerInRange6 = {
...@@ -2809,7 +2809,7 @@ CN_IntegerEnumerated1_encode_uper(asn_TYPE_descriptor_t *td, ...@@ -2809,7 +2809,7 @@ CN_IntegerEnumerated1_encode_uper(asn_TYPE_descriptor_t *td,
/*** <<< STAT-DEFS [CN-IntegerEnumerated1] >>> ***/ /*** <<< STAT-DEFS [CN-IntegerEnumerated1] >>> ***/
static ber_tlv_tag_t asn_DEF_CN_IntegerEnumerated1_tags_1[] = { static const ber_tlv_tag_t asn_DEF_CN_IntegerEnumerated1_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_CN_IntegerEnumerated1 = { asn_TYPE_descriptor_t asn_DEF_CN_IntegerEnumerated1 = {
...@@ -2959,7 +2959,7 @@ NO_IntegerEnumerated2_encode_uper(asn_TYPE_descriptor_t *td, ...@@ -2959,7 +2959,7 @@ NO_IntegerEnumerated2_encode_uper(asn_TYPE_descriptor_t *td,
/*** <<< STAT-DEFS [NO-IntegerEnumerated2] >>> ***/ /*** <<< STAT-DEFS [NO-IntegerEnumerated2] >>> ***/
static ber_tlv_tag_t asn_DEF_NO_IntegerEnumerated2_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_IntegerEnumerated2_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_IntegerEnumerated2 = { asn_TYPE_descriptor_t asn_DEF_NO_IntegerEnumerated2 = {
......
...@@ -110,7 +110,7 @@ OK_Integer1_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -110,7 +110,7 @@ OK_Integer1_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [OK-Integer1] >>> ***/ /*** <<< STAT-DEFS [OK-Integer1] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_Integer1_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_Integer1_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_Integer1 = { asn_TYPE_descriptor_t asn_DEF_OK_Integer1 = {
...@@ -248,7 +248,7 @@ OK_Integer2_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -248,7 +248,7 @@ OK_Integer2_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [OK-Integer2] >>> ***/ /*** <<< STAT-DEFS [OK-Integer2] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_Integer2_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_Integer2_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_Integer2 = { asn_TYPE_descriptor_t asn_DEF_OK_Integer2 = {
...@@ -386,7 +386,7 @@ OK_Integer3_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -386,7 +386,7 @@ OK_Integer3_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [OK-Integer3] >>> ***/ /*** <<< STAT-DEFS [OK-Integer3] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_Integer3_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_Integer3_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_Integer3 = { asn_TYPE_descriptor_t asn_DEF_OK_Integer3 = {
...@@ -524,7 +524,7 @@ OK_Integer4_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -524,7 +524,7 @@ OK_Integer4_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [OK-Integer4] >>> ***/ /*** <<< STAT-DEFS [OK-Integer4] >>> ***/
static ber_tlv_tag_t asn_DEF_OK_Integer4_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OK_Integer4_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_OK_Integer4 = { asn_TYPE_descriptor_t asn_DEF_OK_Integer4 = {
...@@ -662,7 +662,7 @@ NO_Integer5_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -662,7 +662,7 @@ NO_Integer5_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [NO-Integer5] >>> ***/ /*** <<< STAT-DEFS [NO-Integer5] >>> ***/
static ber_tlv_tag_t asn_DEF_NO_Integer5_tags_1[] = { static const ber_tlv_tag_t asn_DEF_NO_Integer5_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_NO_Integer5 = { asn_TYPE_descriptor_t asn_DEF_NO_Integer5 = {
......
...@@ -138,10 +138,10 @@ static asn_TYPE_member_t asn_MBR_Everything_1[] = { ...@@ -138,10 +138,10 @@ static asn_TYPE_member_t asn_MBR_Everything_1[] = {
.name = "to" .name = "to"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Everything_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Everything_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Everything_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Everything_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ch1 */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ch1 */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* ch2 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* ch2 */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* ch3 */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* ch3 */
...@@ -251,7 +251,7 @@ static asn_TYPE_member_t asn_MBR_Choice1_1[] = { ...@@ -251,7 +251,7 @@ static asn_TYPE_member_t asn_MBR_Choice1_1[] = {
.name = "some2" .name = "some2"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_Choice1_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Choice1_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* something */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* something */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* some2 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* some2 */
}; };
...@@ -354,7 +354,7 @@ static asn_TYPE_member_t asn_MBR_Choice2_1[] = { ...@@ -354,7 +354,7 @@ static asn_TYPE_member_t asn_MBR_Choice2_1[] = {
.name = "some3" .name = "some3"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_Choice2_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Choice2_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* typeref */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* typeref */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* some3 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* some3 */
}; };
...@@ -458,11 +458,11 @@ static asn_TYPE_member_t asn_MBR_a_2[] = { ...@@ -458,11 +458,11 @@ static asn_TYPE_member_t asn_MBR_a_2[] = {
.name = "aa" .name = "aa"
}, },
}; };
static ber_tlv_tag_t asn_DEF_a_tags_2[] = { static const ber_tlv_tag_t asn_DEF_a_tags_2[] = {
(ASN_TAG_CLASS_CONTEXT | (0 << 2)), (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_a_tag2el_2[] = { static const asn_TYPE_tag2member_t asn_MAP_a_tag2el_2[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* aa */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* aa */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_a_specs_2 = { static asn_SEQUENCE_specifics_t asn_SPC_a_specs_2 = {
...@@ -510,7 +510,7 @@ static asn_TYPE_member_t asn_MBR_c_5[] = { ...@@ -510,7 +510,7 @@ static asn_TYPE_member_t asn_MBR_c_5[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_c_tags_5[] = { static const ber_tlv_tag_t asn_DEF_c_tags_5[] = {
(ASN_TAG_CLASS_CONTEXT | (2 << 2)), (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
...@@ -573,7 +573,7 @@ static asn_TYPE_member_t asn_MBR_Choice3_1[] = { ...@@ -573,7 +573,7 @@ static asn_TYPE_member_t asn_MBR_Choice3_1[] = {
.name = "c" .name = "c"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_Choice3_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Choice3_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* b */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* b */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* c */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* c */
...@@ -703,10 +703,10 @@ static asn_TYPE_member_t asn_MBR_Member_2[] = { ...@@ -703,10 +703,10 @@ static asn_TYPE_member_t asn_MBR_Member_2[] = {
.name = "set3" .name = "set3"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Member_tags_2[] = { static const ber_tlv_tag_t asn_DEF_Member_tags_2[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Member_tag2el_2[] = { static const asn_TYPE_tag2member_t asn_MAP_Member_tag2el_2[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* int */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* int */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* set */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* set */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* seq */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* seq */
...@@ -758,7 +758,7 @@ static asn_TYPE_member_t asn_MBR_Set_1[] = { ...@@ -758,7 +758,7 @@ static asn_TYPE_member_t asn_MBR_Set_1[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_Set_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Set_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_Set_specs_1 = { static asn_SET_OF_specifics_t asn_SPC_Set_specs_1 = {
...@@ -866,10 +866,10 @@ static asn_TYPE_member_t asn_MBR_Sequence_1[] = { ...@@ -866,10 +866,10 @@ static asn_TYPE_member_t asn_MBR_Sequence_1[] = {
.name = "set" .name = "set"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Sequence_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Sequence_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Sequence_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Sequence_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* seq */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* seq */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* b */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* b */
...@@ -1007,7 +1007,7 @@ TypeRef_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -1007,7 +1007,7 @@ TypeRef_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [TypeRef] >>> ***/ /*** <<< STAT-DEFS [TypeRef] >>> ***/
static ber_tlv_tag_t asn_DEF_TypeRef_tags_1[] = { static const ber_tlv_tag_t asn_DEF_TypeRef_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_TypeRef = { asn_TYPE_descriptor_t asn_DEF_TypeRef = {
...@@ -1078,11 +1078,11 @@ static asn_TYPE_member_t asn_MBR_b_3[] = { ...@@ -1078,11 +1078,11 @@ static asn_TYPE_member_t asn_MBR_b_3[] = {
.name = "b" .name = "b"
}, },
}; };
static ber_tlv_tag_t asn_DEF_b_tags_3[] = { static const ber_tlv_tag_t asn_DEF_b_tags_3[] = {
(ASN_TAG_CLASS_CONTEXT | (1 << 2)), (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_b_tag2el_3[] = { static const asn_TYPE_tag2member_t asn_MAP_b_tag2el_3[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* b */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* b */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_b_specs_3 = { static asn_SEQUENCE_specifics_t asn_SPC_b_specs_3 = {
...@@ -1139,10 +1139,10 @@ static asn_TYPE_member_t asn_MBR_Alpha_1[] = { ...@@ -1139,10 +1139,10 @@ static asn_TYPE_member_t asn_MBR_Alpha_1[] = {
.name = "b" .name = "b"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Alpha_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Alpha_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Alpha_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Alpha_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* b */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* b */
}; };
...@@ -1230,10 +1230,10 @@ static asn_TYPE_member_t asn_MBR_Beta_1[] = { ...@@ -1230,10 +1230,10 @@ static asn_TYPE_member_t asn_MBR_Beta_1[] = {
.name = "g" .name = "g"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Beta_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Beta_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Beta_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Beta_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* b */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* b */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* g */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* g */
}; };
...@@ -1333,10 +1333,10 @@ static asn_TYPE_member_t asn_MBR_Gamma_1[] = { ...@@ -1333,10 +1333,10 @@ static asn_TYPE_member_t asn_MBR_Gamma_1[] = {
.name = "b" .name = "b"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Gamma_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Gamma_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Gamma_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Gamma_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* o */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* o */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* a */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* a */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* b */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* b */
...@@ -1427,13 +1427,13 @@ static asn_TYPE_member_t asn_MBR_OneTwo_1[] = { ...@@ -1427,13 +1427,13 @@ static asn_TYPE_member_t asn_MBR_OneTwo_1[] = {
.name = "m12" .name = "m12"
}, },
}; };
static ber_tlv_tag_t asn_DEF_OneTwo_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OneTwo_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_OneTwo_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_OneTwo_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* m12 */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* m12 */
}; };
static uint8_t asn_MAP_OneTwo_mmap_1[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_OneTwo_mmap_1[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = {
(1 << 7) (1 << 7)
}; };
static asn_SET_specifics_t asn_SPC_OneTwo_specs_1 = { static asn_SET_specifics_t asn_SPC_OneTwo_specs_1 = {
...@@ -1524,13 +1524,13 @@ static asn_TYPE_member_t asn_MBR_TwoThree_1[] = { ...@@ -1524,13 +1524,13 @@ static asn_TYPE_member_t asn_MBR_TwoThree_1[] = {
.name = "m23" .name = "m23"
}, },
}; };
static ber_tlv_tag_t asn_DEF_TwoThree_tags_1[] = { static const ber_tlv_tag_t asn_DEF_TwoThree_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_TwoThree_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_TwoThree_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* m23 */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* m23 */
}; };
static uint8_t asn_MAP_TwoThree_mmap_1[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_TwoThree_mmap_1[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = {
(1 << 7) (1 << 7)
}; };
static asn_SET_specifics_t asn_SPC_TwoThree_specs_1 = { static asn_SET_specifics_t asn_SPC_TwoThree_specs_1 = {
...@@ -1634,14 +1634,14 @@ static asn_TYPE_member_t asn_MBR_ThreeOne_1[] = { ...@@ -1634,14 +1634,14 @@ static asn_TYPE_member_t asn_MBR_ThreeOne_1[] = {
.name = "g" .name = "g"
}, },
}; };
static ber_tlv_tag_t asn_DEF_ThreeOne_tags_1[] = { static const ber_tlv_tag_t asn_DEF_ThreeOne_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_ThreeOne_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_ThreeOne_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* m31 */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* m31 */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* g */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* g */
}; };
static uint8_t asn_MAP_ThreeOne_mmap_1[(2 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_ThreeOne_mmap_1[(2 + (8 * sizeof(unsigned int)) - 1) / 8] = {
(1 << 7) | (1 << 6) (1 << 7) | (1 << 6)
}; };
static asn_SET_specifics_t asn_SPC_ThreeOne_specs_1 = { static asn_SET_specifics_t asn_SPC_ThreeOne_specs_1 = {
......
...@@ -138,10 +138,10 @@ static asn_TYPE_member_t asn_MBR_Everything_1[] = { ...@@ -138,10 +138,10 @@ static asn_TYPE_member_t asn_MBR_Everything_1[] = {
.name = "to" .name = "to"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Everything_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Everything_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Everything_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Everything_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ch1 */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ch1 */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* ch2 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* ch2 */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* ch3 */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* ch3 */
...@@ -251,7 +251,7 @@ static asn_TYPE_member_t asn_MBR_Choice1_1[] = { ...@@ -251,7 +251,7 @@ static asn_TYPE_member_t asn_MBR_Choice1_1[] = {
.name = "some2" .name = "some2"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_Choice1_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Choice1_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* something */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* something */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* some2 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* some2 */
}; };
...@@ -353,7 +353,7 @@ static asn_TYPE_member_t asn_MBR_Choice2_1[] = { ...@@ -353,7 +353,7 @@ static asn_TYPE_member_t asn_MBR_Choice2_1[] = {
.name = "some3" .name = "some3"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_Choice2_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Choice2_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* typeref */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* typeref */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* some3 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* some3 */
}; };
...@@ -457,11 +457,11 @@ static asn_TYPE_member_t asn_MBR_a_2[] = { ...@@ -457,11 +457,11 @@ static asn_TYPE_member_t asn_MBR_a_2[] = {
.name = "aa" .name = "aa"
}, },
}; };
static ber_tlv_tag_t asn_DEF_a_tags_2[] = { static const ber_tlv_tag_t asn_DEF_a_tags_2[] = {
(ASN_TAG_CLASS_CONTEXT | (0 << 2)), (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_a_tag2el_2[] = { static const asn_TYPE_tag2member_t asn_MAP_a_tag2el_2[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* aa */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* aa */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_a_specs_2 = { static asn_SEQUENCE_specifics_t asn_SPC_a_specs_2 = {
...@@ -509,7 +509,7 @@ static asn_TYPE_member_t asn_MBR_c_5[] = { ...@@ -509,7 +509,7 @@ static asn_TYPE_member_t asn_MBR_c_5[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_c_tags_5[] = { static const ber_tlv_tag_t asn_DEF_c_tags_5[] = {
(ASN_TAG_CLASS_CONTEXT | (2 << 2)), (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
...@@ -572,7 +572,7 @@ static asn_TYPE_member_t asn_MBR_Choice3_1[] = { ...@@ -572,7 +572,7 @@ static asn_TYPE_member_t asn_MBR_Choice3_1[] = {
.name = "c" .name = "c"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_Choice3_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Choice3_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* b */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* b */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* c */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* c */
...@@ -702,10 +702,10 @@ static asn_TYPE_member_t asn_MBR_Member_2[] = { ...@@ -702,10 +702,10 @@ static asn_TYPE_member_t asn_MBR_Member_2[] = {
.name = "set3" .name = "set3"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Member_tags_2[] = { static const ber_tlv_tag_t asn_DEF_Member_tags_2[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Member_tag2el_2[] = { static const asn_TYPE_tag2member_t asn_MAP_Member_tag2el_2[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* int */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* int */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* set */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* set */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* seq */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* seq */
...@@ -757,7 +757,7 @@ static asn_TYPE_member_t asn_MBR_Set_1[] = { ...@@ -757,7 +757,7 @@ static asn_TYPE_member_t asn_MBR_Set_1[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_Set_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Set_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_SET_OF_specifics_t asn_SPC_Set_specs_1 = { static asn_SET_OF_specifics_t asn_SPC_Set_specs_1 = {
...@@ -865,10 +865,10 @@ static asn_TYPE_member_t asn_MBR_Sequence_1[] = { ...@@ -865,10 +865,10 @@ static asn_TYPE_member_t asn_MBR_Sequence_1[] = {
.name = "set" .name = "set"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Sequence_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Sequence_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Sequence_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Sequence_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* seq */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* seq */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* b */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* b */
...@@ -1006,7 +1006,7 @@ TypeRef_encode_xer(asn_TYPE_descriptor_t *td, void *structure, ...@@ -1006,7 +1006,7 @@ TypeRef_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
/*** <<< STAT-DEFS [TypeRef] >>> ***/ /*** <<< STAT-DEFS [TypeRef] >>> ***/
static ber_tlv_tag_t asn_DEF_TypeRef_tags_1[] = { static const ber_tlv_tag_t asn_DEF_TypeRef_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
asn_TYPE_descriptor_t asn_DEF_TypeRef = { asn_TYPE_descriptor_t asn_DEF_TypeRef = {
...@@ -1077,11 +1077,11 @@ static asn_TYPE_member_t asn_MBR_b_3[] = { ...@@ -1077,11 +1077,11 @@ static asn_TYPE_member_t asn_MBR_b_3[] = {
.name = "b" .name = "b"
}, },
}; };
static ber_tlv_tag_t asn_DEF_b_tags_3[] = { static const ber_tlv_tag_t asn_DEF_b_tags_3[] = {
(ASN_TAG_CLASS_CONTEXT | (1 << 2)), (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_b_tag2el_3[] = { static const asn_TYPE_tag2member_t asn_MAP_b_tag2el_3[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* b */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* b */
}; };
static asn_SEQUENCE_specifics_t asn_SPC_b_specs_3 = { static asn_SEQUENCE_specifics_t asn_SPC_b_specs_3 = {
...@@ -1138,10 +1138,10 @@ static asn_TYPE_member_t asn_MBR_Alpha_1[] = { ...@@ -1138,10 +1138,10 @@ static asn_TYPE_member_t asn_MBR_Alpha_1[] = {
.name = "b" .name = "b"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Alpha_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Alpha_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Alpha_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Alpha_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* b */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* b */
}; };
...@@ -1229,10 +1229,10 @@ static asn_TYPE_member_t asn_MBR_Beta_1[] = { ...@@ -1229,10 +1229,10 @@ static asn_TYPE_member_t asn_MBR_Beta_1[] = {
.name = "g" .name = "g"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Beta_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Beta_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Beta_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Beta_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* b */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* b */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* g */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* g */
}; };
...@@ -1332,10 +1332,10 @@ static asn_TYPE_member_t asn_MBR_Gamma_1[] = { ...@@ -1332,10 +1332,10 @@ static asn_TYPE_member_t asn_MBR_Gamma_1[] = {
.name = "b" .name = "b"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Gamma_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Gamma_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Gamma_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Gamma_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* o */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* o */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* a */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* a */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* b */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* b */
...@@ -1426,13 +1426,13 @@ static asn_TYPE_member_t asn_MBR_OneTwo_1[] = { ...@@ -1426,13 +1426,13 @@ static asn_TYPE_member_t asn_MBR_OneTwo_1[] = {
.name = "m12" .name = "m12"
}, },
}; };
static ber_tlv_tag_t asn_DEF_OneTwo_tags_1[] = { static const ber_tlv_tag_t asn_DEF_OneTwo_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_OneTwo_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_OneTwo_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* m12 */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* m12 */
}; };
static uint8_t asn_MAP_OneTwo_mmap_1[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_OneTwo_mmap_1[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = {
(1 << 7) (1 << 7)
}; };
static asn_SET_specifics_t asn_SPC_OneTwo_specs_1 = { static asn_SET_specifics_t asn_SPC_OneTwo_specs_1 = {
...@@ -1523,13 +1523,13 @@ static asn_TYPE_member_t asn_MBR_TwoThree_1[] = { ...@@ -1523,13 +1523,13 @@ static asn_TYPE_member_t asn_MBR_TwoThree_1[] = {
.name = "m23" .name = "m23"
}, },
}; };
static ber_tlv_tag_t asn_DEF_TwoThree_tags_1[] = { static const ber_tlv_tag_t asn_DEF_TwoThree_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_TwoThree_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_TwoThree_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* m23 */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* m23 */
}; };
static uint8_t asn_MAP_TwoThree_mmap_1[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_TwoThree_mmap_1[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = {
(1 << 7) (1 << 7)
}; };
static asn_SET_specifics_t asn_SPC_TwoThree_specs_1 = { static asn_SET_specifics_t asn_SPC_TwoThree_specs_1 = {
...@@ -1633,14 +1633,14 @@ static asn_TYPE_member_t asn_MBR_ThreeOne_1[] = { ...@@ -1633,14 +1633,14 @@ static asn_TYPE_member_t asn_MBR_ThreeOne_1[] = {
.name = "g" .name = "g"
}, },
}; };
static ber_tlv_tag_t asn_DEF_ThreeOne_tags_1[] = { static const ber_tlv_tag_t asn_DEF_ThreeOne_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_ThreeOne_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_ThreeOne_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* m31 */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* m31 */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* g */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* g */
}; };
static uint8_t asn_MAP_ThreeOne_mmap_1[(2 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_ThreeOne_mmap_1[(2 + (8 * sizeof(unsigned int)) - 1) / 8] = {
(1 << 7) | (1 << 6) (1 << 7) | (1 << 6)
}; };
static asn_SET_specifics_t asn_SPC_ThreeOne_specs_1 = { static asn_SET_specifics_t asn_SPC_ThreeOne_specs_1 = {
......
...@@ -40,10 +40,10 @@ static asn_TYPE_member_t asn_MBR_Sequence_1[] = { ...@@ -40,10 +40,10 @@ static asn_TYPE_member_t asn_MBR_Sequence_1[] = {
.name = "aptr" .name = "aptr"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Sequence_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Sequence_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Sequence_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Sequence_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ainl */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ainl */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* aptr */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* aptr */
}; };
...@@ -145,14 +145,14 @@ static asn_TYPE_member_t asn_MBR_Set_1[] = { ...@@ -145,14 +145,14 @@ static asn_TYPE_member_t asn_MBR_Set_1[] = {
.name = "aptr" .name = "aptr"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Set_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Set_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Set_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Set_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ainl */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ainl */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* aptr */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* aptr */
}; };
static uint8_t asn_MAP_Set_mmap_1[(2 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_Set_mmap_1[(2 + (8 * sizeof(unsigned int)) - 1) / 8] = {
(1 << 7) | (1 << 6) (1 << 7) | (1 << 6)
}; };
static asn_SET_specifics_t asn_SPC_Set_specs_1 = { static asn_SET_specifics_t asn_SPC_Set_specs_1 = {
...@@ -252,7 +252,7 @@ static asn_TYPE_member_t asn_MBR_setof_2[] = { ...@@ -252,7 +252,7 @@ static asn_TYPE_member_t asn_MBR_setof_2[] = {
.name = "" .name = ""
}, },
}; };
static ber_tlv_tag_t asn_DEF_setof_tags_2[] = { static const ber_tlv_tag_t asn_DEF_setof_tags_2[] = {
(ASN_TAG_CLASS_CONTEXT | (0 << 2)), (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
...@@ -315,7 +315,7 @@ static asn_TYPE_member_t asn_MBR_Choice_1[] = { ...@@ -315,7 +315,7 @@ static asn_TYPE_member_t asn_MBR_Choice_1[] = {
.name = "ainl" .name = "ainl"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_Choice_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Choice_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* setof */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* setof */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* aptr */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* aptr */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* ainl */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* ainl */
......
...@@ -147,10 +147,10 @@ static asn_TYPE_member_t asn_MBR_TestSet_1[] = { ...@@ -147,10 +147,10 @@ static asn_TYPE_member_t asn_MBR_TestSet_1[] = {
.name = "m9" .name = "m9"
}, },
}; };
static ber_tlv_tag_t asn_DEF_TestSet_tags_1[] = { static const ber_tlv_tag_t asn_DEF_TestSet_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_TestSet_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_TestSet_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* m0 */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* m0 */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* m1 */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* m1 */
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* m2 */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* m2 */
...@@ -162,7 +162,7 @@ static asn_TYPE_tag2member_t asn_MAP_TestSet_tag2el_1[] = { ...@@ -162,7 +162,7 @@ static asn_TYPE_tag2member_t asn_MAP_TestSet_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (8 << 2)), 8, 0, 0 }, /* m8 */ { (ASN_TAG_CLASS_CONTEXT | (8 << 2)), 8, 0, 0 }, /* m8 */
{ (ASN_TAG_CLASS_CONTEXT | (9 << 2)), 9, 0, 0 } /* m9 */ { (ASN_TAG_CLASS_CONTEXT | (9 << 2)), 9, 0, 0 } /* m9 */
}; };
static uint8_t asn_MAP_TestSet_mmap_1[(10 + (8 * sizeof(unsigned int)) - 1) / 8] = { static const uint8_t asn_MAP_TestSet_mmap_1[(10 + (8 * sizeof(unsigned int)) - 1) / 8] = {
(1 << 7) | (0 << 6) | (1 << 5) | (1 << 4) | (0 << 3) | (1 << 2) | (1 << 1) | (1 << 0), (1 << 7) | (0 << 6) | (1 << 5) | (1 << 4) | (0 << 3) | (1 << 2) | (1 << 1) | (1 << 0),
(0 << 7) | (1 << 6) (0 << 7) | (1 << 6)
}; };
......
...@@ -78,7 +78,7 @@ static asn_TYPE_member_t asn_MBR_ch_4[] = { ...@@ -78,7 +78,7 @@ static asn_TYPE_member_t asn_MBR_ch_4[] = {
.name = "int" .name = "int"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_ch_tag2el_4[] = { static const asn_TYPE_tag2member_t asn_MAP_ch_tag2el_4[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* int */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* int */
{ (ASN_TAG_CLASS_UNIVERSAL | (5 << 2)), 0, 0, 0 } /* null */ { (ASN_TAG_CLASS_UNIVERSAL | (5 << 2)), 0, 0, 0 } /* null */
}; };
...@@ -153,7 +153,7 @@ static asn_TYPE_member_t asn_MBR_Choice_1[] = { ...@@ -153,7 +153,7 @@ static asn_TYPE_member_t asn_MBR_Choice_1[] = {
.name = "bool" .name = "bool"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_Choice_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Choice_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 3, 0, 0 }, /* bool */ { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 3, 0, 0 }, /* bool */
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, 0, 0 }, /* int */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, 0, 0 }, /* int */
{ (ASN_TAG_CLASS_UNIVERSAL | (3 << 2)), 1, 0, 0 }, /* bitstr */ { (ASN_TAG_CLASS_UNIVERSAL | (3 << 2)), 1, 0, 0 }, /* bitstr */
...@@ -246,7 +246,7 @@ static asn_TYPE_member_t asn_MBR_Choice2_1[] = { ...@@ -246,7 +246,7 @@ static asn_TYPE_member_t asn_MBR_Choice2_1[] = {
.name = "roid" .name = "roid"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_Choice2_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Choice2_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* bitstr */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* bitstr */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* roid */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* roid */
}; };
......
...@@ -91,8 +91,8 @@ static asn_TYPE_member_t asn_MBR_ch_4[] = { ...@@ -91,8 +91,8 @@ static asn_TYPE_member_t asn_MBR_ch_4[] = {
.name = "int" .name = "int"
}, },
}; };
static int asn_MAP_ch_cmap_4[] = { 1, 0 }; static const int asn_MAP_ch_cmap_4[] = { 1, 0 };
static asn_TYPE_tag2member_t asn_MAP_ch_tag2el_4[] = { static const asn_TYPE_tag2member_t asn_MAP_ch_tag2el_4[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* int */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* int */
{ (ASN_TAG_CLASS_UNIVERSAL | (5 << 2)), 0, 0, 0 } /* null */ { (ASN_TAG_CLASS_UNIVERSAL | (5 << 2)), 0, 0, 0 } /* null */
}; };
...@@ -168,8 +168,8 @@ static asn_TYPE_member_t asn_MBR_Choice_1[] = { ...@@ -168,8 +168,8 @@ static asn_TYPE_member_t asn_MBR_Choice_1[] = {
.name = "bool" .name = "bool"
}, },
}; };
static int asn_MAP_Choice_cmap_1[] = { 2, 1, 0, 3 }; static const int asn_MAP_Choice_cmap_1[] = { 2, 1, 0, 3 };
static asn_TYPE_tag2member_t asn_MAP_Choice_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Choice_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 3, 0, 0 }, /* bool */ { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 3, 0, 0 }, /* bool */
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, 0, 0 }, /* int */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, 0, 0 }, /* int */
{ (ASN_TAG_CLASS_UNIVERSAL | (3 << 2)), 1, 0, 0 }, /* bitstr */ { (ASN_TAG_CLASS_UNIVERSAL | (3 << 2)), 1, 0, 0 }, /* bitstr */
...@@ -271,7 +271,7 @@ static asn_TYPE_member_t asn_MBR_Choice2_1[] = { ...@@ -271,7 +271,7 @@ static asn_TYPE_member_t asn_MBR_Choice2_1[] = {
.name = "roid" .name = "roid"
}, },
}; };
static asn_TYPE_tag2member_t asn_MAP_Choice2_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Choice2_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* bitstr */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* bitstr */
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* roid */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* roid */
}; };
......
...@@ -63,10 +63,10 @@ static asn_TYPE_member_t asn_MBR_Attribute_1[] = { ...@@ -63,10 +63,10 @@ static asn_TYPE_member_t asn_MBR_Attribute_1[] = {
.name = "siAttributeValue" .name = "siAttributeValue"
}, },
}; };
static ber_tlv_tag_t asn_DEF_Attribute_tags_1[] = { static const ber_tlv_tag_t asn_DEF_Attribute_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
}; };
static asn_TYPE_tag2member_t asn_MAP_Attribute_tag2el_1[] = { static const asn_TYPE_tag2member_t asn_MAP_Attribute_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (13 << 2)), 0, 0, 0 }, /* identifier */ { (ASN_TAG_CLASS_UNIVERSAL | (13 << 2)), 0, 0, 0 }, /* identifier */
{ (ASN_TAG_CLASS_UNIVERSAL | (22 << 2)), 1, 0, 0 } /* siAttributeValue */ { (ASN_TAG_CLASS_UNIVERSAL | (22 << 2)), 1, 0, 0 } /* siAttributeValue */
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment