remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / VlrCamelSubscriptionInfo.h
blob42e731a642db26b657ce7910a13d9f705a835b53
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 _VlrCamelSubscriptionInfo_H_
9 #define _VlrCamelSubscriptionInfo_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NULL.h>
16 #include <constr_SEQUENCE.h>
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
22 /* Forward declarations */
23 struct O_CSI;
24 struct ExtensionContainer;
25 struct SS_CSI;
26 struct O_BcsmCamelTDPCriteriaList;
27 struct M_CSI;
28 struct SMS_CSI;
29 struct T_CSI;
30 struct T_BCSM_CAMEL_TDP_CriteriaList;
31 struct D_CSI;
32 struct MT_smsCAMELTDP_CriteriaList;
34 /* VlrCamelSubscriptionInfo */
35 typedef struct VlrCamelSubscriptionInfo {
36 struct O_CSI *o_CSI /* OPTIONAL */;
37 struct ExtensionContainer *extensionContainer /* OPTIONAL */;
39 * This type is extensible,
40 * possible extensions are below.
42 struct SS_CSI *ss_CSI /* OPTIONAL */;
43 struct O_BcsmCamelTDPCriteriaList *o_BcsmCamelTDP_CriteriaList /* OPTIONAL */;
44 NULL_t *tif_CSI /* OPTIONAL */;
45 struct M_CSI *m_CSI /* OPTIONAL */;
46 struct SMS_CSI *mo_sms_CSI /* OPTIONAL */;
47 struct T_CSI *vt_CSI /* OPTIONAL */;
48 struct T_BCSM_CAMEL_TDP_CriteriaList *t_BCSM_CAMEL_TDP_CriteriaList /* OPTIONAL */;
49 struct D_CSI *d_CSI /* OPTIONAL */;
50 struct SMS_CSI *mt_sms_CSI /* OPTIONAL */;
51 struct MT_smsCAMELTDP_CriteriaList *mt_smsCAMELTDP_CriteriaList /* OPTIONAL */;
53 /* Context for parsing across buffer boundaries */
54 asn_struct_ctx_t _asn_ctx;
55 } VlrCamelSubscriptionInfo_t;
57 /* Implementation */
58 extern asn_TYPE_descriptor_t asn_DEF_VlrCamelSubscriptionInfo;
60 #ifdef __cplusplus
62 #endif
64 /* Referred external types */
65 #include "O-CSI.h"
66 #include "ExtensionContainer.h"
67 #include "SS-CSI.h"
68 #include "O-BcsmCamelTDPCriteriaList.h"
69 #include "M-CSI.h"
70 #include "SMS-CSI.h"
71 #include "T-CSI.h"
72 #include "T-BCSM-CAMEL-TDP-CriteriaList.h"
73 #include "D-CSI.h"
74 #include "MT-smsCAMELTDP-CriteriaList.h"
76 #endif /* _VlrCamelSubscriptionInfo_H_ */
77 #include <asn_internal.h>