2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-OM-DataTypes"
4 * found in "../asn1src/MAP-OM-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
8 #ifndef _LoggingDuration_H_
9 #define _LoggingDuration_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
22 typedef enum LoggingDuration
{
23 LoggingDuration_d600sec
= 0,
24 LoggingDuration_d1200sec
= 1,
25 LoggingDuration_d2400sec
= 2,
26 LoggingDuration_d3600sec
= 3,
27 LoggingDuration_d5400sec
= 4,
28 LoggingDuration_d7200sec
= 5
32 typedef long LoggingDuration_t
;
35 extern asn_TYPE_descriptor_t asn_DEF_LoggingDuration
;
36 asn_struct_free_f LoggingDuration_free
;
37 asn_struct_print_f LoggingDuration_print
;
38 asn_constr_check_f LoggingDuration_constraint
;
39 ber_type_decoder_f LoggingDuration_decode_ber
;
40 der_type_encoder_f LoggingDuration_encode_der
;
41 xer_type_decoder_f LoggingDuration_decode_xer
;
42 xer_type_encoder_f LoggingDuration_encode_xer
;
43 per_type_decoder_f LoggingDuration_decode_uper
;
44 per_type_encoder_f LoggingDuration_encode_uper
;
50 #endif /* _LoggingDuration_H_ */
51 #include <asn_internal.h>