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 _SendAuthenticationInfoArg_H_
9 #define _SendAuthenticationInfoArg_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
16 #include "NumberOfRequestedVectors.h"
18 #include "RequestingNodeType.h"
20 #include <constr_SEQUENCE.h>
26 /* Forward declarations */
27 struct Re_synchronisationInfo
;
28 struct ExtensionContainer
;
30 /* SendAuthenticationInfoArg */
31 typedef struct SendAuthenticationInfoArg
{
33 NumberOfRequestedVectors_t numberOfRequestedVectors
;
34 NULL_t
*segmentationProhibited
/* OPTIONAL */;
35 NULL_t
*immediateResponsePreferred
/* OPTIONAL */;
36 struct Re_synchronisationInfo
*re_synchronisationInfo
/* OPTIONAL */;
37 struct ExtensionContainer
*extensionContainer
/* OPTIONAL */;
39 * This type is extensible,
40 * possible extensions are below.
42 RequestingNodeType_t
*requestingNodeType
/* OPTIONAL */;
43 PLMN_Id_t
*requestingPLMN_Id
/* OPTIONAL */;
44 NumberOfRequestedVectors_t
*numberOfRequestedAdditional_Vectors
/* OPTIONAL */;
45 NULL_t
*additionalVectorsAreForEPS
/* OPTIONAL */;
47 /* Context for parsing across buffer boundaries */
48 asn_struct_ctx_t _asn_ctx
;
49 } SendAuthenticationInfoArg_t
;
52 extern asn_TYPE_descriptor_t asn_DEF_SendAuthenticationInfoArg
;
58 /* Referred external types */
59 #include "Re-synchronisationInfo.h"
60 #include "ExtensionContainer.h"
62 #endif /* _SendAuthenticationInfoArg_H_ */
63 #include <asn_internal.h>