remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / RequestedServingNode.h
blob1de93ba3e5758e41feb575365a17f78f73396fae
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 _RequestedServingNode_H_
9 #define _RequestedServingNode_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 RequestedServingNode {
23 RequestedServingNode_mmeAndSgsn = 0
24 } e_RequestedServingNode;
26 /* RequestedServingNode */
27 typedef BIT_STRING_t RequestedServingNode_t;
29 /* Implementation */
30 extern asn_TYPE_descriptor_t asn_DEF_RequestedServingNode;
31 asn_struct_free_f RequestedServingNode_free;
32 asn_struct_print_f RequestedServingNode_print;
33 asn_constr_check_f RequestedServingNode_constraint;
34 ber_type_decoder_f RequestedServingNode_decode_ber;
35 der_type_encoder_f RequestedServingNode_encode_der;
36 xer_type_decoder_f RequestedServingNode_decode_xer;
37 xer_type_encoder_f RequestedServingNode_encode_xer;
38 per_type_decoder_f RequestedServingNode_decode_uper;
39 per_type_encoder_f RequestedServingNode_encode_uper;
41 #ifdef __cplusplus
43 #endif
45 #endif /* _RequestedServingNode_H_ */
46 #include <asn_internal.h>