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`
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
22 typedef enum TraceDepth
{
23 TraceDepth_minimum
= 0,
24 TraceDepth_medium
= 1,
25 TraceDepth_maximum
= 2
27 * Enumeration is extensible
32 typedef long TraceDepth_t
;
35 extern asn_TYPE_descriptor_t asn_DEF_TraceDepth
;
36 asn_struct_free_f TraceDepth_free
;
37 asn_struct_print_f TraceDepth_print
;
38 asn_constr_check_f TraceDepth_constraint
;
39 ber_type_decoder_f TraceDepth_decode_ber
;
40 der_type_encoder_f TraceDepth_encode_der
;
41 xer_type_decoder_f TraceDepth_decode_xer
;
42 xer_type_encoder_f TraceDepth_encode_xer
;
43 per_type_decoder_f TraceDepth_decode_uper
;
44 per_type_encoder_f TraceDepth_encode_uper
;
50 #endif /* _TraceDepth_H_ */
51 #include <asn_internal.h>