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