blob: 48b48f7a1680e26be710aeb6ff9c4af9915d8b20 [file] [log] [blame]
Ron Shachama9733db2020-09-14 12:05:31 -04001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2AP-PDU-Contents"
subhash kumar singhf86662b2022-03-22 00:39:54 +05304 * found in "e2ap-v2.asn"
5 * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-example -no-gen-OER`
Ron Shachama9733db2020-09-14 12:05:31 -04006 */
7
8#include "RICcontrolFailure.h"
9
10asn_TYPE_member_t asn_MBR_RICcontrolFailure_1[] = {
11 { ATF_NOFLAGS, 0, offsetof(struct RICcontrolFailure, protocolIEs),
12 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
13 -1, /* IMPLICIT tag at current level */
subhash kumar singhf86662b2022-03-22 00:39:54 +053014 &asn_DEF_ProtocolIE_Container_1917P10,
Ron Shachama9733db2020-09-14 12:05:31 -040015 0,
16 { 0, 0, 0 },
17 0, 0, /* No default value */
18 "protocolIEs"
19 },
20};
21static const ber_tlv_tag_t asn_DEF_RICcontrolFailure_tags_1[] = {
22 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
23};
24static const asn_TYPE_tag2member_t asn_MAP_RICcontrolFailure_tag2el_1[] = {
25 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* protocolIEs */
26};
27asn_SEQUENCE_specifics_t asn_SPC_RICcontrolFailure_specs_1 = {
28 sizeof(struct RICcontrolFailure),
29 offsetof(struct RICcontrolFailure, _asn_ctx),
30 asn_MAP_RICcontrolFailure_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_RICcontrolFailure = {
36 "RICcontrolFailure",
37 "RICcontrolFailure",
38 &asn_OP_SEQUENCE,
39 asn_DEF_RICcontrolFailure_tags_1,
40 sizeof(asn_DEF_RICcontrolFailure_tags_1)
41 /sizeof(asn_DEF_RICcontrolFailure_tags_1[0]), /* 1 */
42 asn_DEF_RICcontrolFailure_tags_1, /* Same as above */
43 sizeof(asn_DEF_RICcontrolFailure_tags_1)
44 /sizeof(asn_DEF_RICcontrolFailure_tags_1[0]), /* 1 */
45 { 0, 0, SEQUENCE_constraint },
46 asn_MBR_RICcontrolFailure_1,
47 1, /* Elements count */
48 &asn_SPC_RICcontrolFailure_specs_1 /* Additional specs */
49};
50