remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / PDN-GW-AllocationType.h
blobb81c361afe320200e955755b278312c65ba9ca3f
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 _PDN_GW_AllocationType_H_
9 #define _PDN_GW_AllocationType_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 PDN_GW_AllocationType {
23 PDN_GW_AllocationType_static = 0,
24 PDN_GW_AllocationType_dynamic = 1
25 } e_PDN_GW_AllocationType;
27 /* PDN-GW-AllocationType */
28 typedef long PDN_GW_AllocationType_t;
30 /* Implementation */
31 extern asn_TYPE_descriptor_t asn_DEF_PDN_GW_AllocationType;
32 asn_struct_free_f PDN_GW_AllocationType_free;
33 asn_struct_print_f PDN_GW_AllocationType_print;
34 asn_constr_check_f PDN_GW_AllocationType_constraint;
35 ber_type_decoder_f PDN_GW_AllocationType_decode_ber;
36 der_type_encoder_f PDN_GW_AllocationType_encode_der;
37 xer_type_decoder_f PDN_GW_AllocationType_decode_xer;
38 xer_type_encoder_f PDN_GW_AllocationType_encode_xer;
39 per_type_decoder_f PDN_GW_AllocationType_decode_uper;
40 per_type_encoder_f PDN_GW_AllocationType_encode_uper;
42 #ifdef __cplusplus
44 #endif
46 #endif /* _PDN_GW_AllocationType_H_ */
47 #include <asn_internal.h>