remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / PosPayLoad.h
blob420543eeb9447abef72f22df673cb269ca6545c1
1 /*
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`
6 */
8 #ifndef _PosPayLoad_H_
9 #define _PosPayLoad_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <OCTET_STRING.h>
16 #include <constr_CHOICE.h>
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
22 /* Dependencies */
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 */
30 } PosPayLoad_PR;
32 /* PosPayLoad */
33 typedef struct PosPayLoad {
34 PosPayLoad_PR present;
35 union PosPayLoad_u {
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.
43 } choice;
45 /* Context for parsing across buffer boundaries */
46 asn_struct_ctx_t _asn_ctx;
47 } PosPayLoad_t;
49 /* Implementation */
50 extern asn_TYPE_descriptor_t asn_DEF_PosPayLoad;
52 #ifdef __cplusplus
54 #endif
56 #endif /* _PosPayLoad_H_ */
57 #include <asn_internal.h>