remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / CellIDAndLAC.c
blob4d3c2c018080c98ef55b5ceff42fa628da94ac21
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 "CellIDAndLAC.h"
10 static asn_TYPE_member_t asn_MBR_CellIDAndLAC_1[] = {
11 { ATF_NOFLAGS, 0, offsetof(struct CellIDAndLAC, referenceLAC),
12 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
13 -1, /* IMPLICIT tag at current level */
14 &asn_DEF_LAC,
15 0, /* Defer constraints checking to the member type */
16 0, /* No PER visible constraints */
18 "referenceLAC"
20 { ATF_NOFLAGS, 0, offsetof(struct CellIDAndLAC, referenceCI),
21 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
22 -1, /* IMPLICIT tag at current level */
23 &asn_DEF_CellID,
24 0, /* Defer constraints checking to the member type */
25 0, /* No PER visible constraints */
27 "referenceCI"
30 static ber_tlv_tag_t asn_DEF_CellIDAndLAC_tags_1[] = {
31 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
33 static asn_TYPE_tag2member_t asn_MAP_CellIDAndLAC_tag2el_1[] = {
34 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* referenceLAC at 326 */
35 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* referenceCI at 328 */
37 static asn_SEQUENCE_specifics_t asn_SPC_CellIDAndLAC_specs_1 = {
38 sizeof(struct CellIDAndLAC),
39 offsetof(struct CellIDAndLAC, _asn_ctx),
40 asn_MAP_CellIDAndLAC_tag2el_1,
41 2, /* Count of tags in the map */
42 0, 0, 0, /* Optional elements (not needed) */
43 -1, /* Start extensions */
44 -1 /* Stop extensions */
46 asn_TYPE_descriptor_t asn_DEF_CellIDAndLAC = {
47 "CellIDAndLAC",
48 "CellIDAndLAC",
49 SEQUENCE_free,
50 SEQUENCE_print,
51 SEQUENCE_constraint,
52 SEQUENCE_decode_ber,
53 SEQUENCE_encode_der,
54 SEQUENCE_decode_xer,
55 SEQUENCE_encode_xer,
56 SEQUENCE_decode_uper,
57 SEQUENCE_encode_uper,
58 0, /* Use generic outmost tag fetcher */
59 asn_DEF_CellIDAndLAC_tags_1,
60 sizeof(asn_DEF_CellIDAndLAC_tags_1)
61 /sizeof(asn_DEF_CellIDAndLAC_tags_1[0]), /* 1 */
62 asn_DEF_CellIDAndLAC_tags_1, /* Same as above */
63 sizeof(asn_DEF_CellIDAndLAC_tags_1)
64 /sizeof(asn_DEF_CellIDAndLAC_tags_1[0]), /* 1 */
65 0, /* No PER visible constraints */
66 asn_MBR_CellIDAndLAC_1,
67 2, /* Elements count */
68 &asn_SPC_CellIDAndLAC_specs_1 /* Additional specs */