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`
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"
18 #include "LCS-ReferenceNumber.h"
19 #include <constr_SEQUENCE.h>
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
;
48 extern asn_TYPE_descriptor_t asn_DEF_SubscriberLocationReport_Res
;
54 /* Referred external types */
55 #include "ExtensionContainer.h"
56 #include "ReportingPLMNList.h"
58 #endif /* _SubscriberLocationReport_Res_H_ */
59 #include <asn_internal.h>