330344d56cb8ea88e5f02e1a40e0899e68e1db8a
[ric-plt/submgr.git] / e2ap / lib / CoMPInformationStartTime.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "X2AP-15-4-0.asn1"
5  *      `asn1c -D ./asn1_n1 -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
6  */
7
8 #include "CoMPInformationStartTime.h"
9
10 #include "ProtocolExtensionContainer.h"
11 static int
12 memb_startSFN_constraint_2(const asn_TYPE_descriptor_t *td, const void *sptr,
13                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
14         long value;
15         
16         if(!sptr) {
17                 ASN__CTFAIL(app_key, td, sptr,
18                         "%s: value not given (%s:%d)",
19                         td->name, __FILE__, __LINE__);
20                 return -1;
21         }
22         
23         value = *(const long *)sptr;
24         
25         if((value >= 0 && value <= 1023)) {
26                 /* Constraint check succeeded */
27                 return 0;
28         } else {
29                 ASN__CTFAIL(app_key, td, sptr,
30                         "%s: constraint failed (%s:%d)",
31                         td->name, __FILE__, __LINE__);
32                 return -1;
33         }
34 }
35
36 static int
37 memb_startSubframeNumber_constraint_2(const asn_TYPE_descriptor_t *td, const void *sptr,
38                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
39         long value;
40         
41         if(!sptr) {
42                 ASN__CTFAIL(app_key, td, sptr,
43                         "%s: value not given (%s:%d)",
44                         td->name, __FILE__, __LINE__);
45                 return -1;
46         }
47         
48         value = *(const long *)sptr;
49         
50         if((value >= 0 && value <= 9)) {
51                 /* Constraint check succeeded */
52                 return 0;
53         } else {
54                 ASN__CTFAIL(app_key, td, sptr,
55                         "%s: constraint failed (%s:%d)",
56                         td->name, __FILE__, __LINE__);
57                 return -1;
58         }
59 }
60
61 static asn_oer_constraints_t asn_OER_memb_startSFN_constr_3 CC_NOTUSED = {
62         { 0, 0 },
63         -1};
64 static asn_per_constraints_t asn_PER_memb_startSFN_constr_3 CC_NOTUSED = {
65         { APC_CONSTRAINED | APC_EXTENSIBLE,  10,  10,  0,  1023 }       /* (0..1023,...) */,
66         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
67         0, 0    /* No PER value map */
68 };
69 static asn_oer_constraints_t asn_OER_memb_startSubframeNumber_constr_4 CC_NOTUSED = {
70         { 0, 0 },
71         -1};
72 static asn_per_constraints_t asn_PER_memb_startSubframeNumber_constr_4 CC_NOTUSED = {
73         { APC_CONSTRAINED | APC_EXTENSIBLE,  4,  4,  0,  9 }    /* (0..9,...) */,
74         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
75         0, 0    /* No PER value map */
76 };
77 static asn_oer_constraints_t asn_OER_type_CoMPInformationStartTime_constr_1 CC_NOTUSED = {
78         { 0, 0 },
79         -1      /* (SIZE(0..1)) */};
80 asn_per_constraints_t asn_PER_type_CoMPInformationStartTime_constr_1 CC_NOTUSED = {
81         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
82         { APC_CONSTRAINED,       1,  1,  0,  1 }        /* (SIZE(0..1)) */,
83         0, 0    /* No PER value map */
84 };
85 static asn_TYPE_member_t asn_MBR_Member_2[] = {
86         { ATF_NOFLAGS, 0, offsetof(struct CoMPInformationStartTime__Member, startSFN),
87                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
88                 -1,     /* IMPLICIT tag at current level */
89                 &asn_DEF_NativeInteger,
90                 0,
91                 { &asn_OER_memb_startSFN_constr_3, &asn_PER_memb_startSFN_constr_3,  memb_startSFN_constraint_2 },
92                 0, 0, /* No default value */
93                 "startSFN"
94                 },
95         { ATF_NOFLAGS, 0, offsetof(struct CoMPInformationStartTime__Member, startSubframeNumber),
96                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
97                 -1,     /* IMPLICIT tag at current level */
98                 &asn_DEF_NativeInteger,
99                 0,
100                 { &asn_OER_memb_startSubframeNumber_constr_4, &asn_PER_memb_startSubframeNumber_constr_4,  memb_startSubframeNumber_constraint_2 },
101                 0, 0, /* No default value */
102                 "startSubframeNumber"
103                 },
104         { ATF_POINTER, 1, offsetof(struct CoMPInformationStartTime__Member, iE_Extensions),
105                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
106                 -1,     /* IMPLICIT tag at current level */
107                 &asn_DEF_ProtocolExtensionContainer_7683P120,
108                 0,
109                 { 0, 0, 0 },
110                 0, 0, /* No default value */
111                 "iE-Extensions"
112                 },
113 };
114 static const int asn_MAP_Member_oms_2[] = { 2 };
115 static const ber_tlv_tag_t asn_DEF_Member_tags_2[] = {
116         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
117 };
118 static const asn_TYPE_tag2member_t asn_MAP_Member_tag2el_2[] = {
119     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* startSFN */
120     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* startSubframeNumber */
121     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* iE-Extensions */
122 };
123 static asn_SEQUENCE_specifics_t asn_SPC_Member_specs_2 = {
124         sizeof(struct CoMPInformationStartTime__Member),
125         offsetof(struct CoMPInformationStartTime__Member, _asn_ctx),
126         asn_MAP_Member_tag2el_2,
127         3,      /* Count of tags in the map */
128         asn_MAP_Member_oms_2,   /* Optional members */
129         1, 0,   /* Root/Additions */
130         3,      /* First extension addition */
131 };
132 static /* Use -fall-defs-global to expose */
133 asn_TYPE_descriptor_t asn_DEF_Member_2 = {
134         "SEQUENCE",
135         "SEQUENCE",
136         &asn_OP_SEQUENCE,
137         asn_DEF_Member_tags_2,
138         sizeof(asn_DEF_Member_tags_2)
139                 /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */
140         asn_DEF_Member_tags_2,  /* Same as above */
141         sizeof(asn_DEF_Member_tags_2)
142                 /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */
143         { 0, 0, SEQUENCE_constraint },
144         asn_MBR_Member_2,
145         3,      /* Elements count */
146         &asn_SPC_Member_specs_2 /* Additional specs */
147 };
148
149 asn_TYPE_member_t asn_MBR_CoMPInformationStartTime_1[] = {
150         { ATF_POINTER, 0, 0,
151                 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
152                 0,
153                 &asn_DEF_Member_2,
154                 0,
155                 { 0, 0, 0 },
156                 0, 0, /* No default value */
157                 ""
158                 },
159 };
160 static const ber_tlv_tag_t asn_DEF_CoMPInformationStartTime_tags_1[] = {
161         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
162 };
163 asn_SET_OF_specifics_t asn_SPC_CoMPInformationStartTime_specs_1 = {
164         sizeof(struct CoMPInformationStartTime),
165         offsetof(struct CoMPInformationStartTime, _asn_ctx),
166         0,      /* XER encoding is XMLDelimitedItemList */
167 };
168 asn_TYPE_descriptor_t asn_DEF_CoMPInformationStartTime = {
169         "CoMPInformationStartTime",
170         "CoMPInformationStartTime",
171         &asn_OP_SEQUENCE_OF,
172         asn_DEF_CoMPInformationStartTime_tags_1,
173         sizeof(asn_DEF_CoMPInformationStartTime_tags_1)
174                 /sizeof(asn_DEF_CoMPInformationStartTime_tags_1[0]), /* 1 */
175         asn_DEF_CoMPInformationStartTime_tags_1,        /* Same as above */
176         sizeof(asn_DEF_CoMPInformationStartTime_tags_1)
177                 /sizeof(asn_DEF_CoMPInformationStartTime_tags_1[0]), /* 1 */
178         { &asn_OER_type_CoMPInformationStartTime_constr_1, &asn_PER_type_CoMPInformationStartTime_constr_1, SEQUENCE_OF_constraint },
179         asn_MBR_CoMPInformationStartTime_1,
180         1,      /* Single element */
181         &asn_SPC_CoMPInformationStartTime_specs_1       /* Additional specs */
182 };
183