blob: e480872ccb77ebebf9adf3dc46fb7494a03ec708 [file] [log] [blame]
Anssi Mannilad2ee0c72020-03-02 15:42:37 +02001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2SM-gNB-X2-IEs"
Anssi Mannila63ff9952020-03-17 09:57:46 +02004 * found in "spec/e2sm-gNB-X2-v401.asn"
Anssi Mannilad2ee0c72020-03-02 15:42:37 +02005 * `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-ControlMessageChoice.h"
9
10static asn_per_constraints_t asn_PER_type_E2_E2SM_gNB_X2_ControlMessageChoice_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};
15static asn_TYPE_member_t asn_MBR_E2_E2SM_gNB_X2_ControlMessageChoice_1[] = {
16 { ATF_NOFLAGS, 0, offsetof(struct E2_E2SM_gNB_X2_ControlMessageChoice, choice.controlMessage_Format1),
17 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
18 -1, /* IMPLICIT tag at current level */
19 &asn_DEF_E2_E2SM_gNB_X2_controlMessage,
20 0,
21 { 0, 0, 0 },
22 0, 0, /* No default value */
23 "controlMessage-Format1"
24 },
25};
26static const asn_TYPE_tag2member_t asn_MAP_E2_E2SM_gNB_X2_ControlMessageChoice_tag2el_1[] = {
27 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* controlMessage-Format1 */
28};
29static asn_CHOICE_specifics_t asn_SPC_E2_E2SM_gNB_X2_ControlMessageChoice_specs_1 = {
30 sizeof(struct E2_E2SM_gNB_X2_ControlMessageChoice),
31 offsetof(struct E2_E2SM_gNB_X2_ControlMessageChoice, _asn_ctx),
32 offsetof(struct E2_E2SM_gNB_X2_ControlMessageChoice, present),
33 sizeof(((struct E2_E2SM_gNB_X2_ControlMessageChoice *)0)->present),
34 asn_MAP_E2_E2SM_gNB_X2_ControlMessageChoice_tag2el_1,
35 1, /* Count of tags in the map */
36 0, 0,
37 1 /* Extensions start */
38};
39asn_TYPE_descriptor_t asn_DEF_E2_E2SM_gNB_X2_ControlMessageChoice = {
40 "E2SM-gNB-X2-ControlMessageChoice",
41 "E2SM-gNB-X2-ControlMessageChoice",
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_ControlMessageChoice_constr_1, CHOICE_constraint },
48 asn_MBR_E2_E2SM_gNB_X2_ControlMessageChoice_1,
49 1, /* Elements count */
50 &asn_SPC_E2_E2SM_gNB_X2_ControlMessageChoice_specs_1 /* Additional specs */
51};
52