ad1bb2fb91ee35bec029cc355851b3fe4a3873e7
[ric-plt/resource-status-manager.git] / RSM / 3rdparty / asn1codec / e2ap_engine / Limited-list.c
1 /*
2  * Copyright 2019 AT&T Intellectual Property
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *      http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 /*
18  * This source code is part of the near-RT RIC (RAN Intelligent Controller)
19  * platform project (RICP).
20  */
21
22
23
24 /*
25  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
26  * From ASN.1 module "X2AP-PDU-Contents"
27  *      found in "../../asnFiles/X2AP-PDU-Contents.asn"
28  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
29  */
30
31 #include "Limited-list.h"
32
33 #include "ProtocolExtensionContainer.h"
34 asn_per_constraints_t asn_PER_type_Limited_list_constr_1 CC_NOTUSED = {
35         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
36         { APC_CONSTRAINED,       14,  14,  1,  16384 }  /* (SIZE(1..16384)) */,
37         0, 0    /* No PER value map */
38 };
39 static asn_TYPE_member_t asn_MBR_Member_2[] = {
40         { ATF_NOFLAGS, 0, offsetof(struct Limited_list__Member, nrCellID),
41                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
42                 -1,     /* IMPLICIT tag at current level */
43                 &asn_DEF_NRCGI,
44                 0,
45                 { 0, 0, 0 },
46                 0, 0, /* No default value */
47                 "nrCellID"
48                 },
49         { ATF_POINTER, 1, offsetof(struct Limited_list__Member, iE_Extensions),
50                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
51                 -1,     /* IMPLICIT tag at current level */
52                 &asn_DEF_ProtocolExtensionContainer_170P98,
53                 0,
54                 { 0, 0, 0 },
55                 0, 0, /* No default value */
56                 "iE-Extensions"
57                 },
58 };
59 static const int asn_MAP_Member_oms_2[] = { 1 };
60 static const ber_tlv_tag_t asn_DEF_Member_tags_2[] = {
61         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
62 };
63 static const asn_TYPE_tag2member_t asn_MAP_Member_tag2el_2[] = {
64     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* nrCellID */
65     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* iE-Extensions */
66 };
67 static asn_SEQUENCE_specifics_t asn_SPC_Member_specs_2 = {
68         sizeof(struct Limited_list__Member),
69         offsetof(struct Limited_list__Member, _asn_ctx),
70         asn_MAP_Member_tag2el_2,
71         2,      /* Count of tags in the map */
72         asn_MAP_Member_oms_2,   /* Optional members */
73         1, 0,   /* Root/Additions */
74         2,      /* First extension addition */
75 };
76 static /* Use -fall-defs-global to expose */
77 asn_TYPE_descriptor_t asn_DEF_Member_2 = {
78         "SEQUENCE",
79         "SEQUENCE",
80         &asn_OP_SEQUENCE,
81         asn_DEF_Member_tags_2,
82         sizeof(asn_DEF_Member_tags_2)
83                 /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */
84         asn_DEF_Member_tags_2,  /* Same as above */
85         sizeof(asn_DEF_Member_tags_2)
86                 /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */
87         { 0, 0, SEQUENCE_constraint },
88         asn_MBR_Member_2,
89         2,      /* Elements count */
90         &asn_SPC_Member_specs_2 /* Additional specs */
91 };
92
93 asn_TYPE_member_t asn_MBR_Limited_list_1[] = {
94         { ATF_POINTER, 0, 0,
95                 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
96                 0,
97                 &asn_DEF_Member_2,
98                 0,
99                 { 0, 0, 0 },
100                 0, 0, /* No default value */
101                 ""
102                 },
103 };
104 static const ber_tlv_tag_t asn_DEF_Limited_list_tags_1[] = {
105         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
106 };
107 asn_SET_OF_specifics_t asn_SPC_Limited_list_specs_1 = {
108         sizeof(struct Limited_list),
109         offsetof(struct Limited_list, _asn_ctx),
110         0,      /* XER encoding is XMLDelimitedItemList */
111 };
112 asn_TYPE_descriptor_t asn_DEF_Limited_list = {
113         "Limited-list",
114         "Limited-list",
115         &asn_OP_SEQUENCE_OF,
116         asn_DEF_Limited_list_tags_1,
117         sizeof(asn_DEF_Limited_list_tags_1)
118                 /sizeof(asn_DEF_Limited_list_tags_1[0]), /* 1 */
119         asn_DEF_Limited_list_tags_1,    /* Same as above */
120         sizeof(asn_DEF_Limited_list_tags_1)
121                 /sizeof(asn_DEF_Limited_list_tags_1[0]), /* 1 */
122         { 0, &asn_PER_type_Limited_list_constr_1, SEQUENCE_OF_constraint },
123         asn_MBR_Limited_list_1,
124         1,      /* Single element */
125         &asn_SPC_Limited_list_specs_1   /* Additional specs */
126 };
127