remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / SubscriberLocationReport-Res.h
blob415511ebb7b0d64b58125b0fdb8d954db6d5b224
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-LCS-DataTypes"
4 * found in "../asn1src/MAP-LCS-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _SubscriberLocationReport_Res_H_
9 #define _SubscriberLocationReport_Res_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "ISDN-AddressString.h"
16 #include "GSN-Address.h"
17 #include <NULL.h>
18 #include "LCS-ReferenceNumber.h"
19 #include <constr_SEQUENCE.h>
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
25 /* Forward declarations */
26 struct ExtensionContainer;
27 struct ReportingPLMNList;
29 /* SubscriberLocationReport-Res */
30 typedef struct SubscriberLocationReport_Res {
31 struct ExtensionContainer *extensionContainer /* OPTIONAL */;
33 * This type is extensible,
34 * possible extensions are below.
36 ISDN_AddressString_t *na_ESRK /* OPTIONAL */;
37 ISDN_AddressString_t *na_ESRD /* OPTIONAL */;
38 GSN_Address_t *h_gmlc_Address /* OPTIONAL */;
39 NULL_t *mo_lrShortCircuitIndicator /* OPTIONAL */;
40 struct ReportingPLMNList *reportingPLMNList /* OPTIONAL */;
41 LCS_ReferenceNumber_t *lcs_ReferenceNumber /* OPTIONAL */;
43 /* Context for parsing across buffer boundaries */
44 asn_struct_ctx_t _asn_ctx;
45 } SubscriberLocationReport_Res_t;
47 /* Implementation */
48 extern asn_TYPE_descriptor_t asn_DEF_SubscriberLocationReport_Res;
50 #ifdef __cplusplus
52 #endif
54 /* Referred external types */
55 #include "ExtensionContainer.h"
56 #include "ReportingPLMNList.h"
58 #endif /* _SubscriberLocationReport_Res_H_ */
59 #include <asn_internal.h>