blob: 20c786eb3aa5972511fce8bbc5ff45b2131c70d9 [file] [log] [blame]
Harald Welted523a692015-08-30 23:11:19 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "HNBAP-IEs"
4 * found in "../../asn1/hnbap/HNBAP-IEs.asn"
Harald Welteff4750f2015-08-31 09:55:28 +02005 * `asn1c -gen-PER`
Harald Welted523a692015-08-30 23:11:19 +02006 */
7
Neels Hofmeyrf1f2d7c2016-01-05 12:00:06 +01008#include <osmocom/hnbap/NeighbourInfoRequestList.h>
Harald Welted523a692015-08-30 23:11:19 +02009
10static asn_per_constraints_t asn_PER_type_NeighbourInfoRequestList_constr_1 GCC_NOTUSED = {
11 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
12 { APC_CONSTRAINED, 5, 5, 1l, 32l } /* (SIZE(1..32)) */,
13 0, 0 /* No PER value map */
14};
15static asn_TYPE_member_t asn_MBR_NeighbourInfoRequestList_1[] = {
16 { ATF_POINTER, 0, 0,
17 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
18 0,
19 &asn_DEF_NeighbourInfoRequestItem,
20 0, /* Defer constraints checking to the member type */
21 0, /* No PER visible constraints */
22 0,
23 ""
24 },
25};
26static const ber_tlv_tag_t asn_DEF_NeighbourInfoRequestList_tags_1[] = {
27 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
28};
29static asn_SET_OF_specifics_t asn_SPC_NeighbourInfoRequestList_specs_1 = {
30 sizeof(struct NeighbourInfoRequestList),
31 offsetof(struct NeighbourInfoRequestList, _asn_ctx),
32 0, /* XER encoding is XMLDelimitedItemList */
33};
34asn_TYPE_descriptor_t asn_DEF_NeighbourInfoRequestList = {
35 "NeighbourInfoRequestList",
36 "NeighbourInfoRequestList",
37 SEQUENCE_OF_free,
38 SEQUENCE_OF_print,
39 SEQUENCE_OF_constraint,
40 SEQUENCE_OF_decode_ber,
41 SEQUENCE_OF_encode_der,
42 SEQUENCE_OF_decode_xer,
43 SEQUENCE_OF_encode_xer,
44 SEQUENCE_OF_decode_uper,
45 SEQUENCE_OF_encode_uper,
46 SEQUENCE_OF_decode_aper,
47 SEQUENCE_OF_encode_aper,
48 0, /* Use generic outmost tag fetcher */
49 asn_DEF_NeighbourInfoRequestList_tags_1,
50 sizeof(asn_DEF_NeighbourInfoRequestList_tags_1)
51 /sizeof(asn_DEF_NeighbourInfoRequestList_tags_1[0]), /* 1 */
52 asn_DEF_NeighbourInfoRequestList_tags_1, /* Same as above */
53 sizeof(asn_DEF_NeighbourInfoRequestList_tags_1)
54 /sizeof(asn_DEF_NeighbourInfoRequestList_tags_1[0]), /* 1 */
55 &asn_PER_type_NeighbourInfoRequestList_constr_1,
56 asn_MBR_NeighbourInfoRequestList_1,
57 1, /* Single element */
58 &asn_SPC_NeighbourInfoRequestList_specs_1 /* Additional specs */
59};
60