[Epic-ID: ODUHIGH-516][Task-ID: ODUHIGH-522] Generating the E2SM-KPM code
[o-du/l2.git] / src / codec_utils / E2SM_KPM / E2SM-KPM-EventTriggerDefinition-Format1.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-IEs"
4  *      found in "../../ASN1_Input/E2SM_KPM_V_3_0.asn1"
5  *      `asn1c -D ./../../E2_output/E2SM_KPM_v3.0_output -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #include "E2SM-KPM-EventTriggerDefinition-Format1.h"
9
10 static int
11 reportingPeriod_2_constraint(const asn_TYPE_descriptor_t *td, const void *sptr,
12                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
13         unsigned long value;
14         
15         if(!sptr) {
16                 ASN__CTFAIL(app_key, td, sptr,
17                         "%s: value not given (%s:%d)",
18                         td->name, __FILE__, __LINE__);
19                 return -1;
20         }
21         
22         value = *(const unsigned long *)sptr;
23         
24         if((value >= 1 && value <= 4294967295)) {
25                 /* Constraint check succeeded */
26                 return 0;
27         } else {
28                 ASN__CTFAIL(app_key, td, sptr,
29                         "%s: constraint failed (%s:%d)",
30                         td->name, __FILE__, __LINE__);
31                 return -1;
32         }
33 }
34
35 /*
36  * This type is implemented using NativeInteger,
37  * so here we adjust the DEF accordingly.
38  */
39 static int
40 memb_reportingPeriod_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
41                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
42         unsigned long value;
43         
44         if(!sptr) {
45                 ASN__CTFAIL(app_key, td, sptr,
46                         "%s: value not given (%s:%d)",
47                         td->name, __FILE__, __LINE__);
48                 return -1;
49         }
50         
51         value = *(const unsigned long *)sptr;
52         
53         if((value >= 1 && value <= 4294967295)) {
54                 /* Constraint check succeeded */
55                 return 0;
56         } else {
57                 ASN__CTFAIL(app_key, td, sptr,
58                         "%s: constraint failed (%s:%d)",
59                         td->name, __FILE__, __LINE__);
60                 return -1;
61         }
62 }
63
64 static asn_oer_constraints_t asn_OER_type_reportingPeriod_constr_2 CC_NOTUSED = {
65         { 4, 1 }        /* (1..4294967295) */,
66         -1};
67 static asn_per_constraints_t asn_PER_type_reportingPeriod_constr_2 CC_NOTUSED = {
68         { APC_CONSTRAINED,       32, -1,  1,  4294967295 }      /* (1..4294967295) */,
69         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
70         0, 0    /* No PER value map */
71 };
72 static asn_oer_constraints_t asn_OER_memb_reportingPeriod_constr_2 CC_NOTUSED = {
73         { 4, 1 }        /* (1..4294967295) */,
74         -1};
75 static asn_per_constraints_t asn_PER_memb_reportingPeriod_constr_2 CC_NOTUSED = {
76         { APC_CONSTRAINED,       32, -1,  1,  4294967295 }      /* (1..4294967295) */,
77         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
78         0, 0    /* No PER value map */
79 };
80 static const asn_INTEGER_specifics_t asn_SPC_reportingPeriod_specs_2 = {
81         0,      0,      0,      0,      0,
82         0,      /* Native long size */
83         1       /* Unsigned representation */
84 };
85 static const ber_tlv_tag_t asn_DEF_reportingPeriod_tags_2[] = {
86         (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
87         (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
88 };
89 static /* Use -fall-defs-global to expose */
90 asn_TYPE_descriptor_t asn_DEF_reportingPeriod_2 = {
91         "reportingPeriod",
92         "reportingPeriod",
93         &asn_OP_NativeInteger,
94         asn_DEF_reportingPeriod_tags_2,
95         sizeof(asn_DEF_reportingPeriod_tags_2)
96                 /sizeof(asn_DEF_reportingPeriod_tags_2[0]) - 1, /* 1 */
97         asn_DEF_reportingPeriod_tags_2, /* Same as above */
98         sizeof(asn_DEF_reportingPeriod_tags_2)
99                 /sizeof(asn_DEF_reportingPeriod_tags_2[0]), /* 2 */
100         { &asn_OER_type_reportingPeriod_constr_2, &asn_PER_type_reportingPeriod_constr_2, reportingPeriod_2_constraint },
101         0, 0,   /* No members */
102         &asn_SPC_reportingPeriod_specs_2        /* Additional specs */
103 };
104
105 asn_TYPE_member_t asn_MBR_E2SM_KPM_EventTriggerDefinition_Format1_1[] = {
106         { ATF_NOFLAGS, 0, offsetof(struct E2SM_KPM_EventTriggerDefinition_Format1, reportingPeriod),
107                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
108                 -1,     /* IMPLICIT tag at current level */
109                 &asn_DEF_reportingPeriod_2,
110                 0,
111                 { &asn_OER_memb_reportingPeriod_constr_2, &asn_PER_memb_reportingPeriod_constr_2,  memb_reportingPeriod_constraint_1 },
112                 0, 0, /* No default value */
113                 "reportingPeriod"
114                 },
115 };
116 static const ber_tlv_tag_t asn_DEF_E2SM_KPM_EventTriggerDefinition_Format1_tags_1[] = {
117         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
118 };
119 static const asn_TYPE_tag2member_t asn_MAP_E2SM_KPM_EventTriggerDefinition_Format1_tag2el_1[] = {
120     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* reportingPeriod */
121 };
122 asn_SEQUENCE_specifics_t asn_SPC_E2SM_KPM_EventTriggerDefinition_Format1_specs_1 = {
123         sizeof(struct E2SM_KPM_EventTriggerDefinition_Format1),
124         offsetof(struct E2SM_KPM_EventTriggerDefinition_Format1, _asn_ctx),
125         asn_MAP_E2SM_KPM_EventTriggerDefinition_Format1_tag2el_1,
126         1,      /* Count of tags in the map */
127         0, 0, 0,        /* Optional elements (not needed) */
128         1,      /* First extension addition */
129 };
130 asn_TYPE_descriptor_t asn_DEF_E2SM_KPM_EventTriggerDefinition_Format1 = {
131         "E2SM-KPM-EventTriggerDefinition-Format1",
132         "E2SM-KPM-EventTriggerDefinition-Format1",
133         &asn_OP_SEQUENCE,
134         asn_DEF_E2SM_KPM_EventTriggerDefinition_Format1_tags_1,
135         sizeof(asn_DEF_E2SM_KPM_EventTriggerDefinition_Format1_tags_1)
136                 /sizeof(asn_DEF_E2SM_KPM_EventTriggerDefinition_Format1_tags_1[0]), /* 1 */
137         asn_DEF_E2SM_KPM_EventTriggerDefinition_Format1_tags_1, /* Same as above */
138         sizeof(asn_DEF_E2SM_KPM_EventTriggerDefinition_Format1_tags_1)
139                 /sizeof(asn_DEF_E2SM_KPM_EventTriggerDefinition_Format1_tags_1[0]), /* 1 */
140         { 0, 0, SEQUENCE_constraint },
141         asn_MBR_E2SM_KPM_EventTriggerDefinition_Format1_1,
142         1,      /* Elements count */
143         &asn_SPC_E2SM_KPM_EventTriggerDefinition_Format1_specs_1        /* Additional specs */
144 };
145