Implementation for supporting Service Update
[sim/e2-interface.git] / e2sim / previous / e2apv1sim / e2sim / src / E2APr / e2ap_message_handler.hpp
1 /*****************************************************************************\r
2 #                                                                            *\r
3 # Copyright 2019 AT&T Intellectual Property                                  *\r
4 # Copyright 2019 Nokia                                                       *\r
5 # Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved.      *\r
6 #                                                                            *\r
7 # Licensed under the Apache License, Version 2.0 (the "License");            *\r
8 # you may not use this file except in compliance with the License.           *\r
9 # You may obtain a copy of the License at                                    *\r
10 #                                                                            *\r
11 #      http://www.apache.org/licenses/LICENSE-2.0                            *\r
12 #                                                                            *\r
13 # Unless required by applicable law or agreed to in writing, software        *\r
14 # distributed under the License is distributed on an "AS IS" BASIS,          *\r
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   *\r
16 # See the License for the specific language governing permissions and        *\r
17 # limitations under the License.                                             *\r
18 #                                                                            *\r
19 ******************************************************************************/\r
20 #ifndef E2AP_MESSAGE_HANDLER_HPP\r
21 #define E2AP_MESSAGE_HANDLER_HPP\r
22 \r
23 \r
24 #include "e2sim_sctp.hpp"\r
25 \r
26 \r
27 extern "C" {\r
28   #include "e2sim_defs.h"\r
29   #include "e2ap_asn1c_codec.h"\r
30 }\r
31 \r
32 void e2ap_handle_sctp_data(int &socket_fd, sctp_buffer_t &data, bool xmlenc, E2Sim *e2sim);\r
33 \r
34 void e2ap_handle_X2SetupRequest(E2AP_PDU_t* pdu, int &socket_fd);\r
35 \r
36 void e2ap_handle_X2SetupResponse(E2AP_PDU_t* pdu, int &socket_fd);\r
37 \r
38 void e2ap_handle_ENDCX2SetupRequest(E2AP_PDU_t* pdu, int &socket_fd);\r
39 \r
40 void e2ap_handle_E2SetupRequest(E2AP_PDU_t* pdu, int &socket_fd);\r
41 \r
42 void e2ap_handle_RICSubscriptionRequest(E2AP_PDU_t* pdu, int &socket_fd);\r
43 \r
44 void e2ap_handle_RICSubscriptionRequest_securityDemo(E2AP_PDU_t* pdu, int &socket_fd);\r
45 \r
46 void e2ap_handle_ResourceStatusRequest(E2AP_PDU_t* pdu, int &socket_fd);\r
47 \r
48 void e2ap_handle_E2SeviceUpdate(E2AP_PDU_t* pdu, int &socket_fd);\r
49 \r
50 #endif\r