remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / LCSInformation.h
blobceacbf277ba0814c11b0de9dfa9588c334e51f6a
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 _LCSInformation_H_
9 #define _LCSInformation_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <constr_SEQUENCE.h>
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
21 /* Forward declarations */
22 struct GMLC_List;
23 struct LCS_PrivacyExceptionList;
24 struct MOLR_List;
26 /* LCSInformation */
27 typedef struct LCSInformation {
28 struct GMLC_List *gmlc_List /* OPTIONAL */;
29 struct LCS_PrivacyExceptionList *lcs_PrivacyExceptionList /* OPTIONAL */;
30 struct MOLR_List *molr_List /* OPTIONAL */;
32 * This type is extensible,
33 * possible extensions are below.
35 struct LCS_PrivacyExceptionList *add_lcs_PrivacyExceptionList /* OPTIONAL */;
37 /* Context for parsing across buffer boundaries */
38 asn_struct_ctx_t _asn_ctx;
39 } LCSInformation_t;
41 /* Implementation */
42 extern asn_TYPE_descriptor_t asn_DEF_LCSInformation;
44 #ifdef __cplusplus
46 #endif
48 /* Referred external types */
49 #include "GMLC-List.h"
50 #include "LCS-PrivacyExceptionList.h"
51 #include "MOLR-List.h"
53 #endif /* _LCSInformation_H_ */
54 #include <asn_internal.h>