Control Message Encode/Decode
[ric-app/hw.git] / src / xapp-asn / e2ap / e2ap_consts.hpp
diff --git a/src/xapp-asn/e2ap/e2ap_consts.hpp b/src/xapp-asn/e2ap/e2ap_consts.hpp
new file mode 100644 (file)
index 0000000..fc18dde
--- /dev/null
@@ -0,0 +1,38 @@
+/*
+==================================================================================
+
+        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 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_SUB_REQUEST_IES_COUNT 3
+
+#endif /* SRC_XAPP_ASN_E2AP_CONSTS_HPP_ */