Anssi Mannila | d2ee0c7 | 2020-03-02 15:42:37 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) |
| 3 | * From ASN.1 module "E2SM-gNB-X2-IEs" |
Anssi Mannila | 63ff995 | 2020-03-17 09:57:46 +0200 | [diff] [blame^] | 4 | * found in "spec/e2sm-gNB-X2-v401.asn" |
Anssi Mannila | d2ee0c7 | 2020-03-02 15:42:37 +0200 | [diff] [blame] | 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-eventTriggerDefinition.h" |
| 9 | |
| 10 | #include "E2_InterfaceProtocolIE-Item.h" |
| 11 | static int |
| 12 | memb_E2_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_per_constraints_t asn_PER_type_E2_interfaceProtocolIE_List_constr_5 CC_NOTUSED = { |
| 38 | { APC_UNCONSTRAINED, -1, -1, 0, 0 }, |
| 39 | { APC_CONSTRAINED, 4, 4, 1, 15 } /* (SIZE(1..15)) */, |
| 40 | 0, 0 /* No PER value map */ |
| 41 | }; |
| 42 | static asn_per_constraints_t asn_PER_memb_E2_interfaceProtocolIE_List_constr_5 CC_NOTUSED = { |
| 43 | { APC_UNCONSTRAINED, -1, -1, 0, 0 }, |
| 44 | { APC_CONSTRAINED, 4, 4, 1, 15 } /* (SIZE(1..15)) */, |
| 45 | 0, 0 /* No PER value map */ |
| 46 | }; |
| 47 | static asn_TYPE_member_t asn_MBR_E2_interfaceProtocolIE_List_5[] = { |
| 48 | { ATF_POINTER, 0, 0, |
| 49 | (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), |
| 50 | 0, |
| 51 | &asn_DEF_E2_InterfaceProtocolIE_Item, |
| 52 | 0, |
| 53 | { 0, 0, 0 }, |
| 54 | 0, 0, /* No default value */ |
| 55 | "" |
| 56 | }, |
| 57 | }; |
| 58 | static const ber_tlv_tag_t asn_DEF_E2_interfaceProtocolIE_List_tags_5[] = { |
| 59 | (ASN_TAG_CLASS_CONTEXT | (3 << 2)), |
| 60 | (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) |
| 61 | }; |
| 62 | static asn_SET_OF_specifics_t asn_SPC_E2_interfaceProtocolIE_List_specs_5 = { |
| 63 | sizeof(struct E2_E2SM_gNB_X2_eventTriggerDefinition__interfaceProtocolIE_List), |
| 64 | offsetof(struct E2_E2SM_gNB_X2_eventTriggerDefinition__interfaceProtocolIE_List, _asn_ctx), |
| 65 | 0, /* XER encoding is XMLDelimitedItemList */ |
| 66 | }; |
| 67 | static /* Use -fall-defs-global to expose */ |
| 68 | asn_TYPE_descriptor_t asn_DEF_E2_interfaceProtocolIE_List_5 = { |
| 69 | "interfaceProtocolIE-List", |
| 70 | "interfaceProtocolIE-List", |
| 71 | &asn_OP_SEQUENCE_OF, |
| 72 | asn_DEF_E2_interfaceProtocolIE_List_tags_5, |
| 73 | sizeof(asn_DEF_E2_interfaceProtocolIE_List_tags_5) |
| 74 | /sizeof(asn_DEF_E2_interfaceProtocolIE_List_tags_5[0]) - 1, /* 1 */ |
| 75 | asn_DEF_E2_interfaceProtocolIE_List_tags_5, /* Same as above */ |
| 76 | sizeof(asn_DEF_E2_interfaceProtocolIE_List_tags_5) |
| 77 | /sizeof(asn_DEF_E2_interfaceProtocolIE_List_tags_5[0]), /* 2 */ |
| 78 | { 0, &asn_PER_type_E2_interfaceProtocolIE_List_constr_5, SEQUENCE_OF_constraint }, |
| 79 | asn_MBR_E2_interfaceProtocolIE_List_5, |
| 80 | 1, /* Single element */ |
| 81 | &asn_SPC_E2_interfaceProtocolIE_List_specs_5 /* Additional specs */ |
| 82 | }; |
| 83 | |
| 84 | asn_TYPE_member_t asn_MBR_E2_E2SM_gNB_X2_eventTriggerDefinition_1[] = { |
| 85 | { ATF_NOFLAGS, 0, offsetof(struct E2_E2SM_gNB_X2_eventTriggerDefinition, interface_ID), |
| 86 | (ASN_TAG_CLASS_CONTEXT | (0 << 2)), |
| 87 | +1, /* EXPLICIT tag at current level */ |
| 88 | &asn_DEF_E2_Interface_ID, |
| 89 | 0, |
| 90 | { 0, 0, 0 }, |
| 91 | 0, 0, /* No default value */ |
| 92 | "interface-ID" |
| 93 | }, |
| 94 | { ATF_NOFLAGS, 0, offsetof(struct E2_E2SM_gNB_X2_eventTriggerDefinition, interfaceDirection), |
| 95 | (ASN_TAG_CLASS_CONTEXT | (1 << 2)), |
| 96 | -1, /* IMPLICIT tag at current level */ |
| 97 | &asn_DEF_E2_InterfaceDirection, |
| 98 | 0, |
| 99 | { 0, 0, 0 }, |
| 100 | 0, 0, /* No default value */ |
| 101 | "interfaceDirection" |
| 102 | }, |
| 103 | { ATF_NOFLAGS, 0, offsetof(struct E2_E2SM_gNB_X2_eventTriggerDefinition, interfaceMessageType), |
| 104 | (ASN_TAG_CLASS_CONTEXT | (2 << 2)), |
| 105 | -1, /* IMPLICIT tag at current level */ |
| 106 | &asn_DEF_E2_InterfaceMessageType, |
| 107 | 0, |
| 108 | { 0, 0, 0 }, |
| 109 | 0, 0, /* No default value */ |
| 110 | "interfaceMessageType" |
| 111 | }, |
| 112 | { ATF_POINTER, 1, offsetof(struct E2_E2SM_gNB_X2_eventTriggerDefinition, interfaceProtocolIE_List), |
| 113 | (ASN_TAG_CLASS_CONTEXT | (3 << 2)), |
| 114 | 0, |
| 115 | &asn_DEF_E2_interfaceProtocolIE_List_5, |
| 116 | 0, |
| 117 | { 0, &asn_PER_memb_E2_interfaceProtocolIE_List_constr_5, memb_E2_interfaceProtocolIE_List_constraint_1 }, |
| 118 | 0, 0, /* No default value */ |
| 119 | "interfaceProtocolIE-List" |
| 120 | }, |
| 121 | }; |
| 122 | static const int asn_MAP_E2_E2SM_gNB_X2_eventTriggerDefinition_oms_1[] = { 3 }; |
| 123 | static const ber_tlv_tag_t asn_DEF_E2_E2SM_gNB_X2_eventTriggerDefinition_tags_1[] = { |
| 124 | (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) |
| 125 | }; |
| 126 | static const asn_TYPE_tag2member_t asn_MAP_E2_E2SM_gNB_X2_eventTriggerDefinition_tag2el_1[] = { |
| 127 | { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* interface-ID */ |
| 128 | { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* interfaceDirection */ |
| 129 | { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* interfaceMessageType */ |
| 130 | { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* interfaceProtocolIE-List */ |
| 131 | }; |
| 132 | asn_SEQUENCE_specifics_t asn_SPC_E2_E2SM_gNB_X2_eventTriggerDefinition_specs_1 = { |
| 133 | sizeof(struct E2_E2SM_gNB_X2_eventTriggerDefinition), |
| 134 | offsetof(struct E2_E2SM_gNB_X2_eventTriggerDefinition, _asn_ctx), |
| 135 | asn_MAP_E2_E2SM_gNB_X2_eventTriggerDefinition_tag2el_1, |
| 136 | 4, /* Count of tags in the map */ |
| 137 | asn_MAP_E2_E2SM_gNB_X2_eventTriggerDefinition_oms_1, /* Optional members */ |
| 138 | 1, 0, /* Root/Additions */ |
| 139 | 4, /* First extension addition */ |
| 140 | }; |
| 141 | asn_TYPE_descriptor_t asn_DEF_E2_E2SM_gNB_X2_eventTriggerDefinition = { |
| 142 | "E2SM-gNB-X2-eventTriggerDefinition", |
| 143 | "E2SM-gNB-X2-eventTriggerDefinition", |
| 144 | &asn_OP_SEQUENCE, |
| 145 | asn_DEF_E2_E2SM_gNB_X2_eventTriggerDefinition_tags_1, |
| 146 | sizeof(asn_DEF_E2_E2SM_gNB_X2_eventTriggerDefinition_tags_1) |
| 147 | /sizeof(asn_DEF_E2_E2SM_gNB_X2_eventTriggerDefinition_tags_1[0]), /* 1 */ |
| 148 | asn_DEF_E2_E2SM_gNB_X2_eventTriggerDefinition_tags_1, /* Same as above */ |
| 149 | sizeof(asn_DEF_E2_E2SM_gNB_X2_eventTriggerDefinition_tags_1) |
| 150 | /sizeof(asn_DEF_E2_E2SM_gNB_X2_eventTriggerDefinition_tags_1[0]), /* 1 */ |
| 151 | { 0, 0, SEQUENCE_constraint }, |
| 152 | asn_MBR_E2_E2SM_gNB_X2_eventTriggerDefinition_1, |
| 153 | 4, /* Elements count */ |
| 154 | &asn_SPC_E2_E2SM_gNB_X2_eventTriggerDefinition_specs_1 /* Additional specs */ |
| 155 | }; |
| 156 | |