blob: 5322aaacac6be5667cf8f68004a0851b5d165e80 [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_LastVisitedUTRANCell-Item.h>
Harald Welteee091892015-09-10 10:22:03 +02008
9static asn_TYPE_member_t asn_MBR_RANAP_LastVisitedUTRANCell_Item_1[] = {
10 { ATF_NOFLAGS, 0, offsetof(struct RANAP_LastVisitedUTRANCell_Item, uTRAN_CellID),
11 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
12 -1, /* IMPLICIT tag at current level */
13 &asn_DEF_RANAP_UTRAN_CellID,
14 0, /* Defer constraints checking to the member type */
15 0, /* No PER visible constraints */
16 0,
17 "uTRAN-CellID"
18 },
19 { ATF_NOFLAGS, 0, offsetof(struct RANAP_LastVisitedUTRANCell_Item, cellType),
20 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
21 -1, /* IMPLICIT tag at current level */
22 &asn_DEF_RANAP_CellType,
23 0, /* Defer constraints checking to the member type */
24 0, /* No PER visible constraints */
25 0,
26 "cellType"
27 },
28 { ATF_NOFLAGS, 0, offsetof(struct RANAP_LastVisitedUTRANCell_Item, time_UE_StayedInCell),
29 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
30 -1, /* IMPLICIT tag at current level */
31 &asn_DEF_RANAP_Time_UE_StayedInCell,
32 0, /* Defer constraints checking to the member type */
33 0, /* No PER visible constraints */
34 0,
35 "time-UE-StayedInCell"
36 },
37 { ATF_POINTER, 1, offsetof(struct RANAP_LastVisitedUTRANCell_Item, iE_Extensions),
38 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
39 -1, /* IMPLICIT tag at current level */
40 &asn_DEF_RANAP_IE_Extensions,
41 0, /* Defer constraints checking to the member type */
42 0, /* No PER visible constraints */
43 0,
44 "iE-Extensions"
45 },
46};
47static const int asn_MAP_RANAP_LastVisitedUTRANCell_Item_oms_1[] = { 3 };
48static const ber_tlv_tag_t asn_DEF_RANAP_LastVisitedUTRANCell_Item_tags_1[] = {
49 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
50};
51static const asn_TYPE_tag2member_t asn_MAP_RANAP_LastVisitedUTRANCell_Item_tag2el_1[] = {
52 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* uTRAN-CellID */
53 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* cellType */
54 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* time-UE-StayedInCell */
55 { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* iE-Extensions */
56};
57static asn_SEQUENCE_specifics_t asn_SPC_RANAP_LastVisitedUTRANCell_Item_specs_1 = {
58 sizeof(struct RANAP_LastVisitedUTRANCell_Item),
59 offsetof(struct RANAP_LastVisitedUTRANCell_Item, _asn_ctx),
60 asn_MAP_RANAP_LastVisitedUTRANCell_Item_tag2el_1,
61 4, /* Count of tags in the map */
62 asn_MAP_RANAP_LastVisitedUTRANCell_Item_oms_1, /* Optional members */
63 1, 0, /* Root/Additions */
64 3, /* Start extensions */
65 5 /* Stop extensions */
66};
67asn_TYPE_descriptor_t asn_DEF_RANAP_LastVisitedUTRANCell_Item = {
68 "RANAP_LastVisitedUTRANCell-Item",
69 "RANAP_LastVisitedUTRANCell-Item",
70 SEQUENCE_free,
71 SEQUENCE_print,
72 SEQUENCE_constraint,
73 SEQUENCE_decode_ber,
74 SEQUENCE_encode_der,
75 SEQUENCE_decode_xer,
76 SEQUENCE_encode_xer,
77 SEQUENCE_decode_uper,
78 SEQUENCE_encode_uper,
79 SEQUENCE_decode_aper,
80 SEQUENCE_encode_aper,
81 0, /* Use generic outmost tag fetcher */
82 asn_DEF_RANAP_LastVisitedUTRANCell_Item_tags_1,
83 sizeof(asn_DEF_RANAP_LastVisitedUTRANCell_Item_tags_1)
84 /sizeof(asn_DEF_RANAP_LastVisitedUTRANCell_Item_tags_1[0]), /* 1 */
85 asn_DEF_RANAP_LastVisitedUTRANCell_Item_tags_1, /* Same as above */
86 sizeof(asn_DEF_RANAP_LastVisitedUTRANCell_Item_tags_1)
87 /sizeof(asn_DEF_RANAP_LastVisitedUTRANCell_Item_tags_1[0]), /* 1 */
88 0, /* No PER visible constraints */
89 asn_MBR_RANAP_LastVisitedUTRANCell_Item_1,
90 4, /* Elements count */
91 &asn_SPC_RANAP_LastVisitedUTRANCell_Item_specs_1 /* Additional specs */
92};
93