[Epic-ID: ODUHIGH-516][Task-ID: ODUHIGH-522] Generating the E2SM-KPM code
[o-du/l2.git] / src / codec_utils / E2SM_KPM / GranularityPeriod.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-IEs"
4  *      found in "../../ASN1_Input/E2SM_KPM_V_3_0.asn1"
5  *      `asn1c -D ./../../E2_output/E2SM_KPM_v3.0_output -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _GranularityPeriod_H_
9 #define _GranularityPeriod_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* GranularityPeriod */
22 typedef unsigned long    GranularityPeriod_t;
23
24 /* Implementation */
25 extern asn_per_constraints_t asn_PER_type_GranularityPeriod_constr_1;
26 extern asn_TYPE_descriptor_t asn_DEF_GranularityPeriod;
27 extern const asn_INTEGER_specifics_t asn_SPC_GranularityPeriod_specs_1;
28 asn_struct_free_f GranularityPeriod_free;
29 asn_struct_print_f GranularityPeriod_print;
30 asn_constr_check_f GranularityPeriod_constraint;
31 ber_type_decoder_f GranularityPeriod_decode_ber;
32 der_type_encoder_f GranularityPeriod_encode_der;
33 xer_type_decoder_f GranularityPeriod_decode_xer;
34 xer_type_encoder_f GranularityPeriod_encode_xer;
35 oer_type_decoder_f GranularityPeriod_decode_oer;
36 oer_type_encoder_f GranularityPeriod_encode_oer;
37 per_type_decoder_f GranularityPeriod_decode_uper;
38 per_type_encoder_f GranularityPeriod_encode_uper;
39 per_type_decoder_f GranularityPeriod_decode_aper;
40 per_type_encoder_f GranularityPeriod_encode_aper;
41
42 #ifdef __cplusplus
43 }
44 #endif
45
46 #endif  /* _GranularityPeriod_H_ */
47 #include <asn_internal.h>