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`
8 #ifndef _CCBS_Feature_H_
9 #define _CCBS_Feature_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "CCBS-Index.h"
16 #include "ISDN-AddressString.h"
17 #include "ISDN-SubaddressString.h"
18 #include <constr_SEQUENCE.h>
24 /* Forward declarations */
25 struct BasicServiceCode
;
28 typedef struct CCBS_Feature
{
29 CCBS_Index_t
*ccbs_Index
/* OPTIONAL */;
30 ISDN_AddressString_t
*b_subscriberNumber
/* OPTIONAL */;
31 ISDN_SubaddressString_t
*b_subscriberSubaddress
/* OPTIONAL */;
32 struct BasicServiceCode
*basicServiceGroup
/* OPTIONAL */;
34 * This type is extensible,
35 * possible extensions are below.
38 /* Context for parsing across buffer boundaries */
39 asn_struct_ctx_t _asn_ctx
;
43 extern asn_TYPE_descriptor_t asn_DEF_CCBS_Feature
;
49 /* Referred external types */
50 #include "BasicServiceCode.h"
52 #endif /* _CCBS_Feature_H_ */
53 #include <asn_internal.h>