remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / ServingNodeAddress.c
blob6830b66219d72a2495a2b571078d0d0418411f62
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-LCS-DataTypes"
4 * found in "../asn1src/MAP-LCS-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #include "ServingNodeAddress.h"
10 static asn_per_constraints_t asn_PER_type_ServingNodeAddress_constr_1 = {
11 { APC_CONSTRAINED, 2, 2, 0, 2 } /* (0..2) */,
12 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
13 0, 0 /* No PER value map */
15 static asn_TYPE_member_t asn_MBR_ServingNodeAddress_1[] = {
16 { ATF_NOFLAGS, 0, offsetof(struct ServingNodeAddress, choice.msc_Number),
17 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
18 -1, /* IMPLICIT tag at current level */
19 &asn_DEF_ISDN_AddressString,
20 0, /* Defer constraints checking to the member type */
21 0, /* No PER visible constraints */
23 "msc-Number"
25 { ATF_NOFLAGS, 0, offsetof(struct ServingNodeAddress, choice.sgsn_Number),
26 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
27 -1, /* IMPLICIT tag at current level */
28 &asn_DEF_ISDN_AddressString,
29 0, /* Defer constraints checking to the member type */
30 0, /* No PER visible constraints */
32 "sgsn-Number"
34 { ATF_NOFLAGS, 0, offsetof(struct ServingNodeAddress, choice.mme_Number),
35 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
36 -1, /* IMPLICIT tag at current level */
37 &asn_DEF_DiameterIdentity,
38 0, /* Defer constraints checking to the member type */
39 0, /* No PER visible constraints */
41 "mme-Number"
44 static asn_TYPE_tag2member_t asn_MAP_ServingNodeAddress_tag2el_1[] = {
45 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* msc-Number at 650 */
46 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* sgsn-Number at 651 */
47 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* mme-Number at 652 */
49 static asn_CHOICE_specifics_t asn_SPC_ServingNodeAddress_specs_1 = {
50 sizeof(struct ServingNodeAddress),
51 offsetof(struct ServingNodeAddress, _asn_ctx),
52 offsetof(struct ServingNodeAddress, present),
53 sizeof(((struct ServingNodeAddress *)0)->present),
54 asn_MAP_ServingNodeAddress_tag2el_1,
55 3, /* Count of tags in the map */
57 -1 /* Extensions start */
59 asn_TYPE_descriptor_t asn_DEF_ServingNodeAddress = {
60 "ServingNodeAddress",
61 "ServingNodeAddress",
62 CHOICE_free,
63 CHOICE_print,
64 CHOICE_constraint,
65 CHOICE_decode_ber,
66 CHOICE_encode_der,
67 CHOICE_decode_xer,
68 CHOICE_encode_xer,
69 CHOICE_decode_uper,
70 CHOICE_encode_uper,
71 CHOICE_outmost_tag,
72 0, /* No effective tags (pointer) */
73 0, /* No effective tags (count) */
74 0, /* No tags (pointer) */
75 0, /* No tags (count) */
76 &asn_PER_type_ServingNodeAddress_constr_1,
77 asn_MBR_ServingNodeAddress_1,
78 3, /* Elements count */
79 &asn_SPC_ServingNodeAddress_specs_1 /* Additional specs */