remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / SS-Info.h
blobacce356f6d1796e1dacd515b2c303cb914726e28
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-SS-DataTypes"
4 * found in "../asn1src/MAP-SS-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _SS_Info_H_
9 #define _SS_Info_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "ForwardingInfo.h"
16 #include "CallBarringInfo.h"
17 #include "SS-Data.h"
18 #include <constr_CHOICE.h>
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
24 /* Dependencies */
25 typedef enum SS_Info_PR {
26 SS_Info_PR_NOTHING, /* No components present */
27 SS_Info_PR_forwardingInfo,
28 SS_Info_PR_callBarringInfo,
29 SS_Info_PR_ss_Data
30 } SS_Info_PR;
32 /* SS-Info */
33 typedef struct SS_Info {
34 SS_Info_PR present;
35 union SS_Info_u {
36 ForwardingInfo_t forwardingInfo;
37 CallBarringInfo_t callBarringInfo;
38 SS_Data_t ss_Data;
39 } choice;
41 /* Context for parsing across buffer boundaries */
42 asn_struct_ctx_t _asn_ctx;
43 } SS_Info_t;
45 /* Implementation */
46 extern asn_TYPE_descriptor_t asn_DEF_SS_Info;
48 #ifdef __cplusplus
50 #endif
52 #endif /* _SS_Info_H_ */
53 #include <asn_internal.h>