X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2sim%2Fsrc%2Fbase%2Fe2sim.hpp;fp=e2sim%2Fsrc%2Fbase%2Fe2sim.hpp;h=eace5a87d0e10d792958d5624b05d18c930011bc;hb=4b7683efa5ee46870e550ee6fa55f765a0a1f70c;hp=16015eac31faea549754ac8da40642e44109e040;hpb=391d64013acb0333456cbba3a9ed5712c5c85bd2;p=sim%2Fe2-interface.git diff --git a/e2sim/src/base/e2sim.hpp b/e2sim/src/base/e2sim.hpp index 16015ea..eace5a8 100644 --- a/e2sim/src/base/e2sim.hpp +++ b/e2sim/src/base/e2sim.hpp @@ -1,6 +1,7 @@ /***************************************************************************** # * # Copyright 2020 AT&T Intellectual Property * +# 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. * @@ -40,6 +41,8 @@ private: public: + std::unordered_map getRegistered_ran_functions(); + void generate_e2apv1_subscription_response_success(E2AP_PDU *e2ap_pdu, long reqActionIdsAccepted[], long reqActionIdsRejected[], int accept_size, int reject_size, long reqRequestorId, long reqInstanceId); void generate_e2apv1_indication_request_parameterized(E2AP_PDU *e2ap_pdu, long requestorId, long instanceId, long ranFunctionId, long actionId, long seqNum, uint8_t *ind_header_buf, int header_length, uint8_t *ind_message_buf, int message_length);