remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / SupportedFeatures.h
blob0b78a026edfded689874b572d3f6fa3e7dc3951e
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 _SupportedFeatures_H_
9 #define _SupportedFeatures_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <BIT_STRING.h>
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
21 /* Dependencies */
22 typedef enum SupportedFeatures {
23 SupportedFeatures_odb_all_apn = 0,
24 SupportedFeatures_odb_HPLMN_APN = 1,
25 SupportedFeatures_odb_VPLMN_APN = 2,
26 SupportedFeatures_odb_all_og = 3,
27 SupportedFeatures_odb_all_international_og = 4,
28 SupportedFeatures_odb_all_int_og_not_to_HPLMN_country = 5,
29 SupportedFeatures_odb_all_interzonal_og = 6,
30 SupportedFeatures_odb_all_interzonal_og_not_to_HPLMN_country = 7,
31 SupportedFeatures_odb_all_interzonal_og_and_internat_og_not_to_HPLMN_country = 8,
32 SupportedFeatures_regSub = 9,
33 SupportedFeatures_trace = 10,
34 SupportedFeatures_lcs_all_PrivExcep = 11,
35 SupportedFeatures_lcs_universal = 12,
36 SupportedFeatures_lcs_CallSessionRelated = 13,
37 SupportedFeatures_lcs_CallSessionUnrelated = 14,
38 SupportedFeatures_lcs_PLMN_operator = 15,
39 SupportedFeatures_lcs_ServiceType = 16,
40 SupportedFeatures_lcs_all_MOLR_SS = 17,
41 SupportedFeatures_lcs_basicSelfLocation = 18,
42 SupportedFeatures_lcs_autonomousSelfLocation = 19,
43 SupportedFeatures_lcs_transferToThirdParty = 20,
44 SupportedFeatures_sm_mo_pp = 21,
45 SupportedFeatures_barring_OutgoingCalls = 22,
46 SupportedFeatures_baoc = 23,
47 SupportedFeatures_boic = 24,
48 SupportedFeatures_boicExHC = 25
49 } e_SupportedFeatures;
51 /* SupportedFeatures */
52 typedef BIT_STRING_t SupportedFeatures_t;
54 /* Implementation */
55 extern asn_TYPE_descriptor_t asn_DEF_SupportedFeatures;
56 asn_struct_free_f SupportedFeatures_free;
57 asn_struct_print_f SupportedFeatures_print;
58 asn_constr_check_f SupportedFeatures_constraint;
59 ber_type_decoder_f SupportedFeatures_decode_ber;
60 der_type_encoder_f SupportedFeatures_encode_der;
61 xer_type_decoder_f SupportedFeatures_decode_xer;
62 xer_type_encoder_f SupportedFeatures_encode_xer;
63 per_type_decoder_f SupportedFeatures_decode_uper;
64 per_type_encoder_f SupportedFeatures_encode_uper;
66 #ifdef __cplusplus
68 #endif
70 #endif /* _SupportedFeatures_H_ */
71 #include <asn_internal.h>