remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / CancelLocationArg.h
blob5d2553d37da85ef9b754c72ec9a0bd05eaf992cb
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 _CancelLocationArg_H_
9 #define _CancelLocationArg_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "Identity.h"
16 #include "CancellationType.h"
17 #include "TypeOfUpdate.h"
18 #include <NULL.h>
19 #include "ISDN-AddressString.h"
20 #include "LMSI.h"
21 #include <constr_SEQUENCE.h>
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
27 /* Forward declarations */
28 struct ExtensionContainer;
30 /* CancelLocationArg */
31 typedef struct CancelLocationArg {
32 Identity_t identity;
33 CancellationType_t *cancellationType /* OPTIONAL */;
34 struct ExtensionContainer *extensionContainer /* OPTIONAL */;
36 * This type is extensible,
37 * possible extensions are below.
39 TypeOfUpdate_t *typeOfUpdate /* OPTIONAL */;
40 NULL_t *mtrf_SupportedAndAuthorized /* OPTIONAL */;
41 NULL_t *mtrf_SupportedAndNotAuthorized /* OPTIONAL */;
42 ISDN_AddressString_t *newMSC_Number /* OPTIONAL */;
43 ISDN_AddressString_t *newVLR_Number /* OPTIONAL */;
44 LMSI_t *new_lmsi /* OPTIONAL */;
46 /* Context for parsing across buffer boundaries */
47 asn_struct_ctx_t _asn_ctx;
48 } CancelLocationArg_t;
50 /* Implementation */
51 extern asn_TYPE_descriptor_t asn_DEF_CancelLocationArg;
53 #ifdef __cplusplus
55 #endif
57 /* Referred external types */
58 #include "ExtensionContainer.h"
60 #endif /* _CancelLocationArg_H_ */
61 #include <asn_internal.h>