remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / ReportSM-DeliveryStatusArg.h
blob01b54837a820b5b9736a1f99cb37f7580ff4dc06
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-SM-DataTypes"
4 * found in "../asn1src/MAP-SM-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _ReportSM_DeliveryStatusArg_H_
9 #define _ReportSM_DeliveryStatusArg_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "ISDN-AddressString.h"
16 #include "AddressString.h"
17 #include "SM-DeliveryOutcome.h"
18 #include "AbsentSubscriberDiagnosticSM.h"
19 #include <NULL.h>
20 #include <constr_SEQUENCE.h>
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
26 /* Forward declarations */
27 struct ExtensionContainer;
29 /* ReportSM-DeliveryStatusArg */
30 typedef struct ReportSM_DeliveryStatusArg {
31 ISDN_AddressString_t msisdn;
32 AddressString_t serviceCentreAddress;
33 SM_DeliveryOutcome_t sm_DeliveryOutcome;
34 AbsentSubscriberDiagnosticSM_t *absentSubscriberDiagnosticSM /* OPTIONAL */;
35 struct ExtensionContainer *extensionContainer /* OPTIONAL */;
37 * This type is extensible,
38 * possible extensions are below.
40 NULL_t *gprsSupportIndicator /* OPTIONAL */;
41 NULL_t *deliveryOutcomeIndicator /* OPTIONAL */;
42 SM_DeliveryOutcome_t *additionalSM_DeliveryOutcome /* OPTIONAL */;
43 AbsentSubscriberDiagnosticSM_t *additionalAbsentSubscriberDiagnosticSM /* OPTIONAL */;
44 NULL_t *ip_sm_gw_Indicator /* OPTIONAL */;
45 SM_DeliveryOutcome_t *ip_sm_gw_sm_deliveryOutcome /* OPTIONAL */;
46 AbsentSubscriberDiagnosticSM_t *ip_sm_gw_absentSubscriberDiagnosticSM /* OPTIONAL */;
48 /* Context for parsing across buffer boundaries */
49 asn_struct_ctx_t _asn_ctx;
50 } ReportSM_DeliveryStatusArg_t;
52 /* Implementation */
53 extern asn_TYPE_descriptor_t asn_DEF_ReportSM_DeliveryStatusArg;
55 #ifdef __cplusplus
57 #endif
59 /* Referred external types */
60 #include "ExtensionContainer.h"
62 #endif /* _ReportSM_DeliveryStatusArg_H_ */
63 #include <asn_internal.h>