SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / 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 "e2sm-kpm-v03.00.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -no-gen-example -no-gen-OER -D /tmp/workspace/oransim-gerrit/e2sim/asn1c/`
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 jer_type_encoder_f GranularityPeriod_encode_jer;
36 per_type_decoder_f GranularityPeriod_decode_uper;
37 per_type_encoder_f GranularityPeriod_encode_uper;
38 per_type_decoder_f GranularityPeriod_decode_aper;
39 per_type_encoder_f GranularityPeriod_encode_aper;
40
41 #ifdef __cplusplus
42 }
43 #endif
44
45 #endif  /* _GranularityPeriod_H_ */
46 #include "asn_internal.h"