blob: 89fe75bf2a1b2e50ef3940c9a08d0fbb9b2c6df1 [file] [log] [blame]
Harald Welteee091892015-09-10 10:22:03 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RANAP-IEs"
4 * found in "../../asn1/ranap/RANAP-IEs.asn"
5 */
6
Neels Hofmeyrf1f2d7c2016-01-05 12:00:06 +01007#include <osmocom/ranap/RANAP_RABParametersList.h>
Harald Welteee091892015-09-10 10:22:03 +02008
9static asn_per_constraints_t asn_PER_type_RANAP_RABParametersList_constr_1 GCC_NOTUSED = {
10 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
11 { APC_CONSTRAINED, 8, 8, 1l, 256l } /* (SIZE(1..256)) */,
12 0, 0 /* No PER value map */
13};
Harald Welte49695572015-12-16 17:26:05 +010014static asn_TYPE_member_t asn_MBR_MemberB_2[] = {
15 { ATF_NOFLAGS, 0, offsetof(struct MemberB, rab_Id),
Harald Welteee091892015-09-10 10:22:03 +020016 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
17 -1, /* IMPLICIT tag at current level */
18 &asn_DEF_RANAP_RAB_ID,
19 0, /* Defer constraints checking to the member type */
20 0, /* No PER visible constraints */
21 0,
22 "rab-Id"
23 },
Harald Welte49695572015-12-16 17:26:05 +010024 { ATF_NOFLAGS, 0, offsetof(struct MemberB, cn_domain),
Harald Welteee091892015-09-10 10:22:03 +020025 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
26 -1, /* IMPLICIT tag at current level */
27 &asn_DEF_RANAP_CN_DomainIndicator,
28 0, /* Defer constraints checking to the member type */
29 0, /* No PER visible constraints */
30 0,
31 "cn-domain"
32 },
Harald Welte49695572015-12-16 17:26:05 +010033 { ATF_POINTER, 3, offsetof(struct MemberB, rabDataVolumeReport),
Harald Welteee091892015-09-10 10:22:03 +020034 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
35 -1, /* IMPLICIT tag at current level */
36 &asn_DEF_RANAP_RABDataVolumeReport,
37 0, /* Defer constraints checking to the member type */
38 0, /* No PER visible constraints */
39 0,
40 "rabDataVolumeReport"
41 },
Harald Welte49695572015-12-16 17:26:05 +010042 { ATF_POINTER, 2, offsetof(struct MemberB, upInformation),
Harald Welteee091892015-09-10 10:22:03 +020043 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
44 -1, /* IMPLICIT tag at current level */
45 &asn_DEF_RANAP_UPInformation,
46 0, /* Defer constraints checking to the member type */
47 0, /* No PER visible constraints */
48 0,
49 "upInformation"
50 },
Harald Welte49695572015-12-16 17:26:05 +010051 { ATF_POINTER, 1, offsetof(struct MemberB, iE_Extensions),
Harald Welteee091892015-09-10 10:22:03 +020052 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
53 -1, /* IMPLICIT tag at current level */
54 &asn_DEF_RANAP_IE_Extensions,
55 0, /* Defer constraints checking to the member type */
56 0, /* No PER visible constraints */
57 0,
58 "iE-Extensions"
59 },
60};
Harald Welte49695572015-12-16 17:26:05 +010061static const int asn_MAP_MemberB_oms_2[] = { 2, 3, 4 };
62static const ber_tlv_tag_t asn_DEF_MemberB_tags_2[] = {
Harald Welteee091892015-09-10 10:22:03 +020063 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
64};
Harald Welte49695572015-12-16 17:26:05 +010065static const asn_TYPE_tag2member_t asn_MAP_MemberB_tag2el_2[] = {
Harald Welteee091892015-09-10 10:22:03 +020066 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* rab-Id */
67 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* cn-domain */
68 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* rabDataVolumeReport */
69 { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* upInformation */
70 { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 } /* iE-Extensions */
71};
Harald Welte49695572015-12-16 17:26:05 +010072static asn_SEQUENCE_specifics_t asn_SPC_MemberB_specs_2 = {
73 sizeof(struct MemberB),
74 offsetof(struct MemberB, _asn_ctx),
75 asn_MAP_MemberB_tag2el_2,
Harald Welteee091892015-09-10 10:22:03 +020076 5, /* Count of tags in the map */
Harald Welte49695572015-12-16 17:26:05 +010077 asn_MAP_MemberB_oms_2, /* Optional members */
Harald Welteee091892015-09-10 10:22:03 +020078 3, 0, /* Root/Additions */
79 4, /* Start extensions */
80 6 /* Stop extensions */
81};
82static /* Use -fall-defs-global to expose */
Harald Welte49695572015-12-16 17:26:05 +010083asn_TYPE_descriptor_t asn_DEF_MemberB_2 = {
Harald Welteee091892015-09-10 10:22:03 +020084 "SEQUENCE",
85 "SEQUENCE",
86 SEQUENCE_free,
87 SEQUENCE_print,
88 SEQUENCE_constraint,
89 SEQUENCE_decode_ber,
90 SEQUENCE_encode_der,
91 SEQUENCE_decode_xer,
92 SEQUENCE_encode_xer,
93 SEQUENCE_decode_uper,
94 SEQUENCE_encode_uper,
95 SEQUENCE_decode_aper,
96 SEQUENCE_encode_aper,
97 0, /* Use generic outmost tag fetcher */
Harald Welte49695572015-12-16 17:26:05 +010098 asn_DEF_MemberB_tags_2,
99 sizeof(asn_DEF_MemberB_tags_2)
100 /sizeof(asn_DEF_MemberB_tags_2[0]), /* 1 */
101 asn_DEF_MemberB_tags_2, /* Same as above */
102 sizeof(asn_DEF_MemberB_tags_2)
103 /sizeof(asn_DEF_MemberB_tags_2[0]), /* 1 */
Harald Welteee091892015-09-10 10:22:03 +0200104 0, /* No PER visible constraints */
Harald Welte49695572015-12-16 17:26:05 +0100105 asn_MBR_MemberB_2,
Harald Welteee091892015-09-10 10:22:03 +0200106 5, /* Elements count */
Harald Welte49695572015-12-16 17:26:05 +0100107 &asn_SPC_MemberB_specs_2 /* Additional specs */
Harald Welteee091892015-09-10 10:22:03 +0200108};
109
110static asn_TYPE_member_t asn_MBR_RANAP_RABParametersList_1[] = {
111 { ATF_POINTER, 0, 0,
112 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
113 0,
Harald Welte49695572015-12-16 17:26:05 +0100114 &asn_DEF_MemberB_2,
Harald Welteee091892015-09-10 10:22:03 +0200115 0, /* Defer constraints checking to the member type */
116 0, /* No PER visible constraints */
117 0,
118 ""
119 },
120};
121static const ber_tlv_tag_t asn_DEF_RANAP_RABParametersList_tags_1[] = {
122 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
123};
124static asn_SET_OF_specifics_t asn_SPC_RANAP_RABParametersList_specs_1 = {
125 sizeof(struct RANAP_RABParametersList),
126 offsetof(struct RANAP_RABParametersList, _asn_ctx),
127 0, /* XER encoding is XMLDelimitedItemList */
128};
129asn_TYPE_descriptor_t asn_DEF_RANAP_RABParametersList = {
130 "RANAP_RABParametersList",
131 "RANAP_RABParametersList",
132 SEQUENCE_OF_free,
133 SEQUENCE_OF_print,
134 SEQUENCE_OF_constraint,
135 SEQUENCE_OF_decode_ber,
136 SEQUENCE_OF_encode_der,
137 SEQUENCE_OF_decode_xer,
138 SEQUENCE_OF_encode_xer,
139 SEQUENCE_OF_decode_uper,
140 SEQUENCE_OF_encode_uper,
141 SEQUENCE_OF_decode_aper,
142 SEQUENCE_OF_encode_aper,
143 0, /* Use generic outmost tag fetcher */
144 asn_DEF_RANAP_RABParametersList_tags_1,
145 sizeof(asn_DEF_RANAP_RABParametersList_tags_1)
146 /sizeof(asn_DEF_RANAP_RABParametersList_tags_1[0]), /* 1 */
147 asn_DEF_RANAP_RABParametersList_tags_1, /* Same as above */
148 sizeof(asn_DEF_RANAP_RABParametersList_tags_1)
149 /sizeof(asn_DEF_RANAP_RABParametersList_tags_1[0]), /* 1 */
150 &asn_PER_type_RANAP_RABParametersList_constr_1,
151 asn_MBR_RANAP_RABParametersList_1,
152 1, /* Single element */
153 &asn_SPC_RANAP_RABParametersList_specs_1 /* Additional specs */
154};
155