remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / LSAData.h
blob30531fd4fd99d8a4d06006deecd795c65c0f3d5e
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 _LSAData_H_
9 #define _LSAData_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "LSAIdentity.h"
16 #include "LSAAttributes.h"
17 #include <NULL.h>
18 #include <constr_SEQUENCE.h>
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
24 /* Forward declarations */
25 struct ExtensionContainer;
27 /* LSAData */
28 typedef struct LSAData {
29 LSAIdentity_t lsaIdentity;
30 LSAAttributes_t lsaAttributes;
31 NULL_t *lsaActiveModeIndicator /* OPTIONAL */;
32 struct ExtensionContainer *extensionContainer /* OPTIONAL */;
34 * This type is extensible,
35 * possible extensions are below.
38 /* Context for parsing across buffer boundaries */
39 asn_struct_ctx_t _asn_ctx;
40 } LSAData_t;
42 /* Implementation */
43 extern asn_TYPE_descriptor_t asn_DEF_LSAData;
45 #ifdef __cplusplus
47 #endif
49 /* Referred external types */
50 #include "ExtensionContainer.h"
52 #endif /* _LSAData_H_ */
53 #include <asn_internal.h>