remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / IntraCUG-Options.h
blobb8fcf4024cfca262669f54de07884ac2370c270d
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 _IntraCUG_Options_H_
9 #define _IntraCUG_Options_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 IntraCUG_Options {
23 IntraCUG_Options_noCUG_Restrictions = 0,
24 IntraCUG_Options_cugIC_CallBarred = 1,
25 IntraCUG_Options_cugOG_CallBarred = 2
26 } e_IntraCUG_Options;
28 /* IntraCUG-Options */
29 typedef long IntraCUG_Options_t;
31 /* Implementation */
32 extern asn_TYPE_descriptor_t asn_DEF_IntraCUG_Options;
33 asn_struct_free_f IntraCUG_Options_free;
34 asn_struct_print_f IntraCUG_Options_print;
35 asn_constr_check_f IntraCUG_Options_constraint;
36 ber_type_decoder_f IntraCUG_Options_decode_ber;
37 der_type_encoder_f IntraCUG_Options_encode_der;
38 xer_type_decoder_f IntraCUG_Options_decode_xer;
39 xer_type_encoder_f IntraCUG_Options_encode_xer;
40 per_type_decoder_f IntraCUG_Options_decode_uper;
41 per_type_encoder_f IntraCUG_Options_encode_uper;
43 #ifdef __cplusplus
45 #endif
47 #endif /* _IntraCUG_Options_H_ */
48 #include <asn_internal.h>