remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / RNC-InterfaceList.h
blobe662b4ec4b89c1e748dc016dfa9716b30e07474a
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 _RNC_InterfaceList_H_
9 #define _RNC_InterfaceList_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 RNC_InterfaceList {
23 RNC_InterfaceList_iu = 0,
24 RNC_InterfaceList_iur = 1,
25 RNC_InterfaceList_iub = 2,
26 RNC_InterfaceList_uu = 3
27 } e_RNC_InterfaceList;
29 /* RNC-InterfaceList */
30 typedef BIT_STRING_t RNC_InterfaceList_t;
32 /* Implementation */
33 extern asn_TYPE_descriptor_t asn_DEF_RNC_InterfaceList;
34 asn_struct_free_f RNC_InterfaceList_free;
35 asn_struct_print_f RNC_InterfaceList_print;
36 asn_constr_check_f RNC_InterfaceList_constraint;
37 ber_type_decoder_f RNC_InterfaceList_decode_ber;
38 der_type_encoder_f RNC_InterfaceList_encode_der;
39 xer_type_decoder_f RNC_InterfaceList_decode_xer;
40 xer_type_encoder_f RNC_InterfaceList_encode_xer;
41 per_type_decoder_f RNC_InterfaceList_decode_uper;
42 per_type_encoder_f RNC_InterfaceList_encode_uper;
44 #ifdef __cplusplus
46 #endif
48 #endif /* _RNC_InterfaceList_H_ */
49 #include <asn_internal.h>