remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / LocationInformationGPRS.h
blobca4f0fa2a87bd88c945045125d37fdf5adbd116a
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 _LocationInformationGPRS_H_
9 #define _LocationInformationGPRS_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "RAIdentity.h"
16 #include "GeographicalInformation.h"
17 #include "ISDN-AddressString.h"
18 #include "LSAIdentity.h"
19 #include <NULL.h>
20 #include "GeodeticInformation.h"
21 #include "AgeOfLocationInformation.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 UserCSGInformation;
33 /* LocationInformationGPRS */
34 typedef struct LocationInformationGPRS {
35 struct CellGlobalIdOrServiceAreaIdOrLAI *cellGlobalIdOrServiceAreaIdOrLAI /* OPTIONAL */;
36 RAIdentity_t *routeingAreaIdentity /* OPTIONAL */;
37 GeographicalInformation_t *geographicalInformation /* OPTIONAL */;
38 ISDN_AddressString_t *sgsn_Number /* OPTIONAL */;
39 LSAIdentity_t *selectedLSAIdentity /* OPTIONAL */;
40 struct ExtensionContainer *extensionContainer /* OPTIONAL */;
42 * This type is extensible,
43 * possible extensions are below.
45 NULL_t *sai_Present /* OPTIONAL */;
46 GeodeticInformation_t *geodeticInformation /* OPTIONAL */;
47 NULL_t *currentLocationRetrieved /* OPTIONAL */;
48 AgeOfLocationInformation_t *ageOfLocationInformation /* OPTIONAL */;
49 struct UserCSGInformation *userCSGInformation /* OPTIONAL */;
51 /* Context for parsing across buffer boundaries */
52 asn_struct_ctx_t _asn_ctx;
53 } LocationInformationGPRS_t;
55 /* Implementation */
56 extern asn_TYPE_descriptor_t asn_DEF_LocationInformationGPRS;
58 #ifdef __cplusplus
60 #endif
62 /* Referred external types */
63 #include "CellGlobalIdOrServiceAreaIdOrLAI.h"
64 #include "ExtensionContainer.h"
65 #include "UserCSGInformation.h"
67 #endif /* _LocationInformationGPRS_H_ */
68 #include <asn_internal.h>