a3e9e81a9b7f500a00423a9a5c0f1f5a3ac8c65a
[ric-app/kpimon.git] / asn1c_defs / all-defs / ABSInformation.c
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-IEs"\r
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #include "ABSInformation.h"\r
9 \r
10 #include "ABSInformationFDD.h"\r
11 #include "ABSInformationTDD.h"\r
12 static asn_per_constraints_t asn_PER_type_ABSInformation_constr_1 CC_NOTUSED = {\r
13         { APC_CONSTRAINED | APC_EXTENSIBLE,  2,  2,  0,  2 }    /* (0..2,...) */,\r
14         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },\r
15         0, 0    /* No PER value map */\r
16 };\r
17 static asn_TYPE_member_t asn_MBR_ABSInformation_1[] = {\r
18         { ATF_POINTER, 0, offsetof(struct ABSInformation, choice.fdd),\r
19                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),\r
20                 -1,     /* IMPLICIT tag at current level */\r
21                 &asn_DEF_ABSInformationFDD,\r
22                 0,\r
23                 { 0, 0, 0 },\r
24                 0, 0, /* No default value */\r
25                 "fdd"\r
26                 },\r
27         { ATF_POINTER, 0, offsetof(struct ABSInformation, choice.tdd),\r
28                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),\r
29                 -1,     /* IMPLICIT tag at current level */\r
30                 &asn_DEF_ABSInformationTDD,\r
31                 0,\r
32                 { 0, 0, 0 },\r
33                 0, 0, /* No default value */\r
34                 "tdd"\r
35                 },\r
36         { ATF_NOFLAGS, 0, offsetof(struct ABSInformation, choice.abs_inactive),\r
37                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),\r
38                 -1,     /* IMPLICIT tag at current level */\r
39                 &asn_DEF_NULL,\r
40                 0,\r
41                 { 0, 0, 0 },\r
42                 0, 0, /* No default value */\r
43                 "abs-inactive"\r
44                 },\r
45 };\r
46 static const asn_TYPE_tag2member_t asn_MAP_ABSInformation_tag2el_1[] = {\r
47     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* fdd */\r
48     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* tdd */\r
49     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* abs-inactive */\r
50 };\r
51 static asn_CHOICE_specifics_t asn_SPC_ABSInformation_specs_1 = {\r
52         sizeof(struct ABSInformation),\r
53         offsetof(struct ABSInformation, _asn_ctx),\r
54         offsetof(struct ABSInformation, present),\r
55         sizeof(((struct ABSInformation *)0)->present),\r
56         asn_MAP_ABSInformation_tag2el_1,\r
57         3,      /* Count of tags in the map */\r
58         0, 0,\r
59         3       /* Extensions start */\r
60 };\r
61 asn_TYPE_descriptor_t asn_DEF_ABSInformation = {\r
62         "ABSInformation",\r
63         "ABSInformation",\r
64         &asn_OP_CHOICE,\r
65         0,      /* No effective tags (pointer) */\r
66         0,      /* No effective tags (count) */\r
67         0,      /* No tags (pointer) */\r
68         0,      /* No tags (count) */\r
69         { 0, &asn_PER_type_ABSInformation_constr_1, CHOICE_constraint },\r
70         asn_MBR_ABSInformation_1,\r
71         3,      /* Elements count */\r
72         &asn_SPC_ABSInformation_specs_1 /* Additional specs */\r
73 };\r
74 \r