2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "SUPL-POS-INIT"
4 * found in "../asn1src/SUPL-POS-INIT.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
8 #ifndef _SUPLPOSINIT_H_
9 #define _SUPLPOSINIT_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "SETCapabilities.h"
16 #include "LocationId.h"
18 #include <constr_SEQUENCE.h>
24 /* Forward declarations */
25 struct RequestedAssistData
;
30 typedef struct SUPLPOSINIT
{
31 SETCapabilities_t sETCapabilities
;
32 struct RequestedAssistData
*requestedAssistData
/* OPTIONAL */;
33 LocationId_t locationId
;
34 struct Position
*position
/* OPTIONAL */;
35 struct SUPLPOS
*sUPLPOS
/* OPTIONAL */;
36 Ver_t
*ver
/* OPTIONAL */;
38 * This type is extensible,
39 * possible extensions are below.
42 /* Context for parsing across buffer boundaries */
43 asn_struct_ctx_t _asn_ctx
;
47 extern asn_TYPE_descriptor_t asn_DEF_SUPLPOSINIT
;
53 /* Referred external types */
54 #include "RequestedAssistData.h"
58 #endif /* _SUPLPOSINIT_H_ */
59 #include <asn_internal.h>