libosmo-asn1-map/include/NotificationToMSUser.h

49 lines
1.3 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 _NotificationToMSUser_H_
#define _NotificationToMSUser_H_
#include <asn_application.h>
/* Including external dependencies */
#include <ENUMERATED.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Dependencies */
typedef enum NotificationToMSUser {
NotificationToMSUser_notifyLocationAllowed = 0,
NotificationToMSUser_notifyAndVerify_LocationAllowedIfNoResponse = 1,
NotificationToMSUser_notifyAndVerify_LocationNotAllowedIfNoResponse = 2,
/*
* Enumeration is extensible
*/
NotificationToMSUser_locationNotAllowed = 3
} e_NotificationToMSUser;
/* NotificationToMSUser */
typedef ENUMERATED_t NotificationToMSUser_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_NotificationToMSUser;
asn_struct_free_f NotificationToMSUser_free;
asn_struct_print_f NotificationToMSUser_print;
asn_constr_check_f NotificationToMSUser_constraint;
ber_type_decoder_f NotificationToMSUser_decode_ber;
der_type_encoder_f NotificationToMSUser_encode_der;
xer_type_decoder_f NotificationToMSUser_decode_xer;
xer_type_encoder_f NotificationToMSUser_encode_xer;
#ifdef __cplusplus
}
#endif
#endif /* _NotificationToMSUser_H_ */