remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / CCBS-Feature.h
blob99b5d400614b794f8fb928011d5686579625e849
1 /*
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`
6 */
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>
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
24 /* Forward declarations */
25 struct BasicServiceCode;
27 /* CCBS-Feature */
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;
40 } CCBS_Feature_t;
42 /* Implementation */
43 extern asn_TYPE_descriptor_t asn_DEF_CCBS_Feature;
45 #ifdef __cplusplus
47 #endif
49 /* Referred external types */
50 #include "BasicServiceCode.h"
52 #endif /* _CCBS_Feature_H_ */
53 #include <asn_internal.h>