[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / CipheringAlgorithm.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "NR-RRC-Definitions"
4  *      found in "./22April22_Paging/rrc_15.3_asn.asn1"
5  *      `asn1c -D ./22April22_Paging -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _CipheringAlgorithm_H_
9 #define _CipheringAlgorithm_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 CipheringAlgorithm {
23         CipheringAlgorithm_nea0 = 0,
24         CipheringAlgorithm_nea1 = 1,
25         CipheringAlgorithm_nea2 = 2,
26         CipheringAlgorithm_nea3 = 3,
27         CipheringAlgorithm_spare4       = 4,
28         CipheringAlgorithm_spare3       = 5,
29         CipheringAlgorithm_spare2       = 6,
30         CipheringAlgorithm_spare1       = 7
31         /*
32          * Enumeration is extensible
33          */
34 } e_CipheringAlgorithm;
35
36 /* CipheringAlgorithm */
37 typedef long     CipheringAlgorithm_t;
38
39 /* Implementation */
40 extern asn_per_constraints_t asn_PER_type_CipheringAlgorithm_constr_1;
41 extern asn_TYPE_descriptor_t asn_DEF_CipheringAlgorithm;
42 extern const asn_INTEGER_specifics_t asn_SPC_CipheringAlgorithm_specs_1;
43 asn_struct_free_f CipheringAlgorithm_free;
44 asn_struct_print_f CipheringAlgorithm_print;
45 asn_constr_check_f CipheringAlgorithm_constraint;
46 ber_type_decoder_f CipheringAlgorithm_decode_ber;
47 der_type_encoder_f CipheringAlgorithm_encode_der;
48 xer_type_decoder_f CipheringAlgorithm_decode_xer;
49 xer_type_encoder_f CipheringAlgorithm_encode_xer;
50 oer_type_decoder_f CipheringAlgorithm_decode_oer;
51 oer_type_encoder_f CipheringAlgorithm_encode_oer;
52 per_type_decoder_f CipheringAlgorithm_decode_uper;
53 per_type_encoder_f CipheringAlgorithm_encode_uper;
54 per_type_decoder_f CipheringAlgorithm_decode_aper;
55 per_type_encoder_f CipheringAlgorithm_encode_aper;
56
57 #ifdef __cplusplus
58 }
59 #endif
60
61 #endif  /* _CipheringAlgorithm_H_ */
62 #include <asn_internal.h>