remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / TypeOfUpdate.h
blobf6f63ff93e4bffa241bf49ed7ff7a2c9c1459f0c
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 _TypeOfUpdate_H_
9 #define _TypeOfUpdate_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 TypeOfUpdate {
23 TypeOfUpdate_sgsn_change = 0,
24 TypeOfUpdate_mme_change = 1
26 * Enumeration is extensible
28 } e_TypeOfUpdate;
30 /* TypeOfUpdate */
31 typedef long TypeOfUpdate_t;
33 /* Implementation */
34 extern asn_TYPE_descriptor_t asn_DEF_TypeOfUpdate;
35 asn_struct_free_f TypeOfUpdate_free;
36 asn_struct_print_f TypeOfUpdate_print;
37 asn_constr_check_f TypeOfUpdate_constraint;
38 ber_type_decoder_f TypeOfUpdate_decode_ber;
39 der_type_encoder_f TypeOfUpdate_encode_der;
40 xer_type_decoder_f TypeOfUpdate_decode_xer;
41 xer_type_encoder_f TypeOfUpdate_encode_xer;
42 per_type_decoder_f TypeOfUpdate_decode_uper;
43 per_type_encoder_f TypeOfUpdate_encode_uper;
45 #ifdef __cplusplus
47 #endif
49 #endif /* _TypeOfUpdate_H_ */
50 #include <asn_internal.h>