blob: 0e9979f259d539cd3aa60801e5b3d06a729f7eea [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_GA-Polygon.h>
Harald Welteee091892015-09-10 10:22:03 +02008
9static asn_per_constraints_t asn_PER_type_RANAP_GA_Polygon_constr_1 GCC_NOTUSED = {
10 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
11 { APC_CONSTRAINED, 4, 4, 1l, 15l } /* (SIZE(1..15)) */,
12 0, 0 /* No PER value map */
13};
14static asn_TYPE_member_t asn_MBR_Member_2[] = {
15 { ATF_NOFLAGS, 0, offsetof(struct Member, geographicalCoordinates),
16 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
17 -1, /* IMPLICIT tag at current level */
18 &asn_DEF_RANAP_GeographicalCoordinates,
19 0, /* Defer constraints checking to the member type */
20 0, /* No PER visible constraints */
21 0,
22 "geographicalCoordinates"
23 },
24 { ATF_POINTER, 1, offsetof(struct Member, iE_Extensions),
25 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
26 -1, /* IMPLICIT tag at current level */
27 &asn_DEF_RANAP_IE_Extensions,
28 0, /* Defer constraints checking to the member type */
29 0, /* No PER visible constraints */
30 0,
31 "iE-Extensions"
32 },
33};
34static const int asn_MAP_Member_oms_2[] = { 1 };
35static const ber_tlv_tag_t asn_DEF_Member_tags_2[] = {
36 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
37};
38static const asn_TYPE_tag2member_t asn_MAP_Member_tag2el_2[] = {
39 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* geographicalCoordinates */
40 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* iE-Extensions */
41};
42static asn_SEQUENCE_specifics_t asn_SPC_Member_specs_2 = {
43 sizeof(struct Member),
44 offsetof(struct Member, _asn_ctx),
45 asn_MAP_Member_tag2el_2,
46 2, /* Count of tags in the map */
47 asn_MAP_Member_oms_2, /* Optional members */
48 1, 0, /* Root/Additions */
49 1, /* Start extensions */
50 3 /* Stop extensions */
51};
52static /* Use -fall-defs-global to expose */
53asn_TYPE_descriptor_t asn_DEF_Member_2 = {
54 "SEQUENCE",
55 "SEQUENCE",
56 SEQUENCE_free,
57 SEQUENCE_print,
58 SEQUENCE_constraint,
59 SEQUENCE_decode_ber,
60 SEQUENCE_encode_der,
61 SEQUENCE_decode_xer,
62 SEQUENCE_encode_xer,
63 SEQUENCE_decode_uper,
64 SEQUENCE_encode_uper,
65 SEQUENCE_decode_aper,
66 SEQUENCE_encode_aper,
67 0, /* Use generic outmost tag fetcher */
68 asn_DEF_Member_tags_2,
69 sizeof(asn_DEF_Member_tags_2)
70 /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */
71 asn_DEF_Member_tags_2, /* Same as above */
72 sizeof(asn_DEF_Member_tags_2)
73 /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */
74 0, /* No PER visible constraints */
75 asn_MBR_Member_2,
76 2, /* Elements count */
77 &asn_SPC_Member_specs_2 /* Additional specs */
78};
79
80static asn_TYPE_member_t asn_MBR_RANAP_GA_Polygon_1[] = {
81 { ATF_POINTER, 0, 0,
82 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
83 0,
84 &asn_DEF_Member_2,
85 0, /* Defer constraints checking to the member type */
86 0, /* No PER visible constraints */
87 0,
88 ""
89 },
90};
91static const ber_tlv_tag_t asn_DEF_RANAP_GA_Polygon_tags_1[] = {
92 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
93};
94static asn_SET_OF_specifics_t asn_SPC_RANAP_GA_Polygon_specs_1 = {
95 sizeof(struct RANAP_GA_Polygon),
96 offsetof(struct RANAP_GA_Polygon, _asn_ctx),
97 0, /* XER encoding is XMLDelimitedItemList */
98};
99asn_TYPE_descriptor_t asn_DEF_RANAP_GA_Polygon = {
100 "RANAP_GA-Polygon",
101 "RANAP_GA-Polygon",
102 SEQUENCE_OF_free,
103 SEQUENCE_OF_print,
104 SEQUENCE_OF_constraint,
105 SEQUENCE_OF_decode_ber,
106 SEQUENCE_OF_encode_der,
107 SEQUENCE_OF_decode_xer,
108 SEQUENCE_OF_encode_xer,
109 SEQUENCE_OF_decode_uper,
110 SEQUENCE_OF_encode_uper,
111 SEQUENCE_OF_decode_aper,
112 SEQUENCE_OF_encode_aper,
113 0, /* Use generic outmost tag fetcher */
114 asn_DEF_RANAP_GA_Polygon_tags_1,
115 sizeof(asn_DEF_RANAP_GA_Polygon_tags_1)
116 /sizeof(asn_DEF_RANAP_GA_Polygon_tags_1[0]), /* 1 */
117 asn_DEF_RANAP_GA_Polygon_tags_1, /* Same as above */
118 sizeof(asn_DEF_RANAP_GA_Polygon_tags_1)
119 /sizeof(asn_DEF_RANAP_GA_Polygon_tags_1[0]), /* 1 */
120 &asn_PER_type_RANAP_GA_Polygon_constr_1,
121 asn_MBR_RANAP_GA_Polygon_1,
122 1, /* Single element */
123 &asn_SPC_RANAP_GA_Polygon_specs_1 /* Additional specs */
124};
125