blob: dfdfb4aa0e8fbcd370f3f01a0835490dc3013edd [file] [log] [blame]
sjanac7d0fd52020-05-03 21:32:16 -04001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2SM-HelloWorld-IEs"
4 * found in "/home/sjana/ASN-Defns/e2sm-HelloWorld-v002.asn"
5 * `asn1c -fno-include-deps -fcompound-names -findirect-choice -gen-PER -no-gen-OER`
6 */
7
8#include "E2SM-HelloWorld-IndicationMessage.h"
9
10#include "E2SM-HelloWorld-IndicationMessage-Format1.h"
11static asn_per_constraints_t asn_PER_type_E2SM_HelloWorld_IndicationMessage_constr_1 CC_NOTUSED = {
12 { APC_CONSTRAINED | APC_EXTENSIBLE, 0, 0, 0, 0 } /* (0..0,...) */,
13 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
14 0, 0 /* No PER value map */
15};
16static asn_TYPE_member_t asn_MBR_E2SM_HelloWorld_IndicationMessage_1[] = {
17 { ATF_POINTER, 0, offsetof(struct E2SM_HelloWorld_IndicationMessage, choice.indicationMessage_Format1),
18 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
19 -1, /* IMPLICIT tag at current level */
20 &asn_DEF_E2SM_HelloWorld_IndicationMessage_Format1,
21 0,
22 { 0, 0, 0 },
23 0, 0, /* No default value */
24 "indicationMessage-Format1"
25 },
26};
27static const asn_TYPE_tag2member_t asn_MAP_E2SM_HelloWorld_IndicationMessage_tag2el_1[] = {
28 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* indicationMessage-Format1 */
29};
30static asn_CHOICE_specifics_t asn_SPC_E2SM_HelloWorld_IndicationMessage_specs_1 = {
31 sizeof(struct E2SM_HelloWorld_IndicationMessage),
32 offsetof(struct E2SM_HelloWorld_IndicationMessage, _asn_ctx),
33 offsetof(struct E2SM_HelloWorld_IndicationMessage, present),
34 sizeof(((struct E2SM_HelloWorld_IndicationMessage *)0)->present),
35 asn_MAP_E2SM_HelloWorld_IndicationMessage_tag2el_1,
36 1, /* Count of tags in the map */
37 0, 0,
38 1 /* Extensions start */
39};
40asn_TYPE_descriptor_t asn_DEF_E2SM_HelloWorld_IndicationMessage = {
41 "E2SM-HelloWorld-IndicationMessage",
42 "E2SM-HelloWorld-IndicationMessage",
43 &asn_OP_CHOICE,
44 0, /* No effective tags (pointer) */
45 0, /* No effective tags (count) */
46 0, /* No tags (pointer) */
47 0, /* No tags (count) */
48 { 0, &asn_PER_type_E2SM_HelloWorld_IndicationMessage_constr_1, CHOICE_constraint },
49 asn_MBR_E2SM_HelloWorld_IndicationMessage_1,
50 1, /* Elements count */
51 &asn_SPC_E2SM_HelloWorld_IndicationMessage_specs_1 /* Additional specs */
52};
53