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 _AuthenticationFailureReportArg_H_
9 #define _AuthenticationFailureReportArg_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
16 #include "FailureCause.h"
18 #include "AccessType.h"
20 #include "ISDN-AddressString.h"
21 #include <constr_SEQUENCE.h>
27 /* Forward declarations */
28 struct ExtensionContainer
;
30 /* AuthenticationFailureReportArg */
31 typedef struct AuthenticationFailureReportArg
{
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
;
50 extern asn_TYPE_descriptor_t asn_DEF_AuthenticationFailureReportArg
;
56 /* Referred external types */
57 #include "ExtensionContainer.h"
59 #endif /* _AuthenticationFailureReportArg_H_ */
60 #include <asn_internal.h>