remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / RestoreDataArg.h
blob0627ca1dcce41077222808163ffaa0f9d4e38bd5
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-MS-DataTypes"
4 * found in "../asn1src/MAP-MS-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _RestoreDataArg_H_
9 #define _RestoreDataArg_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "IMSI.h"
16 #include "LMSI.h"
17 #include <NULL.h>
18 #include <constr_SEQUENCE.h>
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
24 /* Forward declarations */
25 struct ExtensionContainer;
26 struct VLR_Capability;
28 /* RestoreDataArg */
29 typedef struct RestoreDataArg {
30 IMSI_t imsi;
31 LMSI_t *lmsi /* OPTIONAL */;
32 struct ExtensionContainer *extensionContainer /* OPTIONAL */;
34 * This type is extensible,
35 * possible extensions are below.
37 struct VLR_Capability *vlr_Capability /* OPTIONAL */;
38 NULL_t *restorationIndicator /* OPTIONAL */;
40 /* Context for parsing across buffer boundaries */
41 asn_struct_ctx_t _asn_ctx;
42 } RestoreDataArg_t;
44 /* Implementation */
45 extern asn_TYPE_descriptor_t asn_DEF_RestoreDataArg;
47 #ifdef __cplusplus
49 #endif
51 /* Referred external types */
52 #include "ExtensionContainer.h"
53 #include "VLR-Capability.h"
55 #endif /* _RestoreDataArg_H_ */
56 #include <asn_internal.h>