libosmo-asn1-map/include/ReportSM-DeliveryStatusArg.h

62 lines
1.7 KiB
C

/*
* Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
* From ASN.1 module "MAP-SM-DataTypes"
* found in "../asn//MAP-SM-DataTypes.asn"
*/
#ifndef _ReportSM_DeliveryStatusArg_H_
#define _ReportSM_DeliveryStatusArg_H_
#include <asn_application.h>
/* Including external dependencies */
#include "ISDN-AddressString.h"
#include "AddressString.h"
#include "SM-DeliveryOutcome.h"
#include "AbsentSubscriberDiagnosticSM.h"
#include <NULL.h>
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Forward declarations */
struct ExtensionContainer;
/* ReportSM-DeliveryStatusArg */
typedef struct ReportSM_DeliveryStatusArg {
ISDN_AddressString_t msisdn;
AddressString_t serviceCentreAddress;
SM_DeliveryOutcome_t sm_DeliveryOutcome;
AbsentSubscriberDiagnosticSM_t *absentSubscriberDiagnosticSM /* OPTIONAL */;
struct ExtensionContainer *extensionContainer /* OPTIONAL */;
/*
* This type is extensible,
* possible extensions are below.
*/
NULL_t *gprsSupportIndicator /* OPTIONAL */;
NULL_t *deliveryOutcomeIndicator /* OPTIONAL */;
SM_DeliveryOutcome_t *additionalSM_DeliveryOutcome /* OPTIONAL */;
AbsentSubscriberDiagnosticSM_t *additionalAbsentSubscriberDiagnosticSM /* OPTIONAL */;
NULL_t *ip_sm_gw_Indicator /* OPTIONAL */;
SM_DeliveryOutcome_t *ip_sm_gw_sm_deliveryOutcome /* OPTIONAL */;
AbsentSubscriberDiagnosticSM_t *ip_sm_gw_absentSubscriberDiagnosticSM /* OPTIONAL */;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} ReportSM_DeliveryStatusArg_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_ReportSM_DeliveryStatusArg;
#ifdef __cplusplus
}
#endif
/* Referred external types */
#include "ExtensionContainer.h"
#endif /* _ReportSM_DeliveryStatusArg_H_ */