blob: 15a6afe10121dd2b5f2e1b652b652252ca5b7211 [file] [log] [blame]
rajalakshmisv21b61dd2021-12-07 04:53:03 +00001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2SM-KPM-RC"
4 * found in "e2sm-kpm-rc.asn"
5 * `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example -D .`
6 */
7
8#include "E2SM-RC-ControlMessage.h"
9
10#include "E2SM-RC-ControlMessage-Format1.h"
11static asn_oer_constraints_t asn_OER_type_E2SM_RC_ControlMessage_constr_1 CC_NOTUSED = {
12 { 0, 0 },
13 -1};
14static asn_per_constraints_t asn_PER_type_E2SM_RC_ControlMessage_constr_1 CC_NOTUSED = {
15 { APC_CONSTRAINED | APC_EXTENSIBLE, 0, 0, 0, 0 } /* (0..0,...) */,
16 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
17 0, 0 /* No PER value map */
18};
19static asn_TYPE_member_t asn_MBR_E2SM_RC_ControlMessage_1[] = {
20 { ATF_POINTER, 0, offsetof(struct E2SM_RC_ControlMessage, choice.controlMessage_Format1),
21 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
22 -1, /* IMPLICIT tag at current level */
23 &asn_DEF_E2SM_RC_ControlMessage_Format1,
24 0,
25 { 0, 0, 0 },
26 0, 0, /* No default value */
27 "controlMessage-Format1"
28 },
29};
30static const asn_TYPE_tag2member_t asn_MAP_E2SM_RC_ControlMessage_tag2el_1[] = {
31 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* controlMessage-Format1 */
32};
33static asn_CHOICE_specifics_t asn_SPC_E2SM_RC_ControlMessage_specs_1 = {
34 sizeof(struct E2SM_RC_ControlMessage),
35 offsetof(struct E2SM_RC_ControlMessage, _asn_ctx),
36 offsetof(struct E2SM_RC_ControlMessage, present),
37 sizeof(((struct E2SM_RC_ControlMessage *)0)->present),
38 asn_MAP_E2SM_RC_ControlMessage_tag2el_1,
39 1, /* Count of tags in the map */
40 0, 0,
41 1 /* Extensions start */
42};
43asn_TYPE_descriptor_t asn_DEF_E2SM_RC_ControlMessage = {
44 "E2SM-RC-ControlMessage",
45 "E2SM-RC-ControlMessage",
46 &asn_OP_CHOICE,
47 0, /* No effective tags (pointer) */
48 0, /* No effective tags (count) */
49 0, /* No tags (pointer) */
50 0, /* No tags (count) */
51 { &asn_OER_type_E2SM_RC_ControlMessage_constr_1, &asn_PER_type_E2SM_RC_ControlMessage_constr_1, CHOICE_constraint },
52 asn_MBR_E2SM_RC_ControlMessage_1,
53 1, /* Elements count */
54 &asn_SPC_E2SM_RC_ControlMessage_specs_1 /* Additional specs */
55};
56