libosmo-asn1-map/include/SMS-TriggerDetectionPoint.h

47 lines
1.2 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 _SMS_TriggerDetectionPoint_H_
#define _SMS_TriggerDetectionPoint_H_
#include <asn_application.h>
/* Including external dependencies */
#include <ENUMERATED.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Dependencies */
typedef enum SMS_TriggerDetectionPoint {
SMS_TriggerDetectionPoint_sms_CollectedInfo = 1,
/*
* Enumeration is extensible
*/
SMS_TriggerDetectionPoint_sms_DeliveryRequest = 2
} e_SMS_TriggerDetectionPoint;
/* SMS-TriggerDetectionPoint */
typedef ENUMERATED_t SMS_TriggerDetectionPoint_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_SMS_TriggerDetectionPoint;
asn_struct_free_f SMS_TriggerDetectionPoint_free;
asn_struct_print_f SMS_TriggerDetectionPoint_print;
asn_constr_check_f SMS_TriggerDetectionPoint_constraint;
ber_type_decoder_f SMS_TriggerDetectionPoint_decode_ber;
der_type_encoder_f SMS_TriggerDetectionPoint_encode_der;
xer_type_decoder_f SMS_TriggerDetectionPoint_decode_xer;
xer_type_encoder_f SMS_TriggerDetectionPoint_encode_xer;
#ifdef __cplusplus
}
#endif
#endif /* _SMS_TriggerDetectionPoint_H_ */