[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / IntegrityProtAlgorithm.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 _IntegrityProtAlgorithm_H_
9 #define _IntegrityProtAlgorithm_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 IntegrityProtAlgorithm {
23         IntegrityProtAlgorithm_nia0     = 0,
24         IntegrityProtAlgorithm_nia1     = 1,
25         IntegrityProtAlgorithm_nia2     = 2,
26         IntegrityProtAlgorithm_nia3     = 3,
27         IntegrityProtAlgorithm_spare4   = 4,
28         IntegrityProtAlgorithm_spare3   = 5,
29         IntegrityProtAlgorithm_spare2   = 6,
30         IntegrityProtAlgorithm_spare1   = 7
31         /*
32          * Enumeration is extensible
33          */
34 } e_IntegrityProtAlgorithm;
35
36 /* IntegrityProtAlgorithm */
37 typedef long     IntegrityProtAlgorithm_t;
38
39 /* Implementation */
40 extern asn_per_constraints_t asn_PER_type_IntegrityProtAlgorithm_constr_1;
41 extern asn_TYPE_descriptor_t asn_DEF_IntegrityProtAlgorithm;
42 extern const asn_INTEGER_specifics_t asn_SPC_IntegrityProtAlgorithm_specs_1;
43 asn_struct_free_f IntegrityProtAlgorithm_free;
44 asn_struct_print_f IntegrityProtAlgorithm_print;
45 asn_constr_check_f IntegrityProtAlgorithm_constraint;
46 ber_type_decoder_f IntegrityProtAlgorithm_decode_ber;
47 der_type_encoder_f IntegrityProtAlgorithm_encode_der;
48 xer_type_decoder_f IntegrityProtAlgorithm_decode_xer;
49 xer_type_encoder_f IntegrityProtAlgorithm_encode_xer;
50 oer_type_decoder_f IntegrityProtAlgorithm_decode_oer;
51 oer_type_encoder_f IntegrityProtAlgorithm_encode_oer;
52 per_type_decoder_f IntegrityProtAlgorithm_decode_uper;
53 per_type_encoder_f IntegrityProtAlgorithm_encode_uper;
54 per_type_decoder_f IntegrityProtAlgorithm_decode_aper;
55 per_type_encoder_f IntegrityProtAlgorithm_encode_aper;
56
57 #ifdef __cplusplus
58 }
59 #endif
60
61 #endif  /* _IntegrityProtAlgorithm_H_ */
62 #include <asn_internal.h>