2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-MS-DataTypes"
4 * found in "../asn1src/MAP-MS-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
8 #ifndef _EquipmentStatus_H_
9 #define _EquipmentStatus_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
22 typedef enum EquipmentStatus
{
23 EquipmentStatus_whiteListed
= 0,
24 EquipmentStatus_blackListed
= 1,
25 EquipmentStatus_greyListed
= 2
29 typedef long EquipmentStatus_t
;
32 extern asn_TYPE_descriptor_t asn_DEF_EquipmentStatus
;
33 asn_struct_free_f EquipmentStatus_free
;
34 asn_struct_print_f EquipmentStatus_print
;
35 asn_constr_check_f EquipmentStatus_constraint
;
36 ber_type_decoder_f EquipmentStatus_decode_ber
;
37 der_type_encoder_f EquipmentStatus_encode_der
;
38 xer_type_decoder_f EquipmentStatus_decode_xer
;
39 xer_type_encoder_f EquipmentStatus_encode_xer
;
40 per_type_decoder_f EquipmentStatus_decode_uper
;
41 per_type_encoder_f EquipmentStatus_encode_uper
;
47 #endif /* _EquipmentStatus_H_ */
48 #include <asn_internal.h>