2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-SM-DataTypes"
4 * found in "../asn1src/MAP-SM-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
8 #ifndef _AlertReason_H_
9 #define _AlertReason_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
22 typedef enum AlertReason
{
23 AlertReason_ms_Present
= 0,
24 AlertReason_memoryAvailable
= 1
28 typedef long AlertReason_t
;
31 extern asn_TYPE_descriptor_t asn_DEF_AlertReason
;
32 asn_struct_free_f AlertReason_free
;
33 asn_struct_print_f AlertReason_print
;
34 asn_constr_check_f AlertReason_constraint
;
35 ber_type_decoder_f AlertReason_decode_ber
;
36 der_type_encoder_f AlertReason_encode_der
;
37 xer_type_decoder_f AlertReason_decode_xer
;
38 xer_type_encoder_f AlertReason_encode_xer
;
39 per_type_decoder_f AlertReason_decode_uper
;
40 per_type_encoder_f AlertReason_encode_uper
;
46 #endif /* _AlertReason_H_ */
47 #include <asn_internal.h>