Adding new comments for Oran in all files with licenses
[ric-plt/resource-status-manager.git] / RSM / 3rdparty / asn1codec / e2ap_engine / NRNRB.h
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-IEs"
27  *      found in "../../asnFiles/X2AP-IEs.asn"
28  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
29  */
30
31 #ifndef _NRNRB_H_
32 #define _NRNRB_H_
33
34
35 #include "asn_application.h"
36
37 /* Including external dependencies */
38 #include "NativeEnumerated.h"
39
40 #ifdef __cplusplus
41 extern "C" {
42 #endif
43
44 /* Dependencies */
45 typedef enum NRNRB {
46         NRNRB_nrb11     = 0,
47         NRNRB_nrb18     = 1,
48         NRNRB_nrb24     = 2,
49         NRNRB_nrb25     = 3,
50         NRNRB_nrb31     = 4,
51         NRNRB_nrb32     = 5,
52         NRNRB_nrb38     = 6,
53         NRNRB_nrb51     = 7,
54         NRNRB_nrb52     = 8,
55         NRNRB_nrb65     = 9,
56         NRNRB_nrb66     = 10,
57         NRNRB_nrb78     = 11,
58         NRNRB_nrb79     = 12,
59         NRNRB_nrb93     = 13,
60         NRNRB_nrb106    = 14,
61         NRNRB_nrb107    = 15,
62         NRNRB_nrb121    = 16,
63         NRNRB_nrb132    = 17,
64         NRNRB_nrb133    = 18,
65         NRNRB_nrb135    = 19,
66         NRNRB_nrb160    = 20,
67         NRNRB_nrb162    = 21,
68         NRNRB_nrb189    = 22,
69         NRNRB_nrb216    = 23,
70         NRNRB_nrb217    = 24,
71         NRNRB_nrb245    = 25,
72         NRNRB_nrb264    = 26,
73         NRNRB_nrb270    = 27,
74         NRNRB_nrb273    = 28
75         /*
76          * Enumeration is extensible
77          */
78 } e_NRNRB;
79
80 /* NRNRB */
81 typedef long     NRNRB_t;
82
83 /* Implementation */
84 extern asn_per_constraints_t asn_PER_type_NRNRB_constr_1;
85 extern asn_TYPE_descriptor_t asn_DEF_NRNRB;
86 extern const asn_INTEGER_specifics_t asn_SPC_NRNRB_specs_1;
87 asn_struct_free_f NRNRB_free;
88 asn_struct_print_f NRNRB_print;
89 asn_constr_check_f NRNRB_constraint;
90 ber_type_decoder_f NRNRB_decode_ber;
91 der_type_encoder_f NRNRB_encode_der;
92 xer_type_decoder_f NRNRB_decode_xer;
93 xer_type_encoder_f NRNRB_encode_xer;
94 per_type_decoder_f NRNRB_decode_uper;
95 per_type_encoder_f NRNRB_encode_uper;
96 per_type_decoder_f NRNRB_decode_aper;
97 per_type_encoder_f NRNRB_encode_aper;
98
99 #ifdef __cplusplus
100 }
101 #endif
102
103 #endif  /* _NRNRB_H_ */
104 #include "asn_internal.h"