remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / ReportAmount.h
blob9a96cf77e6f270a36349f5c9e5a6af63c27d66f5
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-OM-DataTypes"
4 * found in "../asn1src/MAP-OM-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _ReportAmount_H_
9 #define _ReportAmount_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 ReportAmount {
23 ReportAmount_d1 = 0,
24 ReportAmount_d2 = 1,
25 ReportAmount_d4 = 2,
26 ReportAmount_d8 = 3,
27 ReportAmount_d16 = 4,
28 ReportAmount_d32 = 5,
29 ReportAmount_d64 = 6,
30 ReportAmount_infinity = 7
31 } e_ReportAmount;
33 /* ReportAmount */
34 typedef long ReportAmount_t;
36 /* Implementation */
37 extern asn_TYPE_descriptor_t asn_DEF_ReportAmount;
38 asn_struct_free_f ReportAmount_free;
39 asn_struct_print_f ReportAmount_print;
40 asn_constr_check_f ReportAmount_constraint;
41 ber_type_decoder_f ReportAmount_decode_ber;
42 der_type_encoder_f ReportAmount_encode_der;
43 xer_type_decoder_f ReportAmount_decode_xer;
44 xer_type_encoder_f ReportAmount_encode_xer;
45 per_type_decoder_f ReportAmount_decode_uper;
46 per_type_encoder_f ReportAmount_encode_uper;
48 #ifdef __cplusplus
50 #endif
52 #endif /* _ReportAmount_H_ */
53 #include <asn_internal.h>