libosmo-asn1-map/include/GPRSSubscriptionDataWithdraw.h

49 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 _GPRSSubscriptionDataWithdraw_H_
#define _GPRSSubscriptionDataWithdraw_H_
#include <asn_application.h>
/* Including external dependencies */
#include <NULL.h>
#include "ContextIdList.h"
#include <constr_CHOICE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Dependencies */
typedef enum GPRSSubscriptionDataWithdraw_PR {
GPRSSubscriptionDataWithdraw_PR_NOTHING, /* No components present */
GPRSSubscriptionDataWithdraw_PR_allGPRSData,
GPRSSubscriptionDataWithdraw_PR_contextIdList
} GPRSSubscriptionDataWithdraw_PR;
/* GPRSSubscriptionDataWithdraw */
typedef struct GPRSSubscriptionDataWithdraw {
GPRSSubscriptionDataWithdraw_PR present;
union GPRSSubscriptionDataWithdraw_u {
NULL_t allGPRSData;
ContextIdList_t contextIdList;
} choice;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} GPRSSubscriptionDataWithdraw_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_GPRSSubscriptionDataWithdraw;
#ifdef __cplusplus
}
#endif
#endif /* _GPRSSubscriptionDataWithdraw_H_ */