blob: 7a880ae4fe85ac0d4a70dc2c2fdc9a62e5ad41e8 [file] [log] [blame]
rajalakshmisv960885a2022-05-31 14:59:10 +00001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2SM-RC-IEs"
4 * found in "e2sm-rc-nov2021.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-IndicationHeader-Format1.h"
9
10asn_TYPE_member_t asn_MBR_E2SM_RC_IndicationHeader_Format1_1[] = {
11 { ATF_POINTER, 1, offsetof(struct E2SM_RC_IndicationHeader_Format1, ric_eventTriggerCondition_ID),
12 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
13 -1, /* IMPLICIT tag at current level */
14 &asn_DEF_RIC_EventTriggerCondition_ID,
15 0,
16 { 0, 0, 0 },
17 0, 0, /* No default value */
18 "ric-eventTriggerCondition-ID"
19 },
20};
21static const int asn_MAP_E2SM_RC_IndicationHeader_Format1_oms_1[] = { 0 };
22static const ber_tlv_tag_t asn_DEF_E2SM_RC_IndicationHeader_Format1_tags_1[] = {
23 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
24};
25static const asn_TYPE_tag2member_t asn_MAP_E2SM_RC_IndicationHeader_Format1_tag2el_1[] = {
26 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* ric-eventTriggerCondition-ID */
27};
28asn_SEQUENCE_specifics_t asn_SPC_E2SM_RC_IndicationHeader_Format1_specs_1 = {
29 sizeof(struct E2SM_RC_IndicationHeader_Format1),
30 offsetof(struct E2SM_RC_IndicationHeader_Format1, _asn_ctx),
31 asn_MAP_E2SM_RC_IndicationHeader_Format1_tag2el_1,
32 1, /* Count of tags in the map */
33 asn_MAP_E2SM_RC_IndicationHeader_Format1_oms_1, /* Optional members */
34 1, 0, /* Root/Additions */
35 1, /* First extension addition */
36};
37asn_TYPE_descriptor_t asn_DEF_E2SM_RC_IndicationHeader_Format1 = {
38 "E2SM-RC-IndicationHeader-Format1",
39 "E2SM-RC-IndicationHeader-Format1",
40 &asn_OP_SEQUENCE,
41 asn_DEF_E2SM_RC_IndicationHeader_Format1_tags_1,
42 sizeof(asn_DEF_E2SM_RC_IndicationHeader_Format1_tags_1)
43 /sizeof(asn_DEF_E2SM_RC_IndicationHeader_Format1_tags_1[0]), /* 1 */
44 asn_DEF_E2SM_RC_IndicationHeader_Format1_tags_1, /* Same as above */
45 sizeof(asn_DEF_E2SM_RC_IndicationHeader_Format1_tags_1)
46 /sizeof(asn_DEF_E2SM_RC_IndicationHeader_Format1_tags_1[0]), /* 1 */
47 { 0, 0, SEQUENCE_constraint },
48 asn_MBR_E2SM_RC_IndicationHeader_Format1_1,
49 1, /* Elements count */
50 &asn_SPC_E2SM_RC_IndicationHeader_Format1_specs_1 /* Additional specs */
51};
52