remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / T-BcsmTriggerDetectionPoint.h
blobf7fd768b7f20f7be4947bcf1d267e7c748a22640
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 _T_BcsmTriggerDetectionPoint_H_
9 #define _T_BcsmTriggerDetectionPoint_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
21 /* Dependencies */
22 typedef enum T_BcsmTriggerDetectionPoint {
23 T_BcsmTriggerDetectionPoint_termAttemptAuthorized = 12,
25 * Enumeration is extensible
27 T_BcsmTriggerDetectionPoint_tBusy = 13,
28 T_BcsmTriggerDetectionPoint_tNoAnswer = 14
29 } e_T_BcsmTriggerDetectionPoint;
31 /* T-BcsmTriggerDetectionPoint */
32 typedef long T_BcsmTriggerDetectionPoint_t;
34 /* Implementation */
35 extern asn_TYPE_descriptor_t asn_DEF_T_BcsmTriggerDetectionPoint;
36 asn_struct_free_f T_BcsmTriggerDetectionPoint_free;
37 asn_struct_print_f T_BcsmTriggerDetectionPoint_print;
38 asn_constr_check_f T_BcsmTriggerDetectionPoint_constraint;
39 ber_type_decoder_f T_BcsmTriggerDetectionPoint_decode_ber;
40 der_type_encoder_f T_BcsmTriggerDetectionPoint_encode_der;
41 xer_type_decoder_f T_BcsmTriggerDetectionPoint_decode_xer;
42 xer_type_encoder_f T_BcsmTriggerDetectionPoint_encode_xer;
43 per_type_decoder_f T_BcsmTriggerDetectionPoint_decode_uper;
44 per_type_encoder_f T_BcsmTriggerDetectionPoint_encode_uper;
46 #ifdef __cplusplus
48 #endif
50 #endif /* _T_BcsmTriggerDetectionPoint_H_ */
51 #include <asn_internal.h>