blob: f1f3272ad8cc9317d59868043b917d5a28f972c2 [file] [log] [blame]
sjana76e88d22020-03-19 13:24:39 -04001/*
2 * Generated by asn1c-0.9.29 n1 (http://lionet.info/asn1c)
3 * From ASN.1 module "X2AP-IEs"
4 * found in "../../asn_defs/asn1/x2ap-15-04.asn"
5 * `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
6 */
7
8#include "X2N_BroadcastPLMNs-Item.h"
9
10asn_per_constraints_t asn_PER_type_X2N_BroadcastPLMNs_Item_constr_1 CC_NOTUSED = {
11 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
12 { APC_CONSTRAINED, 3, 3, 1, 6 } /* (SIZE(1..6)) */,
13 0, 0 /* No PER value map */
14};
15asn_TYPE_member_t asn_MBR_X2N_BroadcastPLMNs_Item_1[] = {
16 { ATF_POINTER, 0, 0,
17 (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)),
18 0,
19 &asn_DEF_X2N_PLMN_Identity,
20 0,
21 { 0, 0, 0 },
22 0, 0, /* No default value */
23 ""
24 },
25};
26static const ber_tlv_tag_t asn_DEF_X2N_BroadcastPLMNs_Item_tags_1[] = {
27 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
28};
29asn_SET_OF_specifics_t asn_SPC_X2N_BroadcastPLMNs_Item_specs_1 = {
30 sizeof(struct X2N_BroadcastPLMNs_Item),
31 offsetof(struct X2N_BroadcastPLMNs_Item, _asn_ctx),
32 0, /* XER encoding is XMLDelimitedItemList */
33};
34asn_TYPE_descriptor_t asn_DEF_X2N_BroadcastPLMNs_Item = {
35 "BroadcastPLMNs-Item",
36 "BroadcastPLMNs-Item",
37 &asn_OP_SEQUENCE_OF,
38 asn_DEF_X2N_BroadcastPLMNs_Item_tags_1,
39 sizeof(asn_DEF_X2N_BroadcastPLMNs_Item_tags_1)
40 /sizeof(asn_DEF_X2N_BroadcastPLMNs_Item_tags_1[0]), /* 1 */
41 asn_DEF_X2N_BroadcastPLMNs_Item_tags_1, /* Same as above */
42 sizeof(asn_DEF_X2N_BroadcastPLMNs_Item_tags_1)
43 /sizeof(asn_DEF_X2N_BroadcastPLMNs_Item_tags_1[0]), /* 1 */
44 { 0, &asn_PER_type_X2N_BroadcastPLMNs_Item_constr_1, SEQUENCE_OF_constraint },
45 asn_MBR_X2N_BroadcastPLMNs_Item_1,
46 1, /* Single element */
47 &asn_SPC_X2N_BroadcastPLMNs_Item_specs_1 /* Additional specs */
48};
49