libosmo-asn1-map/include/TeleserviceCode.h

38 lines
852 B
C

/*
* Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
* From ASN.1 module "MAP-TS-Code"
* found in "../asn//MAP-TS-Code.asn"
*/
#ifndef _TeleserviceCode_H_
#define _TeleserviceCode_H_
#include <asn_application.h>
/* Including external dependencies */
#include <OCTET_STRING.h>
#ifdef __cplusplus
extern "C" {
#endif
/* TeleserviceCode */
typedef OCTET_STRING_t TeleserviceCode_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_TeleserviceCode;
asn_struct_free_f TeleserviceCode_free;
asn_struct_print_f TeleserviceCode_print;
asn_constr_check_f TeleserviceCode_constraint;
ber_type_decoder_f TeleserviceCode_decode_ber;
der_type_encoder_f TeleserviceCode_encode_der;
xer_type_decoder_f TeleserviceCode_decode_xer;
xer_type_encoder_f TeleserviceCode_encode_xer;
#ifdef __cplusplus
}
#endif
#endif /* _TeleserviceCode_H_ */