libosmo-asn1-map/include/NoteMM-EventArg.h

64 lines
1.5 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 _NoteMM_EventArg_H_
#define _NoteMM_EventArg_H_
#include <asn_application.h>
/* Including external dependencies */
#include "ServiceKey.h"
#include "MM-Code.h"
#include "IMSI.h"
#include "ISDN-AddressString.h"
#include "SupportedCamelPhases.h"
#include "OfferedCamel4Functionalities.h"
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Forward declarations */
struct LocationInformation;
struct ExtensionContainer;
struct LocationInformationGPRS;
/* NoteMM-EventArg */
typedef struct NoteMM_EventArg {
ServiceKey_t serviceKey;
MM_Code_t eventMet;
IMSI_t imsi;
ISDN_AddressString_t msisdn;
struct LocationInformation *locationInformation /* OPTIONAL */;
SupportedCamelPhases_t *supportedCAMELPhases /* OPTIONAL */;
struct ExtensionContainer *extensionContainer /* OPTIONAL */;
/*
* This type is extensible,
* possible extensions are below.
*/
struct LocationInformationGPRS *locationInformationGPRS /* OPTIONAL */;
OfferedCamel4Functionalities_t *offeredCamel4Functionalities /* OPTIONAL */;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} NoteMM_EventArg_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_NoteMM_EventArg;
#ifdef __cplusplus
}
#endif
/* Referred external types */
#include "LocationInformation.h"
#include "ExtensionContainer.h"
#include "LocationInformationGPRS.h"
#endif /* _NoteMM_EventArg_H_ */