libosmo-asn1-map/include/T-BCSM-CAMEL-TDP-Criteria.h

51 lines
1.2 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 _T_BCSM_CAMEL_TDP_Criteria_H_
#define _T_BCSM_CAMEL_TDP_Criteria_H_
#include <asn_application.h>
/* Including external dependencies */
#include "T-BcsmTriggerDetectionPoint.h"
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Forward declarations */
struct BasicServiceCriteria;
struct T_CauseValueCriteria;
/* T-BCSM-CAMEL-TDP-Criteria */
typedef struct T_BCSM_CAMEL_TDP_Criteria {
T_BcsmTriggerDetectionPoint_t t_BCSM_TriggerDetectionPoint;
struct BasicServiceCriteria *basicServiceCriteria /* OPTIONAL */;
struct T_CauseValueCriteria *t_CauseValueCriteria /* OPTIONAL */;
/*
* This type is extensible,
* possible extensions are below.
*/
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} T_BCSM_CAMEL_TDP_Criteria_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_T_BCSM_CAMEL_TDP_Criteria;
#ifdef __cplusplus
}
#endif
/* Referred external types */
#include "BasicServiceCriteria.h"
#include "T-CauseValueCriteria.h"
#endif /* _T_BCSM_CAMEL_TDP_Criteria_H_ */