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`
8 #ifndef _UpdateLocationArg_H_
9 #define _UpdateLocationArg_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
16 #include "ISDN-AddressString.h"
19 #include "GSN-Address.h"
20 #include <constr_SEQUENCE.h>
26 /* Forward declarations */
27 struct ExtensionContainer
;
28 struct VLR_Capability
;
32 /* UpdateLocationArg */
33 typedef struct UpdateLocationArg
{
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
;
57 extern asn_TYPE_descriptor_t asn_DEF_UpdateLocationArg
;
63 /* Referred external types */
64 #include "ExtensionContainer.h"
65 #include "VLR-Capability.h"
67 #include "PagingArea.h"
69 #endif /* _UpdateLocationArg_H_ */
70 #include <asn_internal.h>