e9947c61ab1826401356071af5a13dbdf04f9a4a
[ric-plt/submgr.git] / e2ap / lib / WidebandCQI.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 "WidebandCQI.h"
9
10 #include "WidebandCQICodeword1.h"
11 #include "ProtocolExtensionContainer.h"
12 static int
13 memb_widebandCQICodeword0_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
14                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
15         long value;
16         
17         if(!sptr) {
18                 ASN__CTFAIL(app_key, td, sptr,
19                         "%s: value not given (%s:%d)",
20                         td->name, __FILE__, __LINE__);
21                 return -1;
22         }
23         
24         value = *(const long *)sptr;
25         
26         if((value >= 0 && value <= 15)) {
27                 /* Constraint check succeeded */
28                 return 0;
29         } else {
30                 ASN__CTFAIL(app_key, td, sptr,
31                         "%s: constraint failed (%s:%d)",
32                         td->name, __FILE__, __LINE__);
33                 return -1;
34         }
35 }
36
37 static asn_oer_constraints_t asn_OER_memb_widebandCQICodeword0_constr_2 CC_NOTUSED = {
38         { 0, 0 },
39         -1};
40 static asn_per_constraints_t asn_PER_memb_widebandCQICodeword0_constr_2 CC_NOTUSED = {
41         { APC_CONSTRAINED | APC_EXTENSIBLE,  4,  4,  0,  15 }   /* (0..15,...) */,
42         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
43         0, 0    /* No PER value map */
44 };
45 asn_TYPE_member_t asn_MBR_WidebandCQI_1[] = {
46         { ATF_NOFLAGS, 0, offsetof(struct WidebandCQI, widebandCQICodeword0),
47                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
48                 -1,     /* IMPLICIT tag at current level */
49                 &asn_DEF_NativeInteger,
50                 0,
51                 { &asn_OER_memb_widebandCQICodeword0_constr_2, &asn_PER_memb_widebandCQICodeword0_constr_2,  memb_widebandCQICodeword0_constraint_1 },
52                 0, 0, /* No default value */
53                 "widebandCQICodeword0"
54                 },
55         { ATF_POINTER, 2, offsetof(struct WidebandCQI, widebandCQICodeword1),
56                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
57                 +1,     /* EXPLICIT tag at current level */
58                 &asn_DEF_WidebandCQICodeword1,
59                 0,
60                 { 0, 0, 0 },
61                 0, 0, /* No default value */
62                 "widebandCQICodeword1"
63                 },
64         { ATF_POINTER, 1, offsetof(struct WidebandCQI, iE_Extensions),
65                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
66                 -1,     /* IMPLICIT tag at current level */
67                 &asn_DEF_ProtocolExtensionContainer_9566P221,
68                 0,
69                 { 0, 0, 0 },
70                 0, 0, /* No default value */
71                 "iE-Extensions"
72                 },
73 };
74 static const int asn_MAP_WidebandCQI_oms_1[] = { 1, 2 };
75 static const ber_tlv_tag_t asn_DEF_WidebandCQI_tags_1[] = {
76         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
77 };
78 static const asn_TYPE_tag2member_t asn_MAP_WidebandCQI_tag2el_1[] = {
79     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* widebandCQICodeword0 */
80     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* widebandCQICodeword1 */
81     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* iE-Extensions */
82 };
83 asn_SEQUENCE_specifics_t asn_SPC_WidebandCQI_specs_1 = {
84         sizeof(struct WidebandCQI),
85         offsetof(struct WidebandCQI, _asn_ctx),
86         asn_MAP_WidebandCQI_tag2el_1,
87         3,      /* Count of tags in the map */
88         asn_MAP_WidebandCQI_oms_1,      /* Optional members */
89         2, 0,   /* Root/Additions */
90         3,      /* First extension addition */
91 };
92 asn_TYPE_descriptor_t asn_DEF_WidebandCQI = {
93         "WidebandCQI",
94         "WidebandCQI",
95         &asn_OP_SEQUENCE,
96         asn_DEF_WidebandCQI_tags_1,
97         sizeof(asn_DEF_WidebandCQI_tags_1)
98                 /sizeof(asn_DEF_WidebandCQI_tags_1[0]), /* 1 */
99         asn_DEF_WidebandCQI_tags_1,     /* Same as above */
100         sizeof(asn_DEF_WidebandCQI_tags_1)
101                 /sizeof(asn_DEF_WidebandCQI_tags_1[0]), /* 1 */
102         { 0, 0, SEQUENCE_constraint },
103         asn_MBR_WidebandCQI_1,
104         3,      /* Elements count */
105         &asn_SPC_WidebandCQI_specs_1    /* Additional specs */
106 };
107