blob: e1fc97eeca80d1cbe3a131626cd21e31f99cfc08 [file] [log] [blame]
Juha Hyttinenff8dccd2019-12-10 14:34:07 +02001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2SM-gNB-X2-IEs"
4 * found in "Spec/e2_and_x2-combined-and-minimized.asn1"
5 * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6 */
7
8#include "E2SM-gNB-X2-controlMessage.h"
9
10static asn_TYPE_member_t asn_MBR_E2SM_gNB_X2_controlMessage_1[] = {
11 { ATF_NOFLAGS, 0, offsetof(struct E2SM_gNB_X2_controlMessage, interfaceMessage),
12 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
13 -1, /* IMPLICIT tag at current level */
14 &asn_DEF_InterfaceMessage,
15 0,
16 { 0, 0, 0 },
17 0, 0, /* No default value */
18 "interfaceMessage"
19 },
20};
21static const ber_tlv_tag_t asn_DEF_E2SM_gNB_X2_controlMessage_tags_1[] = {
22 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
23};
24static const asn_TYPE_tag2member_t asn_MAP_E2SM_gNB_X2_controlMessage_tag2el_1[] = {
25 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* interfaceMessage */
26};
27static asn_SEQUENCE_specifics_t asn_SPC_E2SM_gNB_X2_controlMessage_specs_1 = {
28 sizeof(struct E2SM_gNB_X2_controlMessage),
29 offsetof(struct E2SM_gNB_X2_controlMessage, _asn_ctx),
30 asn_MAP_E2SM_gNB_X2_controlMessage_tag2el_1,
31 1, /* Count of tags in the map */
32 0, 0, 0, /* Optional elements (not needed) */
33 1, /* First extension addition */
34};
35asn_TYPE_descriptor_t asn_DEF_E2SM_gNB_X2_controlMessage = {
36 "E2SM-gNB-X2-controlMessage",
37 "E2SM-gNB-X2-controlMessage",
38 &asn_OP_SEQUENCE,
39 asn_DEF_E2SM_gNB_X2_controlMessage_tags_1,
40 sizeof(asn_DEF_E2SM_gNB_X2_controlMessage_tags_1)
41 /sizeof(asn_DEF_E2SM_gNB_X2_controlMessage_tags_1[0]), /* 1 */
42 asn_DEF_E2SM_gNB_X2_controlMessage_tags_1, /* Same as above */
43 sizeof(asn_DEF_E2SM_gNB_X2_controlMessage_tags_1)
44 /sizeof(asn_DEF_E2SM_gNB_X2_controlMessage_tags_1[0]), /* 1 */
45 { 0, 0, SEQUENCE_constraint },
46 asn_MBR_E2SM_gNB_X2_controlMessage_1,
47 1, /* Elements count */
48 &asn_SPC_E2SM_gNB_X2_controlMessage_specs_1 /* Additional specs */
49};
50