1 /*****************************************************************************
3 # Copyright 2019 AT&T Intellectual Property *
5 # Licensed under the Apache License, Version 2.0 (the "License"); *
6 # you may not use this file except in compliance with the License. *
7 # You may obtain a copy of the License at *
9 # http://www.apache.org/licenses/LICENSE-2.0 *
11 # Unless required by applicable law or agreed to in writing, software *
12 # distributed under the License is distributed on an "AS IS" BASIS, *
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
14 # See the License for the specific language governing permissions and *
15 # limitations under the License. *
17 ******************************************************************************/
20 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
21 * From ASN.1 module "X2AP-CommonDataTypes"
22 * found in "../../asnFiles/X2AP-CommonDataTypes.asn"
23 * `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
26 #include "PrivateIE-ID.h"
29 memb_local_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
30 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
34 ASN__CTFAIL(app_key, td, sptr,
35 "%s: value not given (%s:%d)",
36 td->name, __FILE__, __LINE__);
40 value = *(const long *)sptr;
42 if((value >= 0 && value <= 65535)) {
43 /* Constraint check succeeded */
46 ASN__CTFAIL(app_key, td, sptr,
47 "%s: constraint failed (%s:%d)",
48 td->name, __FILE__, __LINE__);
53 static asn_per_constraints_t asn_PER_memb_local_constr_2 CC_NOTUSED = {
54 { APC_CONSTRAINED, 16, 16, 0, 65535 } /* (0..65535) */,
55 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
56 0, 0 /* No PER value map */
58 asn_per_constraints_t asn_PER_type_PrivateIE_ID_constr_1 CC_NOTUSED = {
59 { APC_CONSTRAINED, 1, 1, 0, 1 } /* (0..1) */,
60 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
61 0, 0 /* No PER value map */
63 asn_TYPE_member_t asn_MBR_PrivateIE_ID_1[] = {
64 { ATF_NOFLAGS, 0, offsetof(struct PrivateIE_ID, choice.local),
65 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
66 -1, /* IMPLICIT tag at current level */
67 &asn_DEF_NativeInteger,
69 { 0, &asn_PER_memb_local_constr_2, memb_local_constraint_1 },
70 0, 0, /* No default value */
73 { ATF_NOFLAGS, 0, offsetof(struct PrivateIE_ID, choice.global),
74 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
75 -1, /* IMPLICIT tag at current level */
76 &asn_DEF_OBJECT_IDENTIFIER,
79 0, 0, /* No default value */
83 static const asn_TYPE_tag2member_t asn_MAP_PrivateIE_ID_tag2el_1[] = {
84 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* local */
85 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* global */
87 asn_CHOICE_specifics_t asn_SPC_PrivateIE_ID_specs_1 = {
88 sizeof(struct PrivateIE_ID),
89 offsetof(struct PrivateIE_ID, _asn_ctx),
90 offsetof(struct PrivateIE_ID, present),
91 sizeof(((struct PrivateIE_ID *)0)->present),
92 asn_MAP_PrivateIE_ID_tag2el_1,
93 2, /* Count of tags in the map */
95 -1 /* Extensions start */
97 asn_TYPE_descriptor_t asn_DEF_PrivateIE_ID = {
101 0, /* No effective tags (pointer) */
102 0, /* No effective tags (count) */
103 0, /* No tags (pointer) */
104 0, /* No tags (count) */
105 { 0, &asn_PER_type_PrivateIE_ID_constr_1, CHOICE_constraint },
106 asn_MBR_PrivateIE_ID_1,
107 2, /* Elements count */
108 &asn_SPC_PrivateIE_ID_specs_1 /* Additional specs */