2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
4 * found in "../../../rrc_15.3_asn.asn1"
5 * `asn1c -D ./25_02_2022_RRC/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _CipheringAlgorithm_H_
9 #define _CipheringAlgorithm_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
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
32 * Enumeration is extensible
34 } e_CipheringAlgorithm;
36 /* CipheringAlgorithm */
37 typedef long CipheringAlgorithm_t;
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;
61 #endif /* _CipheringAlgorithm_H_ */
62 #include <asn_internal.h>