2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "SUPL-POS"
4 * found in "../asn1src/SUPL-POS.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <OCTET_STRING.h>
16 #include <constr_CHOICE.h>
23 typedef enum PosPayLoad_PR
{
24 PosPayLoad_PR_NOTHING
, /* No components present */
25 PosPayLoad_PR_tia801payload
,
26 PosPayLoad_PR_rrcPayload
,
27 PosPayLoad_PR_rrlpPayload
,
28 /* Extensions may appear below */
33 typedef struct PosPayLoad
{
34 PosPayLoad_PR present
;
36 OCTET_STRING_t tia801payload
;
37 OCTET_STRING_t rrcPayload
;
38 OCTET_STRING_t rrlpPayload
;
40 * This type is extensible,
41 * possible extensions are below.
45 /* Context for parsing across buffer boundaries */
46 asn_struct_ctx_t _asn_ctx
;
50 extern asn_TYPE_descriptor_t asn_DEF_PosPayLoad
;
56 #endif /* _PosPayLoad_H_ */
57 #include <asn_internal.h>