Change version after creation of r2 branch
[ric-plt/resource-status-manager.git] / RSM / asn1codec / e2ap_engine / ActionParameter-Value.h
1 /*
2  *
3  * Copyright 2019 AT&T Intellectual Property
4  *
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
8  *
9  *      http://www.apache.org/licenses/LICENSE-2.0
10  *
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.
16  *
17  */
18
19
20 /*
21  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
22  * From ASN.1 module "E2SM-gNB-X2-IEs"
23  *      found in "../../asnFiles/e2sm-gNB-X2-release-1-v041.asn"
24  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
25  */
26
27 #ifndef _ActionParameter_Value_H_
28 #define _ActionParameter_Value_H_
29
30
31 #include "asn_application.h"
32
33 /* Including external dependencies */
34 #include "NativeInteger.h"
35 #include "BOOLEAN.h"
36 #include "BIT_STRING.h"
37 #include "OCTET_STRING.h"
38 #include "PrintableString.h"
39 #include "constr_CHOICE.h"
40
41 #ifdef __cplusplus
42 extern "C" {
43 #endif
44
45 /* Dependencies */
46 typedef enum ActionParameter_Value_PR {
47         ActionParameter_Value_PR_NOTHING,       /* No components present */
48         ActionParameter_Value_PR_valueInt,
49         ActionParameter_Value_PR_valueEnum,
50         ActionParameter_Value_PR_valueBool,
51         ActionParameter_Value_PR_valueBitS,
52         ActionParameter_Value_PR_valueOctS,
53         ActionParameter_Value_PR_valuePrtS
54         /* Extensions may appear below */
55         
56 } ActionParameter_Value_PR;
57
58 /* ActionParameter-Value */
59 typedef struct ActionParameter_Value {
60         ActionParameter_Value_PR present;
61         union ActionParameter_Value_u {
62                 long     valueInt;
63                 long     valueEnum;
64                 BOOLEAN_t        valueBool;
65                 BIT_STRING_t     valueBitS;
66                 OCTET_STRING_t   valueOctS;
67                 PrintableString_t        valuePrtS;
68                 /*
69                  * This type is extensible,
70                  * possible extensions are below.
71                  */
72         } choice;
73         
74         /* Context for parsing across buffer boundaries */
75         asn_struct_ctx_t _asn_ctx;
76 } ActionParameter_Value_t;
77
78 /* Implementation */
79 extern asn_TYPE_descriptor_t asn_DEF_ActionParameter_Value;
80 extern asn_CHOICE_specifics_t asn_SPC_ActionParameter_Value_specs_1;
81 extern asn_TYPE_member_t asn_MBR_ActionParameter_Value_1[6];
82 extern asn_per_constraints_t asn_PER_type_ActionParameter_Value_constr_1;
83
84 #ifdef __cplusplus
85 }
86 #endif
87
88 #endif  /* _ActionParameter_Value_H_ */
89 #include "asn_internal.h"