2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-ER-DataTypes"
4 * found in "../asn1src/MAP-ER-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
8 #include "SystemFailureParam.h"
10 static asn_per_constraints_t asn_PER_type_SystemFailureParam_constr_1
= {
11 { APC_CONSTRAINED
, 1, 1, 0, 1 } /* (0..1) */,
12 { APC_UNCONSTRAINED
, -1, -1, 0, 0 },
13 0, 0 /* No PER value map */
15 static asn_TYPE_member_t asn_MBR_SystemFailureParam_1
[] = {
16 { ATF_NOFLAGS
, 0, offsetof(struct SystemFailureParam
, choice
.networkResource
),
17 (ASN_TAG_CLASS_UNIVERSAL
| (10 << 2)),
19 &asn_DEF_NetworkResource
,
20 0, /* Defer constraints checking to the member type */
21 0, /* No PER visible constraints */
25 { ATF_NOFLAGS
, 0, offsetof(struct SystemFailureParam
, choice
.extensibleSystemFailureParam
),
26 (ASN_TAG_CLASS_UNIVERSAL
| (16 << 2)),
28 &asn_DEF_ExtensibleSystemFailureParam
,
29 0, /* Defer constraints checking to the member type */
30 0, /* No PER visible constraints */
32 "extensibleSystemFailureParam"
35 static asn_TYPE_tag2member_t asn_MAP_SystemFailureParam_tag2el_1
[] = {
36 { (ASN_TAG_CLASS_UNIVERSAL
| (10 << 2)), 0, 0, 0 }, /* networkResource at 175 */
37 { (ASN_TAG_CLASS_UNIVERSAL
| (16 << 2)), 1, 0, 0 } /* extensibleSystemFailureParam at 179 */
39 static asn_CHOICE_specifics_t asn_SPC_SystemFailureParam_specs_1
= {
40 sizeof(struct SystemFailureParam
),
41 offsetof(struct SystemFailureParam
, _asn_ctx
),
42 offsetof(struct SystemFailureParam
, present
),
43 sizeof(((struct SystemFailureParam
*)0)->present
),
44 asn_MAP_SystemFailureParam_tag2el_1
,
45 2, /* Count of tags in the map */
47 -1 /* Extensions start */
49 asn_TYPE_descriptor_t asn_DEF_SystemFailureParam
= {
62 0, /* No effective tags (pointer) */
63 0, /* No effective tags (count) */
64 0, /* No tags (pointer) */
65 0, /* No tags (count) */
66 &asn_PER_type_SystemFailureParam_constr_1
,
67 asn_MBR_SystemFailureParam_1
,
68 2, /* Elements count */
69 &asn_SPC_SystemFailureParam_specs_1
/* Additional specs */