remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / Velocity.c
blobdaf732cbeb9c081b96efa497a9eeb360ed2692f4
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "ULP-Components"
4 * found in "../asn1src/ULP-Components.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #include "Velocity.h"
10 static asn_per_constraints_t asn_PER_type_Velocity_constr_1 = {
11 { APC_CONSTRAINED | APC_EXTENSIBLE, 2, 2, 0, 3 } /* (0..3,...) */,
12 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
13 0, 0 /* No PER value map */
15 static asn_TYPE_member_t asn_MBR_Velocity_1[] = {
16 { ATF_NOFLAGS, 0, offsetof(struct Velocity, choice.horvel),
17 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
18 -1, /* IMPLICIT tag at current level */
19 &asn_DEF_Horvel,
20 0, /* Defer constraints checking to the member type */
21 0, /* No PER visible constraints */
23 "horvel"
25 { ATF_NOFLAGS, 0, offsetof(struct Velocity, choice.horandvervel),
26 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
27 -1, /* IMPLICIT tag at current level */
28 &asn_DEF_Horandvervel,
29 0, /* Defer constraints checking to the member type */
30 0, /* No PER visible constraints */
32 "horandvervel"
34 { ATF_NOFLAGS, 0, offsetof(struct Velocity, choice.horveluncert),
35 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
36 -1, /* IMPLICIT tag at current level */
37 &asn_DEF_Horveluncert,
38 0, /* Defer constraints checking to the member type */
39 0, /* No PER visible constraints */
41 "horveluncert"
43 { ATF_NOFLAGS, 0, offsetof(struct Velocity, choice.horandveruncert),
44 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
45 -1, /* IMPLICIT tag at current level */
46 &asn_DEF_Horandveruncert,
47 0, /* Defer constraints checking to the member type */
48 0, /* No PER visible constraints */
50 "horandveruncert"
53 static asn_TYPE_tag2member_t asn_MAP_Velocity_tag2el_1[] = {
54 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* horvel at 215 */
55 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* horandvervel at 216 */
56 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* horveluncert at 217 */
57 { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* horandveruncert at 218 */
59 static asn_CHOICE_specifics_t asn_SPC_Velocity_specs_1 = {
60 sizeof(struct Velocity),
61 offsetof(struct Velocity, _asn_ctx),
62 offsetof(struct Velocity, present),
63 sizeof(((struct Velocity *)0)->present),
64 asn_MAP_Velocity_tag2el_1,
65 4, /* Count of tags in the map */
67 4 /* Extensions start */
69 asn_TYPE_descriptor_t asn_DEF_Velocity = {
70 "Velocity",
71 "Velocity",
72 CHOICE_free,
73 CHOICE_print,
74 CHOICE_constraint,
75 CHOICE_decode_ber,
76 CHOICE_encode_der,
77 CHOICE_decode_xer,
78 CHOICE_encode_xer,
79 CHOICE_decode_uper,
80 CHOICE_encode_uper,
81 CHOICE_outmost_tag,
82 0, /* No effective tags (pointer) */
83 0, /* No effective tags (count) */
84 0, /* No tags (pointer) */
85 0, /* No tags (count) */
86 &asn_PER_type_Velocity_constr_1,
87 asn_MBR_Velocity_1,
88 4, /* Elements count */
89 &asn_SPC_Velocity_specs_1 /* Additional specs */