ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_kpm / lib / 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 "kpmv2.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-OER -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_per_constraints_t asn_PER_type_reportingPeriod_constr_2 CC_NOTUSED = {
65         { APC_CONSTRAINED,       32, -1,  1,  4294967295 }      /* (1..4294967295) */,
66         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
67         0, 0    /* No PER value map */
68 };
69 static asn_per_constraints_t asn_PER_memb_reportingPeriod_constr_2 CC_NOTUSED = {
70         { APC_CONSTRAINED,       32, -1,  1,  4294967295 }      /* (1..4294967295) */,
71         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
72         0, 0    /* No PER value map */
73 };
74 static const asn_INTEGER_specifics_t asn_SPC_reportingPeriod_specs_2 = {
75         0,      0,      0,      0,      0,
76         0,      /* Native long size */
77         1       /* Unsigned representation */
78 };
79 static const ber_tlv_tag_t asn_DEF_reportingPeriod_tags_2[] = {
80         (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
81         (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
82 };
83 static /* Use -fall-defs-global to expose */
84 asn_TYPE_descriptor_t asn_DEF_reportingPeriod_2 = {
85         "reportingPeriod",
86         "reportingPeriod",
87         &asn_OP_NativeInteger,
88         asn_DEF_reportingPeriod_tags_2,
89         sizeof(asn_DEF_reportingPeriod_tags_2)
90                 /sizeof(asn_DEF_reportingPeriod_tags_2[0]) - 1, /* 1 */
91         asn_DEF_reportingPeriod_tags_2, /* Same as above */
92         sizeof(asn_DEF_reportingPeriod_tags_2)
93                 /sizeof(asn_DEF_reportingPeriod_tags_2[0]), /* 2 */
94         { 0, &asn_PER_type_reportingPeriod_constr_2, reportingPeriod_2_constraint },
95         0, 0,   /* No members */
96         &asn_SPC_reportingPeriod_specs_2        /* Additional specs */
97 };
98
99 asn_TYPE_member_t asn_MBR_E2SM_KPM_EventTriggerDefinition_Format1_1[] = {
100         { ATF_NOFLAGS, 0, offsetof(struct E2SM_KPM_EventTriggerDefinition_Format1, reportingPeriod),
101                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
102                 -1,     /* IMPLICIT tag at current level */
103                 &asn_DEF_reportingPeriod_2,
104                 0,
105                 { 0, &asn_PER_memb_reportingPeriod_constr_2,  memb_reportingPeriod_constraint_1 },
106                 0, 0, /* No default value */
107                 "reportingPeriod"
108                 },
109 };
110 static const ber_tlv_tag_t asn_DEF_E2SM_KPM_EventTriggerDefinition_Format1_tags_1[] = {
111         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
112 };
113 static const asn_TYPE_tag2member_t asn_MAP_E2SM_KPM_EventTriggerDefinition_Format1_tag2el_1[] = {
114     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* reportingPeriod */
115 };
116 asn_SEQUENCE_specifics_t asn_SPC_E2SM_KPM_EventTriggerDefinition_Format1_specs_1 = {
117         sizeof(struct E2SM_KPM_EventTriggerDefinition_Format1),
118         offsetof(struct E2SM_KPM_EventTriggerDefinition_Format1, _asn_ctx),
119         asn_MAP_E2SM_KPM_EventTriggerDefinition_Format1_tag2el_1,
120         1,      /* Count of tags in the map */
121         0, 0, 0,        /* Optional elements (not needed) */
122         1,      /* First extension addition */
123 };
124 asn_TYPE_descriptor_t asn_DEF_E2SM_KPM_EventTriggerDefinition_Format1 = {
125         "E2SM-KPM-EventTriggerDefinition-Format1",
126         "E2SM-KPM-EventTriggerDefinition-Format1",
127         &asn_OP_SEQUENCE,
128         asn_DEF_E2SM_KPM_EventTriggerDefinition_Format1_tags_1,
129         sizeof(asn_DEF_E2SM_KPM_EventTriggerDefinition_Format1_tags_1)
130                 /sizeof(asn_DEF_E2SM_KPM_EventTriggerDefinition_Format1_tags_1[0]), /* 1 */
131         asn_DEF_E2SM_KPM_EventTriggerDefinition_Format1_tags_1, /* Same as above */
132         sizeof(asn_DEF_E2SM_KPM_EventTriggerDefinition_Format1_tags_1)
133                 /sizeof(asn_DEF_E2SM_KPM_EventTriggerDefinition_Format1_tags_1[0]), /* 1 */
134         { 0, 0, SEQUENCE_constraint },
135         asn_MBR_E2SM_KPM_EventTriggerDefinition_Format1_1,
136         1,      /* Elements count */
137         &asn_SPC_E2SM_KPM_EventTriggerDefinition_Format1_specs_1        /* Additional specs */
138 };
139