blob: 4ba1a60b29b83e1a670a345d9fe2f17c818661b4 [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_LABased.h>
Harald Welteee091892015-09-10 10:22:03 +02008
9static asn_TYPE_member_t asn_MBR_RANAP_LABased_1[] = {
10 { ATF_NOFLAGS, 0, offsetof(struct RANAP_LABased, laiList),
11 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
12 -1, /* IMPLICIT tag at current level */
13 &asn_DEF_RANAP_LAI_List,
14 0, /* Defer constraints checking to the member type */
15 0, /* No PER visible constraints */
16 0,
17 "laiList"
18 },
19 { ATF_POINTER, 1, offsetof(struct RANAP_LABased, iE_Extensions),
20 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
21 -1, /* IMPLICIT tag at current level */
22 &asn_DEF_RANAP_IE_Extensions,
23 0, /* Defer constraints checking to the member type */
24 0, /* No PER visible constraints */
25 0,
26 "iE-Extensions"
27 },
28};
29static const int asn_MAP_RANAP_LABased_oms_1[] = { 1 };
30static const ber_tlv_tag_t asn_DEF_RANAP_LABased_tags_1[] = {
31 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
32};
33static const asn_TYPE_tag2member_t asn_MAP_RANAP_LABased_tag2el_1[] = {
34 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* laiList */
35 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* iE-Extensions */
36};
37static asn_SEQUENCE_specifics_t asn_SPC_RANAP_LABased_specs_1 = {
38 sizeof(struct RANAP_LABased),
39 offsetof(struct RANAP_LABased, _asn_ctx),
40 asn_MAP_RANAP_LABased_tag2el_1,
41 2, /* Count of tags in the map */
42 asn_MAP_RANAP_LABased_oms_1, /* Optional members */
43 1, 0, /* Root/Additions */
44 1, /* Start extensions */
45 3 /* Stop extensions */
46};
47asn_TYPE_descriptor_t asn_DEF_RANAP_LABased = {
48 "RANAP_LABased",
49 "RANAP_LABased",
50 SEQUENCE_free,
51 SEQUENCE_print,
52 SEQUENCE_constraint,
53 SEQUENCE_decode_ber,
54 SEQUENCE_encode_der,
55 SEQUENCE_decode_xer,
56 SEQUENCE_encode_xer,
57 SEQUENCE_decode_uper,
58 SEQUENCE_encode_uper,
59 SEQUENCE_decode_aper,
60 SEQUENCE_encode_aper,
61 0, /* Use generic outmost tag fetcher */
62 asn_DEF_RANAP_LABased_tags_1,
63 sizeof(asn_DEF_RANAP_LABased_tags_1)
64 /sizeof(asn_DEF_RANAP_LABased_tags_1[0]), /* 1 */
65 asn_DEF_RANAP_LABased_tags_1, /* Same as above */
66 sizeof(asn_DEF_RANAP_LABased_tags_1)
67 /sizeof(asn_DEF_RANAP_LABased_tags_1[0]), /* 1 */
68 0, /* No PER visible constraints */
69 asn_MBR_RANAP_LABased_1,
70 2, /* Elements count */
71 &asn_SPC_RANAP_LABased_specs_1 /* Additional specs */
72};
73