remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / ReferenceIdentityType.c
blob612e39a5f0d7f3fdb75e2b8960455b42513ee92a
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "RRLP-Components"
4 * found in "../asn1src/RRLP-Components.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #include "ReferenceIdentityType.h"
10 static asn_per_constraints_t asn_PER_type_ReferenceIdentityType_constr_1 = {
11 { APC_CONSTRAINED, 3, 3, 0, 4 } /* (0..4) */,
12 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
13 0, 0 /* No PER value map */
15 static asn_TYPE_member_t asn_MBR_ReferenceIdentityType_1[] = {
16 { ATF_NOFLAGS, 0, offsetof(struct ReferenceIdentityType, choice.bsicAndCarrier),
17 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
18 -1, /* IMPLICIT tag at current level */
19 &asn_DEF_BSICAndCarrier,
20 0, /* Defer constraints checking to the member type */
21 0, /* No PER visible constraints */
23 "bsicAndCarrier"
25 { ATF_NOFLAGS, 0, offsetof(struct ReferenceIdentityType, choice.ci),
26 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
27 -1, /* IMPLICIT tag at current level */
28 &asn_DEF_CellID,
29 0, /* Defer constraints checking to the member type */
30 0, /* No PER visible constraints */
32 "ci"
34 { ATF_NOFLAGS, 0, offsetof(struct ReferenceIdentityType, choice.requestIndex),
35 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
36 -1, /* IMPLICIT tag at current level */
37 &asn_DEF_RequestIndex,
38 0, /* Defer constraints checking to the member type */
39 0, /* No PER visible constraints */
41 "requestIndex"
43 { ATF_NOFLAGS, 0, offsetof(struct ReferenceIdentityType, choice.systemInfoIndex),
44 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
45 -1, /* IMPLICIT tag at current level */
46 &asn_DEF_SystemInfoIndex,
47 0, /* Defer constraints checking to the member type */
48 0, /* No PER visible constraints */
50 "systemInfoIndex"
52 { ATF_NOFLAGS, 0, offsetof(struct ReferenceIdentityType, choice.ciAndLAC),
53 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
54 -1, /* IMPLICIT tag at current level */
55 &asn_DEF_CellIDAndLAC,
56 0, /* Defer constraints checking to the member type */
57 0, /* No PER visible constraints */
59 "ciAndLAC"
62 static asn_TYPE_tag2member_t asn_MAP_ReferenceIdentityType_tag2el_1[] = {
63 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* bsicAndCarrier at 307 */
64 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* ci at 308 */
65 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* requestIndex at 309 */
66 { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* systemInfoIndex at 310 */
67 { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 } /* ciAndLAC at 314 */
69 static asn_CHOICE_specifics_t asn_SPC_ReferenceIdentityType_specs_1 = {
70 sizeof(struct ReferenceIdentityType),
71 offsetof(struct ReferenceIdentityType, _asn_ctx),
72 offsetof(struct ReferenceIdentityType, present),
73 sizeof(((struct ReferenceIdentityType *)0)->present),
74 asn_MAP_ReferenceIdentityType_tag2el_1,
75 5, /* Count of tags in the map */
77 -1 /* Extensions start */
79 asn_TYPE_descriptor_t asn_DEF_ReferenceIdentityType = {
80 "ReferenceIdentityType",
81 "ReferenceIdentityType",
82 CHOICE_free,
83 CHOICE_print,
84 CHOICE_constraint,
85 CHOICE_decode_ber,
86 CHOICE_encode_der,
87 CHOICE_decode_xer,
88 CHOICE_encode_xer,
89 CHOICE_decode_uper,
90 CHOICE_encode_uper,
91 CHOICE_outmost_tag,
92 0, /* No effective tags (pointer) */
93 0, /* No effective tags (count) */
94 0, /* No tags (pointer) */
95 0, /* No tags (count) */
96 &asn_PER_type_ReferenceIdentityType_constr_1,
97 asn_MBR_ReferenceIdentityType_1,
98 5, /* Elements count */
99 &asn_SPC_ReferenceIdentityType_specs_1 /* Additional specs */