remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / UpdateLocationArg.h
blobe894b1ed66595fc806e03f5ad8ecefee0521e6d5
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 _UpdateLocationArg_H_
9 #define _UpdateLocationArg_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "IMSI.h"
16 #include "ISDN-AddressString.h"
17 #include "LMSI.h"
18 #include <NULL.h>
19 #include "GSN-Address.h"
20 #include <constr_SEQUENCE.h>
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
26 /* Forward declarations */
27 struct ExtensionContainer;
28 struct VLR_Capability;
29 struct ADD_Info;
30 struct PagingArea;
32 /* UpdateLocationArg */
33 typedef struct UpdateLocationArg {
34 IMSI_t imsi;
35 ISDN_AddressString_t msc_Number;
36 ISDN_AddressString_t vlr_Number;
37 LMSI_t *lmsi /* OPTIONAL */;
38 struct ExtensionContainer *extensionContainer /* OPTIONAL */;
40 * This type is extensible,
41 * possible extensions are below.
43 struct VLR_Capability *vlr_Capability /* OPTIONAL */;
44 NULL_t *informPreviousNetworkEntity /* OPTIONAL */;
45 NULL_t *cs_LCS_NotSupportedByUE /* OPTIONAL */;
46 GSN_Address_t *v_gmlc_Address /* OPTIONAL */;
47 struct ADD_Info *add_info /* OPTIONAL */;
48 struct PagingArea *pagingArea /* OPTIONAL */;
49 NULL_t *skipSubscriberDataUpdate /* OPTIONAL */;
50 NULL_t *restorationIndicator /* OPTIONAL */;
52 /* Context for parsing across buffer boundaries */
53 asn_struct_ctx_t _asn_ctx;
54 } UpdateLocationArg_t;
56 /* Implementation */
57 extern asn_TYPE_descriptor_t asn_DEF_UpdateLocationArg;
59 #ifdef __cplusplus
61 #endif
63 /* Referred external types */
64 #include "ExtensionContainer.h"
65 #include "VLR-Capability.h"
66 #include "ADD-Info.h"
67 #include "PagingArea.h"
69 #endif /* _UpdateLocationArg_H_ */
70 #include <asn_internal.h>