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