libosmo-asn1-map/include/SGSN-CAMEL-SubscriptionInfo.h

59 lines
1.4 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 _SGSN_CAMEL_SubscriptionInfo_H_
#define _SGSN_CAMEL_SubscriptionInfo_H_
#include <asn_application.h>
/* Including external dependencies */
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Forward declarations */
struct GPRS_CSI;
struct SMS_CSI;
struct ExtensionContainer;
struct MT_smsCAMELTDP_CriteriaList;
struct MG_CSI;
/* SGSN-CAMEL-SubscriptionInfo */
typedef struct SGSN_CAMEL_SubscriptionInfo {
struct GPRS_CSI *gprs_CSI /* OPTIONAL */;
struct SMS_CSI *mo_sms_CSI /* OPTIONAL */;
struct ExtensionContainer *extensionContainer /* OPTIONAL */;
/*
* This type is extensible,
* possible extensions are below.
*/
struct SMS_CSI *mt_sms_CSI /* OPTIONAL */;
struct MT_smsCAMELTDP_CriteriaList *mt_smsCAMELTDP_CriteriaList /* OPTIONAL */;
struct MG_CSI *mg_csi /* OPTIONAL */;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} SGSN_CAMEL_SubscriptionInfo_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_SGSN_CAMEL_SubscriptionInfo;
#ifdef __cplusplus
}
#endif
/* Referred external types */
#include "GPRS-CSI.h"
#include "SMS-CSI.h"
#include "ExtensionContainer.h"
#include "MT-smsCAMELTDP-CriteriaList.h"
#include "MG-CSI.h"
#endif /* _SGSN_CAMEL_SubscriptionInfo_H_ */