remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / ForwardingFeature.c
blobd603da1c474d1ea0adac0459d589893c0fa2f7a3
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-SS-DataTypes"
4 * found in "../asn1src/MAP-SS-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #include "ForwardingFeature.h"
10 static asn_TYPE_member_t asn_MBR_ForwardingFeature_1[] = {
11 { ATF_POINTER, 7, offsetof(struct ForwardingFeature, basicService),
12 -1 /* Ambiguous tag (CHOICE?) */,
14 &asn_DEF_BasicServiceCode,
15 0, /* Defer constraints checking to the member type */
16 0, /* No PER visible constraints */
18 "basicService"
20 { ATF_POINTER, 6, offsetof(struct ForwardingFeature, ss_Status),
21 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
22 -1, /* IMPLICIT tag at current level */
23 &asn_DEF_SS_Status,
24 0, /* Defer constraints checking to the member type */
25 0, /* No PER visible constraints */
27 "ss-Status"
29 { ATF_POINTER, 5, offsetof(struct ForwardingFeature, forwardedToNumber),
30 (ASN_TAG_CLASS_CONTEXT | (5 << 2)),
31 -1, /* IMPLICIT tag at current level */
32 &asn_DEF_ISDN_AddressString,
33 0, /* Defer constraints checking to the member type */
34 0, /* No PER visible constraints */
36 "forwardedToNumber"
38 { ATF_POINTER, 4, offsetof(struct ForwardingFeature, forwardedToSubaddress),
39 (ASN_TAG_CLASS_CONTEXT | (8 << 2)),
40 -1, /* IMPLICIT tag at current level */
41 &asn_DEF_ISDN_SubaddressString,
42 0, /* Defer constraints checking to the member type */
43 0, /* No PER visible constraints */
45 "forwardedToSubaddress"
47 { ATF_POINTER, 3, offsetof(struct ForwardingFeature, forwardingOptions),
48 (ASN_TAG_CLASS_CONTEXT | (6 << 2)),
49 -1, /* IMPLICIT tag at current level */
50 &asn_DEF_ForwardingOptions,
51 0, /* Defer constraints checking to the member type */
52 0, /* No PER visible constraints */
54 "forwardingOptions"
56 { ATF_POINTER, 2, offsetof(struct ForwardingFeature, noReplyConditionTime),
57 (ASN_TAG_CLASS_CONTEXT | (7 << 2)),
58 -1, /* IMPLICIT tag at current level */
59 &asn_DEF_NoReplyConditionTime,
60 0, /* Defer constraints checking to the member type */
61 0, /* No PER visible constraints */
63 "noReplyConditionTime"
65 { ATF_POINTER, 1, offsetof(struct ForwardingFeature, longForwardedToNumber),
66 (ASN_TAG_CLASS_CONTEXT | (9 << 2)),
67 -1, /* IMPLICIT tag at current level */
68 &asn_DEF_FTN_AddressString,
69 0, /* Defer constraints checking to the member type */
70 0, /* No PER visible constraints */
72 "longForwardedToNumber"
75 static int asn_MAP_ForwardingFeature_oms_1[] = { 0, 1, 2, 3, 4, 5, 6 };
76 static ber_tlv_tag_t asn_DEF_ForwardingFeature_tags_1[] = {
77 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
79 static asn_TYPE_tag2member_t asn_MAP_ForwardingFeature_tag2el_1[] = {
80 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 0, 0, 0 }, /* bearerService at 574 */
81 { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 0, 0, 0 }, /* teleservice at 575 */
82 { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 1, 0, 0 }, /* ss-Status at 94 */
83 { (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 2, 0, 0 }, /* forwardedToNumber at 95 */
84 { (ASN_TAG_CLASS_CONTEXT | (6 << 2)), 4, 0, 0 }, /* forwardingOptions at 97 */
85 { (ASN_TAG_CLASS_CONTEXT | (7 << 2)), 5, 0, 0 }, /* noReplyConditionTime at 98 */
86 { (ASN_TAG_CLASS_CONTEXT | (8 << 2)), 3, 0, 0 }, /* forwardedToSubaddress at 96 */
87 { (ASN_TAG_CLASS_CONTEXT | (9 << 2)), 6, 0, 0 } /* longForwardedToNumber at 100 */
89 static asn_SEQUENCE_specifics_t asn_SPC_ForwardingFeature_specs_1 = {
90 sizeof(struct ForwardingFeature),
91 offsetof(struct ForwardingFeature, _asn_ctx),
92 asn_MAP_ForwardingFeature_tag2el_1,
93 8, /* Count of tags in the map */
94 asn_MAP_ForwardingFeature_oms_1, /* Optional members */
95 6, 1, /* Root/Additions */
96 5, /* Start extensions */
97 8 /* Stop extensions */
99 asn_TYPE_descriptor_t asn_DEF_ForwardingFeature = {
100 "ForwardingFeature",
101 "ForwardingFeature",
102 SEQUENCE_free,
103 SEQUENCE_print,
104 SEQUENCE_constraint,
105 SEQUENCE_decode_ber,
106 SEQUENCE_encode_der,
107 SEQUENCE_decode_xer,
108 SEQUENCE_encode_xer,
109 SEQUENCE_decode_uper,
110 SEQUENCE_encode_uper,
111 0, /* Use generic outmost tag fetcher */
112 asn_DEF_ForwardingFeature_tags_1,
113 sizeof(asn_DEF_ForwardingFeature_tags_1)
114 /sizeof(asn_DEF_ForwardingFeature_tags_1[0]), /* 1 */
115 asn_DEF_ForwardingFeature_tags_1, /* Same as above */
116 sizeof(asn_DEF_ForwardingFeature_tags_1)
117 /sizeof(asn_DEF_ForwardingFeature_tags_1[0]), /* 1 */
118 0, /* No PER visible constraints */
119 asn_MBR_ForwardingFeature_1,
120 7, /* Elements count */
121 &asn_SPC_ForwardingFeature_specs_1 /* Additional specs */