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