blob: 2983b4572853643df785f34a1a784fa8a05700f0 [file] [log] [blame]
Juha Hyttinenff8dccd2019-12-10 14:34:07 +02001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "X2AP-PDU-Contents"
4 * found in "Spec/e2_and_x2-combined-and-minimized.asn1"
5 * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6 */
7
8#ifndef _ReportingPeriodicity_H_
9#define _ReportingPeriodicity_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "NativeEnumerated.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/* Dependencies */
22typedef enum ReportingPeriodicity {
23 ReportingPeriodicity_one_thousand_ms = 0,
24 ReportingPeriodicity_two_thousand_ms = 1,
25 ReportingPeriodicity_five_thousand_ms = 2,
26 ReportingPeriodicity_ten_thousand_ms = 3
27 /*
28 * Enumeration is extensible
29 */
30} e_ReportingPeriodicity;
31
32/* ReportingPeriodicity */
33typedef long ReportingPeriodicity_t;
34
35/* Implementation */
36extern asn_TYPE_descriptor_t asn_DEF_ReportingPeriodicity;
37asn_struct_free_f ReportingPeriodicity_free;
38asn_struct_print_f ReportingPeriodicity_print;
39asn_constr_check_f ReportingPeriodicity_constraint;
40ber_type_decoder_f ReportingPeriodicity_decode_ber;
41der_type_encoder_f ReportingPeriodicity_encode_der;
42xer_type_decoder_f ReportingPeriodicity_decode_xer;
43xer_type_encoder_f ReportingPeriodicity_encode_xer;
44per_type_decoder_f ReportingPeriodicity_decode_uper;
45per_type_encoder_f ReportingPeriodicity_encode_uper;
46per_type_decoder_f ReportingPeriodicity_decode_aper;
47per_type_encoder_f ReportingPeriodicity_encode_aper;
48
49#ifdef __cplusplus
50}
51#endif
52
53#endif /* _ReportingPeriodicity_H_ */
54#include "asn_internal.h"