a7b32cc355ee59c61cf5b6de79b6f0c50eb856f0
[ric-plt/submgr.git] / e2ap / lib / SubbandCQIItem.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 "SubbandCQIItem.h"
9
10 #include "ProtocolExtensionContainer.h"
11 static int
12 memb_subbandIndex_constraint_1(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 <= 27)) {
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 asn_oer_constraints_t asn_OER_memb_subbandIndex_constr_3 CC_NOTUSED = {
37         { 0, 0 },
38         -1};
39 static asn_per_constraints_t asn_PER_memb_subbandIndex_constr_3 CC_NOTUSED = {
40         { APC_CONSTRAINED | APC_EXTENSIBLE,  5,  5,  0,  27 }   /* (0..27,...) */,
41         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
42         0, 0    /* No PER value map */
43 };
44 asn_TYPE_member_t asn_MBR_SubbandCQIItem_1[] = {
45         { ATF_NOFLAGS, 0, offsetof(struct SubbandCQIItem, subbandCQI),
46                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
47                 -1,     /* IMPLICIT tag at current level */
48                 &asn_DEF_SubbandCQI,
49                 0,
50                 { 0, 0, 0 },
51                 0, 0, /* No default value */
52                 "subbandCQI"
53                 },
54         { ATF_NOFLAGS, 0, offsetof(struct SubbandCQIItem, subbandIndex),
55                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
56                 -1,     /* IMPLICIT tag at current level */
57                 &asn_DEF_NativeInteger,
58                 0,
59                 { &asn_OER_memb_subbandIndex_constr_3, &asn_PER_memb_subbandIndex_constr_3,  memb_subbandIndex_constraint_1 },
60                 0, 0, /* No default value */
61                 "subbandIndex"
62                 },
63         { ATF_POINTER, 1, offsetof(struct SubbandCQIItem, iE_Extensions),
64                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
65                 -1,     /* IMPLICIT tag at current level */
66                 &asn_DEF_ProtocolExtensionContainer_7683P198,
67                 0,
68                 { 0, 0, 0 },
69                 0, 0, /* No default value */
70                 "iE-Extensions"
71                 },
72 };
73 static const int asn_MAP_SubbandCQIItem_oms_1[] = { 2 };
74 static const ber_tlv_tag_t asn_DEF_SubbandCQIItem_tags_1[] = {
75         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
76 };
77 static const asn_TYPE_tag2member_t asn_MAP_SubbandCQIItem_tag2el_1[] = {
78     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* subbandCQI */
79     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* subbandIndex */
80     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* iE-Extensions */
81 };
82 asn_SEQUENCE_specifics_t asn_SPC_SubbandCQIItem_specs_1 = {
83         sizeof(struct SubbandCQIItem),
84         offsetof(struct SubbandCQIItem, _asn_ctx),
85         asn_MAP_SubbandCQIItem_tag2el_1,
86         3,      /* Count of tags in the map */
87         asn_MAP_SubbandCQIItem_oms_1,   /* Optional members */
88         1, 0,   /* Root/Additions */
89         3,      /* First extension addition */
90 };
91 asn_TYPE_descriptor_t asn_DEF_SubbandCQIItem = {
92         "SubbandCQIItem",
93         "SubbandCQIItem",
94         &asn_OP_SEQUENCE,
95         asn_DEF_SubbandCQIItem_tags_1,
96         sizeof(asn_DEF_SubbandCQIItem_tags_1)
97                 /sizeof(asn_DEF_SubbandCQIItem_tags_1[0]), /* 1 */
98         asn_DEF_SubbandCQIItem_tags_1,  /* Same as above */
99         sizeof(asn_DEF_SubbandCQIItem_tags_1)
100                 /sizeof(asn_DEF_SubbandCQIItem_tags_1[0]), /* 1 */
101         { 0, 0, SEQUENCE_constraint },
102         asn_MBR_SubbandCQIItem_1,
103         3,      /* Elements count */
104         &asn_SPC_SubbandCQIItem_specs_1 /* Additional specs */
105 };
106