1 /*
2  * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
3  * From ASN.1 module "FEF-IntermediateDraft"
4  * 	found in "../annexb-snacc-122001.asn1"
5  */
6 
7 #ifndef	_AlertControls_H_
8 #define	_AlertControls_H_
9 
10 
11 #include <asn_application.h>
12 
13 /* Including external dependencies */
14 #include <BIT_STRING.h>
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
20 /* Dependencies */
21 typedef enum AlertControls {
22 	AlertControls_acobjoff	= 0,
23 	AlertControls_acchanoff	= 1,
24 	AlertControls_acallobjaloff	= 3,
25 	AlertControls_acalertoff	= 4
26 } e_AlertControls;
27 
28 /* AlertControls */
29 typedef BIT_STRING_t	 AlertControls_t;
30 
31 /* Implementation */
32 extern asn_TYPE_descriptor_t asn_DEF_AlertControls;
33 asn_struct_free_f AlertControls_free;
34 asn_struct_print_f AlertControls_print;
35 asn_constr_check_f AlertControls_constraint;
36 ber_type_decoder_f AlertControls_decode_ber;
37 der_type_encoder_f AlertControls_encode_der;
38 xer_type_decoder_f AlertControls_decode_xer;
39 xer_type_encoder_f AlertControls_encode_xer;
40 
41 #ifdef __cplusplus
42 }
43 #endif
44 
45 #endif	/* _AlertControls_H_ */
46