Moving in e2sim originally from it/test/simulators
[sim/e2-interface.git] / e2sim / ASN1c / CauseRadioNetwork.h
1 /*****************************************************************************
2 #                                                                            *
3 # Copyright 2019 AT&T Intellectual Property                                  *
4 #                                                                            *
5 # Licensed under the Apache License, Version 2.0 (the "License");            *
6 # you may not use this file except in compliance with the License.           *
7 # You may obtain a copy of the License at                                    *
8 #                                                                            *
9 #      http://www.apache.org/licenses/LICENSE-2.0                            *
10 #                                                                            *
11 # Unless required by applicable law or agreed to in writing, software        *
12 # distributed under the License is distributed on an "AS IS" BASIS,          *
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   *
14 # See the License for the specific language governing permissions and        *
15 # limitations under the License.                                             *
16 #                                                                            *
17 ******************************************************************************/
18
19 /*
20  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
21  * From ASN.1 module "X2AP-IEs"
22  *      found in "../../asnFiles/X2AP-IEs.asn"
23  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
24  */
25
26 #ifndef _CauseRadioNetwork_H_
27 #define _CauseRadioNetwork_H_
28
29
30 #include "asn_application.h"
31
32 /* Including external dependencies */
33 #include "NativeEnumerated.h"
34
35 #ifdef __cplusplus
36 extern "C" {
37 #endif
38
39 /* Dependencies */
40 typedef enum CauseRadioNetwork {
41         CauseRadioNetwork_handover_desirable_for_radio_reasons  = 0,
42         CauseRadioNetwork_time_critical_handover        = 1,
43         CauseRadioNetwork_resource_optimisation_handover        = 2,
44         CauseRadioNetwork_reduce_load_in_serving_cell   = 3,
45         CauseRadioNetwork_partial_handover      = 4,
46         CauseRadioNetwork_unknown_new_eNB_UE_X2AP_ID    = 5,
47         CauseRadioNetwork_unknown_old_eNB_UE_X2AP_ID    = 6,
48         CauseRadioNetwork_unknown_pair_of_UE_X2AP_ID    = 7,
49         CauseRadioNetwork_ho_target_not_allowed = 8,
50         CauseRadioNetwork_tx2relocoverall_expiry        = 9,
51         CauseRadioNetwork_trelocprep_expiry     = 10,
52         CauseRadioNetwork_cell_not_available    = 11,
53         CauseRadioNetwork_no_radio_resources_available_in_target_cell   = 12,
54         CauseRadioNetwork_invalid_MME_GroupID   = 13,
55         CauseRadioNetwork_unknown_MME_Code      = 14,
56         CauseRadioNetwork_encryption_and_or_integrity_protection_algorithms_not_supported       = 15,
57         CauseRadioNetwork_reportCharacteristicsEmpty    = 16,
58         CauseRadioNetwork_noReportPeriodicity   = 17,
59         CauseRadioNetwork_existingMeasurementID = 18,
60         CauseRadioNetwork_unknown_eNB_Measurement_ID    = 19,
61         CauseRadioNetwork_measurement_temporarily_not_available = 20,
62         CauseRadioNetwork_unspecified   = 21,
63         /*
64          * Enumeration is extensible
65          */
66         CauseRadioNetwork_load_balancing        = 22,
67         CauseRadioNetwork_handover_optimisation = 23,
68         CauseRadioNetwork_value_out_of_allowed_range    = 24,
69         CauseRadioNetwork_multiple_E_RAB_ID_instances   = 25,
70         CauseRadioNetwork_switch_off_ongoing    = 26,
71         CauseRadioNetwork_not_supported_QCI_value       = 27,
72         CauseRadioNetwork_measurement_not_supported_for_the_object      = 28,
73         CauseRadioNetwork_tDCoverall_expiry     = 29,
74         CauseRadioNetwork_tDCprep_expiry        = 30,
75         CauseRadioNetwork_action_desirable_for_radio_reasons    = 31,
76         CauseRadioNetwork_reduce_load   = 32,
77         CauseRadioNetwork_resource_optimisation = 33,
78         CauseRadioNetwork_time_critical_action  = 34,
79         CauseRadioNetwork_target_not_allowed    = 35,
80         CauseRadioNetwork_no_radio_resources_available  = 36,
81         CauseRadioNetwork_invalid_QoS_combination       = 37,
82         CauseRadioNetwork_encryption_algorithms_not_aupported   = 38,
83         CauseRadioNetwork_procedure_cancelled   = 39,
84         CauseRadioNetwork_rRM_purpose   = 40,
85         CauseRadioNetwork_improve_user_bit_rate = 41,
86         CauseRadioNetwork_user_inactivity       = 42,
87         CauseRadioNetwork_radio_connection_with_UE_lost = 43,
88         CauseRadioNetwork_failure_in_the_radio_interface_procedure      = 44,
89         CauseRadioNetwork_bearer_option_not_supported   = 45,
90         CauseRadioNetwork_mCG_Mobility  = 46,
91         CauseRadioNetwork_sCG_Mobility  = 47,
92         CauseRadioNetwork_count_reaches_max_value       = 48,
93         CauseRadioNetwork_unknown_old_en_gNB_UE_X2AP_ID = 49,
94         CauseRadioNetwork_pDCP_Overload = 50
95 } e_CauseRadioNetwork;
96
97 /* CauseRadioNetwork */
98 typedef long     CauseRadioNetwork_t;
99
100 /* Implementation */
101 extern asn_per_constraints_t asn_PER_type_CauseRadioNetwork_constr_1;
102 extern asn_TYPE_descriptor_t asn_DEF_CauseRadioNetwork;
103 extern const asn_INTEGER_specifics_t asn_SPC_CauseRadioNetwork_specs_1;
104 asn_struct_free_f CauseRadioNetwork_free;
105 asn_struct_print_f CauseRadioNetwork_print;
106 asn_constr_check_f CauseRadioNetwork_constraint;
107 ber_type_decoder_f CauseRadioNetwork_decode_ber;
108 der_type_encoder_f CauseRadioNetwork_encode_der;
109 xer_type_decoder_f CauseRadioNetwork_decode_xer;
110 xer_type_encoder_f CauseRadioNetwork_encode_xer;
111 per_type_decoder_f CauseRadioNetwork_decode_uper;
112 per_type_encoder_f CauseRadioNetwork_encode_uper;
113 per_type_decoder_f CauseRadioNetwork_decode_aper;
114 per_type_encoder_f CauseRadioNetwork_encode_aper;
115
116 #ifdef __cplusplus
117 }
118 #endif
119
120 #endif  /* _CauseRadioNetwork_H_ */
121 #include "asn_internal.h"