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