libosmo-asn1-map/include/InterrogationType.h

44 lines
1.0 KiB
C

/*
* Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
* From ASN.1 module "MAP-CH-DataTypes"
* found in "../asn//MAP-CH-DataTypes.asn"
*/
#ifndef _InterrogationType_H_
#define _InterrogationType_H_
#include <asn_application.h>
/* Including external dependencies */
#include <ENUMERATED.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Dependencies */
typedef enum InterrogationType {
InterrogationType_basicCall = 0,
InterrogationType_forwarding = 1
} e_InterrogationType;
/* InterrogationType */
typedef ENUMERATED_t InterrogationType_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_InterrogationType;
asn_struct_free_f InterrogationType_free;
asn_struct_print_f InterrogationType_print;
asn_constr_check_f InterrogationType_constraint;
ber_type_decoder_f InterrogationType_decode_ber;
der_type_encoder_f InterrogationType_encode_der;
xer_type_decoder_f InterrogationType_decode_xer;
xer_type_encoder_f InterrogationType_encode_xer;
#ifdef __cplusplus
}
#endif
#endif /* _InterrogationType_H_ */