remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / SendAuthenticationInfoArg.h
blob0d8586fea605e529ec0c2a09ef41f8d736cbe6fd
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 _SendAuthenticationInfoArg_H_
9 #define _SendAuthenticationInfoArg_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "IMSI.h"
16 #include "NumberOfRequestedVectors.h"
17 #include <NULL.h>
18 #include "RequestingNodeType.h"
19 #include "PLMN-Id.h"
20 #include <constr_SEQUENCE.h>
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
26 /* Forward declarations */
27 struct Re_synchronisationInfo;
28 struct ExtensionContainer;
30 /* SendAuthenticationInfoArg */
31 typedef struct SendAuthenticationInfoArg {
32 IMSI_t imsi;
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;
51 /* Implementation */
52 extern asn_TYPE_descriptor_t asn_DEF_SendAuthenticationInfoArg;
54 #ifdef __cplusplus
56 #endif
58 /* Referred external types */
59 #include "Re-synchronisationInfo.h"
60 #include "ExtensionContainer.h"
62 #endif /* _SendAuthenticationInfoArg_H_ */
63 #include <asn_internal.h>