libosmo-asn1-map/include/UnauthorizedLCSClient-Diagn...

53 lines
1.8 KiB
C

/*
* Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
* From ASN.1 module "MAP-ER-DataTypes"
* found in "../asn//MAP-ER-DataTypes.asn"
*/
#ifndef _UnauthorizedLCSClient_Diagnostic_H_
#define _UnauthorizedLCSClient_Diagnostic_H_
#include <asn_application.h>
/* Including external dependencies */
#include <ENUMERATED.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Dependencies */
typedef enum UnauthorizedLCSClient_Diagnostic {
UnauthorizedLCSClient_Diagnostic_noAdditionalInformation = 0,
UnauthorizedLCSClient_Diagnostic_clientNotInMSPrivacyExceptionList = 1,
UnauthorizedLCSClient_Diagnostic_callToClientNotSetup = 2,
UnauthorizedLCSClient_Diagnostic_privacyOverrideNotApplicable = 3,
UnauthorizedLCSClient_Diagnostic_disallowedByLocalRegulatoryRequirements = 4,
/*
* Enumeration is extensible
*/
UnauthorizedLCSClient_Diagnostic_unauthorizedPrivacyClass = 5,
UnauthorizedLCSClient_Diagnostic_unauthorizedCallSessionUnrelatedExternalClient = 6,
UnauthorizedLCSClient_Diagnostic_unauthorizedCallSessionRelatedExternalClient = 7
} e_UnauthorizedLCSClient_Diagnostic;
/* UnauthorizedLCSClient-Diagnostic */
typedef ENUMERATED_t UnauthorizedLCSClient_Diagnostic_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_UnauthorizedLCSClient_Diagnostic;
asn_struct_free_f UnauthorizedLCSClient_Diagnostic_free;
asn_struct_print_f UnauthorizedLCSClient_Diagnostic_print;
asn_constr_check_f UnauthorizedLCSClient_Diagnostic_constraint;
ber_type_decoder_f UnauthorizedLCSClient_Diagnostic_decode_ber;
der_type_encoder_f UnauthorizedLCSClient_Diagnostic_encode_der;
xer_type_decoder_f UnauthorizedLCSClient_Diagnostic_decode_xer;
xer_type_encoder_f UnauthorizedLCSClient_Diagnostic_encode_xer;
#ifdef __cplusplus
}
#endif
#endif /* _UnauthorizedLCSClient_Diagnostic_H_ */