blob: 6b797c67ba1eac8d1cbff65c8d59b1982593f9bb [file] [log] [blame]
Harald Welte19899132015-12-16 13:04:16 +01001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RANAP-PDU"
4 * found in "../../asn1/ranap/RANAP-PDU.asn"
5 */
6
Neels Hofmeyrf1f2d7c2016-01-05 12:00:06 +01007#include <osmocom/ranap/RANAP_RABs-failed-to-reportItem.h>
Harald Welte19899132015-12-16 13:04:16 +01008
9static asn_TYPE_member_t asn_MBR_RANAP_RABs_failed_to_reportItem_1[] = {
10 { ATF_NOFLAGS, 0, offsetof(struct RANAP_RABs_failed_to_reportItem, rAB_ID),
11 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
12 -1, /* IMPLICIT tag at current level */
13 &asn_DEF_RANAP_RAB_ID,
14 0, /* Defer constraints checking to the member type */
15 0, /* No PER visible constraints */
16 0,
17 "rAB-ID"
18 },
19 { ATF_NOFLAGS, 0, offsetof(struct RANAP_RABs_failed_to_reportItem, cause),
20 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
21 +1, /* EXPLICIT tag at current level */
22 &asn_DEF_RANAP_Cause,
23 0, /* Defer constraints checking to the member type */
24 0, /* No PER visible constraints */
25 0,
26 "cause"
27 },
28 { ATF_POINTER, 1, offsetof(struct RANAP_RABs_failed_to_reportItem, iE_Extensions),
29 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
30 -1, /* IMPLICIT tag at current level */
31 &asn_DEF_RANAP_ProtocolExtensionContainer,
32 0, /* Defer constraints checking to the member type */
33 0, /* No PER visible constraints */
34 0,
35 "iE-Extensions"
36 },
37};
38static const int asn_MAP_RANAP_RABs_failed_to_reportItem_oms_1[] = { 2 };
39static const ber_tlv_tag_t asn_DEF_RANAP_RABs_failed_to_reportItem_tags_1[] = {
40 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
41};
42static const asn_TYPE_tag2member_t asn_MAP_RANAP_RABs_failed_to_reportItem_tag2el_1[] = {
43 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* rAB-ID */
44 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* cause */
45 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* iE-Extensions */
46};
47static asn_SEQUENCE_specifics_t asn_SPC_RANAP_RABs_failed_to_reportItem_specs_1 = {
48 sizeof(struct RANAP_RABs_failed_to_reportItem),
49 offsetof(struct RANAP_RABs_failed_to_reportItem, _asn_ctx),
50 asn_MAP_RANAP_RABs_failed_to_reportItem_tag2el_1,
51 3, /* Count of tags in the map */
52 asn_MAP_RANAP_RABs_failed_to_reportItem_oms_1, /* Optional members */
53 1, 0, /* Root/Additions */
54 2, /* Start extensions */
55 4 /* Stop extensions */
56};
57asn_TYPE_descriptor_t asn_DEF_RANAP_RABs_failed_to_reportItem = {
58 "RANAP_RABs-failed-to-reportItem",
59 "RANAP_RABs-failed-to-reportItem",
60 SEQUENCE_free,
61 SEQUENCE_print,
62 SEQUENCE_constraint,
63 SEQUENCE_decode_ber,
64 SEQUENCE_encode_der,
65 SEQUENCE_decode_xer,
66 SEQUENCE_encode_xer,
67 SEQUENCE_decode_uper,
68 SEQUENCE_encode_uper,
69 SEQUENCE_decode_aper,
70 SEQUENCE_encode_aper,
71 0, /* Use generic outmost tag fetcher */
72 asn_DEF_RANAP_RABs_failed_to_reportItem_tags_1,
73 sizeof(asn_DEF_RANAP_RABs_failed_to_reportItem_tags_1)
74 /sizeof(asn_DEF_RANAP_RABs_failed_to_reportItem_tags_1[0]), /* 1 */
75 asn_DEF_RANAP_RABs_failed_to_reportItem_tags_1, /* Same as above */
76 sizeof(asn_DEF_RANAP_RABs_failed_to_reportItem_tags_1)
77 /sizeof(asn_DEF_RANAP_RABs_failed_to_reportItem_tags_1[0]), /* 1 */
78 0, /* No PER visible constraints */
79 asn_MBR_RANAP_RABs_failed_to_reportItem_1,
80 3, /* Elements count */
81 &asn_SPC_RANAP_RABs_failed_to_reportItem_specs_1 /* Additional specs */
82};
83