blob: e9f0334686cf2d4584153621f3a6aa79ea7a1b16 [file] [log] [blame]
Juha Hyttinenff8dccd2019-12-10 14:34:07 +02001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2AP-PDU-Contents"
4 * found in "Spec/e2_and_x2-combined-and-minimized.asn1"
5 * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6 */
7
8#include "RICaction-NotAdmitted-List.h"
9
10#include "ProtocolIE-Single-Container.h"
11static asn_per_constraints_t asn_PER_type_RICaction_NotAdmitted_List_constr_1 CC_NOTUSED = {
12 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
13 { APC_CONSTRAINED, 5, 5, 0, 16 } /* (SIZE(0..16)) */,
14 0, 0 /* No PER value map */
15};
16static asn_TYPE_member_t asn_MBR_RICaction_NotAdmitted_List_1[] = {
17 { ATF_POINTER, 0, 0,
18 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
19 0,
20 &asn_DEF_ProtocolIE_Single_Container_8810P2,
21 0,
22 { 0, 0, 0 },
23 0, 0, /* No default value */
24 ""
25 },
26};
27static const ber_tlv_tag_t asn_DEF_RICaction_NotAdmitted_List_tags_1[] = {
28 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
29};
30static asn_SET_OF_specifics_t asn_SPC_RICaction_NotAdmitted_List_specs_1 = {
31 sizeof(struct RICaction_NotAdmitted_List),
32 offsetof(struct RICaction_NotAdmitted_List, _asn_ctx),
33 0, /* XER encoding is XMLDelimitedItemList */
34};
35asn_TYPE_descriptor_t asn_DEF_RICaction_NotAdmitted_List = {
36 "RICaction-NotAdmitted-List",
37 "RICaction-NotAdmitted-List",
38 &asn_OP_SEQUENCE_OF,
39 asn_DEF_RICaction_NotAdmitted_List_tags_1,
40 sizeof(asn_DEF_RICaction_NotAdmitted_List_tags_1)
41 /sizeof(asn_DEF_RICaction_NotAdmitted_List_tags_1[0]), /* 1 */
42 asn_DEF_RICaction_NotAdmitted_List_tags_1, /* Same as above */
43 sizeof(asn_DEF_RICaction_NotAdmitted_List_tags_1)
44 /sizeof(asn_DEF_RICaction_NotAdmitted_List_tags_1[0]), /* 1 */
45 { 0, &asn_PER_type_RICaction_NotAdmitted_List_constr_1, SEQUENCE_OF_constraint },
46 asn_MBR_RICaction_NotAdmitted_List_1,
47 1, /* Single element */
48 &asn_SPC_RICaction_NotAdmitted_List_specs_1 /* Additional specs */
49};
50