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`
8 #ifndef _SubscriberData_H_
9 #define _SubscriberData_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "ISDN-AddressString.h"
17 #include "SubscriberStatus.h"
19 #include <constr_SEQUENCE.h>
25 /* Forward declarations */
26 struct BearerServiceList
;
27 struct TeleserviceList
;
28 struct Ext_SS_InfoList
;
33 struct VlrCamelSubscriptionInfo
;
36 typedef struct SubscriberData
{
37 ISDN_AddressString_t
*msisdn
/* OPTIONAL */;
38 Category_t
*category
/* OPTIONAL */;
39 SubscriberStatus_t
*subscriberStatus
/* OPTIONAL */;
40 struct BearerServiceList
*bearerServiceList
/* OPTIONAL */;
41 struct TeleserviceList
*teleserviceList
/* OPTIONAL */;
42 struct Ext_SS_InfoList
*provisionedSS
/* OPTIONAL */;
43 struct ODB_Data
*odb_Data
/* OPTIONAL */;
44 NULL_t
*roamingRestrictionDueToUnsupportedFeature
/* OPTIONAL */;
45 struct ZoneCodeList
*regionalSubscriptionData
/* OPTIONAL */;
46 struct VBSDataList
*vbsSubscriptionData
/* OPTIONAL */;
47 struct VGCSDataList
*vgcsSubscriptionData
/* OPTIONAL */;
48 struct VlrCamelSubscriptionInfo
*vlrCamelSubscriptionInfo
/* OPTIONAL */;
50 /* Context for parsing across buffer boundaries */
51 asn_struct_ctx_t _asn_ctx
;
55 extern asn_TYPE_descriptor_t asn_DEF_SubscriberData
;
61 /* Referred external types */
62 #include "BearerServiceList.h"
63 #include "TeleserviceList.h"
64 #include "Ext-SS-InfoList.h"
66 #include "ZoneCodeList.h"
67 #include "VBSDataList.h"
68 #include "VGCSDataList.h"
69 #include "VlrCamelSubscriptionInfo.h"
71 #endif /* _SubscriberData_H_ */
72 #include <asn_internal.h>