remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / LocationInformation.h
blob5d7e85e30351199e9b39afd71273aaf46ca20fae
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 _LocationInformation_H_
9 #define _LocationInformation_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "AgeOfLocationInformation.h"
16 #include "GeographicalInformation.h"
17 #include "ISDN-AddressString.h"
18 #include "LocationNumber.h"
19 #include "LSAIdentity.h"
20 #include "GeodeticInformation.h"
21 #include <NULL.h>
22 #include <constr_SEQUENCE.h>
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
28 /* Forward declarations */
29 struct CellGlobalIdOrServiceAreaIdOrLAI;
30 struct ExtensionContainer;
31 struct LocationInformationEPS;
32 struct UserCSGInformation;
34 /* LocationInformation */
35 typedef struct LocationInformation {
36 AgeOfLocationInformation_t *ageOfLocationInformation /* OPTIONAL */;
37 GeographicalInformation_t *geographicalInformation /* OPTIONAL */;
38 ISDN_AddressString_t *vlr_number /* OPTIONAL */;
39 LocationNumber_t *locationNumber /* OPTIONAL */;
40 struct CellGlobalIdOrServiceAreaIdOrLAI *cellGlobalIdOrServiceAreaIdOrLAI /* OPTIONAL */;
41 struct ExtensionContainer *extensionContainer /* OPTIONAL */;
43 * This type is extensible,
44 * possible extensions are below.
46 LSAIdentity_t *selectedLSA_Id /* OPTIONAL */;
47 ISDN_AddressString_t *msc_Number /* OPTIONAL */;
48 GeodeticInformation_t *geodeticInformation /* OPTIONAL */;
49 NULL_t *currentLocationRetrieved /* OPTIONAL */;
50 NULL_t *sai_Present /* OPTIONAL */;
51 struct LocationInformationEPS *locationInformationEPS /* OPTIONAL */;
52 struct UserCSGInformation *userCSGInformation /* OPTIONAL */;
54 /* Context for parsing across buffer boundaries */
55 asn_struct_ctx_t _asn_ctx;
56 } LocationInformation_t;
58 /* Implementation */
59 extern asn_TYPE_descriptor_t asn_DEF_LocationInformation;
61 #ifdef __cplusplus
63 #endif
65 /* Referred external types */
66 #include "CellGlobalIdOrServiceAreaIdOrLAI.h"
67 #include "ExtensionContainer.h"
68 #include "LocationInformationEPS.h"
69 #include "UserCSGInformation.h"
71 #endif /* _LocationInformation_H_ */
72 #include <asn_internal.h>