blob: d294526caadf23197d3793057655118830090aa8 [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_Cause_H_
8#define _SABP_Cause_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <NativeInteger.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20/* Dependencies */
21typedef enum SABP_Cause {
22 SABP_Cause_parameter_not_recognised = 0,
23 SABP_Cause_parameter_value_invalid = 1,
24 SABP_Cause_valid_CN_message_not_identified = 2,
25 SABP_Cause_service_area_identity_not_valid = 3,
26 SABP_Cause_unrecognised_message = 4,
27 SABP_Cause_missing_mandatory_element = 5,
28 SABP_Cause_rNC_capacity_exceeded = 6,
29 SABP_Cause_rNC_memory_exceeded = 7,
30 SABP_Cause_service_area_broadcast_not_supported = 8,
31 SABP_Cause_service_area_broadcast_not_operational = 9,
32 SABP_Cause_message_reference_already_used = 10,
33 SABP_Cause_unspecifed_error = 11,
34 SABP_Cause_transfer_syntax_error = 12,
35 SABP_Cause_semantic_error = 13,
36 SABP_Cause_message_not_compatible_with_receiver_state = 14,
37 SABP_Cause_abstract_syntax_error_reject = 15,
38 SABP_Cause_abstract_syntax_error_ignore_and_notify = 16,
39 SABP_Cause_abstract_syntax_error_falsely_constructed_message = 17
40} e_SABP_Cause;
41
42/* SABP_Cause */
43typedef long SABP_Cause_t;
44
45/* Implementation */
46extern asn_TYPE_descriptor_t asn_DEF_SABP_Cause;
47asn_struct_free_f SABP_Cause_free;
48asn_struct_print_f SABP_Cause_print;
49asn_constr_check_f SABP_Cause_constraint;
50ber_type_decoder_f SABP_Cause_decode_ber;
51der_type_encoder_f SABP_Cause_encode_der;
52xer_type_decoder_f SABP_Cause_decode_xer;
53xer_type_encoder_f SABP_Cause_encode_xer;
54per_type_decoder_f SABP_Cause_decode_uper;
55per_type_encoder_f SABP_Cause_encode_uper;
56per_type_decoder_f SABP_Cause_decode_aper;
57per_type_encoder_f SABP_Cause_encode_aper;
58
59#ifdef __cplusplus
60}
61#endif
62
63#endif /* _SABP_Cause_H_ */
64#include <asn_internal.h>