X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2sim%2Fsrc%2Fmessagerouting%2Fe2ap_message_handler.hpp;h=f49f76c425e92630b991b8465fd4c43b917444a0;hb=refs%2Fchanges%2F22%2F12922%2F1;hp=5ec288ba3af33c45a79db37f4b1a444d441913c5;hpb=a9733dbcc47e93a3b2843056f1d587196296c324;p=sim%2Fe2-interface.git diff --git a/e2sim/src/messagerouting/e2ap_message_handler.hpp b/e2sim/src/messagerouting/e2ap_message_handler.hpp old mode 100644 new mode 100755 index 5ec288b..f49f76c --- a/e2sim/src/messagerouting/e2ap_message_handler.hpp +++ b/e2sim/src/messagerouting/e2ap_message_handler.hpp @@ -2,6 +2,7 @@ # * # Copyright 2019 AT&T Intellectual Property * # Copyright 2019 Nokia * +# Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved. * # * # Licensed under the Apache License, Version 2.0 (the "License"); * # you may not use this file except in compliance with the License. * @@ -44,4 +45,8 @@ void e2ap_handle_RICSubscriptionRequest_securityDemo(E2AP_PDU_t* pdu, int &socke void e2ap_handle_ResourceStatusRequest(E2AP_PDU_t* pdu, int &socket_fd); +void e2ap_handle_E2SeviceRequest(E2AP_PDU_t* pdu, int &socket_fd, E2Sim *e2sim); + +void e2ap_send_e2nodeConfigUpdate(int &socket_fd); + #endif