libosmo-asn1-map/include/IST-SupportIndicator.h

47 lines
1.1 KiB
C

/*
* Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
* From ASN.1 module "MAP-MS-DataTypes"
* found in "../asn//MAP-MS-DataTypes.asn"
*/
#ifndef _IST_SupportIndicator_H_
#define _IST_SupportIndicator_H_
#include <asn_application.h>
/* Including external dependencies */
#include <ENUMERATED.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Dependencies */
typedef enum IST_SupportIndicator {
IST_SupportIndicator_basicISTSupported = 0,
IST_SupportIndicator_istCommandSupported = 1
/*
* Enumeration is extensible
*/
} e_IST_SupportIndicator;
/* IST-SupportIndicator */
typedef ENUMERATED_t IST_SupportIndicator_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_IST_SupportIndicator;
asn_struct_free_f IST_SupportIndicator_free;
asn_struct_print_f IST_SupportIndicator_print;
asn_constr_check_f IST_SupportIndicator_constraint;
ber_type_decoder_f IST_SupportIndicator_decode_ber;
der_type_encoder_f IST_SupportIndicator_encode_der;
xer_type_decoder_f IST_SupportIndicator_decode_xer;
xer_type_encoder_f IST_SupportIndicator_encode_xer;
#ifdef __cplusplus
}
#endif
#endif /* _IST_SupportIndicator_H_ */