remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / Ext-SS-Info.h
blob53708c9ad103e47641a6f5821ac8020921ed91ad
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 _Ext_SS_Info_H_
9 #define _Ext_SS_Info_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "Ext-ForwInfo.h"
16 #include "Ext-CallBarInfo.h"
17 #include "CUG-Info.h"
18 #include "Ext-SS-Data.h"
19 #include "EMLPP-Info.h"
20 #include <constr_CHOICE.h>
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
26 /* Dependencies */
27 typedef enum Ext_SS_Info_PR {
28 Ext_SS_Info_PR_NOTHING, /* No components present */
29 Ext_SS_Info_PR_forwardingInfo,
30 Ext_SS_Info_PR_callBarringInfo,
31 Ext_SS_Info_PR_cug_Info,
32 Ext_SS_Info_PR_ss_Data,
33 Ext_SS_Info_PR_emlpp_Info
34 } Ext_SS_Info_PR;
36 /* Ext-SS-Info */
37 typedef struct Ext_SS_Info {
38 Ext_SS_Info_PR present;
39 union Ext_SS_Info_u {
40 Ext_ForwInfo_t forwardingInfo;
41 Ext_CallBarInfo_t callBarringInfo;
42 CUG_Info_t cug_Info;
43 Ext_SS_Data_t ss_Data;
44 EMLPP_Info_t emlpp_Info;
45 } choice;
47 /* Context for parsing across buffer boundaries */
48 asn_struct_ctx_t _asn_ctx;
49 } Ext_SS_Info_t;
51 /* Implementation */
52 extern asn_TYPE_descriptor_t asn_DEF_Ext_SS_Info;
54 #ifdef __cplusplus
56 #endif
58 #endif /* _Ext_SS_Info_H_ */
59 #include <asn_internal.h>