remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / RequestedSubscriptionInfo.h
blob94afb75bef91c4d8413d884e8975fe8237d38ed0
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 _RequestedSubscriptionInfo_H_
9 #define _RequestedSubscriptionInfo_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NULL.h>
16 #include "RequestedCAMEL-SubscriptionInfo.h"
17 #include "AdditionalRequestedCAMEL-SubscriptionInfo.h"
18 #include <constr_SEQUENCE.h>
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
24 /* Forward declarations */
25 struct SS_ForBS_Code;
26 struct ExtensionContainer;
28 /* RequestedSubscriptionInfo */
29 typedef struct RequestedSubscriptionInfo {
30 struct SS_ForBS_Code *requestedSS_Info /* OPTIONAL */;
31 NULL_t *odb /* OPTIONAL */;
32 RequestedCAMEL_SubscriptionInfo_t *requestedCAMEL_SubscriptionInfo /* OPTIONAL */;
33 NULL_t *supportedVLR_CAMEL_Phases /* OPTIONAL */;
34 NULL_t *supportedSGSN_CAMEL_Phases /* OPTIONAL */;
35 struct ExtensionContainer *extensionContainer /* OPTIONAL */;
37 * This type is extensible,
38 * possible extensions are below.
40 AdditionalRequestedCAMEL_SubscriptionInfo_t *additionalRequestedCAMEL_SubscriptionInfo /* OPTIONAL */;
41 NULL_t *msisdn_BS_List /* OPTIONAL */;
42 NULL_t *csg_SubscriptionDataRequested /* OPTIONAL */;
43 NULL_t *cw_Info /* OPTIONAL */;
44 NULL_t *clip_Info /* OPTIONAL */;
45 NULL_t *clir_Info /* OPTIONAL */;
46 NULL_t *hold_Info /* OPTIONAL */;
47 NULL_t *ect_Info /* OPTIONAL */;
49 /* Context for parsing across buffer boundaries */
50 asn_struct_ctx_t _asn_ctx;
51 } RequestedSubscriptionInfo_t;
53 /* Implementation */
54 extern asn_TYPE_descriptor_t asn_DEF_RequestedSubscriptionInfo;
56 #ifdef __cplusplus
58 #endif
60 /* Referred external types */
61 #include "SS-ForBS-Code.h"
62 #include "ExtensionContainer.h"
64 #endif /* _RequestedSubscriptionInfo_H_ */
65 #include <asn_internal.h>