ee01b6a744f71a7b027225fda06d2e69480e5d31
[ric-plt/submgr.git] / 3rdparty / E2SM-gNB-X2-V4.0.1 / E2_E2SM-gNB-X2-EventTriggerDefinitionChoice.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/e2sm-gNB-X2-v401.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6  */
7
8 #include "E2_E2SM-gNB-X2-EventTriggerDefinitionChoice.h"
9
10 static asn_per_constraints_t asn_PER_type_E2_E2SM_gNB_X2_EventTriggerDefinitionChoice_constr_1 CC_NOTUSED = {
11         { APC_CONSTRAINED | APC_EXTENSIBLE,  0,  0,  0,  0 }    /* (0..0,...) */,
12         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
13         0, 0    /* No PER value map */
14 };
15 static asn_TYPE_member_t asn_MBR_E2_E2SM_gNB_X2_EventTriggerDefinitionChoice_1[] = {
16         { ATF_NOFLAGS, 0, offsetof(struct E2_E2SM_gNB_X2_EventTriggerDefinitionChoice, choice.eventTriggerDefinition_Format1),
17                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
18                 -1,     /* IMPLICIT tag at current level */
19                 &asn_DEF_E2_E2SM_gNB_X2_eventTriggerDefinition,
20                 0,
21                 { 0, 0, 0 },
22                 0, 0, /* No default value */
23                 "eventTriggerDefinition-Format1"
24                 },
25 };
26 static const asn_TYPE_tag2member_t asn_MAP_E2_E2SM_gNB_X2_EventTriggerDefinitionChoice_tag2el_1[] = {
27     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* eventTriggerDefinition-Format1 */
28 };
29 static asn_CHOICE_specifics_t asn_SPC_E2_E2SM_gNB_X2_EventTriggerDefinitionChoice_specs_1 = {
30         sizeof(struct E2_E2SM_gNB_X2_EventTriggerDefinitionChoice),
31         offsetof(struct E2_E2SM_gNB_X2_EventTriggerDefinitionChoice, _asn_ctx),
32         offsetof(struct E2_E2SM_gNB_X2_EventTriggerDefinitionChoice, present),
33         sizeof(((struct E2_E2SM_gNB_X2_EventTriggerDefinitionChoice *)0)->present),
34         asn_MAP_E2_E2SM_gNB_X2_EventTriggerDefinitionChoice_tag2el_1,
35         1,      /* Count of tags in the map */
36         0, 0,
37         1       /* Extensions start */
38 };
39 asn_TYPE_descriptor_t asn_DEF_E2_E2SM_gNB_X2_EventTriggerDefinitionChoice = {
40         "E2SM-gNB-X2-EventTriggerDefinitionChoice",
41         "E2SM-gNB-X2-EventTriggerDefinitionChoice",
42         &asn_OP_CHOICE,
43         0,      /* No effective tags (pointer) */
44         0,      /* No effective tags (count) */
45         0,      /* No tags (pointer) */
46         0,      /* No tags (count) */
47         { 0, &asn_PER_type_E2_E2SM_gNB_X2_EventTriggerDefinitionChoice_constr_1, CHOICE_constraint },
48         asn_MBR_E2_E2SM_gNB_X2_EventTriggerDefinitionChoice_1,
49         1,      /* Elements count */
50         &asn_SPC_E2_E2SM_gNB_X2_EventTriggerDefinitionChoice_specs_1    /* Additional specs */
51 };
52