remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / RequestedInfo.h
blob7789000437272a9c40ea27ddbfe09f81c163e8a3
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 _RequestedInfo_H_
9 #define _RequestedInfo_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NULL.h>
16 #include "DomainType.h"
17 #include "RequestedNodes.h"
18 #include <constr_SEQUENCE.h>
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
24 /* Forward declarations */
25 struct ExtensionContainer;
27 /* RequestedInfo */
28 typedef struct RequestedInfo {
29 NULL_t *locationInformation /* OPTIONAL */;
30 NULL_t *subscriberState /* OPTIONAL */;
31 struct ExtensionContainer *extensionContainer /* OPTIONAL */;
33 * This type is extensible,
34 * possible extensions are below.
36 NULL_t *currentLocation /* OPTIONAL */;
37 DomainType_t *requestedDomain /* OPTIONAL */;
38 NULL_t *imei /* OPTIONAL */;
39 NULL_t *ms_classmark /* OPTIONAL */;
40 NULL_t *mnpRequestedInfo /* OPTIONAL */;
41 NULL_t *locationInformationEPS_Supported /* OPTIONAL */;
42 NULL_t *t_adsData /* OPTIONAL */;
43 RequestedNodes_t *requestedNodes /* OPTIONAL */;
44 NULL_t *servingNodeIndication /* OPTIONAL */;
46 /* Context for parsing across buffer boundaries */
47 asn_struct_ctx_t _asn_ctx;
48 } RequestedInfo_t;
50 /* Implementation */
51 extern asn_TYPE_descriptor_t asn_DEF_RequestedInfo;
53 #ifdef __cplusplus
55 #endif
57 /* Referred external types */
58 #include "ExtensionContainer.h"
60 #endif /* _RequestedInfo_H_ */
61 #include <asn_internal.h>