remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / InformServiceCentreArg.h
blobf907eafe67191f5ce91f9cc228390d6a90343850
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 _InformServiceCentreArg_H_
9 #define _InformServiceCentreArg_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "ISDN-AddressString.h"
16 #include "MW-Status.h"
17 #include "AbsentSubscriberDiagnosticSM.h"
18 #include <constr_SEQUENCE.h>
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
24 /* Forward declarations */
25 struct ExtensionContainer;
27 /* InformServiceCentreArg */
28 typedef struct InformServiceCentreArg {
29 ISDN_AddressString_t *storedMSISDN /* OPTIONAL */;
30 MW_Status_t *mw_Status /* OPTIONAL */;
31 struct ExtensionContainer *extensionContainer /* OPTIONAL */;
33 * This type is extensible,
34 * possible extensions are below.
36 AbsentSubscriberDiagnosticSM_t *absentSubscriberDiagnosticSM /* OPTIONAL */;
37 AbsentSubscriberDiagnosticSM_t *additionalAbsentSubscriberDiagnosticSM /* OPTIONAL */;
39 /* Context for parsing across buffer boundaries */
40 asn_struct_ctx_t _asn_ctx;
41 } InformServiceCentreArg_t;
43 /* Implementation */
44 extern asn_TYPE_descriptor_t asn_DEF_InformServiceCentreArg;
46 #ifdef __cplusplus
48 #endif
50 /* Referred external types */
51 #include "ExtensionContainer.h"
53 #endif /* _InformServiceCentreArg_H_ */
54 #include <asn_internal.h>