libosmo-asn1-map/include/IntraCUG-Options.h

45 lines
1.0 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 _IntraCUG_Options_H_
#define _IntraCUG_Options_H_
#include <asn_application.h>
/* Including external dependencies */
#include <ENUMERATED.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Dependencies */
typedef enum IntraCUG_Options {
IntraCUG_Options_noCUG_Restrictions = 0,
IntraCUG_Options_cugIC_CallBarred = 1,
IntraCUG_Options_cugOG_CallBarred = 2
} e_IntraCUG_Options;
/* IntraCUG-Options */
typedef ENUMERATED_t IntraCUG_Options_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_IntraCUG_Options;
asn_struct_free_f IntraCUG_Options_free;
asn_struct_print_f IntraCUG_Options_print;
asn_constr_check_f IntraCUG_Options_constraint;
ber_type_decoder_f IntraCUG_Options_decode_ber;
der_type_encoder_f IntraCUG_Options_encode_der;
xer_type_decoder_f IntraCUG_Options_decode_xer;
xer_type_encoder_f IntraCUG_Options_encode_xer;
#ifdef __cplusplus
}
#endif
#endif /* _IntraCUG_Options_H_ */