remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / AuthenticationFailureReportArg.h
blob9bb7e5f7273fb561363f3f3b125cf87002b9e239
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 _AuthenticationFailureReportArg_H_
9 #define _AuthenticationFailureReportArg_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "IMSI.h"
16 #include "FailureCause.h"
17 #include <BOOLEAN.h>
18 #include "AccessType.h"
19 #include "RAND.h"
20 #include "ISDN-AddressString.h"
21 #include <constr_SEQUENCE.h>
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
27 /* Forward declarations */
28 struct ExtensionContainer;
30 /* AuthenticationFailureReportArg */
31 typedef struct AuthenticationFailureReportArg {
32 IMSI_t imsi;
33 FailureCause_t failureCause;
34 struct ExtensionContainer *extensionContainer /* OPTIONAL */;
36 * This type is extensible,
37 * possible extensions are below.
39 BOOLEAN_t *re_attempt /* OPTIONAL */;
40 AccessType_t *accessType /* OPTIONAL */;
41 RAND_t *rand /* OPTIONAL */;
42 ISDN_AddressString_t *vlr_Number /* OPTIONAL */;
43 ISDN_AddressString_t *sgsn_Number /* OPTIONAL */;
45 /* Context for parsing across buffer boundaries */
46 asn_struct_ctx_t _asn_ctx;
47 } AuthenticationFailureReportArg_t;
49 /* Implementation */
50 extern asn_TYPE_descriptor_t asn_DEF_AuthenticationFailureReportArg;
52 #ifdef __cplusplus
54 #endif
56 /* Referred external types */
57 #include "ExtensionContainer.h"
59 #endif /* _AuthenticationFailureReportArg_H_ */
60 #include <asn_internal.h>