X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fe2-interface.git;a=blobdiff_plain;f=e2sim%2Fprevious%2Fe2apv1sim%2Fe2sim%2Fsrc%2FE2APr%2Fe2ap_message_handler.hpp;h=323efa7c21ba2c60439e23e9aabb967b523e98ec;hp=5d938366dcc94a1084733a2a636a66691992afdc;hb=391d64013acb0333456cbba3a9ed5712c5c85bd2;hpb=50c32c08fb607bb7b1ac098f90c4b3a21eac169c diff --git a/e2sim/previous/e2apv1sim/e2sim/src/E2APr/e2ap_message_handler.hpp b/e2sim/previous/e2apv1sim/e2sim/src/E2APr/e2ap_message_handler.hpp index 5d93836..323efa7 100644 --- a/e2sim/previous/e2apv1sim/e2sim/src/E2APr/e2ap_message_handler.hpp +++ b/e2sim/previous/e2apv1sim/e2sim/src/E2APr/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_E2SeviceUpdate(E2AP_PDU_t* pdu, int &socket_fd); + #endif