X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fe2-interface.git;a=blobdiff_plain;f=e2sim%2Fsrc%2Fmessagerouting%2Fe2ap_message_handler.hpp;h=f9377451edbeea876a747347882f298f633a9c2f;hp=5ec288ba3af33c45a79db37f4b1a444d441913c5;hb=4b7683efa5ee46870e550ee6fa55f765a0a1f70c;hpb=391d64013acb0333456cbba3a9ed5712c5c85bd2 diff --git a/e2sim/src/messagerouting/e2ap_message_handler.hpp b/e2sim/src/messagerouting/e2ap_message_handler.hpp index 5ec288b..f937745 100644 --- 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,6 @@ 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); + #endif