blob: 443090f4b6637e7357cc6d402763afd890cc9a37 [file] [log] [blame]
Harald Weltee844bf72019-05-06 15:25:10 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "SABP-IEs"
4 * found in "../../asn1/sabp/SABP-IEs.asn"
5 */
6
7#ifndef _SABP_Recovery_Indication_H_
8#define _SABP_Recovery_Indication_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <NativeEnumerated.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20/* Dependencies */
21typedef enum SABP_Recovery_Indication {
22 SABP_Recovery_Indication_data_lost = 0,
23 SABP_Recovery_Indication_data_available = 1
24} e_SABP_Recovery_Indication;
25
26/* SABP_Recovery-Indication */
27typedef long SABP_Recovery_Indication_t;
28
29/* Implementation */
30extern asn_TYPE_descriptor_t asn_DEF_SABP_Recovery_Indication;
31asn_struct_free_f SABP_Recovery_Indication_free;
32asn_struct_print_f SABP_Recovery_Indication_print;
33asn_constr_check_f SABP_Recovery_Indication_constraint;
34ber_type_decoder_f SABP_Recovery_Indication_decode_ber;
35der_type_encoder_f SABP_Recovery_Indication_encode_der;
36xer_type_decoder_f SABP_Recovery_Indication_decode_xer;
37xer_type_encoder_f SABP_Recovery_Indication_encode_xer;
38per_type_decoder_f SABP_Recovery_Indication_decode_uper;
39per_type_encoder_f SABP_Recovery_Indication_encode_uper;
40per_type_decoder_f SABP_Recovery_Indication_decode_aper;
41per_type_encoder_f SABP_Recovery_Indication_encode_aper;
42
43#ifdef __cplusplus
44}
45#endif
46
47#endif /* _SABP_Recovery_Indication_H_ */
48#include <asn_internal.h>