Add version 0.5.0
[ric-plt/submgr.git] / e2ap / lib / UL-InterferenceOverloadIndication.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "Spec/e2ap-v031ex.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
6  */
7
8 #include "UL-InterferenceOverloadIndication.h"
9
10 static asn_oer_constraints_t asn_OER_type_UL_InterferenceOverloadIndication_constr_1 CC_NOTUSED = {
11         { 0, 0 },
12         -1      /* (SIZE(1..110)) */};
13 asn_per_constraints_t asn_PER_type_UL_InterferenceOverloadIndication_constr_1 CC_NOTUSED = {
14         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
15         { APC_CONSTRAINED,       7,  7,  1,  110 }      /* (SIZE(1..110)) */,
16         0, 0    /* No PER value map */
17 };
18 asn_TYPE_member_t asn_MBR_UL_InterferenceOverloadIndication_1[] = {
19         { ATF_POINTER, 0, 0,
20                 (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)),
21                 0,
22                 &asn_DEF_UL_InterferenceOverloadIndication_Item,
23                 0,
24                 { 0, 0, 0 },
25                 0, 0, /* No default value */
26                 ""
27                 },
28 };
29 static const ber_tlv_tag_t asn_DEF_UL_InterferenceOverloadIndication_tags_1[] = {
30         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
31 };
32 asn_SET_OF_specifics_t asn_SPC_UL_InterferenceOverloadIndication_specs_1 = {
33         sizeof(struct UL_InterferenceOverloadIndication),
34         offsetof(struct UL_InterferenceOverloadIndication, _asn_ctx),
35         1,      /* XER encoding is XMLValueList */
36 };
37 asn_TYPE_descriptor_t asn_DEF_UL_InterferenceOverloadIndication = {
38         "UL-InterferenceOverloadIndication",
39         "UL-InterferenceOverloadIndication",
40         &asn_OP_SEQUENCE_OF,
41         asn_DEF_UL_InterferenceOverloadIndication_tags_1,
42         sizeof(asn_DEF_UL_InterferenceOverloadIndication_tags_1)
43                 /sizeof(asn_DEF_UL_InterferenceOverloadIndication_tags_1[0]), /* 1 */
44         asn_DEF_UL_InterferenceOverloadIndication_tags_1,       /* Same as above */
45         sizeof(asn_DEF_UL_InterferenceOverloadIndication_tags_1)
46                 /sizeof(asn_DEF_UL_InterferenceOverloadIndication_tags_1[0]), /* 1 */
47         { &asn_OER_type_UL_InterferenceOverloadIndication_constr_1, &asn_PER_type_UL_InterferenceOverloadIndication_constr_1, SEQUENCE_OF_constraint },
48         asn_MBR_UL_InterferenceOverloadIndication_1,
49         1,      /* Single element */
50         &asn_SPC_UL_InterferenceOverloadIndication_specs_1      /* Additional specs */
51 };
52