blob: fd0bc2c3e2ccbb0557c9d52a0fc20f8eaba381ac [file] [log] [blame]
Peter Szilagyifbc56f92019-07-23 19:29:46 +00001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "X2AP-IEs"
4 * found in "Spec/e2ap-v031ex.asn"
5 * `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
6 */
7
8#include "WLANMeasConfigNameList.h"
9
10static asn_oer_constraints_t asn_OER_type_WLANMeasConfigNameList_constr_1 CC_NOTUSED = {
11 { 0, 0 },
12 -1 /* (SIZE(1..4)) */};
13asn_per_constraints_t asn_PER_type_WLANMeasConfigNameList_constr_1 CC_NOTUSED = {
14 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
15 { APC_CONSTRAINED, 2, 2, 1, 4 } /* (SIZE(1..4)) */,
16 0, 0 /* No PER value map */
17};
18asn_TYPE_member_t asn_MBR_WLANMeasConfigNameList_1[] = {
19 { ATF_POINTER, 0, 0,
20 (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)),
21 0,
22 &asn_DEF_WLANName,
23 0,
24 { 0, 0, 0 },
25 0, 0, /* No default value */
26 ""
27 },
28};
29static const ber_tlv_tag_t asn_DEF_WLANMeasConfigNameList_tags_1[] = {
30 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
31};
32asn_SET_OF_specifics_t asn_SPC_WLANMeasConfigNameList_specs_1 = {
33 sizeof(struct WLANMeasConfigNameList),
34 offsetof(struct WLANMeasConfigNameList, _asn_ctx),
35 0, /* XER encoding is XMLDelimitedItemList */
36};
37asn_TYPE_descriptor_t asn_DEF_WLANMeasConfigNameList = {
38 "WLANMeasConfigNameList",
39 "WLANMeasConfigNameList",
40 &asn_OP_SEQUENCE_OF,
41 asn_DEF_WLANMeasConfigNameList_tags_1,
42 sizeof(asn_DEF_WLANMeasConfigNameList_tags_1)
43 /sizeof(asn_DEF_WLANMeasConfigNameList_tags_1[0]), /* 1 */
44 asn_DEF_WLANMeasConfigNameList_tags_1, /* Same as above */
45 sizeof(asn_DEF_WLANMeasConfigNameList_tags_1)
46 /sizeof(asn_DEF_WLANMeasConfigNameList_tags_1[0]), /* 1 */
47 { &asn_OER_type_WLANMeasConfigNameList_constr_1, &asn_PER_type_WLANMeasConfigNameList_constr_1, SEQUENCE_OF_constraint },
48 asn_MBR_WLANMeasConfigNameList_1,
49 1, /* Single element */
50 &asn_SPC_WLANMeasConfigNameList_specs_1 /* Additional specs */
51};
52