/* * Generated by asn1c-0.9.23 (http://lionet.info/asn1c) * From ASN.1 module "MAP-SM-DataTypes" * found in "../asn1src/MAP-SM-DataTypes.asn" * `asn1c -gen-PER -fskeletons-copy -fnative-types` */ #ifndef _ReportSM_DeliveryStatusArg_H_ #define _ReportSM_DeliveryStatusArg_H_ #include /* Including external dependencies */ #include "ISDN-AddressString.h" #include "AddressString.h" #include "SM-DeliveryOutcome.h" #include "AbsentSubscriberDiagnosticSM.h" #include #include #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_ */ #include