632d7163662b08b6c083956d01dc404bcb14f1f0
[ric-plt/submgr.git] / e2ap / lib / E2SM-gNB-X2-eventTriggerDefinition.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-gNB-X2-IEs"
4  *      found in "Spec/e2ap-v031ex.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
6  */
7
8 #include "E2SM-gNB-X2-eventTriggerDefinition.h"
9
10 #include "InterfaceProtocolIE-Item.h"
11 static int
12 memb_interfaceProtocolIE_List_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
13                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
14         size_t size;
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         /* Determine the number of elements */
24         size = _A_CSEQUENCE_FROM_VOID(sptr)->count;
25         
26         if((size >= 1 && size <= 15)) {
27                 /* Perform validation of the inner elements */
28                 return td->encoding_constraints.general_constraints(td, sptr, ctfailcb, app_key);
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_type_interfaceProtocolIE_List_constr_5 CC_NOTUSED = {
38         { 0, 0 },
39         -1      /* (SIZE(1..15)) */};
40 static asn_per_constraints_t asn_PER_type_interfaceProtocolIE_List_constr_5 CC_NOTUSED = {
41         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
42         { APC_CONSTRAINED,       4,  4,  1,  15 }       /* (SIZE(1..15)) */,
43         0, 0    /* No PER value map */
44 };
45 static asn_oer_constraints_t asn_OER_memb_interfaceProtocolIE_List_constr_5 CC_NOTUSED = {
46         { 0, 0 },
47         -1      /* (SIZE(1..15)) */};
48 static asn_per_constraints_t asn_PER_memb_interfaceProtocolIE_List_constr_5 CC_NOTUSED = {
49         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
50         { APC_CONSTRAINED,       4,  4,  1,  15 }       /* (SIZE(1..15)) */,
51         0, 0    /* No PER value map */
52 };
53 static asn_TYPE_member_t asn_MBR_interfaceProtocolIE_List_5[] = {
54         { ATF_POINTER, 0, 0,
55                 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
56                 0,
57                 &asn_DEF_InterfaceProtocolIE_Item,
58                 0,
59                 { 0, 0, 0 },
60                 0, 0, /* No default value */
61                 ""
62                 },
63 };
64 static const ber_tlv_tag_t asn_DEF_interfaceProtocolIE_List_tags_5[] = {
65         (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
66         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
67 };
68 static asn_SET_OF_specifics_t asn_SPC_interfaceProtocolIE_List_specs_5 = {
69         sizeof(struct E2SM_gNB_X2_eventTriggerDefinition__interfaceProtocolIE_List),
70         offsetof(struct E2SM_gNB_X2_eventTriggerDefinition__interfaceProtocolIE_List, _asn_ctx),
71         0,      /* XER encoding is XMLDelimitedItemList */
72 };
73 static /* Use -fall-defs-global to expose */
74 asn_TYPE_descriptor_t asn_DEF_interfaceProtocolIE_List_5 = {
75         "interfaceProtocolIE-List",
76         "interfaceProtocolIE-List",
77         &asn_OP_SEQUENCE_OF,
78         asn_DEF_interfaceProtocolIE_List_tags_5,
79         sizeof(asn_DEF_interfaceProtocolIE_List_tags_5)
80                 /sizeof(asn_DEF_interfaceProtocolIE_List_tags_5[0]) - 1, /* 1 */
81         asn_DEF_interfaceProtocolIE_List_tags_5,        /* Same as above */
82         sizeof(asn_DEF_interfaceProtocolIE_List_tags_5)
83                 /sizeof(asn_DEF_interfaceProtocolIE_List_tags_5[0]), /* 2 */
84         { &asn_OER_type_interfaceProtocolIE_List_constr_5, &asn_PER_type_interfaceProtocolIE_List_constr_5, SEQUENCE_OF_constraint },
85         asn_MBR_interfaceProtocolIE_List_5,
86         1,      /* Single element */
87         &asn_SPC_interfaceProtocolIE_List_specs_5       /* Additional specs */
88 };
89
90 static asn_TYPE_member_t asn_MBR_E2SM_gNB_X2_eventTriggerDefinition_1[] = {
91         { ATF_NOFLAGS, 0, offsetof(struct E2SM_gNB_X2_eventTriggerDefinition, interface_ID),
92                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
93                 +1,     /* EXPLICIT tag at current level */
94                 &asn_DEF_Interface_ID,
95                 0,
96                 { 0, 0, 0 },
97                 0, 0, /* No default value */
98                 "interface-ID"
99                 },
100         { ATF_NOFLAGS, 0, offsetof(struct E2SM_gNB_X2_eventTriggerDefinition, interfaceDirection),
101                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
102                 -1,     /* IMPLICIT tag at current level */
103                 &asn_DEF_InterfaceDirection,
104                 0,
105                 { 0, 0, 0 },
106                 0, 0, /* No default value */
107                 "interfaceDirection"
108                 },
109         { ATF_NOFLAGS, 0, offsetof(struct E2SM_gNB_X2_eventTriggerDefinition, interfaceMessageType),
110                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
111                 -1,     /* IMPLICIT tag at current level */
112                 &asn_DEF_InterfaceMessageType,
113                 0,
114                 { 0, 0, 0 },
115                 0, 0, /* No default value */
116                 "interfaceMessageType"
117                 },
118         { ATF_POINTER, 1, offsetof(struct E2SM_gNB_X2_eventTriggerDefinition, interfaceProtocolIE_List),
119                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
120                 0,
121                 &asn_DEF_interfaceProtocolIE_List_5,
122                 0,
123                 { &asn_OER_memb_interfaceProtocolIE_List_constr_5, &asn_PER_memb_interfaceProtocolIE_List_constr_5,  memb_interfaceProtocolIE_List_constraint_1 },
124                 0, 0, /* No default value */
125                 "interfaceProtocolIE-List"
126                 },
127 };
128 static const int asn_MAP_E2SM_gNB_X2_eventTriggerDefinition_oms_1[] = { 3 };
129 static const ber_tlv_tag_t asn_DEF_E2SM_gNB_X2_eventTriggerDefinition_tags_1[] = {
130         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
131 };
132 static const asn_TYPE_tag2member_t asn_MAP_E2SM_gNB_X2_eventTriggerDefinition_tag2el_1[] = {
133     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* interface-ID */
134     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* interfaceDirection */
135     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* interfaceMessageType */
136     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* interfaceProtocolIE-List */
137 };
138 static asn_SEQUENCE_specifics_t asn_SPC_E2SM_gNB_X2_eventTriggerDefinition_specs_1 = {
139         sizeof(struct E2SM_gNB_X2_eventTriggerDefinition),
140         offsetof(struct E2SM_gNB_X2_eventTriggerDefinition, _asn_ctx),
141         asn_MAP_E2SM_gNB_X2_eventTriggerDefinition_tag2el_1,
142         4,      /* Count of tags in the map */
143         asn_MAP_E2SM_gNB_X2_eventTriggerDefinition_oms_1,       /* Optional members */
144         1, 0,   /* Root/Additions */
145         4,      /* First extension addition */
146 };
147 asn_TYPE_descriptor_t asn_DEF_E2SM_gNB_X2_eventTriggerDefinition = {
148         "E2SM-gNB-X2-eventTriggerDefinition",
149         "E2SM-gNB-X2-eventTriggerDefinition",
150         &asn_OP_SEQUENCE,
151         asn_DEF_E2SM_gNB_X2_eventTriggerDefinition_tags_1,
152         sizeof(asn_DEF_E2SM_gNB_X2_eventTriggerDefinition_tags_1)
153                 /sizeof(asn_DEF_E2SM_gNB_X2_eventTriggerDefinition_tags_1[0]), /* 1 */
154         asn_DEF_E2SM_gNB_X2_eventTriggerDefinition_tags_1,      /* Same as above */
155         sizeof(asn_DEF_E2SM_gNB_X2_eventTriggerDefinition_tags_1)
156                 /sizeof(asn_DEF_E2SM_gNB_X2_eventTriggerDefinition_tags_1[0]), /* 1 */
157         { 0, 0, SEQUENCE_constraint },
158         asn_MBR_E2SM_gNB_X2_eventTriggerDefinition_1,
159         4,      /* Elements count */
160         &asn_SPC_E2SM_gNB_X2_eventTriggerDefinition_specs_1     /* Additional specs */
161 };
162