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