blob: a997ae6d2f1f024c84f103636f1724e972f6d89f [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_UPInformation.h>
Harald Welteee091892015-09-10 10:22:03 +02008
9static asn_TYPE_member_t asn_MBR_RANAP_UPInformation_1[] = {
10 { ATF_NOFLAGS, 0, offsetof(struct RANAP_UPInformation, frameSeqNoUL),
11 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
12 -1, /* IMPLICIT tag at current level */
13 &asn_DEF_RANAP_FrameSequenceNumber,
14 0, /* Defer constraints checking to the member type */
15 0, /* No PER visible constraints */
16 0,
17 "frameSeqNoUL"
18 },
19 { ATF_NOFLAGS, 0, offsetof(struct RANAP_UPInformation, frameSeqNoDL),
20 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
21 -1, /* IMPLICIT tag at current level */
22 &asn_DEF_RANAP_FrameSequenceNumber,
23 0, /* Defer constraints checking to the member type */
24 0, /* No PER visible constraints */
25 0,
26 "frameSeqNoDL"
27 },
28 { ATF_NOFLAGS, 0, offsetof(struct RANAP_UPInformation, pdu14FrameSeqNoUL),
29 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
30 -1, /* IMPLICIT tag at current level */
31 &asn_DEF_RANAP_PDUType14FrameSequenceNumber,
32 0, /* Defer constraints checking to the member type */
33 0, /* No PER visible constraints */
34 0,
35 "pdu14FrameSeqNoUL"
36 },
37 { ATF_NOFLAGS, 0, offsetof(struct RANAP_UPInformation, pdu14FrameSeqNoDL),
38 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
39 -1, /* IMPLICIT tag at current level */
40 &asn_DEF_RANAP_PDUType14FrameSequenceNumber,
41 0, /* Defer constraints checking to the member type */
42 0, /* No PER visible constraints */
43 0,
44 "pdu14FrameSeqNoDL"
45 },
46 { ATF_NOFLAGS, 0, offsetof(struct RANAP_UPInformation, dataPDUType),
47 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
48 -1, /* IMPLICIT tag at current level */
49 &asn_DEF_RANAP_DataPDUType,
50 0, /* Defer constraints checking to the member type */
51 0, /* No PER visible constraints */
52 0,
53 "dataPDUType"
54 },
55 { ATF_NOFLAGS, 0, offsetof(struct RANAP_UPInformation, upinitialisationFrame),
56 (ASN_TAG_CLASS_CONTEXT | (5 << 2)),
57 -1, /* IMPLICIT tag at current level */
58 &asn_DEF_RANAP_UPInitialisationFrame,
59 0, /* Defer constraints checking to the member type */
60 0, /* No PER visible constraints */
61 0,
62 "upinitialisationFrame"
63 },
64 { ATF_POINTER, 1, offsetof(struct RANAP_UPInformation, iE_Extensions),
65 (ASN_TAG_CLASS_CONTEXT | (6 << 2)),
66 -1, /* IMPLICIT tag at current level */
67 &asn_DEF_RANAP_IE_Extensions,
68 0, /* Defer constraints checking to the member type */
69 0, /* No PER visible constraints */
70 0,
71 "iE-Extensions"
72 },
73};
74static const int asn_MAP_RANAP_UPInformation_oms_1[] = { 6 };
75static const ber_tlv_tag_t asn_DEF_RANAP_UPInformation_tags_1[] = {
76 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
77};
78static const asn_TYPE_tag2member_t asn_MAP_RANAP_UPInformation_tag2el_1[] = {
79 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* frameSeqNoUL */
80 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* frameSeqNoDL */
81 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* pdu14FrameSeqNoUL */
82 { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* pdu14FrameSeqNoDL */
83 { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 }, /* dataPDUType */
84 { (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 5, 0, 0 }, /* upinitialisationFrame */
85 { (ASN_TAG_CLASS_CONTEXT | (6 << 2)), 6, 0, 0 } /* iE-Extensions */
86};
87static asn_SEQUENCE_specifics_t asn_SPC_RANAP_UPInformation_specs_1 = {
88 sizeof(struct RANAP_UPInformation),
89 offsetof(struct RANAP_UPInformation, _asn_ctx),
90 asn_MAP_RANAP_UPInformation_tag2el_1,
91 7, /* Count of tags in the map */
92 asn_MAP_RANAP_UPInformation_oms_1, /* Optional members */
93 1, 0, /* Root/Additions */
94 6, /* Start extensions */
95 8 /* Stop extensions */
96};
97asn_TYPE_descriptor_t asn_DEF_RANAP_UPInformation = {
98 "RANAP_UPInformation",
99 "RANAP_UPInformation",
100 SEQUENCE_free,
101 SEQUENCE_print,
102 SEQUENCE_constraint,
103 SEQUENCE_decode_ber,
104 SEQUENCE_encode_der,
105 SEQUENCE_decode_xer,
106 SEQUENCE_encode_xer,
107 SEQUENCE_decode_uper,
108 SEQUENCE_encode_uper,
109 SEQUENCE_decode_aper,
110 SEQUENCE_encode_aper,
111 0, /* Use generic outmost tag fetcher */
112 asn_DEF_RANAP_UPInformation_tags_1,
113 sizeof(asn_DEF_RANAP_UPInformation_tags_1)
114 /sizeof(asn_DEF_RANAP_UPInformation_tags_1[0]), /* 1 */
115 asn_DEF_RANAP_UPInformation_tags_1, /* Same as above */
116 sizeof(asn_DEF_RANAP_UPInformation_tags_1)
117 /sizeof(asn_DEF_RANAP_UPInformation_tags_1[0]), /* 1 */
118 0, /* No PER visible constraints */
119 asn_MBR_RANAP_UPInformation_1,
120 7, /* Elements count */
121 &asn_SPC_RANAP_UPInformation_specs_1 /* Additional specs */
122};
123