libosmo-asn1-map/include/MAP-ProviderAbortInfo.h

48 lines
1.0 KiB
C

/*
* Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
* From ASN.1 module "MAP-DialogueInformation"
* found in "../asn//MAP-DialogueInformation.asn"
*/
#ifndef _MAP_ProviderAbortInfo_H_
#define _MAP_ProviderAbortInfo_H_
#include <asn_application.h>
/* Including external dependencies */
#include "MAP-ProviderAbortReason.h"
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Forward declarations */
struct ExtensionContainer;
/* MAP-ProviderAbortInfo */
typedef struct MAP_ProviderAbortInfo {
MAP_ProviderAbortReason_t map_ProviderAbortReason;
/*
* This type is extensible,
* possible extensions are below.
*/
struct ExtensionContainer *extensionContainer /* OPTIONAL */;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} MAP_ProviderAbortInfo_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_MAP_ProviderAbortInfo;
#ifdef __cplusplus
}
#endif
/* Referred external types */
#include "ExtensionContainer.h"
#endif /* _MAP_ProviderAbortInfo_H_ */