remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / OTD-MeasurementWithID.c
blobd8215a6db47551a929bde64bf921e455405e7796
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 "OTD-MeasurementWithID.h"
10 static asn_TYPE_member_t asn_MBR_OTD_MeasurementWithID_1[] = {
11 { ATF_NOFLAGS, 0, offsetof(struct OTD_MeasurementWithID, neighborIdentity),
12 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
13 +1, /* EXPLICIT tag at current level */
14 &asn_DEF_NeighborIdentity,
15 0, /* Defer constraints checking to the member type */
16 0, /* No PER visible constraints */
18 "neighborIdentity"
20 { ATF_NOFLAGS, 0, offsetof(struct OTD_MeasurementWithID, nborTimeSlot),
21 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
22 -1, /* IMPLICIT tag at current level */
23 &asn_DEF_ModuloTimeSlot,
24 0, /* Defer constraints checking to the member type */
25 0, /* No PER visible constraints */
27 "nborTimeSlot"
29 { ATF_NOFLAGS, 0, offsetof(struct OTD_MeasurementWithID, eotdQuality),
30 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
31 -1, /* IMPLICIT tag at current level */
32 &asn_DEF_EOTDQuality,
33 0, /* Defer constraints checking to the member type */
34 0, /* No PER visible constraints */
36 "eotdQuality"
38 { ATF_NOFLAGS, 0, offsetof(struct OTD_MeasurementWithID, otdValue),
39 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
40 -1, /* IMPLICIT tag at current level */
41 &asn_DEF_OTDValue,
42 0, /* Defer constraints checking to the member type */
43 0, /* No PER visible constraints */
45 "otdValue"
48 static ber_tlv_tag_t asn_DEF_OTD_MeasurementWithID_tags_1[] = {
49 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
51 static asn_TYPE_tag2member_t asn_MAP_OTD_MeasurementWithID_tag2el_1[] = {
52 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* neighborIdentity at 399 */
53 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* nborTimeSlot at 400 */
54 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* eotdQuality at 401 */
55 { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* otdValue at 403 */
57 static asn_SEQUENCE_specifics_t asn_SPC_OTD_MeasurementWithID_specs_1 = {
58 sizeof(struct OTD_MeasurementWithID),
59 offsetof(struct OTD_MeasurementWithID, _asn_ctx),
60 asn_MAP_OTD_MeasurementWithID_tag2el_1,
61 4, /* Count of tags in the map */
62 0, 0, 0, /* Optional elements (not needed) */
63 -1, /* Start extensions */
64 -1 /* Stop extensions */
66 asn_TYPE_descriptor_t asn_DEF_OTD_MeasurementWithID = {
67 "OTD-MeasurementWithID",
68 "OTD-MeasurementWithID",
69 SEQUENCE_free,
70 SEQUENCE_print,
71 SEQUENCE_constraint,
72 SEQUENCE_decode_ber,
73 SEQUENCE_encode_der,
74 SEQUENCE_decode_xer,
75 SEQUENCE_encode_xer,
76 SEQUENCE_decode_uper,
77 SEQUENCE_encode_uper,
78 0, /* Use generic outmost tag fetcher */
79 asn_DEF_OTD_MeasurementWithID_tags_1,
80 sizeof(asn_DEF_OTD_MeasurementWithID_tags_1)
81 /sizeof(asn_DEF_OTD_MeasurementWithID_tags_1[0]), /* 1 */
82 asn_DEF_OTD_MeasurementWithID_tags_1, /* Same as above */
83 sizeof(asn_DEF_OTD_MeasurementWithID_tags_1)
84 /sizeof(asn_DEF_OTD_MeasurementWithID_tags_1[0]), /* 1 */
85 0, /* No PER visible constraints */
86 asn_MBR_OTD_MeasurementWithID_1,
87 4, /* Elements count */
88 &asn_SPC_OTD_MeasurementWithID_specs_1 /* Additional specs */