E2AP Wrapper Implementation
[ric-app/hw.git] / src / xapp-asn / e2ap / e2ap_consts.hpp
1 /*
2 ==================================================================================
3
4         Copyright (c) 2019-2020 AT&T Intellectual Property.
5
6    Licensed under the Apache License, Version 2.0 (the "License");
7    you may not use this file except in compliance with the License.
8    You may obtain a copy of the License at
9
10        http://www.apache.org/licenses/LICENSE-2.0
11
12    Unless required by applicable law or agreed to in writing, software
13    distributed under the License is distributed on an "AS IS" BASIS,
14    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15    See the License for the specific language governing permissions and
16    limitations under the License.
17 ==================================================================================
18 */
19
20 /*
21  * e2ap_consts.hpp
22  *
23  *  Created on: Oct 24, 2020
24  *      Author: Shraboni Jana
25  */
26
27 #ifndef SRC_XAPP_ASN_E2AP_CONSTS_HPP_
28 #define SRC_XAPP_ASN_E2AP_CONSTS_HPP_
29
30 #define IE_SIZE ((int)128)
31 #define ERR_LEN ((int)128)
32 #define RIC_CONTROL_ACK_IES_COUNT 5
33 #define RIC_CONTROL_FAILURE_IES_COUNT 5
34 #define RIC_CONTROL_REQUEST_IES_COUNT 6
35 #define RIC_INDICATION_IES_COUNT 8
36
37 #define RIC_SUBDEL_REQUEST_IES_COUNT 2
38 #define RIC_SUBDEL_RESPONSE_IES_COUNT 2
39 #define RIC_SUBDEL_FAILURE_IES_COUNT 4
40
41 #define RIC_SUB_REQUEST_IES_COUNT 3
42 #define RIC_SUB_RESPONSE_IES_COUNT 4
43 #define RIC_SUB_FAILURE_IES_COUNT 4
44 #endif /* SRC_XAPP_ASN_E2AP_CONSTS_HPP_ */