/* ================================================================================== Copyright (c) 2019-2020 AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ================================================================================== */ /* * e2ap_consts.hpp * * Created on: Oct 24, 2020 * Author: Shraboni Jana */ #ifndef SRC_XAPP_ASN_E2AP_CONSTS_HPP_ #define SRC_XAPP_ASN_E2AP_CONSTS_HPP_ #define IE_SIZE ((int)128) #define ERR_LEN ((int)128) #define RIC_CONTROL_ACK_IES_COUNT 5 #define RIC_CONTROL_FAILURE_IES_COUNT 5 #define RIC_CONTROL_REQUEST_IES_COUNT 6 #define RIC_INDICATION_IES_COUNT 8 #define RIC_SUBDEL_REQUEST_IES_COUNT 2 #define RIC_SUBDEL_RESPONSE_IES_COUNT 2 #define RIC_SUBDEL_FAILURE_IES_COUNT 4 #define RIC_SUB_REQUEST_IES_COUNT 3 #define RIC_SUB_RESPONSE_IES_COUNT 4 #define RIC_SUB_FAILURE_IES_COUNT 4 #endif /* SRC_XAPP_ASN_E2AP_CONSTS_HPP_ */